Skip to content

chore(deps): update all non-major dependencies #1388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
432 changes: 246 additions & 186 deletions bun.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.2.18-debian AS builder
FROM oven/bun:1.2.19-debian AS builder
WORKDIR /usr/src

# Copy source files
Expand All @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
# RUN bun run build

# Final stage
FROM oven/bun:1.2.18-debian AS release
FROM oven/bun:1.2.19-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
30 changes: 15 additions & 15 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@
"dev": "./dev local"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.844.0",
"@aws-sdk/client-cloudformation": "^3.844.0",
"@aws-sdk/client-cloudfront": "^3.844.0",
"@aws-sdk/client-cloudwatch-logs": "^3.844.0",
"@aws-sdk/client-dynamodb": "3.844.0",
"@aws-sdk/client-ec2": "^3.844.0",
"@aws-sdk/client-efs": "^3.844.0",
"@aws-sdk/client-iam": "^3.844.0",
"@aws-sdk/client-lambda": "^3.844.0",
"@aws-sdk/client-route-53-domains": "^3.844.0",
"@aws-sdk/client-s3": "^3.844.0",
"@aws-sdk/client-ses": "^3.844.0",
"@aws-sdk/client-sesv2": "^3.844.0",
"@aws-sdk/client-ssm": "^3.844.0",
"@aws-sdk/client-bedrock": "^3.848.0",
"@aws-sdk/client-cloudformation": "^3.848.0",
"@aws-sdk/client-cloudfront": "^3.848.0",
"@aws-sdk/client-cloudwatch-logs": "^3.849.0",
"@aws-sdk/client-dynamodb": "3.848.0",
"@aws-sdk/client-ec2": "^3.848.0",
"@aws-sdk/client-efs": "^3.848.0",
"@aws-sdk/client-iam": "^3.848.0",
"@aws-sdk/client-lambda": "^3.848.0",
"@aws-sdk/client-route-53-domains": "^3.848.0",
"@aws-sdk/client-s3": "^3.848.0",
"@aws-sdk/client-ses": "^3.848.0",
"@aws-sdk/client-sesv2": "^3.849.0",
"@aws-sdk/client-ssm": "^3.849.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand All @@ -66,7 +66,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^3.0.0",
"aws-cdk-lib": "^2.204.0",
"aws-cdk-lib": "^2.206.0",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"markdown-it": "^14.1.0",
"vue-component-meta": "^3.0.1"
"vue-component-meta": "^3.0.3"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.844.0",
"@aws-sdk/credential-providers": "^3.844.0",
"@aws-sdk/client-bedrock-runtime": "^3.848.0",
"@aws-sdk/credential-providers": "^3.848.0",
"@stacksjs/development": "workspace:*",
"aws-sdk-client-mock": "^4.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.844.0",
"@aws-sdk/client-dynamodb": "^3.848.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/development": "workspace:*",
"bentocache": "^1.4.0",
Expand Down
30 changes: 15 additions & 15 deletions storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-bedrock": "^3.844.0",
"@aws-sdk/client-cloudformation": "^3.844.0",
"@aws-sdk/client-cloudfront": "^3.844.0",
"@aws-sdk/client-cloudwatch-logs": "^3.844.0",
"@aws-sdk/client-dynamodb": "3.844.0",
"@aws-sdk/client-ec2": "^3.844.0",
"@aws-sdk/client-efs": "^3.844.0",
"@aws-sdk/client-iam": "^3.844.0",
"@aws-sdk/client-lambda": "^3.844.0",
"@aws-sdk/client-route-53-domains": "^3.844.0",
"@aws-sdk/client-s3": "^3.844.0",
"@aws-sdk/client-ses": "^3.844.0",
"@aws-sdk/client-sesv2": "^3.844.0",
"@aws-sdk/client-ssm": "^3.844.0",
"@aws-sdk/client-bedrock": "^3.848.0",
"@aws-sdk/client-cloudformation": "^3.848.0",
"@aws-sdk/client-cloudfront": "^3.848.0",
"@aws-sdk/client-cloudwatch-logs": "^3.849.0",
"@aws-sdk/client-dynamodb": "3.848.0",
"@aws-sdk/client-ec2": "^3.848.0",
"@aws-sdk/client-efs": "^3.848.0",
"@aws-sdk/client-iam": "^3.848.0",
"@aws-sdk/client-lambda": "^3.848.0",
"@aws-sdk/client-route-53-domains": "^3.848.0",
"@aws-sdk/client-s3": "^3.848.0",
"@aws-sdk/client-ses": "^3.848.0",
"@aws-sdk/client-sesv2": "^3.849.0",
"@aws-sdk/client-ssm": "^3.849.0",
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/development": "workspace:*",
Expand All @@ -71,7 +71,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^3.0.0",
"aws-cdk-lib": "^2.204.0",
"aws-cdk-lib": "^2.206.0",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2",
"source-map-support": "^0.5.21"
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.844.0",
"@aws-sdk/lib-dynamodb": "^3.844.0",
"dynamodb-toolbox": "^2.6.4"
"@aws-sdk/client-dynamodb": "^3.848.0",
"@aws-sdk/lib-dynamodb": "^3.848.0",
"dynamodb-toolbox": "^2.6.6"
},
"optionalDependencies": {
"mysql2": "^3.14.2"
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-route-53": "^3.844.0",
"@aws-sdk/client-route-53": "^3.848.0",
"@stacksjs/actions": "workspace:*",
"@stacksjs/development": "workspace:*",
"@stacksjs/dnsx": "^0.2.2",
Expand All @@ -53,6 +53,6 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/strings": "workspace:*",
"@stacksjs/whois": "workspace:*",
"aws-cdk-lib": "^2.204.0"
"aws-cdk-lib": "^2.206.0"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.10",
"@shikijs/vitepress-twoslash": "^3.7.0",
"@iconify-json/carbon": "^1.2.11",
"@shikijs/vitepress-twoslash": "^3.8.1",
"@vite-pwa/assets-generator": "^1.0.0",
"@vite-pwa/vitepress": "^1.0.0",
"unocss": "^66.3.3",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.47.5"
"@dotenvx/dotenvx": "^1.48.1"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@stacksjs/development": "workspace:*",
"bumpp": "^10.2.0",
"bun-git-hooks": "^0.2.16",
"bun-git-hooks": "^0.2.17",
"changelogen": "^0.6.2",
"commitizen": "^4.3.1",
"cz-git": "^1.12.0",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@commitlint/cli": "^19.8.1",
"@stacksjs/development": "workspace:*",
"@stacksjs/eslint-config": "^4.14.0-beta.3",
"bun-git-hooks": "^0.2.16",
"bun-git-hooks": "^0.2.17",
"lint-staged": "^16.1.2",
"publint": "^0.3.12"
}
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/development": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stripe/stripe-js": "^7.4.0",
"@stripe/stripe-js": "^7.5.0",
"@vue-stripe/vue-stripe": "^4.5.0",
"stripe": "^17.7.0"
}
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/query-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stacksjs/development": "workspace:*",
"@stacksjs/types": "workspace:*",
"@types/pg": "^8.15.4",
"kysely": "^0.28.2",
"kysely": "^0.28.3",
"kysely-bun-worker": "^0.7.0",
"mysql2": "^3.14.2",
"pg": "^8.16.3"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.844.0",
"@aws-sdk/client-s3": "^3.848.0",
"@flystorage/aws-s3": "^1.1.1",
"@flystorage/chaos": "^1.1.0",
"@flystorage/file-storage": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
"@rollup/pluginutils": "^5.2.0",
"@stacksjs/validation": "workspace:*",
"@types/aws4": "^1.11.6",
"@types/bun": "^1.2.18",
"@types/bun": "^1.2.19",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/minimatch": "^6.0.0",
"@types/nprogress": "^0.2.3",
"@vinejs/vine": "^3.0.1",
"aws-cdk-lib": "^2.204.0",
"aws-cdk-lib": "^2.206.0",
"cac": "^6.7.14",
"markdown-it": "^14.1.0",
"meilisearch": "^0.51.0",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@iconify-json/hugeicons": "^1.2.6",
"@iconify/json": "^2.2.357",
"@iconify/json": "^2.2.360",
"@julr/unocss-preset-forms": "^2.0.0",
"@stacksjs/build": "workspace:*",
"@stacksjs/config": "workspace:*",
Expand All @@ -74,7 +74,7 @@
"unocss-preset-primitives": "0.0.2-beta.1",
"vue": "^3.5.17",
"vue-chartjs": "^5.3.2",
"vue-tsc": "^3.0.1"
"vue-tsc": "^3.0.3"
},
"overrides": {
"vite": "npm:rolldown-vite@latest"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@vueuse/head": "^2.0.0",
"@vueuse/math": "^13.5.0",
"@vueuse/shared": "^13.5.0",
"ace-builds": "^1.43.1",
"ace-builds": "^1.43.2",
"bun-plugin-dotenvx": "^0.6.4",
"bun-plugin-yml": "^0.3.1",
"defu": "^6.1.4",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/defaults/ide/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"icon": "logo.png",
"files": ["LICENSE.md", "logo.png"],
"engines": {
"vscode": "^1.102.0"
"vscode": "^1.102.1"
},
"scripts": {
"package": "bunx --bun vsce package",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM oven/bun:1.2.18-debian AS builder
FROM oven/bun:1.2.19-debian AS builder
WORKDIR /usr/src

# Copy source files
Expand All @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json
# RUN bun run build

# Final stage
FROM oven/bun:1.2.18-debian AS release
FROM oven/bun:1.2.19-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/dashboard/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.74.1"
tauri-build = { version = "2.3.0", features = [] }

[dependencies]
serde_json = "1.0.140"
serde_json = "1.0.141"
serde = { version = "1.0.219", features = [ "derive" ] }
tauri = { version = "2.6.2", features = [] }

Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.74.1"
tauri-build = { version = "2.3.0", features = [] }

[dependencies]
serde_json = "1.0.140"
serde_json = "1.0.141"
serde = { version = "1.0.219", features = [ "derive" ] }
tauri = { version = "2.6.2", features = [] }

Expand Down
12 changes: 6 additions & 6 deletions storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"pinia": "^3.0.3",
"vite-plugin-layouts": "^0.1.10",
"vue": "^3.5.17",
"vue-i18n": "^11.1.9",
"vue-i18n": "^11.1.10",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.10",
"@iconify-json/carbon": "^1.2.11",
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@shikijs/markdown-it": "^3.7.0",
"@shikijs/markdown-it": "^3.8.1",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^6.0.0",
"@vue-macros/volar": "^0.30.15",
"@vue/test-utils": "^2.4.6",
"markdown-it-link-attributes": "^4.0.1",
"rollup": "^4.45.0",
"shiki": "^3.7.0",
"rollup": "^4.45.1",
"shiki": "^3.8.1",
"unocss": "66.3.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
Expand All @@ -50,7 +50,7 @@
"vite-plugin-vue-devtools": "^7.7.7",
"vite-ssg": "^28.0.0",
"vite-ssg-sitemap": "^0.9.0",
"vue-tsc": "^3.0.1"
"vue-tsc": "^3.0.3"
},
"overrides": {
"vite": "npm:rolldown-vite@latest"
Expand Down
Loading