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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
renovate[bot] 2024-12-22 13:04:31 +00:00 committed by GitHub
parent 60bc7a7f21
commit bdb7e1e9f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 692 additions and 370 deletions

View File

@ -52,7 +52,7 @@
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.49",
"rollup": "4.28.1",
"rollup": "4.29.0",
"send": ">=1.1.0",
"typescript": "5.6.2",
"ufo": "1.5.4",
@ -62,8 +62,8 @@
"vue": "3.5.13"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.1",
"@nuxt/eslint-config": "0.7.3",
"@arethetypeswrong/cli": "0.17.2",
"@nuxt/eslint-config": "0.7.4",
"@nuxt/kit": "workspace:*",
"@nuxt/rspack-builder": "workspace:*",
"@nuxt/test-utils": "3.15.1",
@ -78,13 +78,13 @@
"autoprefixer": "10.4.20",
"case-police": "0.7.2",
"changelogen": "0.5.7",
"consola": "3.2.3",
"consola": "3.3.0",
"cssnano": "7.0.6",
"destr": "2.0.3",
"devalue": "5.1.1",
"eslint": "9.17.0",
"eslint-plugin-no-only-tests": "3.3.0",
"eslint-plugin-perfectionist": "4.3.0",
"eslint-plugin-perfectionist": "4.4.0",
"eslint-typegen": "0.3.2",
"h3": "1.13.0",
"happy-dom": "15.11.7",
@ -94,7 +94,7 @@
"markdownlint-cli": "0.43.0",
"memfs": "4.14.1",
"nitropack": "2.10.4",
"nuxi": "3.17.0",
"nuxi": "3.17.1",
"nuxt": "workspace:*",
"nuxt-content-twoslash": "0.1.2",
"ofetch": "1.4.1",
@ -113,7 +113,7 @@
"vue-tsc": "2.1.10",
"webpack": "5.96.1"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.1",
"engines": {
"node": "^20.9.0 || ^22.0.0 || >=23.0.0"
},

View File

@ -29,7 +29,7 @@
"dependencies": {
"@nuxt/schema": "workspace:*",
"c12": "^2.0.1",
"consola": "^3.2.3",
"consola": "^3.3.0",
"defu": "^6.1.4",
"destr": "^2.0.3",
"globby": "^14.0.2",

View File

@ -73,7 +73,7 @@
"@nuxt/devtools": "^1.6.4",
"@nuxt/kit": "workspace:*",
"@nuxt/schema": "workspace:*",
"@nuxt/telemetry": "^2.6.0",
"@nuxt/telemetry": "^2.6.2",
"@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.11.14",
"@unhead/shared": "^1.11.14",
@ -84,7 +84,7 @@
"c12": "^2.0.1",
"chokidar": "^4.0.3",
"compatx": "^0.1.8",
"consola": "^3.2.3",
"consola": "^3.3.0",
"cookie-es": "^1.2.2",
"defu": "^6.1.4",
"destr": "^2.0.3",
@ -105,7 +105,7 @@
"mlly": "^1.7.3",
"nanotar": "^0.1.1",
"nitropack": "^2.10.4",
"nuxi": "^3.17.0",
"nuxi": "^3.17.1",
"nypm": "^0.4.1",
"ofetch": "^1.4.1",
"ohash": "^1.1.4",
@ -127,7 +127,7 @@
"unimport": "^3.14.5",
"unplugin": "^2.1.0",
"unplugin-vue-router": "^0.10.9",
"unstorage": "^1.13.0",
"unstorage": "^1.14.1",
"untyped": "^1.5.2",
"vue": "^3.5.13",
"vue-bundle-renderer": "^2.1.1",

View File

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

View File

@ -63,7 +63,7 @@
"dependencies": {
"c12": "^2.0.1",
"compatx": "^0.1.8",
"consola": "^3.2.3",
"consola": "^3.3.0",
"defu": "^6.1.4",
"hookable": "^5.5.3",
"pathe": "^1.1.2",

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"rollup": "4.28.1",
"rollup": "4.29.0",
"unbuild": "latest",
"vue": "3.5.13"
},
@ -36,7 +36,7 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"autoprefixer": "^10.4.20",
"consola": "^3.2.3",
"consola": "^3.3.0",
"cssnano": "^7.0.6",
"defu": "^6.1.4",
"esbuild": "^0.24.0",

File diff suppressed because it is too large Load Diff

View File

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