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

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-09-27 19:20:02 +01:00 committed by GitHub
parent 2f7345586e
commit dc2e2c6938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 476 additions and 481 deletions

View File

@ -39,10 +39,10 @@
"@nuxt/ui-templates": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"@types/node": "20.16.9",
"@vue/compiler-core": "3.5.9",
"@vue/compiler-dom": "3.5.9",
"@vue/shared": "3.5.9",
"@types/node": "20.16.10",
"@vue/compiler-core": "3.5.10",
"@vue/compiler-dom": "3.5.10",
"@vue/shared": "3.5.10",
"c12": "2.0.0-beta.3",
"h3": "npm:h3-nightly@2.0.0-1718872656.6765a6e",
"jiti": "2.0.0",
@ -51,13 +51,13 @@
"nuxt": "workspace:*",
"ohash": "1.1.4",
"postcss": "8.4.47",
"rollup": "4.22.4",
"rollup": "4.22.5",
"send": ">=0.19.0",
"typescript": "5.6.2",
"ufo": "1.5.4",
"unbuild": "3.0.0-rc.8",
"vite": "5.4.8",
"vue": "3.5.9"
"vue": "3.5.10"
},
"devDependencies": {
"@eslint/js": "9.11.1",
@ -67,7 +67,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@testing-library/vue": "8.1.0",
"@types/eslint__js": "8.42.3",
"@types/node": "20.16.9",
"@types/node": "20.16.10",
"@types/semver": "7.5.8",
"@unhead/schema": "1.11.6",
"@unhead/vue": "1.11.6",
@ -106,7 +106,7 @@
"ufo": "1.5.4",
"vitest": "2.1.1",
"vitest-environment-nuxt": "1.0.1",
"vue": "3.5.9",
"vue": "3.5.10",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
},

View File

@ -69,7 +69,7 @@
"@unhead/shared": "^1.11.6",
"@unhead/ssr": "^1.11.6",
"@unhead/vue": "^1.11.6",
"@vue/shared": "^3.5.9",
"@vue/shared": "^3.5.10",
"acorn": "8.12.1",
"c12": "^2.0.0-beta.3",
"chokidar": "^3.6.0",
@ -119,7 +119,7 @@
"unplugin-vue-router": "^0.10.8",
"unstorage": "^1.12.0",
"untyped": "^1.5.0",
"vue": "^3.5.9",
"vue": "^3.5.10",
"vue-bundle-renderer": "^2.1.1",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.4.5"
@ -130,7 +130,7 @@
"@parcel/watcher": "2.4.1",
"@types/estree": "1.0.6",
"@vitejs/plugin-vue": "5.1.4",
"@vue/compiler-sfc": "3.5.9",
"@vue/compiler-sfc": "3.5.10",
"unbuild": "3.0.0-rc.8",
"vite": "5.4.8",
"vitest": "2.1.1"

View File

@ -42,8 +42,8 @@
"@unhead/schema": "1.11.6",
"@vitejs/plugin-vue": "5.1.4",
"@vitejs/plugin-vue-jsx": "4.0.1",
"@vue/compiler-core": "3.5.9",
"@vue/compiler-sfc": "3.5.9",
"@vue/compiler-core": "3.5.10",
"@vue/compiler-sfc": "3.5.10",
"@vue/language-core": "2.1.6",
"c12": "2.0.0-beta.3",
"esbuild-loader": "4.2.2",
@ -55,7 +55,7 @@
"unctx": "2.3.1",
"unenv": "1.10.0",
"vite": "5.4.8",
"vue": "3.5.9",
"vue": "3.5.10",
"vue-bundle-renderer": "2.1.1",
"vue-loader": "17.4.2",
"vue-router": "4.4.5",

View File

@ -27,9 +27,9 @@
"@nuxt/schema": "workspace:*",
"@types/clear": "0.1.4",
"@types/estree": "1.0.6",
"rollup": "4.22.4",
"rollup": "4.22.5",
"unbuild": "3.0.0-rc.8",
"vue": "3.5.9"
"vue": "3.5.10"
},
"dependencies": {
"@nuxt/kit": "workspace:*",

View File

@ -78,9 +78,9 @@
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"rollup": "4.22.4",
"rollup": "4.22.5",
"unbuild": "3.0.0-rc.8",
"vue": "3.5.9"
"vue": "3.5.10"
},
"peerDependencies": {
"vue": "^3.3.4"

File diff suppressed because it is too large Load Diff

View File

@ -78,7 +78,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(`"557k"`)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"558k"`)
const modules = await analyzeSizes(['node_modules/**/*'], serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"93.8k"`)