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

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-03 10:34:19 +01:00 committed by GitHub
parent ac93558aa6
commit 69b07a03b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 185 additions and 129 deletions

View File

@ -35,7 +35,7 @@
"@nuxt/webpack-builder": "workspace:*", "@nuxt/webpack-builder": "workspace:*",
"nuxi": "workspace:*", "nuxi": "workspace:*",
"nuxt": "workspace:*", "nuxt": "workspace:*",
"vite": "4.4.7", "vite": "4.4.8",
"vue": "3.3.4", "vue": "3.3.4",
"magic-string": "^0.30.2" "magic-string": "^0.30.2"
}, },
@ -61,7 +61,7 @@
"fs-extra": "11.1.1", "fs-extra": "11.1.1",
"globby": "13.2.2", "globby": "13.2.2",
"h3": "1.7.1", "h3": "1.7.1",
"happy-dom": "10.5.2", "happy-dom": "10.6.3",
"jiti": "1.19.1", "jiti": "1.19.1",
"markdownlint-cli": "^0.33.0", "markdownlint-cli": "^0.33.0",
"nitropack": "2.5.2", "nitropack": "2.5.2",
@ -76,7 +76,7 @@
"std-env": "3.3.3", "std-env": "3.3.3",
"typescript": "5.1.6", "typescript": "5.1.6",
"ufo": "1.2.0", "ufo": "1.2.0",
"vite": "4.4.7", "vite": "4.4.8",
"vitest": "0.33.0", "vitest": "0.33.0",
"vitest-environment-nuxt": "0.10.2", "vitest-environment-nuxt": "0.10.2",
"vue": "3.3.4", "vue": "3.3.4",

View File

@ -36,7 +36,7 @@
"semver": "^7.5.4", "semver": "^7.5.4",
"ufo": "^1.2.0", "ufo": "^1.2.0",
"unctx": "^2.3.1", "unctx": "^2.3.1",
"unimport": "^3.1.0", "unimport": "^3.1.2",
"untyped": "^1.4.0" "untyped": "^1.4.0"
}, },
"devDependencies": { "devDependencies": {
@ -46,7 +46,7 @@
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"nitropack": "2.5.2", "nitropack": "2.5.2",
"unbuild": "latest", "unbuild": "latest",
"vite": "4.4.7", "vite": "4.4.8",
"vitest": "0.33.0", "vitest": "0.33.0",
"webpack": "5.88.2" "webpack": "5.88.2"
}, },

View File

@ -32,13 +32,13 @@
"consola": "3.2.3", "consola": "3.2.3",
"deep-object-diff": "1.1.9", "deep-object-diff": "1.1.9",
"defu": "6.1.2", "defu": "6.1.2",
"destr": "2.0.0", "destr": "2.0.1",
"execa": "7.2.0", "execa": "7.2.0",
"flat": "5.0.2", "flat": "5.0.2",
"giget": "1.1.2", "giget": "1.1.2",
"h3": "1.7.1", "h3": "1.7.1",
"jiti": "1.19.1", "jiti": "1.19.1",
"listhen": "1.1.2", "listhen": "1.2.2",
"mlly": "1.4.0", "mlly": "1.4.0",
"mri": "1.2.0", "mri": "1.2.0",
"ohash": "1.1.2", "ohash": "1.1.2",

View File

@ -66,7 +66,7 @@
"chokidar": "^3.5.3", "chokidar": "^3.5.3",
"cookie-es": "^1.0.0", "cookie-es": "^1.0.0",
"defu": "^6.1.2", "defu": "^6.1.2",
"destr": "^2.0.0", "destr": "^2.0.1",
"devalue": "^4.3.2", "devalue": "^4.3.2",
"esbuild": "^0.18.17", "esbuild": "^0.18.17",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
@ -90,13 +90,13 @@
"pkg-types": "^1.0.3", "pkg-types": "^1.0.3",
"prompts": "^2.4.2", "prompts": "^2.4.2",
"scule": "^1.0.0", "scule": "^1.0.0",
"strip-literal": "^1.0.1", "strip-literal": "^1.2.0",
"ufo": "^1.2.0", "ufo": "^1.2.0",
"ultrahtml": "^1.3.0", "ultrahtml": "^1.3.0",
"uncrypto": "^0.1.3", "uncrypto": "^0.1.3",
"unctx": "^2.3.1", "unctx": "^2.3.1",
"unenv": "^1.5.2", "unenv": "^1.6.1",
"unimport": "^3.1.0", "unimport": "^3.1.2",
"unplugin": "^1.4.0", "unplugin": "^1.4.0",
"unplugin-vue-router": "^0.6.4", "unplugin-vue-router": "^0.6.4",
"untyped": "^1.4.0", "untyped": "^1.4.0",
@ -112,7 +112,7 @@
"@types/prompts": "2.4.4", "@types/prompts": "2.4.4",
"@vitejs/plugin-vue": "4.2.3", "@vitejs/plugin-vue": "4.2.3",
"unbuild": "latest", "unbuild": "latest",
"vite": "4.4.7", "vite": "4.4.8",
"vitest": "0.33.0" "vitest": "0.33.0"
}, },
"peerDependencies": { "peerDependencies": {

View File

@ -34,13 +34,13 @@
"@vitejs/plugin-vue": "4.2.3", "@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1", "@vitejs/plugin-vue-jsx": "3.0.1",
"@vue/compiler-core": "3.3.4", "@vue/compiler-core": "3.3.4",
"esbuild-loader": "3.0.1", "esbuild-loader": "3.1.0",
"h3": "1.7.1", "h3": "1.7.1",
"ignore": "5.2.4", "ignore": "5.2.4",
"nitropack": "2.5.2", "nitropack": "2.5.2",
"unbuild": "latest", "unbuild": "latest",
"unctx": "2.3.1", "unctx": "2.3.1",
"vite": "4.4.7", "vite": "4.4.8",
"vue": "3.3.4", "vue": "3.3.4",
"vue-bundle-renderer": "2.0.0", "vue-bundle-renderer": "2.0.0",
"vue-loader": "17.2.2", "vue-loader": "17.2.2",
@ -57,7 +57,7 @@
"postcss-import-resolver": "^2.0.0", "postcss-import-resolver": "^2.0.0",
"std-env": "^3.3.3", "std-env": "^3.3.3",
"ufo": "^1.2.0", "ufo": "^1.2.0",
"unimport": "^3.1.0", "unimport": "^3.1.2",
"untyped": "^1.4.0" "untyped": "^1.4.0"
}, },
"engines": { "engines": {

View File

@ -54,10 +54,10 @@
"postcss-url": "^10.1.3", "postcss-url": "^10.1.3",
"rollup-plugin-visualizer": "^5.9.2", "rollup-plugin-visualizer": "^5.9.2",
"std-env": "^3.3.3", "std-env": "^3.3.3",
"strip-literal": "^1.0.1", "strip-literal": "^1.2.0",
"ufo": "^1.2.0", "ufo": "^1.2.0",
"unplugin": "^1.4.0", "unplugin": "^1.4.0",
"vite": "^4.4.7", "vite": "^4.4.8",
"vite-node": "^0.33.0", "vite-node": "^0.33.0",
"vite-plugin-checker": "^0.6.1", "vite-plugin-checker": "^0.6.1",
"vue-bundle-renderer": "^2.0.0" "vue-bundle-renderer": "^2.0.0"

View File

@ -26,7 +26,7 @@
"css-minimizer-webpack-plugin": "^5.0.1", "css-minimizer-webpack-plugin": "^5.0.1",
"cssnano": "^6.0.1", "cssnano": "^6.0.1",
"defu": "^6.1.2", "defu": "^6.1.2",
"esbuild-loader": "^3.0.1", "esbuild-loader": "^3.1.0",
"escape-string-regexp": "^5.0.0", "escape-string-regexp": "^5.0.0",
"estree-walker": "^3.0.3", "estree-walker": "^3.0.3",
"file-loader": "^6.2.0", "file-loader": "^6.2.0",

View File

@ -12,7 +12,7 @@ overrides:
'@nuxt/webpack-builder': workspace:* '@nuxt/webpack-builder': workspace:*
nuxi: workspace:* nuxi: workspace:*
nuxt: workspace:* nuxt: workspace:*
vite: 4.4.7 vite: 4.4.8
vue: 3.3.4 vue: 3.3.4
magic-string: ^0.30.2 magic-string: ^0.30.2
@ -84,8 +84,8 @@ importers:
specifier: 1.7.1 specifier: 1.7.1
version: 1.7.1 version: 1.7.1
happy-dom: happy-dom:
specifier: 10.5.2 specifier: 10.6.3
version: 10.5.2 version: 10.6.3
jiti: jiti:
specifier: 1.19.1 specifier: 1.19.1
version: 1.19.1 version: 1.19.1
@ -103,7 +103,7 @@ importers:
version: link:packages/nuxt version: link:packages/nuxt
nuxt-vitest: nuxt-vitest:
specifier: 0.10.2 specifier: 0.10.2
version: 0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(happy-dom@10.5.2)(vite@4.4.7)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4) version: 0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(happy-dom@10.6.3)(vite@4.4.8)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4)
ofetch: ofetch:
specifier: 1.1.1 specifier: 1.1.1
version: 1.1.1 version: 1.1.1
@ -129,14 +129,14 @@ importers:
specifier: 1.2.0 specifier: 1.2.0
version: 1.2.0 version: 1.2.0
vite: vite:
specifier: 4.4.7 specifier: 4.4.8
version: 4.4.7(@types/node@18.17.1) version: 4.4.8(@types/node@18.17.1)
vitest: vitest:
specifier: 0.33.0 specifier: 0.33.0
version: 0.33.0(happy-dom@10.5.2) version: 0.33.0(happy-dom@10.6.3)
vitest-environment-nuxt: vitest-environment-nuxt:
specifier: 0.10.2 specifier: 0.10.2
version: 0.10.2(happy-dom@10.5.2)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4) version: 0.10.2(happy-dom@10.6.3)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4)
vue: vue:
specifier: 3.3.4 specifier: 3.3.4
version: 3.3.4 version: 3.3.4
@ -201,8 +201,8 @@ importers:
specifier: ^2.3.1 specifier: ^2.3.1
version: 2.3.1 version: 2.3.1
unimport: unimport:
specifier: ^3.1.0 specifier: ^3.1.2
version: 3.1.0(rollup@3.26.3) version: 3.1.2(rollup@3.26.3)
untyped: untyped:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
@ -226,11 +226,11 @@ importers:
specifier: latest specifier: latest
version: 1.2.1 version: 1.2.1
vite: vite:
specifier: 4.4.7 specifier: 4.4.8
version: 4.4.7(@types/node@18.17.1) version: 4.4.8(@types/node@18.17.1)
vitest: vitest:
specifier: 0.33.0 specifier: 0.33.0
version: 0.33.0(happy-dom@10.5.2) version: 0.33.0(happy-dom@10.6.3)
webpack: webpack:
specifier: 5.88.2 specifier: 5.88.2
version: 5.88.2 version: 5.88.2
@ -284,8 +284,8 @@ importers:
specifier: 6.1.2 specifier: 6.1.2
version: 6.1.2 version: 6.1.2
destr: destr:
specifier: 2.0.0 specifier: 2.0.1
version: 2.0.0 version: 2.0.1
execa: execa:
specifier: 7.2.0 specifier: 7.2.0
version: 7.2.0 version: 7.2.0
@ -302,8 +302,8 @@ importers:
specifier: 1.19.1 specifier: 1.19.1
version: 1.19.1 version: 1.19.1
listhen: listhen:
specifier: 1.1.2 specifier: 1.2.2
version: 1.1.2 version: 1.2.2
mlly: mlly:
specifier: 1.4.0 specifier: 1.4.0
version: 1.4.0 version: 1.4.0
@ -383,8 +383,8 @@ importers:
specifier: ^6.1.2 specifier: ^6.1.2
version: 6.1.2 version: 6.1.2
destr: destr:
specifier: ^2.0.0 specifier: ^2.0.1
version: 2.0.0 version: 2.0.1
devalue: devalue:
specifier: ^4.3.2 specifier: ^4.3.2
version: 4.3.2 version: 4.3.2
@ -455,8 +455,8 @@ importers:
specifier: ^1.0.0 specifier: ^1.0.0
version: 1.0.0 version: 1.0.0
strip-literal: strip-literal:
specifier: ^1.0.1 specifier: ^1.2.0
version: 1.0.1 version: 1.2.0
ufo: ufo:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
@ -470,11 +470,11 @@ importers:
specifier: ^2.3.1 specifier: ^2.3.1
version: 2.3.1 version: 2.3.1
unenv: unenv:
specifier: ^1.5.2 specifier: ^1.6.1
version: 1.5.2 version: 1.6.1
unimport: unimport:
specifier: ^3.1.0 specifier: ^3.1.2
version: 3.1.0(rollup@3.26.3) version: 3.1.2(rollup@3.26.3)
unplugin: unplugin:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
@ -511,16 +511,16 @@ importers:
version: 2.4.4 version: 2.4.4
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3(vite@4.4.7)(vue@3.3.4) version: 4.2.3(vite@4.4.8)(vue@3.3.4)
unbuild: unbuild:
specifier: latest specifier: latest
version: 1.2.1 version: 1.2.1
vite: vite:
specifier: 4.4.7 specifier: 4.4.8
version: 4.4.7(@types/node@18.17.1) version: 4.4.8(@types/node@18.17.1)
vitest: vitest:
specifier: 0.33.0 specifier: 0.33.0
version: 0.33.0(happy-dom@10.5.2) version: 0.33.0(happy-dom@10.6.3)
packages/schema: packages/schema:
dependencies: dependencies:
@ -549,8 +549,8 @@ importers:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
unimport: unimport:
specifier: ^3.1.0 specifier: ^3.1.2
version: 3.1.0(rollup@3.26.3) version: 3.1.2(rollup@3.26.3)
untyped: untyped:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
@ -572,16 +572,16 @@ importers:
version: 1.2.2 version: 1.2.2
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: 4.2.3 specifier: 4.2.3
version: 4.2.3(vite@4.4.7)(vue@3.3.4) version: 4.2.3(vite@4.4.8)(vue@3.3.4)
'@vitejs/plugin-vue-jsx': '@vitejs/plugin-vue-jsx':
specifier: 3.0.1 specifier: 3.0.1
version: 3.0.1(vite@4.4.7)(vue@3.3.4) version: 3.0.1(vite@4.4.8)(vue@3.3.4)
'@vue/compiler-core': '@vue/compiler-core':
specifier: 3.3.4 specifier: 3.3.4
version: 3.3.4 version: 3.3.4
esbuild-loader: esbuild-loader:
specifier: 3.0.1 specifier: 3.1.0
version: 3.0.1(webpack@5.88.2) version: 3.1.0(webpack@5.88.2)
h3: h3:
specifier: 1.7.1 specifier: 1.7.1
version: 1.7.1 version: 1.7.1
@ -598,8 +598,8 @@ importers:
specifier: 2.3.1 specifier: 2.3.1
version: 2.3.1 version: 2.3.1
vite: vite:
specifier: 4.4.7 specifier: 4.4.8
version: 4.4.7(@types/node@18.17.1) version: 4.4.8(@types/node@18.17.1)
vue: vue:
specifier: 3.3.4 specifier: 3.3.4
version: 3.3.4 version: 3.3.4
@ -663,7 +663,7 @@ importers:
version: 1.2.1 version: 1.2.1
vitest: vitest:
specifier: 0.33.0 specifier: 0.33.0
version: 0.33.0(happy-dom@10.5.2) version: 0.33.0(happy-dom@10.6.3)
packages/vite: packages/vite:
dependencies: dependencies:
@ -675,10 +675,10 @@ importers:
version: 5.0.2(rollup@3.26.3) version: 5.0.2(rollup@3.26.3)
'@vitejs/plugin-vue': '@vitejs/plugin-vue':
specifier: ^4.2.3 specifier: ^4.2.3
version: 4.2.3(vite@4.4.7)(vue@3.3.4) version: 4.2.3(vite@4.4.8)(vue@3.3.4)
'@vitejs/plugin-vue-jsx': '@vitejs/plugin-vue-jsx':
specifier: ^3.0.1 specifier: ^3.0.1
version: 3.0.1(vite@4.4.7)(vue@3.3.4) version: 3.0.1(vite@4.4.8)(vue@3.3.4)
autoprefixer: autoprefixer:
specifier: ^10.4.14 specifier: ^10.4.14
version: 10.4.14(postcss@8.4.27) version: 10.4.14(postcss@8.4.27)
@ -752,8 +752,8 @@ importers:
specifier: ^3.3.3 specifier: ^3.3.3
version: 3.3.3 version: 3.3.3
strip-literal: strip-literal:
specifier: ^1.0.1 specifier: ^1.2.0
version: 1.0.1 version: 1.2.0
ufo: ufo:
specifier: ^1.2.0 specifier: ^1.2.0
version: 1.2.0 version: 1.2.0
@ -761,14 +761,14 @@ importers:
specifier: ^1.4.0 specifier: ^1.4.0
version: 1.4.0 version: 1.4.0
vite: vite:
specifier: 4.4.7 specifier: 4.4.8
version: 4.4.7(@types/node@18.17.1) version: 4.4.8(@types/node@18.17.1)
vite-node: vite-node:
specifier: ^0.33.0 specifier: ^0.33.0
version: 0.33.0(@types/node@18.17.1) version: 0.33.0(@types/node@18.17.1)
vite-plugin-checker: vite-plugin-checker:
specifier: ^0.6.1 specifier: ^0.6.1
version: 0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.4.7)(vue-tsc@1.8.8) version: 0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.4.8)(vue-tsc@1.8.8)
vue-bundle-renderer: vue-bundle-renderer:
specifier: ^2.0.0 specifier: ^2.0.0
version: 2.0.0 version: 2.0.0
@ -816,8 +816,8 @@ importers:
specifier: ^6.1.2 specifier: ^6.1.2
version: 6.1.2 version: 6.1.2
esbuild-loader: esbuild-loader:
specifier: ^3.0.1 specifier: ^3.1.0
version: 3.0.1(webpack@5.88.2) version: 3.1.0(webpack@5.88.2)
escape-string-regexp: escape-string-regexp:
specifier: ^5.0.0 specifier: ^5.0.0
version: 5.0.0 version: 5.0.0
@ -988,7 +988,7 @@ importers:
version: 1.1.1 version: 1.1.1
vitest: vitest:
specifier: latest specifier: latest
version: 0.34.1(happy-dom@10.5.2) version: 0.34.1(happy-dom@10.6.3)
vue: vue:
specifier: 3.3.4 specifier: 3.3.4
version: 3.3.4 version: 3.3.4
@ -1447,6 +1447,7 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [android] os: [android]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/android-arm64@0.18.17: /@esbuild/android-arm64@0.18.17:
@ -1463,6 +1464,7 @@ packages:
cpu: [arm] cpu: [arm]
os: [android] os: [android]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/android-arm@0.18.17: /@esbuild/android-arm@0.18.17:
@ -1479,6 +1481,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [android] os: [android]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/android-x64@0.18.17: /@esbuild/android-x64@0.18.17:
@ -1495,6 +1498,7 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/darwin-arm64@0.18.17: /@esbuild/darwin-arm64@0.18.17:
@ -1511,6 +1515,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [darwin] os: [darwin]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/darwin-x64@0.18.17: /@esbuild/darwin-x64@0.18.17:
@ -1527,6 +1532,7 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [freebsd] os: [freebsd]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/freebsd-arm64@0.18.17: /@esbuild/freebsd-arm64@0.18.17:
@ -1543,6 +1549,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [freebsd] os: [freebsd]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/freebsd-x64@0.18.17: /@esbuild/freebsd-x64@0.18.17:
@ -1559,6 +1566,7 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-arm64@0.18.17: /@esbuild/linux-arm64@0.18.17:
@ -1575,6 +1583,7 @@ packages:
cpu: [arm] cpu: [arm]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-arm@0.18.17: /@esbuild/linux-arm@0.18.17:
@ -1591,6 +1600,7 @@ packages:
cpu: [ia32] cpu: [ia32]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-ia32@0.18.17: /@esbuild/linux-ia32@0.18.17:
@ -1607,6 +1617,7 @@ packages:
cpu: [loong64] cpu: [loong64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-loong64@0.18.17: /@esbuild/linux-loong64@0.18.17:
@ -1623,6 +1634,7 @@ packages:
cpu: [mips64el] cpu: [mips64el]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-mips64el@0.18.17: /@esbuild/linux-mips64el@0.18.17:
@ -1639,6 +1651,7 @@ packages:
cpu: [ppc64] cpu: [ppc64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-ppc64@0.18.17: /@esbuild/linux-ppc64@0.18.17:
@ -1655,6 +1668,7 @@ packages:
cpu: [riscv64] cpu: [riscv64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-riscv64@0.18.17: /@esbuild/linux-riscv64@0.18.17:
@ -1671,6 +1685,7 @@ packages:
cpu: [s390x] cpu: [s390x]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-s390x@0.18.17: /@esbuild/linux-s390x@0.18.17:
@ -1687,6 +1702,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [linux] os: [linux]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/linux-x64@0.18.17: /@esbuild/linux-x64@0.18.17:
@ -1703,6 +1719,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [netbsd] os: [netbsd]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/netbsd-x64@0.18.17: /@esbuild/netbsd-x64@0.18.17:
@ -1719,6 +1736,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [openbsd] os: [openbsd]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/openbsd-x64@0.18.17: /@esbuild/openbsd-x64@0.18.17:
@ -1735,6 +1753,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [sunos] os: [sunos]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/sunos-x64@0.18.17: /@esbuild/sunos-x64@0.18.17:
@ -1751,6 +1770,7 @@ packages:
cpu: [arm64] cpu: [arm64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/win32-arm64@0.18.17: /@esbuild/win32-arm64@0.18.17:
@ -1767,6 +1787,7 @@ packages:
cpu: [ia32] cpu: [ia32]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/win32-ia32@0.18.17: /@esbuild/win32-ia32@0.18.17:
@ -1783,6 +1804,7 @@ packages:
cpu: [x64] cpu: [x64]
os: [win32] os: [win32]
requiresBuild: true requiresBuild: true
dev: true
optional: true optional: true
/@esbuild/win32-x64@0.18.17: /@esbuild/win32-x64@0.18.17:
@ -2067,7 +2089,7 @@ packages:
consola: 3.2.3 consola: 3.2.3
create-require: 1.1.1 create-require: 1.1.1
defu: 6.1.2 defu: 6.1.2
destr: 2.0.0 destr: 2.0.1
dotenv: 16.3.1 dotenv: 16.3.1
fs-extra: 11.1.1 fs-extra: 11.1.1
git-url-parse: 13.1.0 git-url-parse: 13.1.0
@ -2197,6 +2219,14 @@ packages:
dev: true dev: true
optional: true optional: true
/@parcel/watcher-wasm@2.3.0-alpha.1:
resolution: {integrity: sha512-wo6065l1MQ6SJPPchYw/q8J+pFL40qBXLu4Td2CXeQ/+mUk8NenNqC75P/P1Cyvpam0kfk91iszd+XL+xKDQww==}
engines: {node: '>= 10.0.0'}
dependencies:
is-glob: 4.0.3
micromatch: 4.0.5
napi-wasm: 1.1.0
/@parcel/watcher-win32-arm64@2.2.0: /@parcel/watcher-win32-arm64@2.2.0:
resolution: {integrity: sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==} resolution: {integrity: sha512-z225cPn3aygJsyVUOWwfyW+fY0Tvk7N3XCOl66qUPFxpbuXeZuiuuJemmtm8vxyqa3Ur7peU/qJxrpC64aeI7Q==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
@ -2847,7 +2877,7 @@ packages:
- encoding - encoding
- supports-color - supports-color
/@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.7)(vue@3.3.4): /@vitejs/plugin-vue-jsx@3.0.1(vite@4.4.8)(vue@3.3.4):
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
@ -2857,19 +2887,19 @@ packages:
'@babel/core': 7.22.9 '@babel/core': 7.22.9
'@babel/plugin-transform-typescript': 7.21.0(@babel/core@7.22.9) '@babel/plugin-transform-typescript': 7.21.0(@babel/core@7.22.9)
'@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.9) '@vue/babel-plugin-jsx': 1.1.1(@babel/core@7.22.9)
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vue: 3.3.4 vue: 3.3.4
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
/@vitejs/plugin-vue@4.2.3(vite@4.4.7)(vue@3.3.4): /@vitejs/plugin-vue@4.2.3(vite@4.4.8)(vue@3.3.4):
resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==} resolution: {integrity: sha512-R6JDUfiZbJA9cMiguQ7jxALsgiprjBeHL5ikpXfJCH62pPHtI+JdJ5xWj6Ev73yXSlYl86+blXn1kZHQ7uElxw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 vite: ^4.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vue: 3.3.4 vue: 3.3.4
/@vitest/expect@0.33.0: /@vitest/expect@0.33.0:
@ -2944,7 +2974,7 @@ packages:
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
sirv: 2.0.3 sirv: 2.0.3
vitest: 0.33.0(happy-dom@10.5.2) vitest: 0.33.0(happy-dom@10.6.3)
dev: true dev: true
/@vitest/utils@0.33.0: /@vitest/utils@0.33.0:
@ -4315,8 +4345,8 @@ packages:
resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==} resolution: {integrity: sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==}
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
/destr@2.0.0: /destr@2.0.1:
resolution: {integrity: sha512-FJ9RDpf3GicEBvzI3jxc2XhHzbqD8p4ANw/1kPsFBfTvP1b7Gn/Lg1vO7R9J4IVgoMbyUmFrFGZafJ1hPZpvlg==} resolution: {integrity: sha512-M1Ob1zPSIvlARiJUkKqvAZ3VAqQY6Jcuth/pBKQ2b1dX/Qx0OnJ8Vux6J2H5PTMQeRzWrrbTu70VxBfv/OPDJA==}
/destroy@1.2.0: /destroy@1.2.0:
resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==} resolution: {integrity: sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==}
@ -4549,13 +4579,13 @@ packages:
is-symbol: 1.0.4 is-symbol: 1.0.4
dev: true dev: true
/esbuild-loader@3.0.1(webpack@5.88.2): /esbuild-loader@3.1.0(webpack@5.88.2):
resolution: {integrity: sha512-aZfGybqTeuyCd4AsVvWOOfkhIuN+wfZFjMyh3gyQEU1Uvsl8L6vye9HqP93iRa0iTA+6Jclap514PJIC3cLnMA==} resolution: {integrity: sha512-BoI+QDtBNcXuuhLWxa+ooAy3e6RDVQr4cadFFYo0T7KE9cBs0nuGnv8ExL77lfqRmeGVAd3NqVzC8GWNj6su6A==}
peerDependencies: peerDependencies:
webpack: ^4.40.0 || ^5.0.0 webpack: ^4.40.0 || ^5.0.0
dependencies: dependencies:
esbuild: 0.17.19 esbuild: 0.18.17
get-tsconfig: 4.5.0 get-tsconfig: 4.6.2
loader-utils: 2.0.4 loader-utils: 2.0.4
webpack: 5.88.2 webpack: 5.88.2
webpack-sources: 1.4.3 webpack-sources: 1.4.3
@ -4588,6 +4618,7 @@ packages:
'@esbuild/win32-arm64': 0.17.19 '@esbuild/win32-arm64': 0.17.19
'@esbuild/win32-ia32': 0.17.19 '@esbuild/win32-ia32': 0.17.19
'@esbuild/win32-x64': 0.17.19 '@esbuild/win32-x64': 0.17.19
dev: true
/esbuild@0.18.17: /esbuild@0.18.17:
resolution: {integrity: sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==} resolution: {integrity: sha512-1GJtYnUxsJreHYA0Y+iQz2UEykonY66HNWOb0yXYZi9/kNrORUEHVg87eQsCtqh59PEJ5YVZJO98JHznMJSWjg==}
@ -4678,7 +4709,7 @@ packages:
eslint: 8.46.0 eslint: 8.46.0
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-node@0.3.7)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0)
eslint-plugin-import: 2.28.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0) eslint-plugin-import: 2.28.0(@typescript-eslint/parser@5.59.9)(eslint-import-resolver-typescript@3.5.5)(eslint@8.46.0)
get-tsconfig: 4.5.0 get-tsconfig: 4.6.2
globby: 13.2.2 globby: 13.2.2
is-core-module: 2.12.1 is-core-module: 2.12.1
is-glob: 4.0.3 is-glob: 4.0.3
@ -5355,8 +5386,10 @@ packages:
get-intrinsic: 1.2.1 get-intrinsic: 1.2.1
dev: true dev: true
/get-tsconfig@4.5.0: /get-tsconfig@4.6.2:
resolution: {integrity: sha512-MjhiaIWCJ1sAU4pIQ5i5OfOuHHxVo1oYeNsWTON7jxYkod8pHocXeh+SSbmu5OZZZK73B6cbJ2XADzXehLyovQ==} resolution: {integrity: sha512-E5XrT4CbbXcXWy+1jChlZmrmCwd5KGx502kDCXJJ7y898TtWW9FwoG5HfOLVRKmlmDGkWN2HM9Ho+/Y8F0sJDg==}
dependencies:
resolve-pkg-maps: 1.0.0
/giget@1.1.2: /giget@1.1.2:
resolution: {integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==} resolution: {integrity: sha512-HsLoS07HiQ5oqvObOI+Qb2tyZH4Gj5nYGfF9qQcZNrPw+uEFhdXtgJr01aO2pWadGHucajYDLxxbtQkm97ON2A==}
@ -5518,14 +5551,26 @@ packages:
dependencies: dependencies:
cookie-es: 1.0.0 cookie-es: 1.0.0
defu: 6.1.2 defu: 6.1.2
destr: 2.0.0 destr: 2.0.1
iron-webcrypto: 0.7.0 iron-webcrypto: 0.7.0
radix3: 1.0.1 radix3: 1.0.1
ufo: 1.2.0 ufo: 1.2.0
uncrypto: 0.1.3 uncrypto: 0.1.3
/happy-dom@10.5.2: /h3@1.8.0-rc.2:
resolution: {integrity: sha512-dTA1cDcLOPIkAdykLd9Wo1k8Ly36Hh2OdKGkWEHWuAHb89KcVVRLSj1OFev7ir90xhRLSGCGrEdDvS6u9l13kg==} resolution: {integrity: sha512-2VSDQOuVElZ7QCSTbti5fTkfyrsOIYSG9SXQQ+xO/dI3O2n2k6cbA1/rapNOJZtC2tO7cN8N/JlGhlUsFh5LoA==}
dependencies:
cookie-es: 1.0.0
defu: 6.1.2
destr: 2.0.1
iron-webcrypto: 0.8.0
radix3: 1.0.1
ufo: 1.2.0
uncrypto: 0.1.3
unenv: 1.6.1
/happy-dom@10.6.3:
resolution: {integrity: sha512-se+f89YhkhoaZ52WrsfLWIS77FwzdbHi2lbPyyrIEnSeoTU4kAdvDIdezfs+IN23ZBDL7PkqAwscNWqkIp4Gyw==}
dependencies: dependencies:
css.escape: 1.5.1 css.escape: 1.5.1
entities: 4.5.0 entities: 4.5.0
@ -5749,6 +5794,9 @@ packages:
/iron-webcrypto@0.7.0: /iron-webcrypto@0.7.0:
resolution: {integrity: sha512-WkX32iTcwd79ZsWRPP5wq1Jq6XXfPwO783ZiUBY8uMw4/AByx5WvBmxvYGnpVt6AOVJ0F41Qo420r8lIneT9Wg==} resolution: {integrity: sha512-WkX32iTcwd79ZsWRPP5wq1Jq6XXfPwO783ZiUBY8uMw4/AByx5WvBmxvYGnpVt6AOVJ0F41Qo420r8lIneT9Wg==}
/iron-webcrypto@0.8.0:
resolution: {integrity: sha512-gScdcWHjTGclCU15CIv2r069NoQrys1UeUFFfaO1hL++ytLHkVw7N5nXJmFf3J2LEDMz1PkrvC0m62JEeu1axQ==}
/is-array-buffer@3.0.2: /is-array-buffer@3.0.2:
resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==}
dependencies: dependencies:
@ -6203,7 +6251,7 @@ packages:
graceful-fs: 4.2.11 graceful-fs: 4.2.11
/jstransformer@1.0.0: /jstransformer@1.0.0:
resolution: {integrity: sha1-7Yvwkh4vPx7U1cGkT2hwntJHIsM=} resolution: {integrity: sha512-C9YK3Rf8q6VAPDCCU9fnqo3mAfOH6vUGnMcP4AQAYIEpWtfGLpwOTmZ+igtdK5y+VvI2n3CyYSzy4Qh34eq24A==}
dependencies: dependencies:
is-promise: 2.2.2 is-promise: 2.2.2
promise: 7.3.1 promise: 7.3.1
@ -6247,15 +6295,17 @@ packages:
uc.micro: 1.0.6 uc.micro: 1.0.6
dev: true dev: true
/listhen@1.1.2: /listhen@1.2.2:
resolution: {integrity: sha512-rLX5V57oonazmc6zoZ2LzfbSOfGzDOLdQ/eTEh/d3f1xYMACH1yIU8nr0YGl2WiR+l31o3QCN4/VH2dUNyYvTA==} resolution: {integrity: sha512-fQaXe+DAQ5QiYP1B4uXfAgwqIwNS+0WMIwRd5l2a3npQAEhlCJ1pN11d41yHtbeReE7oRtfL+h6Nzxq+Wc4vIg==}
hasBin: true hasBin: true
dependencies: dependencies:
'@parcel/watcher-wasm': 2.3.0-alpha.1
citty: 0.1.2 citty: 0.1.2
clipboardy: 3.0.0 clipboardy: 3.0.0
consola: 3.2.3 consola: 3.2.3
defu: 6.1.2 defu: 6.1.2
get-port-please: 3.0.1 get-port-please: 3.0.1
h3: 1.8.0-rc.2
http-shutdown: 1.2.2 http-shutdown: 1.2.2
jiti: 1.19.1 jiti: 1.19.1
mlly: 1.4.0 mlly: 1.4.0
@ -6662,6 +6712,9 @@ packages:
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
hasBin: true hasBin: true
/napi-wasm@1.1.0:
resolution: {integrity: sha512-lHwIAJbmLSjF9VDRm9GoVOy9AGp3aIvkjv+Kvz9h16QR3uSVYH78PNQUnT2U4X53mhlnV2M7wrhibQ3GHicDmg==}
/natural-compare-lite@1.4.0: /natural-compare-lite@1.4.0:
resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==}
dev: true dev: true
@ -6698,7 +6751,7 @@ packages:
consola: 3.2.3 consola: 3.2.3
cookie-es: 1.0.0 cookie-es: 1.0.0
defu: 6.1.2 defu: 6.1.2
destr: 2.0.0 destr: 2.0.1
dot-prop: 7.2.0 dot-prop: 7.2.0
esbuild: 0.18.17 esbuild: 0.18.17
escape-string-regexp: 5.0.0 escape-string-regexp: 5.0.0
@ -6714,7 +6767,7 @@ packages:
jiti: 1.19.1 jiti: 1.19.1
klona: 2.0.6 klona: 2.0.6
knitwork: 1.0.0 knitwork: 1.0.0
listhen: 1.1.2 listhen: 1.2.2
magic-string: 0.30.2 magic-string: 0.30.2
mime: 3.0.0 mime: 3.0.0
mlly: 1.4.0 mlly: 1.4.0
@ -6738,8 +6791,8 @@ packages:
std-env: 3.3.3 std-env: 3.3.3
ufo: 1.2.0 ufo: 1.2.0
uncrypto: 0.1.3 uncrypto: 0.1.3
unenv: 1.5.2 unenv: 1.6.1
unimport: 3.1.0(rollup@3.26.3) unimport: 3.1.2(rollup@3.26.3)
unstorage: 1.7.0 unstorage: 1.7.0
transitivePeerDependencies: transitivePeerDependencies:
- '@azure/app-configuration' - '@azure/app-configuration'
@ -6862,7 +6915,7 @@ packages:
dependencies: dependencies:
boolbase: 1.0.0 boolbase: 1.0.0
/nuxt-vitest@0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(happy-dom@10.5.2)(vite@4.4.7)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4): /nuxt-vitest@0.10.2(@vitejs/plugin-vue-jsx@3.0.1)(@vitejs/plugin-vue@4.2.3)(happy-dom@10.6.3)(vite@4.4.8)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4):
resolution: {integrity: sha512-cYEvFY5iU0fV3xccdunV1vAlgyda3Tf7HEyPGrI/4KMAouwtIDIyuu2SgU3WOFqpNbhbAQbI5COLISodOeUHBQ==} resolution: {integrity: sha512-cYEvFY5iU0fV3xccdunV1vAlgyda3Tf7HEyPGrI/4KMAouwtIDIyuu2SgU3WOFqpNbhbAQbI5COLISodOeUHBQ==}
peerDependencies: peerDependencies:
'@vitejs/plugin-vue': '*' '@vitejs/plugin-vue': '*'
@ -6871,16 +6924,16 @@ packages:
vitest: ^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0 vitest: ^0.24.5 || ^0.26.0 || ^0.27.0 || ^0.28.0 || ^0.29.0 || ^0.30.0 || ^0.33.0
dependencies: dependencies:
'@nuxt/kit': link:packages/kit '@nuxt/kit': link:packages/kit
'@vitejs/plugin-vue': 4.2.3(vite@4.4.7)(vue@3.3.4) '@vitejs/plugin-vue': 4.2.3(vite@4.4.8)(vue@3.3.4)
'@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.7)(vue@3.3.4) '@vitejs/plugin-vue-jsx': 3.0.1(vite@4.4.8)(vue@3.3.4)
'@vitest/ui': 0.33.0(vitest@0.33.0) '@vitest/ui': 0.33.0(vitest@0.33.0)
defu: 6.1.2 defu: 6.1.2
get-port-please: 3.0.1 get-port-please: 3.0.1
perfect-debounce: 1.0.0 perfect-debounce: 1.0.0
std-env: 3.3.3 std-env: 3.3.3
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vitest: 0.33.0(happy-dom@10.5.2) vitest: 0.33.0(happy-dom@10.6.3)
vitest-environment-nuxt: 0.10.2(happy-dom@10.5.2)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4) vitest-environment-nuxt: 0.10.2(happy-dom@10.6.3)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4)
transitivePeerDependencies: transitivePeerDependencies:
- '@vue/compiler-dom' - '@vue/compiler-dom'
- '@vue/server-renderer' - '@vue/server-renderer'
@ -6950,7 +7003,7 @@ packages:
/ofetch@1.1.1: /ofetch@1.1.1:
resolution: {integrity: sha512-SSMoktrp9SNLi20BWfB/BnnKcL0RDigXThD/mZBeQxkIRv1xrd9183MtLdsqRYLYSqW0eTr5t8w8MqjNhvoOQQ==} resolution: {integrity: sha512-SSMoktrp9SNLi20BWfB/BnnKcL0RDigXThD/mZBeQxkIRv1xrd9183MtLdsqRYLYSqW0eTr5t8w8MqjNhvoOQQ==}
dependencies: dependencies:
destr: 2.0.0 destr: 2.0.1
node-fetch-native: 1.2.0 node-fetch-native: 1.2.0
ufo: 1.2.0 ufo: 1.2.0
@ -7766,7 +7819,7 @@ packages:
resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==} resolution: {integrity: sha512-lNeOl38Ws0eNxpO3+wD1I9rkHGQyj1NU1jlzv4go2CtEnEQEUfqnIvZG7W+bC/aXdJ27n5x/yUjb6RoT9tko+Q==}
dependencies: dependencies:
defu: 6.1.2 defu: 6.1.2
destr: 2.0.0 destr: 2.0.1
flat: 5.0.2 flat: 5.0.2
/react-is@18.2.0: /react-is@18.2.0:
@ -7876,6 +7929,9 @@ packages:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==} resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'} engines: {node: '>=8'}
/resolve-pkg-maps@1.0.0:
resolution: {integrity: sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==}
/resolve@1.22.2: /resolve@1.22.2:
resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==} resolution: {integrity: sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==}
hasBin: true hasBin: true
@ -8326,8 +8382,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'} engines: {node: '>=8'}
/strip-literal@1.0.1: /strip-literal@1.2.0:
resolution: {integrity: sha512-QZTsipNpa2Ppr6v1AmJHESqJ3Uz247MUS0OjrnnZjFAvEoWqxuyFuXn2xLgMtRnijJShAa1HL0gtJyUs7u7n3Q==} resolution: {integrity: sha512-tbehiynUAVoOhVKgpGG/xSIEPq3mDH3MmZ3957hiCBt2SnxkgOfXnZ8X2Kjfzb2L/6Vsv8Lnh8WT9qV5zQ0tMA==}
dependencies: dependencies:
acorn: 8.10.0 acorn: 8.10.0
@ -8531,7 +8587,7 @@ packages:
engines: {node: '>=0.6'} engines: {node: '>=0.6'}
/token-stream@1.0.0: /token-stream@1.0.0:
resolution: {integrity: sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ=} resolution: {integrity: sha512-VSsyNPPW74RpHwR8Fc21uubwHY7wMDeJLys2IX5zJNih+OnAnaifKHo+1LHT7DAdloQ7apeaaWg8l7qnf/TnEg==}
dev: false dev: false
/totalist@1.1.0: /totalist@1.1.0:
@ -8696,8 +8752,8 @@ packages:
dependencies: dependencies:
busboy: 1.6.0 busboy: 1.6.0
/unenv@1.5.2: /unenv@1.6.1:
resolution: {integrity: sha512-fpQW0nx3hGx0q0wq/35+ng9Dm4m1/2V00UmU5Jxdr1woyrMbT4RydQn5eh/hZyM81HKAPzaf50TKX0XfYpBaqg==} resolution: {integrity: sha512-cjQnvJctZluBwOCBtFT4ZRR1cCJOVrcDK/TXzdqc6I+ZKWBFVDs6JjH0qkK6d8RsFSRHbQkWRgSzu66e52FHBA==}
dependencies: dependencies:
consola: 3.2.3 consola: 3.2.3
defu: 6.1.2 defu: 6.1.2
@ -8714,8 +8770,8 @@ packages:
hookable: 5.5.3 hookable: 5.5.3
dev: false dev: false
/unimport@3.1.0(rollup@3.26.3): /unimport@3.1.2(rollup@3.26.3):
resolution: {integrity: sha512-ybK3NVWh30MdiqSyqakrrQOeiXyu5507tDA0tUf7VJHrsq4DM6S43gR7oAsZaFojM32hzX982Lqw02D3yf2aiA==} resolution: {integrity: sha512-+R1IpnTGR+YNaUoe/nVy8+srpkrIDLRM+VFbxqBzCHPMUDdbi8r3R28ZoodA4Cv8BO2b5CoYBO6G+l+1ljpAwQ==}
dependencies: dependencies:
'@rollup/pluginutils': 5.0.2(rollup@3.26.3) '@rollup/pluginutils': 5.0.2(rollup@3.26.3)
escape-string-regexp: 5.0.0 escape-string-regexp: 5.0.0
@ -8726,7 +8782,7 @@ packages:
pathe: 1.1.1 pathe: 1.1.1
pkg-types: 1.0.3 pkg-types: 1.0.3
scule: 1.0.0 scule: 1.0.0
strip-literal: 1.0.1 strip-literal: 1.2.0
unplugin: 1.4.0 unplugin: 1.4.0
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
@ -8804,10 +8860,10 @@ packages:
dependencies: dependencies:
anymatch: 3.1.3 anymatch: 3.1.3
chokidar: 3.5.3 chokidar: 3.5.3
destr: 2.0.0 destr: 2.0.1
h3: 1.7.1 h3: 1.7.1
ioredis: 5.3.2 ioredis: 5.3.2
listhen: 1.1.2 listhen: 1.2.2
lru-cache: 10.0.0 lru-cache: 10.0.0
mri: 1.2.0 mri: 1.2.0
node-fetch-native: 1.2.0 node-fetch-native: 1.2.0
@ -8892,7 +8948,7 @@ packages:
mlly: 1.4.0 mlly: 1.4.0
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
- less - less
@ -8913,7 +8969,7 @@ packages:
mlly: 1.4.0 mlly: 1.4.0
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
transitivePeerDependencies: transitivePeerDependencies:
- '@types/node' - '@types/node'
- less - less
@ -8925,7 +8981,7 @@ packages:
- terser - terser
dev: true dev: true
/vite-plugin-checker@0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.4.7)(vue-tsc@1.8.8): /vite-plugin-checker@0.6.1(eslint@8.46.0)(typescript@5.1.6)(vite@4.4.8)(vue-tsc@1.8.8):
resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==} resolution: {integrity: sha512-4fAiu3W/IwRJuJkkUZlWbLunSzsvijDf0eDN6g/MGh6BUK4SMclOTGbLJCPvdAcMOQvVmm8JyJeYLYd4//8CkA==}
engines: {node: '>=14.16'} engines: {node: '>=14.16'}
peerDependencies: peerDependencies:
@ -8971,7 +9027,7 @@ packages:
strip-ansi: 6.0.1 strip-ansi: 6.0.1
tiny-invariant: 1.3.1 tiny-invariant: 1.3.1
typescript: 5.1.6 typescript: 5.1.6
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vscode-languageclient: 7.0.0 vscode-languageclient: 7.0.0
vscode-languageserver: 7.0.0 vscode-languageserver: 7.0.0
vscode-languageserver-textdocument: 1.0.8 vscode-languageserver-textdocument: 1.0.8
@ -8979,8 +9035,8 @@ packages:
vue-tsc: 1.8.8(typescript@5.1.6) vue-tsc: 1.8.8(typescript@5.1.6)
dev: false dev: false
/vite@4.4.7(@types/node@18.17.1): /vite@4.4.8(@types/node@18.17.1):
resolution: {integrity: sha512-6pYf9QJ1mHylfVh39HpuSfMPojPSKVxZvnclX1K1FyZ1PXDOcLBibdq5t1qxJSnL63ca8Wf4zts6mD8u8oc9Fw==} resolution: {integrity: sha512-LONawOUUjxQridNWGQlNizfKH89qPigK36XhMI7COMGztz8KNY0JHim7/xDd71CZwGT4HtSRgI7Hy+RlhG0Gvg==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
@ -9014,7 +9070,7 @@ packages:
optionalDependencies: optionalDependencies:
fsevents: 2.3.2 fsevents: 2.3.2
/vitest-environment-nuxt@0.10.2(happy-dom@10.5.2)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4): /vitest-environment-nuxt@0.10.2(happy-dom@10.6.3)(vitest@0.33.0)(vue-router@4.2.4)(vue@3.3.4):
resolution: {integrity: sha512-CgOS0KW0zhyDVvfHbq+CbkCa/sA2Ui/SMrp0W0vDgzhaUTCuo7WtJ211HwYqGhj3YvSRopOByRPkUDFQjr3wiw==} resolution: {integrity: sha512-CgOS0KW0zhyDVvfHbq+CbkCa/sA2Ui/SMrp0W0vDgzhaUTCuo7WtJ211HwYqGhj3YvSRopOByRPkUDFQjr3wiw==}
peerDependencies: peerDependencies:
happy-dom: ^9.10.9 || ^10.0.0 happy-dom: ^9.10.9 || ^10.0.0
@ -9033,11 +9089,11 @@ packages:
defu: 6.1.2 defu: 6.1.2
estree-walker: 3.0.3 estree-walker: 3.0.3
h3: 1.7.1 h3: 1.7.1
happy-dom: 10.5.2 happy-dom: 10.6.3
magic-string: 0.30.2 magic-string: 0.30.2
ofetch: 1.1.1 ofetch: 1.1.1
unenv: 1.5.2 unenv: 1.6.1
vitest: 0.33.0(happy-dom@10.5.2) vitest: 0.33.0(happy-dom@10.6.3)
vue: 3.3.4 vue: 3.3.4
vue-router: 4.2.4(vue@3.3.4) vue-router: 4.2.4(vue@3.3.4)
whatwg-fetch: 3.6.17 whatwg-fetch: 3.6.17
@ -9046,7 +9102,7 @@ packages:
- '@vue/server-renderer' - '@vue/server-renderer'
dev: true dev: true
/vitest@0.33.0(happy-dom@10.5.2): /vitest@0.33.0(happy-dom@10.6.3):
resolution: {integrity: sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==} resolution: {integrity: sha512-1CxaugJ50xskkQ0e969R/hW47za4YXDUfWJDxip1hwbnhUjYolpfUn2AMOulqG/Dtd9WYAtkHmM/m3yKVrEejQ==}
engines: {node: '>=v14.18.0'} engines: {node: '>=v14.18.0'}
hasBin: true hasBin: true
@ -9090,16 +9146,16 @@ packages:
cac: 6.7.14 cac: 6.7.14
chai: 4.3.7 chai: 4.3.7
debug: 4.3.4 debug: 4.3.4
happy-dom: 10.5.2 happy-dom: 10.6.3
local-pkg: 0.4.3 local-pkg: 0.4.3
magic-string: 0.30.2 magic-string: 0.30.2
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
std-env: 3.3.3 std-env: 3.3.3
strip-literal: 1.0.1 strip-literal: 1.2.0
tinybench: 2.5.0 tinybench: 2.5.0
tinypool: 0.6.0 tinypool: 0.6.0
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vite-node: 0.33.0(@types/node@18.17.1) vite-node: 0.33.0(@types/node@18.17.1)
why-is-node-running: 2.2.2 why-is-node-running: 2.2.2
transitivePeerDependencies: transitivePeerDependencies:
@ -9112,7 +9168,7 @@ packages:
- terser - terser
dev: true dev: true
/vitest@0.34.1(happy-dom@10.5.2): /vitest@0.34.1(happy-dom@10.6.3):
resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==} resolution: {integrity: sha512-G1PzuBEq9A75XSU88yO5G4vPT20UovbC/2osB2KEuV/FisSIIsw7m5y2xMdB7RsAGHAfg2lPmp2qKr3KWliVlQ==}
engines: {node: '>=v14.18.0'} engines: {node: '>=v14.18.0'}
hasBin: true hasBin: true
@ -9156,16 +9212,16 @@ packages:
cac: 6.7.14 cac: 6.7.14
chai: 4.3.7 chai: 4.3.7
debug: 4.3.4 debug: 4.3.4
happy-dom: 10.5.2 happy-dom: 10.6.3
local-pkg: 0.4.3 local-pkg: 0.4.3
magic-string: 0.30.2 magic-string: 0.30.2
pathe: 1.1.1 pathe: 1.1.1
picocolors: 1.0.0 picocolors: 1.0.0
std-env: 3.3.3 std-env: 3.3.3
strip-literal: 1.0.1 strip-literal: 1.2.0
tinybench: 2.5.0 tinybench: 2.5.0
tinypool: 0.7.0 tinypool: 0.7.0
vite: 4.4.7(@types/node@18.17.1) vite: 4.4.8(@types/node@18.17.1)
vite-node: 0.34.1(@types/node@18.17.1) vite-node: 0.34.1(@types/node@18.17.1)
why-is-node-running: 2.2.2 why-is-node-running: 2.2.2
transitivePeerDependencies: transitivePeerDependencies:

View File

@ -35,7 +35,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.4k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"64.4k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2332k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"2343k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))
@ -95,7 +95,7 @@ describe.skipIf(process.env.SKIP_BUNDLE_SIZE === 'true' || process.env.ECOSYSTEM
expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"370k"') expect.soft(roundToKilobytes(serverStats.totalBytes)).toMatchInlineSnapshot('"370k"')
const modules = await analyzeSizes('node_modules/**/*', serverDir) const modules = await analyzeSizes('node_modules/**/*', serverDir)
expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"593k"') expect.soft(roundToKilobytes(modules.totalBytes)).toMatchInlineSnapshot('"605k"')
const packages = modules.files const packages = modules.files
.filter(m => m.endsWith('package.json')) .filter(m => m.endsWith('package.json'))