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

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-08-23 09:11:00 +01:00 committed by GitHub
parent 60c1eec047
commit 16a200a65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 283 additions and 312 deletions

View File

@ -37,7 +37,7 @@
"nuxt": "workspace:*",
"vite": "4.4.9",
"vue": "3.3.4",
"magic-string": "^0.30.2"
"magic-string": "^0.30.3"
},
"devDependencies": {
"@actions/core": "1.10.0",
@ -45,11 +45,11 @@
"@nuxt/webpack-builder": "workspace:*",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@types/fs-extra": "11.0.1",
"@types/node": "18.17.6",
"@types/node": "18.17.8",
"@types/semver": "7.5.0",
"case-police": "0.6.1",
"chalk": "5.3.0",
"changelogen": "0.5.4",
"changelogen": "0.5.5",
"cheerio": "1.0.0-rc.12",
"consola": "3.2.3",
"devalue": "4.3.2",
@ -61,19 +61,19 @@
"fs-extra": "11.1.1",
"globby": "13.2.2",
"h3": "1.8.0",
"happy-dom": "10.10.4",
"happy-dom": "10.11.0",
"jiti": "1.19.3",
"markdownlint-cli": "^0.33.0",
"nitropack": "2.6.0",
"nuxi": "workspace:*",
"nuxt": "workspace:*",
"nuxt-vitest": "0.10.2",
"ofetch": "1.1.1",
"ofetch": "1.2.1",
"pathe": "1.1.1",
"playwright-core": "1.37.1",
"rimraf": "5.0.1",
"semver": "7.5.4",
"std-env": "3.4.0",
"std-env": "3.4.3",
"typescript": "5.1.6",
"ufo": "1.2.0",
"vite": "4.4.9",

View File

@ -38,7 +38,7 @@
"giget": "1.1.2",
"h3": "1.8.0",
"jiti": "1.19.3",
"listhen": "1.3.0",
"listhen": "1.4.0",
"mlly": "1.4.0",
"mri": "1.2.0",
"nitropack": "2.6.0",
@ -52,7 +52,7 @@
"unbuild": "latest"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
"fsevents": "~2.3.3"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"

View File

@ -79,25 +79,25 @@
"jiti": "^1.19.3",
"klona": "^2.0.6",
"knitwork": "^1.0.0",
"magic-string": "^0.30.2",
"magic-string": "^0.30.3",
"mlly": "^1.4.0",
"nitropack": "^2.6.0",
"nuxi": "workspace:../nuxi",
"nypm": "^0.3.0",
"ofetch": "^1.1.1",
"ofetch": "^1.2.1",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.0.3",
"prompts": "^2.4.2",
"scule": "^1.0.0",
"std-env": "^3.4.0",
"std-env": "^3.4.3",
"strip-literal": "^1.3.0",
"ufo": "^1.2.0",
"ultrahtml": "^1.3.0",
"uncrypto": "^0.1.3",
"unctx": "^2.3.1",
"unenv": "^1.7.1",
"unenv": "^1.7.3",
"unimport": "^3.1.3",
"unplugin": "^1.4.0",
"unplugin-vue-router": "^0.6.4",
@ -112,7 +112,7 @@
"@types/estree": "1.0.1",
"@types/fs-extra": "11.0.1",
"@types/prompts": "2.4.4",
"@vitejs/plugin-vue": "4.3.1",
"@vitejs/plugin-vue": "4.3.3",
"unbuild": "latest",
"vite": "4.4.9",
"vitest": "0.33.0"

View File

@ -31,7 +31,7 @@
"@types/pug": "2.0.6",
"@types/sass-loader": "8.0.5",
"@unhead/schema": "1.3.5",
"@vitejs/plugin-vue": "4.3.1",
"@vitejs/plugin-vue": "4.3.3",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.4",
"esbuild-loader": "4.0.1",
@ -55,7 +55,7 @@
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
"postcss-import-resolver": "^2.0.0",
"std-env": "^3.4.0",
"std-env": "^3.4.3",
"ufo": "^1.2.0",
"unimport": "^3.1.3",
"untyped": "^1.4.0"

View File

@ -28,12 +28,12 @@
"defu": "^6.1.2",
"execa": "^7.2.0",
"get-port-please": "^3.0.1",
"ofetch": "^1.1.1",
"ofetch": "^1.2.1",
"pathe": "^1.1.1",
"ufo": "^1.2.0"
},
"devDependencies": {
"@jest/globals": "29.6.2",
"@jest/globals": "29.6.3",
"playwright-core": "1.37.1",
"unbuild": "latest",
"vitest": "0.33.0"

View File

@ -28,7 +28,7 @@
"dependencies": {
"@nuxt/kit": "workspace:../kit",
"@rollup/plugin-replace": "^5.0.2",
"@vitejs/plugin-vue": "^4.3.1",
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"autoprefixer": "^10.4.15",
"clear": "^0.1.0",
@ -43,7 +43,7 @@
"get-port-please": "^3.0.1",
"h3": "^1.8.0",
"knitwork": "^1.0.0",
"magic-string": "^0.30.2",
"magic-string": "^0.30.3",
"mlly": "^1.4.0",
"ohash": "^1.1.3",
"pathe": "^1.1.1",
@ -53,7 +53,7 @@
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.9.2",
"std-env": "^3.4.0",
"std-env": "^3.4.3",
"strip-literal": "^1.3.0",
"ufo": "^1.2.0",
"unplugin": "^1.4.0",

View File

@ -35,7 +35,7 @@
"h3": "^1.8.0",
"hash-sum": "^2.0.0",
"lodash-es": "^4.17.21",
"magic-string": "^0.30.2",
"magic-string": "^0.30.3",
"memfs": "^4.2.1",
"mini-css-extract-plugin": "^2.7.6",
"mlly": "^1.4.0",
@ -47,7 +47,7 @@
"postcss-loader": "^7.3.3",
"postcss-url": "^10.1.3",
"pug-plain-loader": "^1.1.0",
"std-env": "^3.4.0",
"std-env": "^3.4.3",
"time-fix-plugin": "^2.0.7",
"ufo": "^1.2.0",
"unplugin": "^1.4.0",

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"305k"')
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"297k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"1822k"')
@ -71,7 +71,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
const serverDir = join(rootDir, '.output-inline/server')
const serverStats = await analyzeSizes(['**/*.mjs', '!node_modules'], serverDir)
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"611k"')
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"603k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"70.9k"')