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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-04 10:59:26 +00:00 committed by GitHub
parent 8eb8152139
commit b4e012a83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 366 additions and 416 deletions

View File

@ -39,13 +39,13 @@
"resolutions": {
"@babel/core": "7.26.9",
"@babel/helper-plugin-utils": "7.26.5",
"@nuxt/cli": "3.22.2",
"@nuxt/cli": "3.22.4",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@unhead/dom": "1.11.20",
"@unhead/schema": "1.11.20",
"@unhead/shared": "1.11.20",
@ -73,16 +73,16 @@
"@babel/core": "7.26.9",
"@babel/helper-plugin-utils": "7.26.5",
"@codspeed/vitest-plugin": "4.0.0",
"@nuxt/cli": "3.22.2",
"@nuxt/cli": "3.22.4",
"@nuxt/eslint-config": "1.1.0",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.17.0",
"@nuxt/test-utils": "3.17.1",
"@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.1.0",
"@types/babel__core": "7.20.5",
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.20",
"@unhead/vue": "1.11.20",
@ -91,7 +91,7 @@
"acorn": "8.14.0",
"autoprefixer": "10.4.20",
"case-police": "1.0.0",
"changelogen": "0.6.0",
"changelogen": "0.6.1",
"consola": "3.4.0",
"cssnano": "7.0.6",
"destr": "2.0.3",
@ -102,7 +102,7 @@
"eslint-typegen": "2.0.0",
"estree-walker": "3.0.3",
"h3": "1.15.1",
"happy-dom": "17.1.8",
"happy-dom": "17.1.9",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"knip": "5.45.0",
@ -119,10 +119,10 @@
"rollup": "4.34.9",
"semver": "7.7.1",
"sherif": "1.4.0",
"std-env": "3.8.0",
"std-env": "3.8.1",
"tinyexec": "0.3.2",
"tinyglobby": "0.2.12",
"ts-blank-space": "0.6.0",
"ts-blank-space": "0.6.1",
"typescript": "5.8.2",
"ufo": "1.5.4",
"unbuild": "3.5.0",

View File

@ -39,12 +39,12 @@
"klona": "^2.0.6",
"knitwork": "^1.2.0",
"mlly": "^1.7.4",
"ohash": "^2.0.9",
"ohash": "^2.0.10",
"pathe": "^2.0.3",
"pkg-types": "^2.0.1",
"pkg-types": "^2.1.0",
"scule": "^1.3.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"std-env": "^3.8.1",
"ufo": "^1.5.4",
"unctx": "^2.4.1",
"unimport": "^4.1.2",
@ -52,7 +52,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.6",
"@rspack/core": "1.2.7",
"@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8",
"lodash-es": "4.17.21",

View File

@ -69,9 +69,9 @@
"test:attw": "attw --pack"
},
"dependencies": {
"@nuxt/cli": "^3.22.2",
"@nuxt/cli": "^3.22.4",
"@nuxt/devalue": "^2.0.2",
"@nuxt/devtools": "^2.1.1",
"@nuxt/devtools": "^2.1.3",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.5",
@ -108,16 +108,16 @@
"nitropack": "^2.10.4",
"nypm": "^0.6.0",
"ofetch": "^1.4.1",
"ohash": "^2.0.9",
"ohash": "^2.0.10",
"on-change": "^5.0.1",
"oxc-parser": "^0.53.0",
"oxc-parser": "^0.54.0",
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^2.0.1",
"pkg-types": "^2.1.0",
"radix3": "^1.1.2",
"scule": "^1.3.0",
"semver": "^7.7.1",
"std-env": "^3.8.0",
"std-env": "^3.8.1",
"strip-literal": "^3.0.0",
"tinyglobby": "0.2.12",
"ufo": "^1.5.4",

View File

@ -32,7 +32,7 @@
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"@rspack/core": "^1.2.6",
"@rspack/core": "^1.2.7",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
@ -48,7 +48,7 @@
"knitwork": "^1.2.0",
"magic-string": "^0.30.17",
"memfs": "^4.14.1",
"ohash": "^2.0.9",
"ohash": "^2.0.10",
"pathe": "^2.0.3",
"pify": "^6.1.0",
"postcss": "^8.5.3",
@ -57,7 +57,7 @@
"postcss-loader": "^8.1.1",
"postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0",
"std-env": "^3.8.0",
"std-env": "^3.8.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.5.4",
"unenv": "^1.10.0",

View File

@ -58,7 +58,7 @@
"mini-css-extract-plugin": "2.9.2",
"nitropack": "2.10.4",
"ofetch": "1.4.1",
"pkg-types": "2.0.1",
"pkg-types": "2.1.0",
"postcss": "8.5.3",
"rollup-plugin-visualizer": "5.14.0",
"sass-loader": "16.0.5",
@ -79,7 +79,7 @@
"consola": "^3.4.0",
"defu": "^6.1.4",
"pathe": "^2.0.3",
"std-env": "^3.8.0"
"std-env": "^3.8.1"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"

View File

@ -26,7 +26,7 @@
"knitwork": "1.2.0",
"lodash-es": "4.17.21",
"pathe": "2.0.3",
"prettier": "3.5.2",
"prettier": "3.5.3",
"scule": "1.3.0",
"svgo": "3.3.2",
"tinyexec": "0.3.2",

View File

@ -48,13 +48,13 @@
"knitwork": "^1.2.0",
"magic-string": "^0.30.17",
"mlly": "^1.7.4",
"ohash": "^2.0.9",
"ohash": "^2.0.10",
"pathe": "^2.0.3",
"perfect-debounce": "^1.0.0",
"pkg-types": "^2.0.1",
"pkg-types": "^2.1.0",
"postcss": "^8.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"std-env": "^3.8.0",
"std-env": "^3.8.1",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
"unplugin": "^2.2.0",

View File

@ -46,7 +46,7 @@
"magic-string": "^0.30.17",
"memfs": "^4.14.1",
"mini-css-extract-plugin": "^2.9.2",
"ohash": "^2.0.9",
"ohash": "^2.0.10",
"pathe": "^2.0.3",
"pify": "^6.1.0",
"postcss": "^8.5.3",
@ -55,7 +55,7 @@
"postcss-loader": "^8.1.1",
"postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0",
"std-env": "^3.8.0",
"std-env": "^3.8.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.5.4",
"unenv": "^1.10.0",
@ -71,7 +71,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"@rspack/core": "1.2.6",
"@rspack/core": "1.2.7",
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",

File diff suppressed because it is too large Load Diff