Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1168)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2024
1 parent ec881ea commit f40fef1
Show file tree
Hide file tree
Showing 23 changed files with 65 additions and 65 deletions.
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.1.29-debian AS builder
FROM oven/bun:1.1.30-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.1.29-debian AS release
FROM oven/bun:1.1.30-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
28 changes: 14 additions & 14 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"dev": "./dev local"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.665.0",
"@aws-sdk/client-cloudformation": "^3.665.0",
"@aws-sdk/client-cloudfront": "^3.665.0",
"@aws-sdk/client-cloudwatch-logs": "^3.665.0",
"@aws-sdk/client-dynamodb": "3.665.0",
"@aws-sdk/client-ec2": "^3.665.0",
"@aws-sdk/client-efs": "^3.665.0",
"@aws-sdk/client-iam": "^3.665.0",
"@aws-sdk/client-lambda": "^3.665.0",
"@aws-sdk/client-route-53-domains": "^3.665.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-ses": "^3.665.0",
"@aws-sdk/client-sesv2": "^3.665.0",
"@aws-sdk/client-ssm": "^3.665.0",
"@aws-sdk/client-bedrock": "^3.668.0",
"@aws-sdk/client-cloudformation": "^3.668.0",
"@aws-sdk/client-cloudfront": "^3.668.0",
"@aws-sdk/client-cloudwatch-logs": "^3.668.0",
"@aws-sdk/client-dynamodb": "3.668.0",
"@aws-sdk/client-ec2": "^3.668.0",
"@aws-sdk/client-efs": "^3.668.0",
"@aws-sdk/client-iam": "^3.668.0",
"@aws-sdk/client-lambda": "^3.668.0",
"@aws-sdk/client-route-53-domains": "^3.668.0",
"@aws-sdk/client-s3": "^3.668.0",
"@aws-sdk/client-ses": "^3.668.0",
"@aws-sdk/client-sesv2": "^3.668.0",
"@aws-sdk/client-ssm": "^3.668.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"markdown-it": "^14.1.0",
"oxc-parser": "^0.30.5",
"oxc-transform": "^0.30.5",
"oxc-parser": "^0.31.0",
"oxc-transform": "^0.31.0",
"vue-component-meta": "^2.1.6"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.665.0",
"@aws-sdk/credential-providers": "^3.665.0",
"@aws-sdk/client-bedrock-runtime": "^3.668.0",
"@aws-sdk/credential-providers": "^3.668.0",
"@stacksjs/development": "workspace:*",
"aws-sdk-client-mock": "^4.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@stacksjs/utils": "workspace:*",
"ofetch": "^1.4.0",
"ofetch": "^1.4.1",
"openapi-typescript": "^7.4.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@stacksjs/cli": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/storage": "workspace:*",
"bun-plugin-dts-auto": "^0.17.0",
"bun-plugin-dts-auto": "^0.20.6",
"vue-docgen-web-types": "^0.1.8"
},
"devDependencies": {
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 @@ -43,7 +43,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.665.0",
"@aws-sdk/client-dynamodb": "^3.668.0",
"@stacksjs/config": "workspace:*",
"bentocache": "^1.0.0-beta.9",
"ioredis": "^5.4.1"
Expand Down
28 changes: 14 additions & 14 deletions storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.665.0",
"@aws-sdk/client-cloudformation": "^3.665.0",
"@aws-sdk/client-cloudfront": "^3.665.0",
"@aws-sdk/client-cloudwatch-logs": "^3.665.0",
"@aws-sdk/client-dynamodb": "3.665.0",
"@aws-sdk/client-ec2": "^3.665.0",
"@aws-sdk/client-efs": "^3.665.0",
"@aws-sdk/client-iam": "^3.665.0",
"@aws-sdk/client-lambda": "^3.665.0",
"@aws-sdk/client-route-53-domains": "^3.665.0",
"@aws-sdk/client-s3": "^3.665.0",
"@aws-sdk/client-ses": "^3.665.0",
"@aws-sdk/client-sesv2": "^3.665.0",
"@aws-sdk/client-ssm": "^3.665.0",
"@aws-sdk/client-bedrock": "^3.668.0",
"@aws-sdk/client-cloudformation": "^3.668.0",
"@aws-sdk/client-cloudfront": "^3.668.0",
"@aws-sdk/client-cloudwatch-logs": "^3.668.0",
"@aws-sdk/client-dynamodb": "3.668.0",
"@aws-sdk/client-ec2": "^3.668.0",
"@aws-sdk/client-efs": "^3.668.0",
"@aws-sdk/client-iam": "^3.668.0",
"@aws-sdk/client-lambda": "^3.668.0",
"@aws-sdk/client-route-53-domains": "^3.668.0",
"@aws-sdk/client-s3": "^3.668.0",
"@aws-sdk/client-ses": "^3.668.0",
"@aws-sdk/client-sesv2": "^3.668.0",
"@aws-sdk/client-ssm": "^3.668.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unocss": "0.61.0",
"unocss": "0.63.4",
"unplugin-icons": "^0.19.3"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/development/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@
"@stacksjs/tinker": "workspace:*",
"@stacksjs/tunnel": "workspace:*",
"@stacksjs/types": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"devDependencies": {
"@stacksjs/build": "workspace:*",
"@total-typescript/ts-reset": "^0.6.1",
"bun-plugin-dts-auto": "^0.17.0"
"bun-plugin-dts-auto": "^0.20.6"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.665.0",
"@aws-sdk/client-route-53": "^3.668.0",
"@stacksjs/actions": "workspace:*",
"@stacksjs/error-handling": "workspace:*",
"@stacksjs/path": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/server": "workspace:*",
"vitepress": "1.3.4",
"vitepress": "1.4.0",
"vitepress-plugin-twoslash": "^0.10.2"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"bumpp": "^9.6.1",
"bumpp": "^9.7.1",
"changelogen": "^0.5.7",
"commitizen": "^4.3.1",
"cz-git": "^1.10.0",
"cz-git": "^1.10.1",
"giget": "^1.2.3",
"simple-git-hooks": "^2.11.1"
},
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 @@ -51,7 +51,7 @@
"@stacksjs/eslint-config": "^3.7.3-stacks-1.5",
"@stylistic/eslint-plugin": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@unocss/eslint-plugin": "0.61.0",
"@unocss/eslint-plugin": "0.63.4",
"@vitest/eslint-plugin": "^1.1.7",
"eslint": "^9.12.0",
"eslint-config-flat-gitignore": "^0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/logging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@stacksjs/validation": "workspace:*"
},
"devDependencies": {
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {
"@stacksjs/utils": "workspace:*",
"@stripe/stripe-js": "^4.7.0",
"stripe": "^17.1.0"
"@stripe/stripe-js": "^4.8.0",
"stripe": "^17.2.0"
},
"devDependencies": {
"@stacksjs/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/raycast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"publish": "bunx --bun @raycast/api@latest publish"
},
"dependencies": {
"@raycast/api": "^1.83.2",
"@raycast/api": "^1.84.2",
"@raycast/utils": "^1.17.0"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@rollup/pluginutils": "^5.1.2",
"@stacksjs/validation": "workspace:*",
"@types/aws4": "^1.11.6",
"@types/bun": "^1.1.10",
"@types/bun": "^1.1.11",
"@types/crypto-js": "^4.2.2",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-link-attributes": "^3.0.5",
Expand All @@ -52,18 +52,18 @@
"meilisearch": "^0.44.1",
"neverthrow": "^8.0.0",
"ora": "^8.1.0",
"unocss": "0.61.0",
"unocss": "0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
"vite-ssg": "^0.23.8",
"vitepress": "1.3.4",
"vitepress": "1.4.0",
"vue": "^3.5.11"
},
"devDependencies": {
"aws-cdk-lib": "^2.161.1",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,18 +45,18 @@
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/heroicons-outline": "^1.2.0",
"@iconify-json/heroicons-solid": "^1.2.0",
"@iconify/json": "^2.2.256",
"@iconify/json": "^2.2.258",
"@julr/unocss-preset-forms": "^0.1.0",
"@stacksjs/build": "workspace:*",
"@stacksjs/config": "workspace:*",
"@stacksjs/router": "workspace:*",
"@unhead/vue": "^1.11.7",
"pinia": "^2.2.4",
"unhead": "^1.11.7",
"unocss": "0.61.0",
"unocss": "0.63.4",
"unocss-preset-primitives": "0.0.2-beta.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.5.11",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"@stacksjs/server": "workspace:*",
"@stacksjs/storage": "workspace:*",
"@stacksjs/vite-config": "workspace:*",
"vitepress": "1.3.4"
"vitepress": "1.4.0"
}
}
2 changes: 1 addition & 1 deletion storage/framework/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.94.0"
"vscode": "^1.94.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.1.29-debian AS builder
FROM oven/bun:1.1.30-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.1.29-debian AS release
FROM oven/bun:1.1.30-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
8 changes: 4 additions & 4 deletions storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/server": "workspace:*",
"@unhead/vue": "^1.11.7",
"@unocss/reset": "0.61.0",
"@unocss/reset": "0.63.4",
"@vueuse/core": "^11.1.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-i18n": "^10.0.3",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/carbon": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
Expand All @@ -37,7 +37,7 @@
"markdown-it-shikiji": "^0.10.2",
"rollup": "^4.24.0",
"shikiji": "^0.10.2",
"unocss": "0.61.0",
"unocss": "0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
Expand Down

0 comments on commit f40fef1

Please sign in to comment.