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 13, 2024
1 parent 462d946 commit 9c14d6e
Show file tree
Hide file tree
Showing 46 changed files with 136 additions and 136 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.690.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.689.0",
"@aws-sdk/client-route-53-domains": "^3.687.0",
"@aws-sdk/client-s3": "^3.689.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 @@ -66,7 +66,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.690.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.689.0",
"@aws-sdk/client-route-53-domains": "^3.687.0",
"@aws-sdk/client-s3": "^3.689.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
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@stacksjs/router": "^0.67.0"
"@stacksjs/router": "^0.68.1"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/components/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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 @@ -23,7 +23,7 @@
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
"@vitejs/plugin-vue": "^5.2.0",
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"clean-css": "^5.3.3",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.0",
"unplugin-icons": "^0.20.1"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/components/navigator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"clean-css": "^5.3.3",
"unplugin-icons": "^0.19.3"
"unplugin-icons": "^0.20.1"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/payment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"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": {
"@microsoft/api-extractor": "^7.47.11",
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@stacksjs/development": "workspace:*",
"@stacksjs/dialog": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"vite": "^5.4.10"
"vite": "^5.4.11"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/transition/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"@stacksjs/alias": "workspace:*",
"@stacksjs/development": "workspace:*",
"@types/clean-css": "^4.2.11",
"@vue/tsconfig": "^0.5.1",
"@vue/tsconfig": "^0.6.0",
"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/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@stacksjs/validation": "workspace:*",
"fs-extra": "^11.2.0",
"std-env": "^3.7.0"
"std-env": "^3.8.0"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
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
4 changes: 2 additions & 2 deletions storage/framework/core/payments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
},
"dependencies": {
"@stacksjs/utils": "workspace:*",
"@stripe/stripe-js": "^4.9.0",
"@stripe/stripe-js": "^4.10.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
Loading

0 comments on commit 9c14d6e

Please sign in to comment.