Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 7d35ebe commit 1fe3412
Show file tree
Hide file tree
Showing 39 changed files with 103 additions and 103 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.33-debian AS builder
FROM oven/bun:1.1.34-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.33-debian AS release
FROM oven/bun:1.1.34-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
32 changes: 16 additions & 16 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@
"dev": "./dev local"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.679.0",
"@aws-sdk/client-cloudformation": "^3.679.0",
"@aws-sdk/client-cloudfront": "^3.679.0",
"@aws-sdk/client-cloudwatch-logs": "^3.680.0",
"@aws-sdk/client-dynamodb": "3.679.0",
"@aws-sdk/client-ec2": "^3.679.0",
"@aws-sdk/client-efs": "^3.679.0",
"@aws-sdk/client-iam": "^3.679.0",
"@aws-sdk/client-lambda": "^3.680.0",
"@aws-sdk/client-route-53-domains": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-ses": "^3.679.0",
"@aws-sdk/client-sesv2": "^3.679.0",
"@aws-sdk/client-ssm": "^3.679.0",
"@aws-sdk/client-bedrock": "^3.687.0",
"@aws-sdk/client-cloudformation": "^3.687.0",
"@aws-sdk/client-cloudfront": "^3.687.0",
"@aws-sdk/client-cloudwatch-logs": "^3.687.0",
"@aws-sdk/client-dynamodb": "3.687.0",
"@aws-sdk/client-ec2": "^3.687.0",
"@aws-sdk/client-efs": "^3.687.0",
"@aws-sdk/client-iam": "^3.687.0",
"@aws-sdk/client-lambda": "^3.687.0",
"@aws-sdk/client-route-53-domains": "^3.687.0",
"@aws-sdk/client-s3": "^3.687.0",
"@aws-sdk/client-ses": "^3.687.0",
"@aws-sdk/client-sesv2": "^3.687.0",
"@aws-sdk/client-ssm": "^3.687.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand All @@ -64,8 +64,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.164.1",
"aws-cdk-lib": "^2.164.1",
"aws-cdk": "^2.166.0",
"aws-cdk-lib": "^2.166.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 @@ -58,7 +58,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"markdown-it": "^14.1.0",
"vue-component-meta": "^2.1.8"
"vue-component-meta": "^2.1.10"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
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 @@ -42,8 +42,8 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.679.0",
"@aws-sdk/credential-providers": "^3.679.0",
"@aws-sdk/client-bedrock-runtime": "^3.687.0",
"@aws-sdk/credential-providers": "^3.687.0",
"@stacksjs/development": "workspace:*",
"aws-sdk-client-mock": "^4.1.0"
}
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 @@ -44,7 +44,7 @@
"dependencies": {
"@stacksjs/utils": "workspace:*",
"ofetch": "^1.4.1",
"openapi-typescript": "^7.4.2"
"openapi-typescript": "^7.4.3"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
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 @@ -41,7 +41,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.679.0",
"@aws-sdk/client-dynamodb": "^3.687.0",
"@stacksjs/config": "workspace:*",
"bentocache": "^1.0.0-beta.9",
"ioredis": "^5.4.1"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"cac": "^6.7.14",
"consola": "^3.2.3",
"kolorist": "1.8.0",
"ora": "^8.1.0",
"ora": "^8.1.1",
"prompts": "^2.4.2",
"supports-hyperlinks": "^3.1.0"
},
Expand Down
32 changes: 16 additions & 16 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"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.679.0",
"@aws-sdk/client-cloudformation": "^3.679.0",
"@aws-sdk/client-cloudfront": "^3.679.0",
"@aws-sdk/client-cloudwatch-logs": "^3.680.0",
"@aws-sdk/client-dynamodb": "3.679.0",
"@aws-sdk/client-ec2": "^3.679.0",
"@aws-sdk/client-efs": "^3.679.0",
"@aws-sdk/client-iam": "^3.679.0",
"@aws-sdk/client-lambda": "^3.680.0",
"@aws-sdk/client-route-53-domains": "^3.679.0",
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-ses": "^3.679.0",
"@aws-sdk/client-sesv2": "^3.679.0",
"@aws-sdk/client-ssm": "^3.679.0",
"@aws-sdk/client-bedrock": "^3.687.0",
"@aws-sdk/client-cloudformation": "^3.687.0",
"@aws-sdk/client-cloudfront": "^3.687.0",
"@aws-sdk/client-cloudwatch-logs": "^3.687.0",
"@aws-sdk/client-dynamodb": "3.687.0",
"@aws-sdk/client-ec2": "^3.687.0",
"@aws-sdk/client-efs": "^3.687.0",
"@aws-sdk/client-iam": "^3.687.0",
"@aws-sdk/client-lambda": "^3.687.0",
"@aws-sdk/client-route-53-domains": "^3.687.0",
"@aws-sdk/client-s3": "^3.687.0",
"@aws-sdk/client-ses": "^3.687.0",
"@aws-sdk/client-sesv2": "^3.687.0",
"@aws-sdk/client-ssm": "^3.687.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/dns": "workspace:*",
"@stacksjs/logging": "workspace:*",
Expand All @@ -67,8 +67,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.164.1",
"aws-cdk-lib": "^2.164.1",
"aws-cdk": "^2.166.0",
"aws-cdk-lib": "^2.166.0",
"aws4fetch": "^1.0.20",
"constructs": "^10.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/components/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/components/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/components/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.0",
"unplugin-icons": "^0.20.1"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@julr/unocss-preset-forms": "^0.1.0",
"@stacksjs/ui": "workspace:*",
"@unocss/reset": "0.61.0",
"unocss": "0.61.0",
"@unocss/reset": "0.64.0",
"unocss": "0.64.0",
"vue": "^3.5.12"
},
"devDependencies": {
Expand All @@ -47,6 +47,6 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"clean-css": "^5.3.3",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.0",
"unplugin-icons": "^0.20.1"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/strings": "workspace:*",
"@stacksjs/utils": "workspace:*",
"kysely-bun-worker": "^0.6.3"
"kysely-bun-worker": "^0.7.0"
},
"optionalDependencies": {
"mysql2": "^3.11.3"
"mysql2": "^3.11.4"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/dns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@aws-sdk/client-route-53": "^3.679.0",
"@aws-sdk/client-route-53": "^3.687.0",
"@stacksjs/actions": "workspace:*",
"@stacksjs/error-handling": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/storage": "workspace:*",
"@stacksjs/strings": "workspace:*",
"@stacksjs/whois": "workspace:*",
"aws-cdk-lib": "^2.164.1"
"aws-cdk-lib": "^2.166.0"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"aws-cdk-lib": "^2.164.1"
"aws-cdk-lib": "^2.166.0"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/server": "workspace:*",
"vitepress": "1.4.1",
"vitepress": "1.5.0",
"vitepress-plugin-twoslash": "^0.10.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/error-handling": "workspace:*",
"@stacksjs/types": "workspace:*",
"aws-sdk": "^2.1691.0",
"aws-sdk": "^2.1692.0",
"vue-email": "^0.8.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/faker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@faker-js/faker": "^9.1.0",
"@faker-js/faker": "^9.2.0",
"@stacksjs/cli": "workspace:*",
"@stacksjs/config": "workspace:*"
},
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 @@ -34,10 +34,10 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"bumpp": "^9.7.1",
"bumpp": "^9.8.1",
"changelogen": "^0.5.7",
"commitizen": "^4.3.1",
"cz-git": "^1.10.1",
"cz-git": "^1.11.0",
"giget": "^1.2.3",
"simple-git-hooks": "^2.11.1"
},
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 @@
"@stripe/stripe-js": "^4.9.0",
"@types/stripe": "^8.0.417",
"@vue-stripe/vue-stripe": "^4.5.0",
"stripe": "^17.2.1"
"stripe": "^17.3.1"
},
"devDependencies": {
"@stacksjs/config": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/query-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@stacksjs/database": "workspace:*",
"@stacksjs/types": "workspace:*",
"kysely": "^0.27.4",
"kysely-bun-worker": "^0.6.3",
"mysql2": "^3.11.3",
"kysely-bun-worker": "^0.7.0",
"mysql2": "^3.11.4",
"pg": "^8.13.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/raycast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"publish": "bunx --bun @raycast/api@latest publish"
},
"dependencies": {
"@raycast/api": "^1.84.3",
"@raycast/api": "^1.85.1",
"@raycast/utils": "^1.18.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"cron": "^3.1.7"
"cron": "^3.1.9"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/search-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@opensearch-project/opensearch": "^2.12.0",
"meilisearch": "^0.44.1"
"meilisearch": "^0.45.0"
},
"devDependencies": {
"@stacksjs/config": "workspace:*",
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 @@ -59,7 +59,7 @@
"tinyglobby": "^0.2.10"
},
"devDependencies": {
"@aws-sdk/client-s3": "^3.679.0",
"@aws-sdk/client-s3": "^3.687.0",
"@flystorage/aws-s3": "^0.1.7",
"@flystorage/chaos": "^0.1.2",
"@flystorage/file-storage": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@happy-dom/global-registrator": "^15.7.4",
"@happy-dom/global-registrator": "^15.11.0",
"@stacksjs/config": "workspace:*",
"@stacksjs/database": "workspace:*",
"@stacksjs/development": "workspace:*"
Expand Down
Loading

0 comments on commit 1fe3412

Please sign in to comment.