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

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-03-28 06:17:30 -07:00 committed by GitHub
parent 1ae5b2c58b
commit 24739b6a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 262 additions and 916 deletions

View File

@ -49,7 +49,7 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/crawler": "^1.2.2",
"@types/node": "^18.15.8",
"@types/node": "^18.15.10",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.3.13",
"@unocss/reset": "^0.50.6",

View File

@ -37,7 +37,7 @@
"semver": "^7.3.8",
"unctx": "^2.1.2",
"unimport": "^3.0.4",
"untyped": "^1.2.2"
"untyped": "^1.3.2"
},
"devDependencies": {
"@types/lodash.template": "^4.5.1",

View File

@ -35,7 +35,7 @@
"execa": "^7.1.1",
"flat": "^5.0.2",
"giget": "^1.1.2",
"h3": "^1.6.2",
"h3": "^1.6.3",
"jiti": "^1.18.2",
"listhen": "^1.0.4",
"mlly": "^1.2.0",

View File

@ -78,9 +78,9 @@
"estree-walker": "^3.0.3",
"fs-extra": "^11.1.1",
"globby": "^13.1.3",
"h3": "^1.6.2",
"h3": "^1.6.3",
"hash-sum": "^2.0.0",
"hookable": "^5.5.0",
"hookable": "^5.5.2",
"jiti": "^1.18.2",
"knitwork": "^1.0.0",
"magic-string": "^0.30.0",
@ -98,7 +98,7 @@
"unenv": "^1.2.2",
"unimport": "^3.0.4",
"unplugin": "^1.3.1",
"untyped": "^1.2.2",
"untyped": "^1.3.2",
"vue": "^3.2.47",
"vue-bundle-renderer": "^1.0.3",
"vue-devtools-stub": "^0.1.0",

View File

@ -33,7 +33,7 @@
"c12": "^1.2.0",
"create-require": "^1.1.1",
"defu": "^6.1.2",
"hookable": "^5.5.0",
"hookable": "^5.5.2",
"jiti": "^1.18.2",
"pathe": "^1.1.0",
"pkg-types": "^1.0.2",
@ -42,7 +42,7 @@
"std-env": "^3.3.2",
"ufo": "^1.1.1",
"unimport": "^3.0.4",
"untyped": "^1.2.2"
"untyped": "^1.3.2"
},
"engines": {
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"

View File

@ -29,7 +29,7 @@
"pathe": "^1.1.0"
},
"devDependencies": {
"playwright": "^1.32.0",
"playwright": "^1.32.1",
"unbuild": "latest",
"vitest": "^0.29.7"
},

View File

@ -33,13 +33,13 @@
"clear": "^0.1.0",
"cssnano": "^6.0.0",
"defu": "^6.1.2",
"esbuild": "^0.17.13",
"esbuild": "^0.17.14",
"escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3",
"externality": "^1.0.0",
"fs-extra": "^11.1.1",
"get-port-please": "^3.0.1",
"h3": "^1.6.2",
"h3": "^1.6.3",
"knitwork": "^1.0.0",
"magic-string": "^0.30.0",
"mlly": "^1.2.0",

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(93900)
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect(modules.totalBytes).toBeLessThan(2694400)
expect(modules.totalBytes).toBeLessThan(2694800)
const packages = modules.files
.filter(m => m.endsWith('package.json'))