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

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-02-09 22:59:41 +00:00 committed by GitHub
parent a2fbd453c6
commit eb1593ceba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 389 additions and 401 deletions

View File

@ -38,8 +38,8 @@
"@nuxt/webpack-builder": "workspace:*",
"rollup": "^4.9.6",
"nuxt": "workspace:*",
"vite": "5.0.12",
"vue": "3.4.15",
"vite": "5.1.1",
"vue": "3.4.18",
"magic-string": "^0.30.7"
},
"devDependencies": {
@ -48,7 +48,7 @@
"@nuxt/test-utils": "3.11.0",
"@nuxt/webpack-builder": "workspace:*",
"@types/fs-extra": "11.0.4",
"@types/node": "20.11.16",
"@types/node": "20.11.17",
"@types/semver": "7.5.6",
"@vitest/coverage-v8": "1.2.2",
"@vue/test-utils": "2.4.4",
@ -81,7 +81,7 @@
"ufo": "1.4.0",
"vitest": "1.2.2",
"vitest-environment-nuxt": "1.0.0",
"vue": "3.4.15",
"vue": "3.4.18",
"vue-eslint-parser": "9.4.2",
"vue-router": "4.2.5",
"vue-tsc": "1.8.27"

View File

@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/schema": "workspace:*",
"c12": "^1.6.1",
"c12": "^1.7.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"globby": "^14.0.0",
@ -52,7 +52,7 @@
"lodash-es": "4.17.21",
"nitropack": "2.8.1",
"unbuild": "latest",
"vite": "5.0.12",
"vite": "5.1.1",
"vitest": "1.2.2",
"webpack": "5.90.1"
},

View File

@ -69,9 +69,9 @@
"@unhead/dom": "^1.8.10",
"@unhead/ssr": "^1.8.10",
"@unhead/vue": "^1.8.10",
"@vue/shared": "^3.4.15",
"@vue/shared": "^3.4.18",
"acorn": "8.11.3",
"c12": "^1.6.1",
"c12": "^1.7.0",
"chokidar": "^3.6.0",
"cookie-es": "^1.0.0",
"defu": "^6.1.4",
@ -110,7 +110,7 @@
"unplugin": "^1.7.1",
"unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.2",
"vue": "^3.4.15",
"vue": "^3.4.18",
"vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0",
"vue-router": "^4.2.5"
@ -121,7 +121,7 @@
"@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "5.0.3",
"unbuild": "latest",
"vite": "5.0.12",
"vite": "5.1.1",
"vitest": "1.2.2"
},
"peerDependencies": {

View File

@ -41,8 +41,8 @@
"@unhead/schema": "1.8.10",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.4.15",
"c12": "1.6.1",
"@vue/compiler-core": "3.4.18",
"c12": "1.7.0",
"esbuild-loader": "4.0.3",
"h3": "1.10.1",
"ignore": "5.3.1",
@ -51,8 +51,8 @@
"unbuild": "latest",
"unctx": "2.3.1",
"unenv": "1.9.0",
"vite": "5.0.12",
"vue": "3.4.15",
"vite": "5.1.1",
"vue": "3.4.18",
"vue-bundle-renderer": "2.0.0",
"vue-loader": "17.4.2",
"vue-router": "4.2.5",

View File

@ -29,7 +29,7 @@
"@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4",
"unbuild": "latest",
"vue": "3.4.15"
"vue": "3.4.18"
},
"dependencies": {
"@nuxt/kit": "workspace:*",
@ -55,14 +55,14 @@
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"rollup-plugin-visualizer": "^5.12.0",
"std-env": "^3.7.0",
"strip-literal": "^2.0.0",
"ufo": "^1.4.0",
"unenv": "^1.9.0",
"unplugin": "^1.7.1",
"vite": "5.0.12",
"vite": "5.1.1",
"vite-node": "^1.2.2",
"vite-plugin-checker": "^0.6.4",
"vue-bundle-renderer": "^2.0.0"

View File

@ -105,7 +105,7 @@ export async function buildServer (ctx: ViteBuildContext) {
if (!ctx.nuxt.options.dev) {
const nitroDependencies = await tryResolveModule('nitropack/package.json', ctx.nuxt.options.modulesDir)
.then(r => import(r!)).then(r => Object.keys(r.dependencies || {})).catch(() => [])
serverConfig.ssr!.external!.push(
;(serverConfig.ssr!.external as string[])!.push(
// explicit dependencies we use in our ssr renderer - these can be inlined (if necessary) in the nitro build
'unhead', '@unhead/ssr', 'unctx', 'h3', 'devalue', '@nuxt/devalue', 'radix3', 'unstorage', 'hookable',
// dependencies we might share with nitro - these can be inlined (if necessary) in the nitro build

View File

@ -16,7 +16,7 @@ export function createIsExternal (viteServer: ViteDevServer, rootDir: string, mo
)
],
external: [
...viteServer.config.ssr.external || [],
...(viteServer.config.ssr.external as string[]) || [],
/node_modules/
],
resolve: {

View File

@ -48,7 +48,7 @@
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pify": "^6.1.0",
"postcss": "^8.4.34",
"postcss": "^8.4.35",
"postcss-import": "^16.0.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^8.1.0",
@ -74,11 +74,11 @@
"@types/fs-extra": "11.0.4",
"@types/hash-sum": "1.0.2",
"@types/pify": "5.0.4",
"@types/webpack-bundle-analyzer": "4.6.4",
"@types/webpack-bundle-analyzer": "4.7.0",
"@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.1.3",
"unbuild": "latest",
"vue": "3.4.15"
"vue": "3.4.18"
},
"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(`"202k"`)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1333k"`)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot(`"1334k"`)
const packages = modules.files
.filter(m => m.endsWith('package.json'))