chore(deps): update all non-major dependencies (3.x) (#30829)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-05 14:38:03 +00:00 committed by GitHub
parent f86583a18e
commit 3cfe36f5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 478 additions and 468 deletions

View File

@ -45,7 +45,7 @@
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.12.0",
"@types/node": "22.13.1",
"@unhead/dom": "1.11.18",
"@unhead/schema": "1.11.18",
"@unhead/shared": "1.11.18",
@ -59,13 +59,13 @@
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.5.1",
"rollup": "4.32.1",
"rollup": "4.34.3",
"send": ">=1.1.0",
"typescript": "5.7.3",
"ufo": "1.5.4",
"unhead": "1.11.18",
"unimport": "4.0.0",
"vite": "6.0.11",
"vite": "6.1.0",
"vue": "3.5.13",
"webpack": "5.96.1"
},
@ -83,7 +83,7 @@
"@testing-library/vue": "8.1.0",
"@types/babel__core": "7.20.5",
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "22.12.0",
"@types/node": "22.13.1",
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.18",
"@unhead/vue": "1.11.18",
@ -99,11 +99,11 @@
"devalue": "5.1.1",
"eslint": "9.19.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.7.0",
"eslint-plugin-perfectionist": "4.8.0",
"eslint-typegen": "1.0.0",
"estree-walker": "3.0.3",
"h3": "1.14.0",
"happy-dom": "16.7.3",
"happy-dom": "16.8.1",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"knip": "5.43.6",
@ -116,9 +116,9 @@
"ofetch": "1.4.1",
"pathe": "2.0.2",
"pkg-pr-new": "0.0.39",
"playwright-core": "1.50.0",
"rollup": "4.32.1",
"semver": "7.7.0",
"playwright-core": "1.50.1",
"rollup": "4.34.3",
"semver": "7.7.1",
"sherif": "1.2.0",
"std-env": "3.8.0",
"tinyexec": "0.3.2",
@ -133,6 +133,6 @@
"vue-tsc": "2.2.0",
"webpack": "5.96.1"
},
"packageManager": "pnpm@10.1.0",
"packageManager": "pnpm@10.2.0",
"version": ""
}

View File

@ -41,7 +41,7 @@
"pathe": "^2.0.2",
"pkg-types": "^1.3.1",
"scule": "^1.3.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"ufo": "^1.5.4",
"unctx": "^2.4.1",
@ -56,7 +56,7 @@
"lodash-es": "4.17.21",
"nitropack": "2.10.4",
"unbuild": "latest",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.4",
"webpack": "5.96.1"
},

View File

@ -114,7 +114,7 @@
"pkg-types": "^1.3.1",
"radix3": "^1.1.2",
"scule": "^1.3.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"strip-literal": "^3.0.0",
"tinyglobby": "0.2.10",
@ -141,7 +141,7 @@
"@vitejs/plugin-vue": "5.2.1",
"@vue/compiler-sfc": "3.5.13",
"unbuild": "latest",
"vite": "6.0.11",
"vite": "6.1.0",
"vitest": "3.0.4"
},
"peerDependencies": {

View File

@ -75,7 +75,7 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.32.1",
"rollup": "4.34.3",
"unbuild": "latest",
"vue": "3.5.13"
},

View File

@ -60,7 +60,7 @@
"unctx": "2.4.1",
"unimport": "4.0.0",
"untyped": "1.5.2",
"vite": "6.0.11",
"vite": "6.1.0",
"vue": "3.5.13",
"vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2",

View File

@ -32,6 +32,6 @@
"tinyexec": "0.3.2",
"tinyglobby": "0.2.10",
"unocss": "65.4.3",
"vite": "6.0.11"
"vite": "6.1.0"
}
}

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"rollup": "4.32.1",
"rollup": "4.34.3",
"unbuild": "latest",
"vue": "3.5.13"
},
@ -58,7 +58,7 @@
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^2.1.2",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vite-node": "^3.0.4",
"vite-plugin-checker": "^0.8.0",
"vue-bundle-renderer": "^2.1.1"

File diff suppressed because it is too large Load Diff