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

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-01-01 22:12:24 +00:00 committed by GitHub
parent 931f96cdce
commit 4dd87f6e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 460 additions and 467 deletions

View File

@ -35,10 +35,10 @@
"@nuxt/schema": "workspace:*",
"@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.9.1",
"rollup": "^4.9.2",
"nuxt": "workspace:*",
"vite": "5.0.10",
"vue": "3.4.0",
"vue": "3.4.3",
"magic-string": "^0.30.5"
},
"devDependencies": {
@ -47,7 +47,7 @@
"@nuxt/test-utils": "3.9.0",
"@nuxt/webpack-builder": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/node": "20.10.5",
"@types/node": "20.10.6",
"@types/semver": "7.5.6",
"@vitest/coverage-v8": "1.1.1",
"@vue/test-utils": "2.4.3",
@ -80,7 +80,7 @@
"ufo": "1.3.2",
"vitest": "1.1.1",
"vitest-environment-nuxt": "1.0.0",
"vue": "3.4.0",
"vue": "3.4.3",
"vue-eslint-parser": "9.3.2",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"

View File

@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/schema": "workspace:*",
"c12": "^1.5.1",
"c12": "^1.6.1",
"consola": "^3.2.3",
"defu": "^6.1.3",
"globby": "^14.0.0",

View File

@ -68,15 +68,15 @@
"@unhead/dom": "^1.8.9",
"@unhead/ssr": "^1.8.9",
"@unhead/vue": "^1.8.9",
"@vue/shared": "^3.4.0",
"acorn": "8.11.2",
"c12": "^1.5.1",
"@vue/shared": "^3.4.3",
"acorn": "8.11.3",
"c12": "^1.6.1",
"chokidar": "^3.5.3",
"cookie-es": "^1.0.0",
"defu": "^6.1.3",
"destr": "^2.0.2",
"devalue": "^4.3.2",
"esbuild": "^0.19.10",
"esbuild": "^0.19.11",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"fs-extra": "^11.2.0",
@ -90,7 +90,7 @@
"mlly": "^1.4.2",
"nitropack": "^2.8.1",
"nuxi": "^3.10.0",
"nypm": "^0.3.3",
"nypm": "^0.3.4",
"ofetch": "^1.3.3",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
@ -109,7 +109,7 @@
"unplugin": "^1.6.0",
"unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.0",
"vue": "^3.4.0",
"vue": "^3.4.3",
"vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.2.5"
@ -118,7 +118,7 @@
"@parcel/watcher": "2.3.0",
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "5.0.0",
"@vitejs/plugin-vue": "5.0.2",
"unbuild": "latest",
"vite": "5.0.10",
"vitest": "1.1.1"

View File

@ -39,10 +39,10 @@
"@types/pug": "2.0.10",
"@types/sass-loader": "8.0.8",
"@unhead/schema": "1.8.9",
"@vitejs/plugin-vue": "5.0.0",
"@vitejs/plugin-vue": "5.0.2",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.4.0",
"c12": "1.5.1",
"@vue/compiler-core": "3.4.3",
"c12": "1.6.1",
"esbuild-loader": "4.0.2",
"h3": "1.9.0",
"ignore": "5.3.0",
@ -51,9 +51,9 @@
"unbuild": "latest",
"unctx": "2.3.1",
"vite": "5.0.10",
"vue": "3.4.0",
"vue": "3.4.3",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.0",
"vue-loader": "17.4.2",
"vue-router": "4.2.5",
"webpack": "5.89.0",
"webpack-dev-middleware": "7.0.0"

View File

@ -29,19 +29,19 @@
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"unbuild": "latest",
"vue": "3.4.0"
"vue": "3.4.3"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
"@rollup/plugin-replace": "^5.0.5",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"clear": "^0.1.0",
"consola": "^3.2.3",
"cssnano": "^6.0.2",
"defu": "^6.1.3",
"esbuild": "^0.19.10",
"esbuild": "^0.19.11",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.2",

View File

@ -60,7 +60,7 @@
"unplugin": "^1.6.0",
"url-loader": "^4.1.1",
"vue-bundle-renderer": "^2.0.0",
"vue-loader": "^17.4.0",
"vue-loader": "^17.4.2",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-middleware": "^7.0.0",
@ -77,7 +77,7 @@
"@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.1.3",
"unbuild": "latest",
"vue": "3.4.0"
"vue": "3.4.3"
},
"peerDependencies": {
"vue": "^3.3.4"

File diff suppressed because it is too large Load Diff

View File

@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot(`"200k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1906k"`)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1907k"`)
const packages = modules.files
.filter(m => m.endsWith('package.json'))