chore(deps): update all non-major dependencies (main) (#30462)

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] 2025-01-06 11:57:58 +00:00 committed by GitHub
parent 8b8a731dff
commit 18fb960ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 233 additions and 233 deletions

View File

@ -56,7 +56,7 @@
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.49",
"rollup": "4.29.1",
"rollup": "4.30.0",
"send": ">=1.1.0",
"typescript": "5.7.2",
"ufo": "1.5.4",
@ -118,7 +118,7 @@
"vue-tsc": "2.2.0",
"webpack": "5.97.1"
},
"packageManager": "pnpm@9.15.2",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": "^18.20.4 || ^20.9.0 || ^22.0.0 || >=23.0.0"
},

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.29.1",
"rollup": "4.30.0",
"unbuild": "3.2.0",
"vue": "3.5.13"
},

View File

@ -19,7 +19,7 @@
"devDependencies": {
"@unocss/reset": "0.65.3",
"beasties": "0.2.0",
"html-validate": "9.1.0",
"html-validate": "9.1.1",
"htmlnano": "2.1.1",
"jiti": "2.4.2",
"knitwork": "1.2.0",

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@nuxt/schema": "workspace:*",
"rollup": "4.29.1",
"rollup": "4.30.0",
"unbuild": "3.2.0",
"vue": "3.5.13"
},

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.29.1",
"rollup": "4.30.0",
"unbuild": "3.2.0",
"vue": "3.5.13"
},

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,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(`"209k"`)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"210k"`)
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1396k"`)
@ -125,7 +125,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(pagesRootDir, '.output/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"302k"`)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"303k"`)
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1396k"`)