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

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-02-21 22:01:59 -08:00 committed by GitHub
parent 2359b43aa2
commit a3713eb827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 256 additions and 518 deletions

View File

@ -36,7 +36,7 @@
"nuxt": "workspace:*", "nuxt": "workspace:*",
"nuxt3": "workspace:nuxt@*", "nuxt3": "workspace:nuxt@*",
"unbuild": "^1.1.2", "unbuild": "^1.1.2",
"vite": "^4.1.2", "vite": "^4.1.3",
"vue": "3.2.47", "vue": "3.2.47",
"magic-string": "^0.29.0" "magic-string": "^0.29.0"
}, },
@ -73,9 +73,9 @@
"typescript": "^4.9.5", "typescript": "^4.9.5",
"ufo": "^1.1.0", "ufo": "^1.1.0",
"unbuild": "^1.1.2", "unbuild": "^1.1.2",
"vite": "^4.1.2", "vite": "^4.1.3",
"vitest": "^0.28.5", "vitest": "^0.28.5",
"vue-tsc": "^1.1.4" "vue-tsc": "^1.1.5"
}, },
"packageManager": "pnpm@7.27.1", "packageManager": "pnpm@7.27.1",
"engines": { "engines": {

View File

@ -21,7 +21,7 @@
"@vitejs/plugin-vue-jsx": "^3.0.0", "@vitejs/plugin-vue-jsx": "^3.0.0",
"nitropack": "^2.2.2", "nitropack": "^2.2.2",
"unbuild": "latest", "unbuild": "latest",
"vite": "~4.1.2" "vite": "~4.1.3"
}, },
"dependencies": { "dependencies": {
"c12": "^1.1.2", "c12": "^1.1.2",

View File

@ -27,7 +27,7 @@
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cssnano": "^5.1.15", "cssnano": "^5.1.15",
"defu": "^6.1.2", "defu": "^6.1.2",
"esbuild": "^0.17.9", "esbuild": "^0.17.10",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3", "estree-walker": "^3.0.3",
"externality": "^1.0.0", "externality": "^1.0.0",
@ -49,7 +49,7 @@
"strip-literal": "^1.0.1", "strip-literal": "^1.0.1",
"ufo": "^1.1.0", "ufo": "^1.1.0",
"unplugin": "^1.1.0", "unplugin": "^1.1.0",
"vite": "~4.1.2", "vite": "~4.1.3",
"vite-node": "^0.28.5", "vite-node": "^0.28.5",
"vite-plugin-checker": "^0.5.6", "vite-plugin-checker": "^0.5.6",
"vue-bundle-renderer": "^1.0.2" "vue-bundle-renderer": "^1.0.2"

View File

@ -16,7 +16,7 @@
"prepack": "unbuild" "prepack": "unbuild"
}, },
"dependencies": { "dependencies": {
"@babel/core": "^7.20.12", "@babel/core": "^7.21.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2", "@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/kit": "3.2.2", "@nuxt/kit": "3.2.2",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",

File diff suppressed because it is too large Load Diff

View File

@ -43,7 +43,7 @@ describe.skipIf(isWindows)('minimal nuxt application', () => {
expect(stats.server.totalBytes).toBeLessThan(92000) expect(stats.server.totalBytes).toBeLessThan(92000)
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect(modules.totalBytes).toBeLessThan(2708000) expect(modules.totalBytes).toBeLessThan(2710000)
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))