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

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] 2023-12-09 08:24:11 +01:00 committed by GitHub
parent 0c832465ec
commit 7a32eaf873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 229 additions and 324 deletions

View File

@ -35,8 +35,8 @@
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"vite": "5.0.6", "vite": "5.0.7",
"vue": "3.3.10", "vue": "3.3.11",
"magic-string": "^0.30.5" "magic-string": "^0.30.5"
}, },
"devDependencies": { "devDependencies": {
@ -75,15 +75,15 @@
"std-env": "3.6.0", "std-env": "3.6.0",
"typescript": "5.3.3", "typescript": "5.3.3",
"ufo": "1.3.2", "ufo": "1.3.2",
"vite": "5.0.6", "vite": "5.0.7",
"vitest": "0.33.0", "vitest": "0.33.0",
"vitest-environment-nuxt": "0.11.5", "vitest-environment-nuxt": "0.11.5",
"vue": "3.3.10", "vue": "3.3.11",
"vue-eslint-parser": "9.3.2", "vue-eslint-parser": "9.3.2",
"vue-router": "4.2.5", "vue-router": "4.2.5",
"vue-tsc": "1.8.25" "vue-tsc": "1.8.25"
}, },
"packageManager": "pnpm@8.11.0", "packageManager": "pnpm@8.12.0",
"engines": { "engines": {
"node": "^14.18.0 || >=16.10.0" "node": "^14.18.0 || >=16.10.0"
}, },

View File

@ -52,7 +52,7 @@
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.8.1", "nitropack": "2.8.1",
"unbuild": "latest", "unbuild": "latest",
"vite": "5.0.6", "vite": "5.0.7",
"vitest": "0.33.0", "vitest": "0.33.0",
"webpack": "5.89.0" "webpack": "5.89.0"
}, },

View File

@ -65,10 +65,10 @@
"@nuxt/telemetry": "^2.5.3", "@nuxt/telemetry": "^2.5.3",
"@nuxt/ui-templates": "^1.3.1", "@nuxt/ui-templates": "^1.3.1",
"@nuxt/vite-builder": "workspace:*", "@nuxt/vite-builder": "workspace:*",
"@unhead/dom": "^1.8.8", "@unhead/dom": "^1.8.9",
"@unhead/ssr": "^1.8.8", "@unhead/ssr": "^1.8.9",
"@unhead/vue": "^1.8.8", "@unhead/vue": "^1.8.9",
"@vue/shared": "^3.3.10", "@vue/shared": "^3.3.11",
"acorn": "8.11.2", "acorn": "8.11.2",
"c12": "^1.5.1", "c12": "^1.5.1",
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
@ -109,7 +109,7 @@
"unplugin": "^1.5.1", "unplugin": "^1.5.1",
"unplugin-vue-router": "^0.7.0", "unplugin-vue-router": "^0.7.0",
"untyped": "^1.4.0", "untyped": "^1.4.0",
"vue": "^3.3.10", "vue": "^3.3.11",
"vue-bundle-renderer": "^2.0.0", "vue-bundle-renderer": "^2.0.0",
"vue-devtools-stub": "^0.1.0", "vue-devtools-stub": "^0.1.0",
"vue-router": "^4.2.5" "vue-router": "^4.2.5"
@ -120,7 +120,7 @@
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"@vitejs/plugin-vue": "4.5.2", "@vitejs/plugin-vue": "4.5.2",
"unbuild": "latest", "unbuild": "latest",
"vite": "5.0.6", "vite": "5.0.7",
"vitest": "0.33.0" "vitest": "0.33.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -38,10 +38,10 @@
"@types/file-loader": "5.0.4", "@types/file-loader": "5.0.4",
"@types/pug": "2.0.10", "@types/pug": "2.0.10",
"@types/sass-loader": "8.0.8", "@types/sass-loader": "8.0.8",
"@unhead/schema": "1.8.8", "@unhead/schema": "1.8.9",
"@vitejs/plugin-vue": "4.5.2", "@vitejs/plugin-vue": "4.5.2",
"@vitejs/plugin-vue-jsx": "3.1.0", "@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.3.10", "@vue/compiler-core": "3.3.11",
"c12": "1.5.1", "c12": "1.5.1",
"esbuild-loader": "4.0.2", "esbuild-loader": "4.0.2",
"h3": "1.9.0", "h3": "1.9.0",
@ -50,8 +50,8 @@
"ofetch": "1.3.3", "ofetch": "1.3.3",
"unbuild": "latest", "unbuild": "latest",
"unctx": "2.3.1", "unctx": "2.3.1",
"vite": "5.0.6", "vite": "5.0.7",
"vue": "3.3.10", "vue": "3.3.11",
"vue-bundle-renderer": "2.0.0", "vue-bundle-renderer": "2.0.0",
"vue-loader": "17.3.1", "vue-loader": "17.3.1",
"vue-router": "4.2.5", "vue-router": "4.2.5",

View File

@ -29,7 +29,7 @@
"@types/estree": "1.0.5", "@types/estree": "1.0.5",
"@types/fs-extra": "11.0.4", "@types/fs-extra": "11.0.4",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.3.10" "vue": "3.3.11"
}, },
"dependencies": { "dependencies": {
"@nuxt/kit": "workspace:*", "@nuxt/kit": "workspace:*",
@ -61,7 +61,7 @@
"strip-literal": "^1.3.0", "strip-literal": "^1.3.0",
"ufo": "^1.3.2", "ufo": "^1.3.2",
"unplugin": "^1.5.1", "unplugin": "^1.5.1",
"vite": "^5.0.6", "vite": "^5.0.7",
"vite-node": "^0.33.0", "vite-node": "^0.33.0",
"vite-plugin-checker": "^0.6.2", "vite-plugin-checker": "^0.6.2",
"vue-bundle-renderer": "^2.0.0" "vue-bundle-renderer": "^2.0.0"

View File

@ -77,7 +77,7 @@
"@types/webpack-hot-middleware": "2.25.9", "@types/webpack-hot-middleware": "2.25.9",
"@types/webpack-virtual-modules": "0.1.3", "@types/webpack-virtual-modules": "0.1.3",
"unbuild": "latest", "unbuild": "latest",
"vue": "3.3.10" "vue": "3.3.11"
}, },
"peerDependencies": { "peerDependencies": {
"vue": "^3.3.4" "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('"199k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"199k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1845k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1847k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))
@ -71,10 +71,10 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server') const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir) const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"509k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"510k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"76.9k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"77.0k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))