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

This commit is contained in:
renovate[bot] 2025-03-09 19:48:16 +00:00 committed by GitHub
parent 2ab20bfdc7
commit 2d12e1ec5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 269 additions and 325 deletions

View File

@ -51,7 +51,7 @@
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "22.13.10",
"@unhead/vue": "2.0.0-rc.8",
"@unhead/vue": "2.0.0-rc.9",
"@vue/compiler-core": "3.5.13",
"@vue/compiler-dom": "3.5.13",
"@vue/shared": "3.5.13",
@ -74,10 +74,10 @@
"@babel/helper-plugin-utils": "7.26.5",
"@codspeed/vitest-plugin": "4.0.0",
"@nuxt/cli": "3.22.5",
"@nuxt/eslint-config": "1.1.0",
"@nuxt/eslint-config": "1.2.0",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.17.1",
"@nuxt/test-utils": "3.17.2",
"@nuxt/webpack-builder": "workspace:*",
"@playwright/test": "1.51.0",
"@testing-library/vue": "8.1.0",
@ -85,11 +85,11 @@
"@types/babel__helper-plugin-utils": "7.10.3",
"@types/node": "22.13.10",
"@types/semver": "7.5.8",
"@unhead/vue": "2.0.0-rc.8",
"@unhead/vue": "2.0.0-rc.9",
"@vitest/coverage-v8": "3.0.8",
"@vue/test-utils": "2.4.6",
"acorn": "8.14.1",
"autoprefixer": "10.4.20",
"autoprefixer": "10.4.21",
"case-police": "1.0.0",
"changelogen": "0.6.1",
"consola": "3.4.0",
@ -99,18 +99,18 @@
"devalue": "5.1.1",
"eslint": "9.22.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.9.0",
"eslint-plugin-perfectionist": "4.10.0",
"eslint-typegen": "2.0.0",
"estree-walker": "3.0.3",
"h3": "1.15.1",
"happy-dom": "17.4.0",
"happy-dom": "17.4.3",
"installed-check": "9.3.0",
"jiti": "2.4.2",
"knip": "5.45.0",
"magic-string": "0.30.17",
"markdownlint-cli": "0.44.0",
"memfs": "4.17.0",
"nitropack": "2.11.5",
"nitropack": "2.11.6",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.1.2",
"ofetch": "1.4.1",

View File

@ -32,7 +32,7 @@
"defu": "^6.1.4",
"destr": "^2.0.3",
"errx": "^0.1.0",
"exsolve": "^1.0.2",
"exsolve": "^1.0.4",
"globby": "^14.1.0",
"ignore": "^7.0.3",
"jiti": "^2.4.2",
@ -56,7 +56,7 @@
"@types/lodash-es": "4.17.12",
"@types/semver": "7.5.8",
"lodash-es": "4.17.21",
"nitropack": "2.11.5",
"nitropack": "2.11.6",
"unbuild": "latest",
"vite": "6.2.1",
"vitest": "3.0.8",

View File

@ -81,7 +81,7 @@
"@nuxt/telemetry": "^2.6.5",
"@nuxt/vite-builder": "workspace:*",
"@oxc-parser/wasm": "^0.56.5",
"@unhead/vue": "^2.0.0-rc.8",
"@unhead/vue": "^2.0.0-rc.9",
"@vue/shared": "^3.5.13",
"c12": "^3.0.2",
"chokidar": "^4.0.3",
@ -95,12 +95,12 @@
"esbuild": "^0.25.0",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"exsolve": "^1.0.2",
"exsolve": "^1.0.4",
"globby": "^14.1.0",
"h3": "^1.15.1",
"hookable": "^5.5.3",
"ignore": "^7.0.3",
"impound": "^0.2.0",
"impound": "^0.2.2",
"jiti": "^2.4.2",
"klona": "^2.0.6",
"knitwork": "^1.2.0",
@ -108,7 +108,7 @@
"mlly": "^1.7.4",
"mocked-exports": "^0.1.0",
"nanotar": "^0.2.0",
"nitropack": "^2.11.5",
"nitropack": "^2.11.6",
"nypm": "^0.6.0",
"ofetch": "^1.4.1",
"ohash": "^2.0.11",
@ -138,7 +138,7 @@
"vue-router": "^4.5.0"
},
"devDependencies": {
"@nuxt/scripts": "0.11.0",
"@nuxt/scripts": "0.11.1",
"@parcel/watcher": "2.5.1",
"@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.2.1",

View File

@ -34,7 +34,7 @@ describe('import protection', () => {
expect(result).toBeNull()
} else {
expect(result).toBeDefined()
expect(normalize(result)).contains('unenv/runtime/mock/proxy')
expect(normalize(result)).contains('mocked-exports')
}
})
})

View File

@ -33,7 +33,7 @@
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"@rspack/core": "^1.2.7",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"cssnano": "^7.0.6",
@ -60,7 +60,7 @@
"std-env": "^3.8.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.5.4",
"unenv": "^2.0.0-rc.12",
"unenv": "^2.0.0-rc.14",
"unplugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.1.1",

View File

@ -39,7 +39,7 @@
"@types/pug": "2.0.10",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"@unhead/vue": "2.0.0-rc.8",
"@unhead/vue": "2.0.0-rc.9",
"@vitejs/plugin-vue": "5.2.1",
"@vitejs/plugin-vue-jsx": "4.1.1",
"@vue/compiler-core": "3.5.13",
@ -56,7 +56,7 @@
"hookable": "5.5.3",
"ignore": "7.0.3",
"mini-css-extract-plugin": "2.9.2",
"nitropack": "2.11.5",
"nitropack": "2.11.6",
"ofetch": "1.4.1",
"pkg-types": "2.1.0",
"postcss": "8.5.3",

View File

@ -20,7 +20,7 @@
"@types/lodash-es": "4.17.12",
"@unocss/reset": "66.0.0",
"beasties": "0.2.0",
"html-validate": "9.4.2",
"html-validate": "9.5.0",
"htmlnano": "2.1.1",
"jiti": "2.4.2",
"knitwork": "1.2.0",

View File

@ -35,13 +35,13 @@
"@rollup/plugin-replace": "^6.0.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"consola": "^3.4.0",
"cssnano": "^7.0.6",
"defu": "^6.1.4",
"esbuild": "^0.25.0",
"escape-string-regexp": "^5.0.0",
"exsolve": "^1.0.2",
"exsolve": "^1.0.4",
"externality": "^1.0.2",
"get-port-please": "^3.1.2",
"h3": "^1.15.1",
@ -58,7 +58,7 @@
"rollup-plugin-visualizer": "^5.14.0",
"std-env": "^3.8.1",
"ufo": "^1.5.4",
"unenv": "^2.0.0-rc.12",
"unenv": "^2.0.0-rc.14",
"unplugin": "^2.2.0",
"vite": "^6.2.1",
"vite-node": "^3.0.8",

View File

@ -32,7 +32,7 @@
"dependencies": {
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/kit": "workspace:*",
"autoprefixer": "^10.4.20",
"autoprefixer": "^10.4.21",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"cssnano": "^7.0.6",
@ -58,7 +58,7 @@
"std-env": "^3.8.1",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.5.4",
"unenv": "^2.0.0-rc.12",
"unenv": "^2.0.0-rc.14",
"unplugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.1.1",

File diff suppressed because it is too large Load Diff

View File

@ -74,7 +74,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"541k"`)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"542k"`)
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"78.0k"`)

View File

@ -351,7 +351,7 @@ describe('useFetch', () => {
)
await new Promise(resolve => setTimeout(resolve, 2))
expect(status.value).toBe('error')
expect(error.value).toMatchInlineSnapshot('[Error: [GET] "[object Promise]": <no response> Request aborted due to timeout.]')
expect(error.value).toMatchInlineSnapshot(`[Error: [GET] "[object Promise]": <no response> Failed to parse URL from [object Promise]]`)
})
})