diff --git a/bun.lockb b/bun.lockb index 2b4693011..11f965c27 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/cloud/Dockerfile b/cloud/Dockerfile index 0b412a21f..2662161aa 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM oven/bun:1.1.36-debian AS builder +FROM oven/bun:1.1.38-debian AS builder WORKDIR /usr/src # Copy source files @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json # RUN bun run build # Final stage -FROM oven/bun:1.1.36-debian AS release +FROM oven/bun:1.1.38-debian AS release WORKDIR /usr/src # Copy built files from builder stage diff --git a/package.json b/package.json index 3f6d3d08e..4273f7184 100644 --- a/package.json +++ b/package.json @@ -76,6 +76,6 @@ "storage/framework/server" ], "devDependencies": { - "typescript": "5.4.2" + "typescript": "5.7.2" } } diff --git a/storage/framework/cloud/package.json b/storage/framework/cloud/package.json index 80103c606..e8824b65a 100644 --- a/storage/framework/cloud/package.json +++ b/storage/framework/cloud/package.json @@ -41,20 +41,20 @@ "dev": "./dev local" }, "dependencies": { - "@aws-sdk/client-bedrock": "^3.696.0", - "@aws-sdk/client-cloudformation": "^3.696.0", - "@aws-sdk/client-cloudfront": "^3.698.0", - "@aws-sdk/client-cloudwatch-logs": "^3.698.0", - "@aws-sdk/client-dynamodb": "3.696.0", - "@aws-sdk/client-ec2": "^3.698.0", - "@aws-sdk/client-efs": "^3.696.0", - "@aws-sdk/client-iam": "^3.696.0", - "@aws-sdk/client-lambda": "^3.698.0", - "@aws-sdk/client-route-53-domains": "^3.696.0", - "@aws-sdk/client-s3": "^3.698.0", - "@aws-sdk/client-ses": "^3.696.0", - "@aws-sdk/client-sesv2": "^3.696.0", - "@aws-sdk/client-ssm": "^3.698.0", + "@aws-sdk/client-bedrock": "^3.699.0", + "@aws-sdk/client-cloudformation": "^3.699.0", + "@aws-sdk/client-cloudfront": "^3.699.0", + "@aws-sdk/client-cloudwatch-logs": "^3.699.0", + "@aws-sdk/client-dynamodb": "3.699.0", + "@aws-sdk/client-ec2": "^3.701.0", + "@aws-sdk/client-efs": "^3.699.0", + "@aws-sdk/client-iam": "^3.699.0", + "@aws-sdk/client-lambda": "^3.699.0", + "@aws-sdk/client-route-53-domains": "^3.699.0", + "@aws-sdk/client-s3": "^3.701.0", + "@aws-sdk/client-ses": "^3.699.0", + "@aws-sdk/client-sesv2": "^3.699.0", + "@aws-sdk/client-ssm": "^3.699.0", "@stacksjs/config": "workspace:*", "@stacksjs/dns": "workspace:*", "@stacksjs/logging": "workspace:*", @@ -64,8 +64,8 @@ "@stacksjs/storage": "workspace:*", "@stacksjs/utils": "workspace:*", "@stacksjs/validation": "workspace:*", - "aws-cdk": "^2.170.0", - "aws-cdk-lib": "^2.170.0", + "aws-cdk": "^2.171.1", + "aws-cdk-lib": "^2.171.1", "aws4fetch": "^1.0.20", "constructs": "^10.4.2" }, diff --git a/storage/framework/core/ai/package.json b/storage/framework/core/ai/package.json index 35c138320..307da63ab 100644 --- a/storage/framework/core/ai/package.json +++ b/storage/framework/core/ai/package.json @@ -42,8 +42,8 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@aws-sdk/client-bedrock-runtime": "^3.696.0", - "@aws-sdk/credential-providers": "^3.696.0", + "@aws-sdk/client-bedrock-runtime": "^3.699.0", + "@aws-sdk/credential-providers": "^3.699.0", "@stacksjs/development": "workspace:*", "aws-sdk-client-mock": "^4.1.0" } diff --git a/storage/framework/core/build/package.json b/storage/framework/core/build/package.json index 7393f8671..c2c97fa47 100644 --- a/storage/framework/core/build/package.json +++ b/storage/framework/core/build/package.json @@ -46,7 +46,7 @@ "@stacksjs/cli": "workspace:*", "@stacksjs/path": "workspace:*", "@stacksjs/storage": "workspace:*", - "bun-plugin-dtsx": "^0.21.8", + "bun-plugin-dtsx": "^0.21.9", "vue-docgen-web-types": "^0.1.8" }, "devDependencies": { diff --git a/storage/framework/core/cache/package.json b/storage/framework/core/cache/package.json index 492ffc05c..842ddd432 100644 --- a/storage/framework/core/cache/package.json +++ b/storage/framework/core/cache/package.json @@ -41,7 +41,7 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "@aws-sdk/client-dynamodb": "^3.696.0", + "@aws-sdk/client-dynamodb": "^3.699.0", "@stacksjs/config": "workspace:*", "bentocache": "^1.0.0-beta.9", "ioredis": "^5.4.1" diff --git a/storage/framework/core/cli/package.json b/storage/framework/core/cli/package.json index 28b277a48..5369370cc 100644 --- a/storage/framework/core/cli/package.json +++ b/storage/framework/core/cli/package.json @@ -50,7 +50,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@antfu/install-pkg": "^0.4.1", + "@antfu/install-pkg": "^0.5.0", "@clack/core": "^0.3.5", "@stacksjs/collections": "workspace:*", "@stacksjs/config": "workspace:*", diff --git a/storage/framework/core/cloud/package.json b/storage/framework/core/cloud/package.json index f2d69ebb4..c31a1afa6 100644 --- a/storage/framework/core/cloud/package.json +++ b/storage/framework/core/cloud/package.json @@ -45,20 +45,20 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "@aws-sdk/client-bedrock": "^3.696.0", - "@aws-sdk/client-cloudformation": "^3.696.0", - "@aws-sdk/client-cloudfront": "^3.698.0", - "@aws-sdk/client-cloudwatch-logs": "^3.698.0", - "@aws-sdk/client-dynamodb": "3.696.0", - "@aws-sdk/client-ec2": "^3.698.0", - "@aws-sdk/client-efs": "^3.696.0", - "@aws-sdk/client-iam": "^3.696.0", - "@aws-sdk/client-lambda": "^3.698.0", - "@aws-sdk/client-route-53-domains": "^3.696.0", - "@aws-sdk/client-s3": "^3.698.0", - "@aws-sdk/client-ses": "^3.696.0", - "@aws-sdk/client-sesv2": "^3.696.0", - "@aws-sdk/client-ssm": "^3.698.0", + "@aws-sdk/client-bedrock": "^3.699.0", + "@aws-sdk/client-cloudformation": "^3.699.0", + "@aws-sdk/client-cloudfront": "^3.699.0", + "@aws-sdk/client-cloudwatch-logs": "^3.699.0", + "@aws-sdk/client-dynamodb": "3.699.0", + "@aws-sdk/client-ec2": "^3.701.0", + "@aws-sdk/client-efs": "^3.699.0", + "@aws-sdk/client-iam": "^3.699.0", + "@aws-sdk/client-lambda": "^3.699.0", + "@aws-sdk/client-route-53-domains": "^3.699.0", + "@aws-sdk/client-s3": "^3.701.0", + "@aws-sdk/client-ses": "^3.699.0", + "@aws-sdk/client-sesv2": "^3.699.0", + "@aws-sdk/client-ssm": "^3.699.0", "@stacksjs/config": "workspace:*", "@stacksjs/dns": "workspace:*", "@stacksjs/logging": "workspace:*", @@ -67,8 +67,8 @@ "@stacksjs/storage": "workspace:*", "@stacksjs/utils": "workspace:*", "@stacksjs/validation": "workspace:*", - "aws-cdk": "^2.170.0", - "aws-cdk-lib": "^2.170.0", + "aws-cdk": "^2.171.1", + "aws-cdk-lib": "^2.171.1", "aws4fetch": "^1.0.20", "constructs": "^10.4.2" }, diff --git a/storage/framework/core/components/audio/package.json b/storage/framework/core/components/audio/package.json index 37bf80f91..9fb0a5e5d 100644 --- a/storage/framework/core/components/audio/package.json +++ b/storage/framework/core/components/audio/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/auth/package.json b/storage/framework/core/components/auth/package.json index a8aad5411..aecb666fa 100644 --- a/storage/framework/core/components/auth/package.json +++ b/storage/framework/core/components/auth/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/button/package.json b/storage/framework/core/components/button/package.json index 450cdef90..d37a7039f 100644 --- a/storage/framework/core/components/button/package.json +++ b/storage/framework/core/components/button/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/calendar/package.json b/storage/framework/core/components/calendar/package.json index 340803e72..14dc8c80b 100644 --- a/storage/framework/core/components/calendar/package.json +++ b/storage/framework/core/components/calendar/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/combobox/package.json b/storage/framework/core/components/combobox/package.json index 8ab118948..b13d6b490 100644 --- a/storage/framework/core/components/combobox/package.json +++ b/storage/framework/core/components/combobox/package.json @@ -51,13 +51,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/command-palette/package.json b/storage/framework/core/components/command-palette/package.json index 073748e79..6c8ceb4e4 100644 --- a/storage/framework/core/components/command-palette/package.json +++ b/storage/framework/core/components/command-palette/package.json @@ -23,7 +23,7 @@ "vue": "^3.5.13" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "vite": "^5.4.11" } } diff --git a/storage/framework/core/components/dialog/package.json b/storage/framework/core/components/dialog/package.json index a432e4542..e959f7b82 100644 --- a/storage/framework/core/components/dialog/package.json +++ b/storage/framework/core/components/dialog/package.json @@ -39,13 +39,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 529cdac4c..a6f455302 100644 --- a/storage/framework/core/components/dropdown/package.json +++ b/storage/framework/core/components/dropdown/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/image/package.json b/storage/framework/core/components/image/package.json index 6e906addf..7f60dff7a 100644 --- a/storage/framework/core/components/image/package.json +++ b/storage/framework/core/components/image/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/listbox/package.json b/storage/framework/core/components/listbox/package.json index a4e05158f..0ee85f6ec 100644 --- a/storage/framework/core/components/listbox/package.json +++ b/storage/framework/core/components/listbox/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/navigator/package.json b/storage/framework/core/components/navigator/package.json index c2abfbf6f..dbf3b930d 100644 --- a/storage/framework/core/components/navigator/package.json +++ b/storage/framework/core/components/navigator/package.json @@ -38,12 +38,12 @@ }, "devDependencies": { "@iconify-json/ic": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/notification/package.json b/storage/framework/core/components/notification/package.json index df15014a6..4caf99928 100644 --- a/storage/framework/core/components/notification/package.json +++ b/storage/framework/core/components/notification/package.json @@ -37,12 +37,12 @@ }, "devDependencies": { "@iconify-json/ic": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/payment/package.json b/storage/framework/core/components/payment/package.json index e9e8cf2be..923abe446 100644 --- a/storage/framework/core/components/payment/package.json +++ b/storage/framework/core/components/payment/package.json @@ -37,12 +37,12 @@ }, "devDependencies": { "@iconify-json/ic": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/popover/package.json b/storage/framework/core/components/popover/package.json index 1caf754a6..fe379a10f 100644 --- a/storage/framework/core/components/popover/package.json +++ b/storage/framework/core/components/popover/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/radio-group/package.json b/storage/framework/core/components/radio-group/package.json index 821835c62..0c1ce02c5 100644 --- a/storage/framework/core/components/radio-group/package.json +++ b/storage/framework/core/components/radio-group/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/select/package.json b/storage/framework/core/components/select/package.json index 860dd95e1..f1f927355 100644 --- a/storage/framework/core/components/select/package.json +++ b/storage/framework/core/components/select/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/stepper/package.json b/storage/framework/core/components/stepper/package.json index 7272154fe..55ff05a62 100644 --- a/storage/framework/core/components/stepper/package.json +++ b/storage/framework/core/components/stepper/package.json @@ -52,14 +52,14 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@stacksjs/dialog": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/switch/package.json b/storage/framework/core/components/switch/package.json index 613866d29..e9e701c15 100644 --- a/storage/framework/core/components/switch/package.json +++ b/storage/framework/core/components/switch/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/table/package.json b/storage/framework/core/components/table/package.json index f8dccfb2e..dd82ec573 100644 --- a/storage/framework/core/components/table/package.json +++ b/storage/framework/core/components/table/package.json @@ -31,7 +31,7 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "@vueform/multiselect": "^2.6.10" + "@vueform/multiselect": "^2.6.11" }, "devDependencies": { "@stacksjs/development": "workspace:*", diff --git a/storage/framework/core/components/transition/package.json b/storage/framework/core/components/transition/package.json index 16cf12f79..f8efc6f71 100644 --- a/storage/framework/core/components/transition/package.json +++ b/storage/framework/core/components/transition/package.json @@ -52,13 +52,13 @@ }, "devDependencies": { "@iconify-json/heroicons": "^1.2.1", - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unocss": "0.61.0", - "unplugin-icons": "^0.20.1" + "unocss": "0.64.1", + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/components/video/package.json b/storage/framework/core/components/video/package.json index 1ca44d023..c77258ed0 100644 --- a/storage/framework/core/components/video/package.json +++ b/storage/framework/core/components/video/package.json @@ -35,12 +35,12 @@ "highlight.js": "^11.10.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.47.12", + "@microsoft/api-extractor": "^7.48.0", "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@types/clean-css": "^4.2.11", - "@vue/tsconfig": "^0.6.0", + "@vue/tsconfig": "^0.7.0", "clean-css": "^5.3.3", - "unplugin-icons": "^0.20.1" + "unplugin-icons": "^0.20.2" } } diff --git a/storage/framework/core/database/package.json b/storage/framework/core/database/package.json index 4365e08db..680b123bd 100644 --- a/storage/framework/core/database/package.json +++ b/storage/framework/core/database/package.json @@ -53,7 +53,7 @@ "kysely-bun-worker": "^0.7.0" }, "optionalDependencies": { - "mysql2": "^3.11.4" + "mysql2": "^3.11.5" }, "devDependencies": { "@stacksjs/development": "workspace:*", diff --git a/storage/framework/core/development/package.json b/storage/framework/core/development/package.json index 74a534311..9aa652486 100644 --- a/storage/framework/core/development/package.json +++ b/storage/framework/core/development/package.json @@ -49,7 +49,7 @@ "@stacksjs/tinker": "workspace:*", "@stacksjs/tunnel": "workspace:*", "@stacksjs/types": "workspace:*", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "dependencies": { "@stacksjs/alias": "workspace:*", @@ -60,11 +60,11 @@ "@stacksjs/tinker": "workspace:*", "@stacksjs/tunnel": "workspace:*", "@stacksjs/types": "workspace:*", - "typescript": "^5.6.3" + "typescript": "^5.7.2" }, "devDependencies": { "@stacksjs/build": "workspace:*", "@total-typescript/ts-reset": "^0.6.1", - "bun-plugin-dtsx": "^0.21.8" + "bun-plugin-dtsx": "^0.21.9" } } diff --git a/storage/framework/core/dns/package.json b/storage/framework/core/dns/package.json index 33ee1cf9f..3fd71a374 100644 --- a/storage/framework/core/dns/package.json +++ b/storage/framework/core/dns/package.json @@ -43,17 +43,17 @@ "prepublishOnly": "bun run build" }, "dependencies": { - "@aws-sdk/client-route-53": "^3.696.0", + "@aws-sdk/client-route-53": "^3.699.0", "@stacksjs/actions": "workspace:*", "@stacksjs/error-handling": "workspace:*", "@stacksjs/path": "workspace:*", "@stacksjs/storage": "workspace:*", "@stacksjs/strings": "workspace:*", "@stacksjs/whois": "workspace:*", - "aws-cdk-lib": "^2.170.0" + "aws-cdk-lib": "^2.171.1" }, "devDependencies": { "@stacksjs/development": "workspace:*", - "aws-cdk-lib": "^2.170.0" + "aws-cdk-lib": "^2.171.1" } } diff --git a/storage/framework/core/logging/package.json b/storage/framework/core/logging/package.json index 92a7c0556..8f8b45f26 100644 --- a/storage/framework/core/logging/package.json +++ b/storage/framework/core/logging/package.json @@ -43,6 +43,6 @@ "@stacksjs/validation": "workspace:*" }, "devDependencies": { - "typescript": "^5.6.3" + "typescript": "^5.7.2" } } diff --git a/storage/framework/core/query-builder/package.json b/storage/framework/core/query-builder/package.json index 4ba24477b..e94493c57 100644 --- a/storage/framework/core/query-builder/package.json +++ b/storage/framework/core/query-builder/package.json @@ -38,7 +38,7 @@ "@stacksjs/types": "workspace:*", "kysely": "^0.27.4", "kysely-bun-worker": "^0.7.0", - "mysql2": "^3.11.4", + "mysql2": "^3.11.5", "pg": "^8.13.1" }, "devDependencies": { diff --git a/storage/framework/core/raycast/package.json b/storage/framework/core/raycast/package.json index 33b04382d..bc28e1513 100644 --- a/storage/framework/core/raycast/package.json +++ b/storage/framework/core/raycast/package.json @@ -26,11 +26,11 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "dependencies": { - "@raycast/api": "^1.86.0", + "@raycast/api": "^1.86.1", "@raycast/utils": "^1.18.1" }, "devDependencies": { "@stacksjs/development": "workspace:*", - "typescript": "^5.6.3" + "typescript": "^5.7.2" } } diff --git a/storage/framework/core/router/package.json b/storage/framework/core/router/package.json index 03e988bb0..eb7d9d5c0 100644 --- a/storage/framework/core/router/package.json +++ b/storage/framework/core/router/package.json @@ -44,7 +44,7 @@ "@stacksjs/storage": "workspace:*", "@stacksjs/validation": "workspace:*", "unplugin-vue-router": "^0.10.8", - "vue-router": "^4.4.5" + "vue-router": "^4.5.0" }, "devDependencies": { "@stacksjs/development": "workspace:*", diff --git a/storage/framework/core/storage/package.json b/storage/framework/core/storage/package.json index 5baa32c07..5a055ee51 100644 --- a/storage/framework/core/storage/package.json +++ b/storage/framework/core/storage/package.json @@ -48,10 +48,10 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@aws-sdk/client-s3": "^3.698.0", + "@aws-sdk/client-s3": "^3.701.0", "@flystorage/aws-s3": "^0.1.7", "@flystorage/chaos": "^0.1.2", - "@flystorage/file-storage": "^0.1.5", + "@flystorage/file-storage": "^0.1.7", "@flystorage/in-memory": "^0.1.4", "@flystorage/local-fs": "^0.1.7", "@stacksjs/arrays": "workspace:*", diff --git a/storage/framework/core/testing/package.json b/storage/framework/core/testing/package.json index 734ec4356..2c5e53949 100644 --- a/storage/framework/core/testing/package.json +++ b/storage/framework/core/testing/package.json @@ -44,7 +44,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@happy-dom/global-registrator": "^15.11.6", + "@happy-dom/global-registrator": "^15.11.7", "@stacksjs/config": "workspace:*", "@stacksjs/database": "workspace:*", "@stacksjs/development": "workspace:*" diff --git a/storage/framework/core/types/package.json b/storage/framework/core/types/package.json index da76660e3..c4c90e4d1 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -50,7 +50,7 @@ "@rollup/pluginutils": "^5.1.3", "@stacksjs/validation": "workspace:*", "@types/aws4": "^1.11.6", - "@types/bun": "^1.1.13", + "@types/bun": "^1.1.14", "@types/crypto-js": "^4.2.2", "@types/fs-extra": "^11.0.4", "@types/markdown-it-link-attributes": "^3.0.5", @@ -62,18 +62,18 @@ "meilisearch": "^0.45.0", "neverthrow": "^8.1.1", "ora": "^8.1.1", - "unocss": "0.61.0", - "unplugin-auto-import": "^0.18.5", - "unplugin-vue-components": "^0.27.4", + "unocss": "0.64.1", + "unplugin-auto-import": "^0.18.6", + "unplugin-vue-components": "^0.27.5", "vite": "^5.4.11", - "vite-plugin-inspect": "^0.8.8", - "vite-plugin-pwa": "^0.21.0", + "vite-plugin-inspect": "^0.10.2", + "vite-plugin-pwa": "^0.21.1", "vite-ssg": "^0.24.1", "vitepress": "1.5.0", "vue": "^3.5.13" }, "devDependencies": { - "aws-cdk-lib": "^2.170.0", - "typescript": "^5.6.3" + "aws-cdk-lib": "^2.171.1", + "typescript": "^5.7.2" } } diff --git a/storage/framework/core/ui/package.json b/storage/framework/core/ui/package.json index 2293949da..38d53c393 100644 --- a/storage/framework/core/ui/package.json +++ b/storage/framework/core/ui/package.json @@ -61,15 +61,15 @@ "@iconify-json/heroicons": "^1.2.1", "@iconify-json/heroicons-outline": "^1.2.0", "@iconify-json/heroicons-solid": "^1.2.0", - "@iconify/json": "^2.2.275", + "@iconify/json": "^2.2.278", "@julr/unocss-preset-forms": "^0.1.0", "@stacksjs/build": "workspace:*", "@stacksjs/config": "workspace:*", "@stacksjs/router": "workspace:*", - "@unhead/vue": "^1.11.11", - "pinia": "^2.2.6", - "unhead": "^1.11.11", - "unocss": "0.61.0", + "@unhead/vue": "^1.11.13", + "pinia": "^2.2.8", + "unhead": "^1.11.13", + "unocss": "0.64.1", "unocss-preset-primitives": "0.0.2-beta.1", "vite-plugin-vue-layouts": "^0.11.0", "vue": "^3.5.13", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index 2f984d7ae..27b11d6f4 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -82,16 +82,16 @@ "@stacksjs/types": "workspace:*", "@stacksjs/utils": "workspace:*", "@stacksjs/vite-plugin": "workspace:*", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", - "unplugin-auto-import": "^0.18.5", - "unplugin-vue-components": "^0.27.4", + "unplugin-auto-import": "^0.18.6", + "unplugin-vue-components": "^0.27.5", "vite": "^5.4.11", "vite-plugin-full-reload": "^1.2.0", - "vite-plugin-inspect": "^0.8.8", - "vite-plugin-pages": "^0.32.3", - "vite-plugin-pwa": "^0.21.0", + "vite-plugin-inspect": "^0.10.2", + "vite-plugin-pages": "^0.32.4", + "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-markdown": "^0.23.8", "vite-ssg": "^0.24.1", "vite-ssg-sitemap": "^0.8.1" diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index fc9196899..a09c6bc62 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -88,16 +88,16 @@ "@stacksjs/storage": "workspace:*", "@stacksjs/types": "workspace:*", "@stacksjs/utils": "workspace:*", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shiki": "^0.9.0", - "unplugin-auto-import": "^0.18.5", - "unplugin-vue-components": "^0.27.4", + "unplugin-auto-import": "^0.18.6", + "unplugin-vue-components": "^0.27.5", "vite": "^5.4.11", "vite-plugin-full-reload": "^1.2.0", - "vite-plugin-inspect": "^0.8.8", - "vite-plugin-pages": "^0.32.3", - "vite-plugin-pwa": "^0.21.0", + "vite-plugin-inspect": "^0.10.2", + "vite-plugin-pages": "^0.32.4", + "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-markdown": "^0.23.8", "vite-ssg": "^0.24.1", "vite-ssg-sitemap": "^0.8.1" diff --git a/storage/framework/server/Dockerfile b/storage/framework/server/Dockerfile index 0b412a21f..2662161aa 100644 --- a/storage/framework/server/Dockerfile +++ b/storage/framework/server/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM oven/bun:1.1.36-debian AS builder +FROM oven/bun:1.1.38-debian AS builder WORKDIR /usr/src # Copy source files @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json # RUN bun run build # Final stage -FROM oven/bun:1.1.36-debian AS release +FROM oven/bun:1.1.38-debian AS release WORKDIR /usr/src # Copy built files from builder stage diff --git a/storage/framework/views/web/package.json b/storage/framework/views/web/package.json index 2f4abad30..ea46ad99c 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -15,40 +15,40 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/config": "workspace:*", "@stacksjs/server": "workspace:*", - "@unhead/vue": "^1.11.11", - "@unocss/reset": "0.61.0", + "@unhead/vue": "^1.11.13", + "@unocss/reset": "0.64.1", "@vueuse/core": "^12.0.0", "@vueuse/head": "^2.0.0", "nprogress": "^0.2.0", - "pinia": "^2.2.6", + "pinia": "^2.2.8", "vue": "^3.5.13", - "vue-i18n": "^10.0.4", - "vue-router": "^4.4.5" + "vue-i18n": "^10.0.5", + "vue-router": "^4.5.0" }, "devDependencies": { "@iconify-json/carbon": "^1.2.4", "@intlify/unplugin-vue-i18n": "^6.0.0", "@types/markdown-it-link-attributes": "^3.0.5", "@types/nprogress": "^0.2.3", - "@vitejs/plugin-vue": "^5.2.0", + "@vitejs/plugin-vue": "^5.2.1", "@vue-macros/volar": "^0.30.6", "@vue/test-utils": "^2.4.6", "markdown-it-link-attributes": "^4.0.1", "markdown-it-shikiji": "^0.10.2", - "rollup": "^4.27.3", + "rollup": "^4.27.4", "shikiji": "^0.10.2", - "unocss": "0.61.0", - "unplugin-auto-import": "^0.18.5", - "unplugin-vue-components": "^0.27.4", - "unplugin-vue-markdown": "^0.26.2", + "unocss": "0.64.1", + "unplugin-auto-import": "^0.18.6", + "unplugin-vue-components": "^0.27.5", + "unplugin-vue-markdown": "^0.27.0", "unplugin-vue-router": "^0.10.8", "vite": "^5.4.11", "vite-bundle-visualizer": "^1.2.1", - "vite-plugin-inspect": "^0.8.8", - "vite-plugin-pwa": "^0.21.0", - "vite-plugin-vue-devtools": "^7.6.4", + "vite-plugin-inspect": "^0.10.2", + "vite-plugin-pwa": "^0.21.1", + "vite-plugin-vue-devtools": "^7.6.7", "vite-plugin-vue-layouts": "^0.11.0", - "vite-plugin-webfont-dl": "^3.10.1", + "vite-plugin-webfont-dl": "^3.10.2", "vite-ssg": "^0.24.1", "vite-ssg-sitemap": "^0.8.1", "vue-tsc": "^2.1.10"