From 051a41c96f7b71fdf08e62fb8922b831a827e2e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 11:18:34 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- cloud/Dockerfile | 4 ++-- storage/framework/cloud/package.json | 8 ++++---- storage/framework/core/ai/package.json | 2 +- storage/framework/core/cache/package.json | 2 +- storage/framework/core/cloud/package.json | 8 ++++---- .../core/components/combobox/package.json | 2 +- .../framework/core/components/dialog/package.json | 2 +- .../core/components/dropdown/package.json | 2 +- .../framework/core/components/listbox/package.json | 2 +- .../framework/core/components/popover/package.json | 2 +- .../core/components/radio-group/package.json | 2 +- .../framework/core/components/stepper/package.json | 2 +- .../framework/core/components/switch/package.json | 2 +- .../core/components/transition/package.json | 2 +- storage/framework/core/docs/package.json | 4 ++-- storage/framework/core/git/package.json | 2 +- storage/framework/core/raycast/package.json | 2 +- storage/framework/core/search-engine/package.json | 2 +- storage/framework/core/storage/package.json | 2 +- storage/framework/core/testing/package.json | 2 +- storage/framework/core/types/package.json | 8 ++++---- storage/framework/core/ui/package.json | 4 ++-- storage/framework/core/utils/package.json | 6 +++--- storage/framework/core/vite-config/package.json | 2 +- storage/framework/core/vite-plugin/package.json | 2 +- storage/framework/docs/package.json | 2 +- storage/framework/server/Dockerfile | 4 ++-- storage/framework/views/web/package.json | 14 +++++++------- 28 files changed, 49 insertions(+), 49 deletions(-) diff --git a/cloud/Dockerfile b/cloud/Dockerfile index e780d600c..cf6003bc2 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM oven/bun:1.1.45-debian AS builder +FROM oven/bun:1.2.0-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.45-debian AS release +FROM oven/bun:1.2.0-debian AS release WORKDIR /usr/src # Copy built files from builder stage diff --git a/storage/framework/cloud/package.json b/storage/framework/cloud/package.json index 402a469f7..b98b8d3d7 100644 --- a/storage/framework/cloud/package.json +++ b/storage/framework/cloud/package.json @@ -44,16 +44,16 @@ "@aws-sdk/client-bedrock": "^3.731.1", "@aws-sdk/client-cloudformation": "^3.731.1", "@aws-sdk/client-cloudfront": "^3.731.1", - "@aws-sdk/client-cloudwatch-logs": "^3.731.1", - "@aws-sdk/client-dynamodb": "3.731.1", + "@aws-sdk/client-cloudwatch-logs": "^3.732.0", + "@aws-sdk/client-dynamodb": "3.733.0", "@aws-sdk/client-ec2": "^3.731.1", "@aws-sdk/client-efs": "^3.731.1", "@aws-sdk/client-iam": "^3.731.1", "@aws-sdk/client-lambda": "^3.731.1", "@aws-sdk/client-route-53-domains": "^3.731.1", - "@aws-sdk/client-s3": "^3.731.1", + "@aws-sdk/client-s3": "^3.733.0", "@aws-sdk/client-ses": "^3.731.1", - "@aws-sdk/client-sesv2": "^3.731.1", + "@aws-sdk/client-sesv2": "^3.733.0", "@aws-sdk/client-ssm": "^3.731.1", "@stacksjs/config": "workspace:*", "@stacksjs/dns": "workspace:*", diff --git a/storage/framework/core/ai/package.json b/storage/framework/core/ai/package.json index 3dda43e7c..c1794ec62 100644 --- a/storage/framework/core/ai/package.json +++ b/storage/framework/core/ai/package.json @@ -43,7 +43,7 @@ }, "devDependencies": { "@aws-sdk/client-bedrock-runtime": "^3.731.1", - "@aws-sdk/credential-providers": "^3.731.1", + "@aws-sdk/credential-providers": "^3.733.0", "@stacksjs/development": "workspace:*", "aws-sdk-client-mock": "^4.1.0" } diff --git a/storage/framework/core/cache/package.json b/storage/framework/core/cache/package.json index 1e94a7615..d0cac4399 100644 --- a/storage/framework/core/cache/package.json +++ b/storage/framework/core/cache/package.json @@ -41,7 +41,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@aws-sdk/client-dynamodb": "^3.731.1", + "@aws-sdk/client-dynamodb": "^3.733.0", "@stacksjs/config": "workspace:*", "@stacksjs/development": "workspace:*", "bentocache": "^1.0.0-beta.9", diff --git a/storage/framework/core/cloud/package.json b/storage/framework/core/cloud/package.json index fc5da8be0..62d1aaffb 100644 --- a/storage/framework/core/cloud/package.json +++ b/storage/framework/core/cloud/package.json @@ -48,16 +48,16 @@ "@aws-sdk/client-bedrock": "^3.731.1", "@aws-sdk/client-cloudformation": "^3.731.1", "@aws-sdk/client-cloudfront": "^3.731.1", - "@aws-sdk/client-cloudwatch-logs": "^3.731.1", - "@aws-sdk/client-dynamodb": "3.731.1", + "@aws-sdk/client-cloudwatch-logs": "^3.732.0", + "@aws-sdk/client-dynamodb": "3.733.0", "@aws-sdk/client-ec2": "^3.731.1", "@aws-sdk/client-efs": "^3.731.1", "@aws-sdk/client-iam": "^3.731.1", "@aws-sdk/client-lambda": "^3.731.1", "@aws-sdk/client-route-53-domains": "^3.731.1", - "@aws-sdk/client-s3": "^3.731.1", + "@aws-sdk/client-s3": "^3.733.0", "@aws-sdk/client-ses": "^3.731.1", - "@aws-sdk/client-sesv2": "^3.731.1", + "@aws-sdk/client-sesv2": "^3.733.0", "@aws-sdk/client-ssm": "^3.731.1", "@stacksjs/cli": "workspace:*", "@stacksjs/config": "workspace:*", diff --git a/storage/framework/core/components/combobox/package.json b/storage/framework/core/components/combobox/package.json index 15a8a5ccc..9f389f5cf 100644 --- a/storage/framework/core/components/combobox/package.json +++ b/storage/framework/core/components/combobox/package.json @@ -55,7 +55,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/dialog/package.json b/storage/framework/core/components/dialog/package.json index 36b921807..c436c3c29 100644 --- a/storage/framework/core/components/dialog/package.json +++ b/storage/framework/core/components/dialog/package.json @@ -43,7 +43,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/dropdown/package.json b/storage/framework/core/components/dropdown/package.json index 476e95521..692a8c462 100644 --- a/storage/framework/core/components/dropdown/package.json +++ b/storage/framework/core/components/dropdown/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/listbox/package.json b/storage/framework/core/components/listbox/package.json index 199dc0ba4..bf016c4d8 100644 --- a/storage/framework/core/components/listbox/package.json +++ b/storage/framework/core/components/listbox/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/popover/package.json b/storage/framework/core/components/popover/package.json index 28547e06e..054dea6a2 100644 --- a/storage/framework/core/components/popover/package.json +++ b/storage/framework/core/components/popover/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/radio-group/package.json b/storage/framework/core/components/radio-group/package.json index 30668cb3f..6a25c2855 100644 --- a/storage/framework/core/components/radio-group/package.json +++ b/storage/framework/core/components/radio-group/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/stepper/package.json b/storage/framework/core/components/stepper/package.json index a01505100..a827d2713 100644 --- a/storage/framework/core/components/stepper/package.json +++ b/storage/framework/core/components/stepper/package.json @@ -57,7 +57,7 @@ "@stacksjs/development": "workspace:*", "@stacksjs/dialog": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/switch/package.json b/storage/framework/core/components/switch/package.json index e5fc37801..87fae743c 100644 --- a/storage/framework/core/components/switch/package.json +++ b/storage/framework/core/components/switch/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/components/transition/package.json b/storage/framework/core/components/transition/package.json index 6a0d8c1f3..da271d84e 100644 --- a/storage/framework/core/components/transition/package.json +++ b/storage/framework/core/components/transition/package.json @@ -56,7 +56,7 @@ "@stacksjs/alias": "workspace:*", "@stacksjs/development": "workspace:*", "@vue/tsconfig": "^0.7.0", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-icons": "^22.0.0" } } diff --git a/storage/framework/core/docs/package.json b/storage/framework/core/docs/package.json index 3d2307749..15c404c1e 100644 --- a/storage/framework/core/docs/package.json +++ b/storage/framework/core/docs/package.json @@ -34,7 +34,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@shikijs/vitepress-twoslash": "^2.0.3", + "@shikijs/vitepress-twoslash": "^2.1.0", "@stacksjs/alias": "workspace:*", "@stacksjs/config": "workspace:*", "@stacksjs/development": "workspace:*", @@ -42,6 +42,6 @@ "@stacksjs/server": "workspace:*", "@vite-pwa/assets-generator": "^0.2.6", "@vite-pwa/vitepress": "^0.5.3", - "vitepress": "1.6.1" + "vitepress": "1.6.3" } } diff --git a/storage/framework/core/git/package.json b/storage/framework/core/git/package.json index 08835a6d5..67b6c4db2 100644 --- a/storage/framework/core/git/package.json +++ b/storage/framework/core/git/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@stacksjs/development": "workspace:*", - "bumpp": "^9.10.1", + "bumpp": "^9.10.2", "changelogen": "^0.5.7", "commitizen": "^4.3.1", "cz-git": "^1.11.0", diff --git a/storage/framework/core/raycast/package.json b/storage/framework/core/raycast/package.json index 6dd0574ce..1765647d5 100644 --- a/storage/framework/core/raycast/package.json +++ b/storage/framework/core/raycast/package.json @@ -26,7 +26,7 @@ "publish": "bunx --bun @raycast/api@latest publish" }, "devDependencies": { - "@raycast/api": "^1.89.0", + "@raycast/api": "^1.89.1", "@raycast/utils": "^1.18.1", "@stacksjs/development": "workspace:*", "typescript": "^5.7.3" diff --git a/storage/framework/core/search-engine/package.json b/storage/framework/core/search-engine/package.json index 9a5f80d82..f76f5efac 100644 --- a/storage/framework/core/search-engine/package.json +++ b/storage/framework/core/search-engine/package.json @@ -46,7 +46,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@opensearch-project/opensearch": "^3.1.0", + "@opensearch-project/opensearch": "^3.2.0", "@stacksjs/config": "workspace:*", "@stacksjs/development": "workspace:*", "meilisearch": "^0.48.2" diff --git a/storage/framework/core/storage/package.json b/storage/framework/core/storage/package.json index fa121bcf3..03a94dafc 100644 --- a/storage/framework/core/storage/package.json +++ b/storage/framework/core/storage/package.json @@ -48,7 +48,7 @@ "prepublishOnly": "bun run build" }, "devDependencies": { - "@aws-sdk/client-s3": "^3.731.1", + "@aws-sdk/client-s3": "^3.733.0", "@flystorage/aws-s3": "^1.0.1", "@flystorage/chaos": "^1.0.0", "@flystorage/file-storage": "^1.0.1", diff --git a/storage/framework/core/testing/package.json b/storage/framework/core/testing/package.json index 09b9a7357..7581d2f0c 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": "^16.7.1", + "@happy-dom/global-registrator": "^16.7.2", "@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 099639fb6..f5c8f3037 100644 --- a/storage/framework/core/types/package.json +++ b/storage/framework/core/types/package.json @@ -50,7 +50,7 @@ "@rollup/pluginutils": "^5.1.4", "@stacksjs/validation": "workspace:*", "@types/aws4": "^1.11.6", - "@types/bun": "^1.1.18", + "@types/bun": "^1.2.0", "@types/crypto-js": "^4.2.2", "@types/fs-extra": "^11.0.4", "@types/markdown-it-link-attributes": "^3.0.5", @@ -64,14 +64,14 @@ "neverthrow": "^8.1.1", "ora": "^8.1.1", "typescript": "^5.7.3", - "unocss": "65.4.2", + "unocss": "65.4.3", "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^28.0.0", "vite": "^6.0.11", - "vite-plugin-inspect": "^10.0.7", + "vite-plugin-inspect": "^10.1.0", "vite-plugin-pwa": "^0.21.1", "vite-ssg": "^25.0.0", - "vitepress": "1.6.1", + "vitepress": "1.6.3", "vue": "^3.5.13" } } diff --git a/storage/framework/core/ui/package.json b/storage/framework/core/ui/package.json index 074ed23ab..c26586ba5 100644 --- a/storage/framework/core/ui/package.json +++ b/storage/framework/core/ui/package.json @@ -59,7 +59,7 @@ "devDependencies": { "@headlessui/vue": "^1.7.23", "@iconify-json/hugeicons": "^1.2.3", - "@iconify/json": "^2.2.298", + "@iconify/json": "^2.2.299", "@julr/unocss-preset-forms": "^0.1.0", "@stacksjs/build": "workspace:*", "@stacksjs/config": "workspace:*", @@ -68,7 +68,7 @@ "@unhead/vue": "^1.11.18", "pinia": "^2.3.1", "unhead": "^1.11.18", - "unocss": "65.4.2", + "unocss": "65.4.3", "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/utils/package.json b/storage/framework/core/utils/package.json index de57770dd..545102cd2 100644 --- a/storage/framework/core/utils/package.json +++ b/storage/framework/core/utils/package.json @@ -56,10 +56,10 @@ "@stacksjs/strings": "workspace:*", "@stacksjs/types": "workspace:*", "@types/js-yaml": "^4.0.9", - "@vueuse/core": "^12.4.0", + "@vueuse/core": "^12.5.0", "@vueuse/head": "^2.0.0", - "@vueuse/math": "^12.4.0", - "@vueuse/shared": "^12.4.0", + "@vueuse/math": "^12.5.0", + "@vueuse/shared": "^12.5.0", "ace-builds": "^1.37.5", "bun-plugin-env": "^0.4.1", "bun-plugin-yml": "^0.3.1", diff --git a/storage/framework/core/vite-config/package.json b/storage/framework/core/vite-config/package.json index 097cf1fa9..374ce0079 100644 --- a/storage/framework/core/vite-config/package.json +++ b/storage/framework/core/vite-config/package.json @@ -92,7 +92,7 @@ "unplugin-vue-markdown": "^28.1.0", "vite": "^6.0.11", "vite-plugin-full-reload": "^1.2.0", - "vite-plugin-inspect": "^10.0.7", + "vite-plugin-inspect": "^10.1.0", "vite-plugin-local": "^0.4.1", "vite-plugin-pages": "^0.32.4", "vite-plugin-pwa": "^0.21.1", diff --git a/storage/framework/core/vite-plugin/package.json b/storage/framework/core/vite-plugin/package.json index 231f987d8..76a55bbe4 100644 --- a/storage/framework/core/vite-plugin/package.json +++ b/storage/framework/core/vite-plugin/package.json @@ -98,7 +98,7 @@ "unplugin-vue-markdown": "^28.1.0", "vite": "^6.0.11", "vite-plugin-full-reload": "^1.2.0", - "vite-plugin-inspect": "^10.0.7", + "vite-plugin-inspect": "^10.1.0", "vite-plugin-pages": "^0.32.4", "vite-plugin-pwa": "^0.21.1", "vite-ssg": "^25.0.0", diff --git a/storage/framework/docs/package.json b/storage/framework/docs/package.json index 34e9b55e3..b9ab3abb9 100644 --- a/storage/framework/docs/package.json +++ b/storage/framework/docs/package.json @@ -17,6 +17,6 @@ "@stacksjs/server": "workspace:*", "@stacksjs/storage": "workspace:*", "@stacksjs/vite-config": "workspace:*", - "vitepress": "1.6.1" + "vitepress": "1.6.3" } } diff --git a/storage/framework/server/Dockerfile b/storage/framework/server/Dockerfile index e780d600c..cf6003bc2 100644 --- a/storage/framework/server/Dockerfile +++ b/storage/framework/server/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM oven/bun:1.1.45-debian AS builder +FROM oven/bun:1.2.0-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.45-debian AS release +FROM oven/bun:1.2.0-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 753dfa53f..7d0a30648 100644 --- a/storage/framework/views/web/package.json +++ b/storage/framework/views/web/package.json @@ -16,8 +16,8 @@ "@stacksjs/config": "workspace:*", "@stacksjs/server": "workspace:*", "@unhead/vue": "^1.11.18", - "@unocss/reset": "65.4.2", - "@vueuse/core": "^12.4.0", + "@unocss/reset": "65.4.3", + "@vueuse/core": "^12.5.0", "@vueuse/head": "^2.0.0", "nprogress": "^0.2.0", "pinia": "^2.3.1", @@ -28,23 +28,23 @@ "devDependencies": { "@iconify-json/carbon": "^1.2.5", "@intlify/unplugin-vue-i18n": "^6.0.3", - "@shikijs/markdown-it": "^2.0.3", + "@shikijs/markdown-it": "^2.1.0", "@types/markdown-it-link-attributes": "^3.0.5", "@types/nprogress": "^0.2.3", "@vitejs/plugin-vue": "^5.2.1", - "@vue-macros/volar": "^0.30.12", + "@vue-macros/volar": "^0.30.13", "@vue/test-utils": "^2.4.6", "markdown-it-link-attributes": "^4.0.1", "rollup": "^4.31.0", - "shiki": "^2.0.3", - "unocss": "65.4.2", + "shiki": "^2.1.0", + "unocss": "65.4.3", "unplugin-auto-import": "^19.0.0", "unplugin-vue-components": "^28.0.0", "unplugin-vue-markdown": "^28.1.0", "unplugin-vue-router": "^0.11.1", "vite": "^6.0.11", "vite-bundle-visualizer": "^1.2.1", - "vite-plugin-inspect": "^10.0.7", + "vite-plugin-inspect": "^10.1.0", "vite-plugin-pwa": "^0.21.1", "vite-plugin-vue-devtools": "^7.7.0", "vite-plugin-vue-layouts": "^0.11.0",