Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1008)
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] committed Apr 24, 2024
1 parent 02a4c82 commit 27b05c4
Show file tree
Hide file tree
Showing 20 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions storage/framework/cloud/package.json
Expand Up @@ -48,11 +48,11 @@
"deploy": "cd .. && bun run build && cd ./docs && bun run build && cd ../core/cloud && bunx cdk deploy --require-approval never"
},
"peerDependencies": {
"@aws-sdk/client-bedrock": "^3.556.0",
"@aws-sdk/client-bedrock": "^3.561.0",
"@aws-sdk/client-cloudformation": "^3.556.0",
"@aws-sdk/client-cloudfront": "^3.556.0",
"@aws-sdk/client-cloudwatch-logs": "^3.556.0",
"@aws-sdk/client-ec2": "^3.557.0",
"@aws-sdk/client-ec2": "^3.561.0",
"@aws-sdk/client-efs": "^3.556.0",
"@aws-sdk/client-iam": "^3.556.0",
"@aws-sdk/client-lambda": "^3.556.0",
Expand All @@ -72,12 +72,12 @@
"@stacksjs/validation": "workspace:*"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.556.0",
"@aws-sdk/client-bedrock": "^3.561.0",
"@aws-sdk/client-cloudformation": "^3.556.0",
"@aws-sdk/client-cloudfront": "^3.556.0",
"@aws-sdk/client-cloudwatch-logs": "^3.556.0",
"@aws-sdk/client-dynamodb": "3.556.0",
"@aws-sdk/client-ec2": "^3.557.0",
"@aws-sdk/client-ec2": "^3.561.0",
"@aws-sdk/client-efs": "^3.556.0",
"@aws-sdk/client-iam": "^3.556.0",
"@aws-sdk/client-lambda": "^3.556.0",
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/actions/package.json
Expand Up @@ -68,7 +68,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"markdown-it": "^14.1.0",
"vue-component-meta": "^2.0.13"
"vue-component-meta": "^2.0.14"
},
"dependencies": {
"@stacksjs/cli": "workspace:*",
Expand All @@ -86,7 +86,7 @@
"@stacksjs/utils": "workspace:*",
"@stacksjs/validation": "workspace:*",
"markdown-it": "^14.1.0",
"vue-component-meta": "^2.0.13"
"vue-component-meta": "^2.0.14"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions storage/framework/core/ai/package.json
Expand Up @@ -49,10 +49,10 @@
"prepublishOnly": "bun run build"
},
"peerDependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.556.0"
"@aws-sdk/client-bedrock-runtime": "^3.561.0"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.556.0"
"@aws-sdk/client-bedrock-runtime": "^3.561.0"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions storage/framework/core/cloud/package.json
Expand Up @@ -53,11 +53,11 @@
"prepublishOnly": "bun run build"
},
"peerDependencies": {
"@aws-sdk/client-bedrock": "^3.556.0",
"@aws-sdk/client-bedrock": "^3.561.0",
"@aws-sdk/client-cloudformation": "^3.556.0",
"@aws-sdk/client-cloudfront": "^3.556.0",
"@aws-sdk/client-cloudwatch-logs": "^3.556.0",
"@aws-sdk/client-ec2": "^3.557.0",
"@aws-sdk/client-ec2": "^3.561.0",
"@aws-sdk/client-efs": "^3.556.0",
"@aws-sdk/client-iam": "^3.556.0",
"@aws-sdk/client-lambda": "^3.556.0",
Expand All @@ -78,12 +78,12 @@
"@stacksjs/validation": "workspace:*"
},
"dependencies": {
"@aws-sdk/client-bedrock": "^3.556.0",
"@aws-sdk/client-bedrock": "^3.561.0",
"@aws-sdk/client-cloudformation": "^3.556.0",
"@aws-sdk/client-cloudfront": "^3.556.0",
"@aws-sdk/client-cloudwatch-logs": "^3.556.0",
"@aws-sdk/client-dynamodb": "3.556.0",
"@aws-sdk/client-ec2": "^3.557.0",
"@aws-sdk/client-ec2": "^3.561.0",
"@aws-sdk/client-efs": "^3.556.0",
"@aws-sdk/client-iam": "^3.556.0",
"@aws-sdk/client-lambda": "^3.556.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Expand Up @@ -10,6 +10,6 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"aws-sdk": "^2.1603.0"
"aws-sdk": "^2.1605.0"
}
}
Expand Up @@ -20,7 +20,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/database/package.json
Expand Up @@ -71,7 +71,7 @@
"kysely-bun-worker": "^0.6.0"
},
"optionalDependencies": {
"mysql2": "^3.9.6"
"mysql2": "^3.9.7"
},
"devDependencies": {
"@stacksjs/development": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions storage/framework/core/desktop/package.json
Expand Up @@ -60,20 +60,20 @@
"peerDependencies": {
"@stacksjs/build": "workspace:*",
"@stacksjs/server": "workspace:*",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/cli": "^1.5.11",
"unified-network": "^0.6.4",
"unstorage": "^1.10.2",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"dependencies": {
"@stacksjs/build": "workspace:*",
"@stacksjs/server": "workspace:*",
"@tauri-apps/api": "^1.5.3",
"@tauri-apps/api": "^1.5.4",
"@tauri-apps/cli": "^1.5.11",
"unified-network": "^0.6.4",
"unstorage": "^1.10.2",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/development/package.json
Expand Up @@ -57,7 +57,7 @@
"@stacksjs/tunnel": "workspace:*",
"@stacksjs/types": "workspace:*",
"bun-plugin-dts-auto": "^0.11.1",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5"
},
"dependencies": {
Expand All @@ -68,13 +68,13 @@
"@stacksjs/tinker": "workspace:*",
"@stacksjs/tunnel": "workspace:*",
"@stacksjs/types": "workspace:*",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"typescript": "^5.4.5"
},
"devDependencies": {
"@stacksjs/build": "workspace:*",
"@total-typescript/ts-reset": "^0.5.1",
"bun-plugin-dts-auto": "^0.11.1",
"eslint": "^9.1.0"
"eslint": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion storage/framework/core/email/package.json
Expand Up @@ -60,7 +60,7 @@
"@stacksjs/config": "workspace:*",
"@stacksjs/error-handling": "workspace:*",
"@stacksjs/types": "workspace:*",
"aws-sdk": "^2.1603.0",
"aws-sdk": "^2.1605.0",
"vue-email": "^0.8.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/error-handling/package.json
Expand Up @@ -55,7 +55,7 @@
"@stacksjs/cli": "workspace:*",
"@stacksjs/path": "workspace:*",
"@stacksjs/types": "workspace:*",
"neverthrow": "^6.1.0"
"neverthrow": "^6.2.1"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
16 changes: 8 additions & 8 deletions storage/framework/core/eslint-config/package.json
Expand Up @@ -37,7 +37,7 @@
},
"peerDependencies": {
"@unocss/eslint-plugin": ">=0.59.4",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"eslint-plugin-format": "^0.1.1"
},
"peerDependenciesMeta": {
Expand All @@ -52,8 +52,8 @@
"@antfu/install-pkg": "^0.3.2",
"@stacksjs/cli": "workspace:*",
"@stylistic/eslint-plugin": "^1.7.2",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint-config-flat-gitignore": "^0.1.5",
"eslint-flat-config-utils": "^0.2.3",
"eslint-merge-processors": "^0.1.0",
Expand All @@ -64,13 +64,13 @@
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsonc": "^2.15.1",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-n": "^17.2.1",
"eslint-plugin-n": "^17.3.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-perfectionist": "^2.9.0",
"eslint-plugin-toml": "^0.11.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-vitest": "^0.5.3",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-yml": "^1.14.0",
"eslint-processor-vue-blocks": "^0.1.2",
Expand All @@ -90,13 +90,13 @@
"@stylistic/eslint-plugin-migrate": "^1.7.2",
"@types/eslint": "^8.56.10",
"@unocss/eslint-plugin": "^0.59.4",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"eslint-flat-config-viewer": "^0.1.20",
"eslint-plugin-format": "^0.1.1",
"eslint-typegen": "^0.2.3",
"eslint-typegen": "^0.2.4",
"lint-staged": "^15.2.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
8 changes: 4 additions & 4 deletions storage/framework/core/lint/package.json
Expand Up @@ -49,18 +49,18 @@
"prepublishOnly": "bun run build"
},
"peerDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@stacksjs/eslint-config": "workspace:*",
"@types/eslint": "^8.56.10",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"lint-staged": "^15.2.2",
"publint": "^0.2.7"
},
"dependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@stacksjs/eslint-config": "workspace:*",
"@types/eslint": "^8.56.10",
"eslint": "^9.1.0",
"eslint": "^9.1.1",
"lint-staged": "^15.2.2",
"publint": "^0.2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/core/query-builder/package.json
Expand Up @@ -54,7 +54,7 @@
"@stacksjs/types": "workspace:*",
"kysely": "^0.27.3",
"kysely-bun-worker": "^0.6.0",
"mysql2": "^3.9.6",
"mysql2": "^3.9.7",
"pg": "^8.11.5"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions storage/framework/core/types/package.json
Expand Up @@ -46,7 +46,7 @@
},
"peerDependencies": {
"@stacksjs/validation": "workspace:*",
"neverthrow": "^6.1.0"
"neverthrow": "^6.2.1"
},
"dependencies": {
"@mdit-vue/plugin-component": "^2.1.2",
Expand All @@ -66,7 +66,7 @@
"cac": "^6.7.14",
"markdown-it": "^14.1.0",
"meilisearch": "^0.38.0",
"neverthrow": "^6.1.0",
"neverthrow": "^6.2.1",
"ora": "^8.0.1",
"unocss": "^0.59.4",
"unplugin-auto-import": "^0.17.5",
Expand All @@ -76,7 +76,7 @@
"vite-plugin-pwa": "^0.19.8",
"vite-ssg": "^0.23.6",
"vitepress": "1.1.3",
"vue": "^3.4.23"
"vue": "^3.4.25"
},
"devDependencies": {
"aws-cdk-lib": "^2.138.0",
Expand Down
10 changes: 5 additions & 5 deletions storage/framework/core/ui/package.json
Expand Up @@ -65,15 +65,15 @@
"pinia": "^2.1.7",
"unocss": "^0.59.4",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.23",
"vue-tsc": "^2.0.13"
"vue": "^3.4.25",
"vue-tsc": "^2.0.14"
},
"dependencies": {
"@headlessui/vue": "^1.7.20",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/heroicons-solid": "^1.1.11",
"@iconify/json": "^2.2.202",
"@iconify/json": "^2.2.203",
"@julr/unocss-preset-forms": "^0.1.0",
"@stacksjs/build": "workspace:*",
"@stacksjs/config": "workspace:*",
Expand All @@ -84,8 +84,8 @@
"unocss": "^0.59.4",
"unocss-preset-primitives": "0.0.2-beta.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.4.23",
"vue-tsc": "^2.0.13"
"vue": "^3.4.25",
"vue-tsc": "^2.0.14"
},
"devDependencies": {
"@stacksjs/development": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/dashboard/src-tauri/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.6.1", features = [] }
tauri = { version = "1.6.2", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
2 changes: 1 addition & 1 deletion storage/framework/views/desktop/src-tauri/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.6.1", features = [] }
tauri = { version = "1.6.2", features = [] }

[features]
# this feature is used for production builds or when `devPath` points to the filesystem and the built-in dev server is disabled.
Expand Down
8 changes: 4 additions & 4 deletions storage/framework/views/web/package.json
Expand Up @@ -21,7 +21,7 @@
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.23",
"vue": "^3.4.25",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
Expand All @@ -37,7 +37,7 @@
"critters": "^0.0.22",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shikiji": "^0.10.2",
"rollup": "^4.15.0",
"rollup": "^4.16.4",
"shikiji": "^0.10.2",
"taze": "^0.13.6",
"unocss": "^0.59.4",
Expand All @@ -50,11 +50,11 @@
"vite-bundle-visualizer": "^1.1.0",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-devtools": "^7.0.27",
"vite-plugin-vue-devtools": "^7.1.2",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-plugin-webfont-dl": "^3.9.3",
"vite-ssg": "^0.23.6",
"vite-ssg-sitemap": "^0.6.1",
"vue-tsc": "^2.0.13"
"vue-tsc": "^2.0.14"
}
}

0 comments on commit 27b05c4

Please sign in to comment.