Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1163)
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 Sep 20, 2024
1 parent 27e0d59 commit 393e774
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 41 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.28-debian AS builder
FROM oven/bun:1.1.29-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.28-debian AS release
FROM oven/bun:1.1.29-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@aws-sdk/client-ec2": "^3.654.0",
"@aws-sdk/client-efs": "^3.654.0",
"@aws-sdk/client-iam": "^3.654.0",
"@aws-sdk/client-lambda": "^3.654.0",
"@aws-sdk/client-lambda": "^3.655.0",
"@aws-sdk/client-route-53-domains": "^3.654.0",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/client-ses": "^3.654.0",
Expand All @@ -66,8 +66,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.159.0",
"aws-cdk-lib": "^2.159.0",
"aws-cdk": "^2.159.1",
"aws-cdk-lib": "^2.159.1",
"aws4fetch": "^1.0.20",
"constructs": "^10.3.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 @@ -46,7 +46,7 @@
"dependencies": {
"@stacksjs/utils": "workspace:*",
"ofetch": "^1.3.4",
"openapi-typescript": "^7.4.0"
"openapi-typescript": "^7.4.1"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@aws-sdk/client-ec2": "^3.654.0",
"@aws-sdk/client-efs": "^3.654.0",
"@aws-sdk/client-iam": "^3.654.0",
"@aws-sdk/client-lambda": "^3.654.0",
"@aws-sdk/client-lambda": "^3.655.0",
"@aws-sdk/client-route-53-domains": "^3.654.0",
"@aws-sdk/client-s3": "^3.654.0",
"@aws-sdk/client-ses": "^3.654.0",
Expand All @@ -69,8 +69,8 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"aws-cdk": "^2.159.0",
"aws-cdk-lib": "^2.159.0",
"aws-cdk": "^2.159.1",
"aws-cdk-lib": "^2.159.1",
"aws4fetch": "^1.0.20",
"constructs": "^10.3.0"
},
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 @@ -36,7 +36,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
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 @@ -36,7 +36,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.6"
"vite": "^5.4.7"
}
}
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 @@ -36,7 +36,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/components/modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand Down
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 @@ -39,7 +39,7 @@
"dependencies": {
"@stacksjs/ui": "workspace:*",
"highlight.js": "^11.10.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
Expand All @@ -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.62.4",
"unplugin-icons": "^0.19.3"
}
}
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 @@ -34,7 +34,7 @@
"@vueform/multiselect": "^2.6.10"
},
"devDependencies": {
"vite": "^5.4.6",
"vite": "^5.4.7",
"@stacksjs/development": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@tauri-apps/cli": "^1.6.2",
"unified-network": "^0.6.4",
"unstorage": "^1.12.0",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
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 @@ -52,10 +52,10 @@
"@stacksjs/storage": "workspace:*",
"@stacksjs/strings": "workspace:*",
"@stacksjs/whois": "workspace:*",
"aws-cdk-lib": "^2.159.0"
"aws-cdk-lib": "^2.159.1"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
"aws-cdk-lib": "^2.159.0"
"aws-cdk-lib": "^2.159.1"
}
}
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 @@
},
"dependencies": {
"bumpp": "^9.5.2",
"changelogen": "^0.5.5",
"changelogen": "^0.5.7",
"commitizen": "^4.3.0",
"cz-git": "^1.9.4",
"giget": "^1.2.3",
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 @@ -43,7 +43,7 @@
"prepublishOnly": "bun run build"
},
"dependencies": {
"@biomejs/biome": "^1.9.1",
"@biomejs/biome": "^1.9.2",
"@commitlint/cli": "^19.5.0",
"@stacksjs/biome-config": "^0.1.3",
"lint-staged": "^15.2.10",
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 @@ -25,7 +25,7 @@
"publish": "bunx @raycast/api@latest publish"
},
"dependencies": {
"@raycast/api": "^1.83.0",
"@raycast/api": "^1.83.1",
"@raycast/utils": "^1.17.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@stacksjs/validation": "workspace:*"
},
"devDependencies": {
"vite": "^5.4.6",
"vite": "^5.4.7",
"@stacksjs/development": "workspace:*"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
"meilisearch": "^0.42.0",
"neverthrow": "^8.0.0",
"ora": "^8.1.0",
"unocss": "0.61.0",
"unocss": "0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
"vite-ssg": "^0.23.8",
"vitepress": "1.3.4",
"vue": "^3.5.6"
"vue": "^3.5.7"
},
"devDependencies": {
"aws-cdk-lib": "^2.159.0",
"aws-cdk-lib": "^2.159.1",
"typescript": "^5.6.2"
}
}
4 changes: 2 additions & 2 deletions storage/framework/core/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@unhead/vue": "^1.11.6",
"pinia": "^2.2.2",
"unhead": "^1.11.6",
"unocss": "0.61.0",
"unocss": "0.62.4",
"unocss-preset-primitives": "0.0.2-beta.1",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.5.6",
"vue": "^3.5.7",
"vue-tsc": "^2.1.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"markdown-it-shiki": "^0.9.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"markdown-it-shiki": "^0.9.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-plugin-full-reload": "^1.2.0",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pages": "^0.32.3",
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.28-debian AS builder
FROM oven/bun:1.1.29-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.28-debian AS release
FROM oven/bun:1.1.29-debian AS release
WORKDIR /usr/src

# Copy built files from builder stage
Expand Down
10 changes: 5 additions & 5 deletions storage/framework/views/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/server": "workspace:*",
"@unhead/vue": "^1.11.6",
"@unocss/reset": "^0.61.0",
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^11.1.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.2.2",
"vue": "^3.5.6",
"vue": "^3.5.7",
"vue-i18n": "^10.0.1",
"vue-router": "^4.4.5"
},
Expand All @@ -35,15 +35,15 @@
"@vue/test-utils": "^2.4.6",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shikiji": "^0.10.2",
"rollup": "^4.22.0",
"rollup": "^4.22.2",
"shikiji": "^0.10.2",
"taze": "^0.16.9",
"unocss": "0.61.0",
"unocss": "0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.6",
"vite": "^5.4.7",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-pwa": "^0.20.5",
Expand Down

0 comments on commit 393e774

Please sign in to comment.