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 17, 2024
1 parent 8ba9329 commit b033d3c
Show file tree
Hide file tree
Showing 50 changed files with 168 additions and 168 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.693.0",
"@aws-sdk/client-cloudformation": "^3.693.0",
"@aws-sdk/client-cloudfront": "^3.693.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-dynamodb": "3.693.0",
"@aws-sdk/client-ec2": "^3.694.0",
"@aws-sdk/client-efs": "^3.693.0",
"@aws-sdk/client-iam": "^3.693.0",
"@aws-sdk/client-lambda": "^3.693.0",
"@aws-sdk/client-route-53-domains": "^3.693.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/client-ses": "^3.693.0",
"@aws-sdk/client-sesv2": "^3.693.0",
"@aws-sdk/client-ssm": "^3.693.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.167.1",
"aws-cdk-lib": "^2.167.1",
"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.693.0",
"@aws-sdk/credential-providers": "^3.693.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.693.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.693.0",
"@aws-sdk/client-cloudformation": "^3.693.0",
"@aws-sdk/client-cloudfront": "^3.693.0",
"@aws-sdk/client-cloudwatch-logs": "^3.693.0",
"@aws-sdk/client-dynamodb": "3.693.0",
"@aws-sdk/client-ec2": "^3.694.0",
"@aws-sdk/client-efs": "^3.693.0",
"@aws-sdk/client-iam": "^3.693.0",
"@aws-sdk/client-lambda": "^3.693.0",
"@aws-sdk/client-route-53-domains": "^3.693.0",
"@aws-sdk/client-s3": "^3.693.0",
"@aws-sdk/client-ses": "^3.693.0",
"@aws-sdk/client-sesv2": "^3.693.0",
"@aws-sdk/client-ssm": "^3.693.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.167.1",
"aws-cdk-lib": "^2.167.1",
"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"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"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"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/combobox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"@headlessui/vue": "^1.7.23",
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@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",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.1",
"unplugin-icons": "^0.20.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10"
"@vitejs/plugin-vue": "^5.2.0",
"vite": "^5.4.11"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@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",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.1",
"unplugin-icons": "^0.20.1"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/dropdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"@headlessui/vue": "^1.7.23",
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@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",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.1",
"unplugin-icons": "^0.20.1"
}
}
6 changes: 3 additions & 3 deletions storage/framework/core/components/navigator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.1",
"@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/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,16 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/ic": "^1.2.1",
"@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"
}
}
10 changes: 5 additions & 5 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",
"vue": "^3.5.12"
"@unocss/reset": "0.64.1",
"unocss": "0.64.1",
"vue": "^3.5.13"
},
"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"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/popover/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@
"@headlessui/vue": "^1.7.23",
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
"@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",
"unocss": "0.61.0",
"unplugin-icons": "^0.19.3"
"unocss": "0.64.1",
"unplugin-icons": "^0.20.1"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/components/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/heroicons": "^1.2.1",
Expand All @@ -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.1",
"unplugin-icons": "^0.20.1"
}
}
Loading

0 comments on commit b033d3c

Please sign in to comment.