mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore(deps): update all non-major dependencies (main) (#27568)
This commit is contained in:
parent
6bca120d02
commit
d443a24cff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -83,7 +83,7 @@ jobs:
|
|||||||
run: pnpm install
|
run: pnpm install
|
||||||
|
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
|
uses: github/codeql-action/init@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
|
||||||
with:
|
with:
|
||||||
languages: javascript
|
languages: javascript
|
||||||
queries: +security-and-quality
|
queries: +security-and-quality
|
||||||
@ -95,7 +95,7 @@ jobs:
|
|||||||
path: packages
|
path: packages
|
||||||
|
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
|
uses: github/codeql-action/analyze@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
|
||||||
with:
|
with:
|
||||||
category: "/language:javascript"
|
category: "/language:javascript"
|
||||||
|
|
||||||
|
2
.github/workflows/scorecards.yml
vendored
2
.github/workflows/scorecards.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
|||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
# Upload the results to GitHub's code scanning dashboard.
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
|
uses: github/codeql-action/upload-sarif@530d4feaa9c62aaab2d250371e2061eb7a172363 # v3.25.9
|
||||||
if: github.repository == 'nuxt/nuxt' && success()
|
if: github.repository == 'nuxt/nuxt' && success()
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@nuxt/schema": "workspace:*",
|
"@nuxt/schema": "workspace:*",
|
||||||
"c12": "^1.10.0",
|
"c12": "^1.11.1",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"defu": "^6.1.4",
|
"defu": "^6.1.4",
|
||||||
"destr": "^2.0.3",
|
"destr": "^2.0.3",
|
||||||
|
@ -7,7 +7,9 @@ import { NuxtConfigSchema } from '@nuxt/schema'
|
|||||||
import { globby } from 'globby'
|
import { globby } from 'globby'
|
||||||
import defu from 'defu'
|
import defu from 'defu'
|
||||||
|
|
||||||
export interface LoadNuxtConfigOptions extends LoadConfigOptions<NuxtConfig> {}
|
export interface LoadNuxtConfigOptions extends Omit<LoadConfigOptions<NuxtConfig>, 'overrides'> {
|
||||||
|
overrides?: Exclude<LoadConfigOptions<NuxtConfig>['overrides'], Promise<any> | Function>
|
||||||
|
}
|
||||||
|
|
||||||
const layerSchemaKeys = ['future', 'srcDir', 'rootDir', 'dir']
|
const layerSchemaKeys = ['future', 'srcDir', 'rootDir', 'dir']
|
||||||
const layerSchema = Object.fromEntries(Object.entries(NuxtConfigSchema).filter(([key]) => layerSchemaKeys.includes(key)))
|
const layerSchema = Object.fromEntries(Object.entries(NuxtConfigSchema).filter(([key]) => layerSchemaKeys.includes(key)))
|
||||||
|
@ -70,7 +70,7 @@
|
|||||||
"@unhead/vue": "^1.9.12",
|
"@unhead/vue": "^1.9.12",
|
||||||
"@vue/shared": "^3.4.27",
|
"@vue/shared": "^3.4.27",
|
||||||
"acorn": "8.11.3",
|
"acorn": "8.11.3",
|
||||||
"c12": "^1.10.0",
|
"c12": "^1.11.1",
|
||||||
"chokidar": "^3.6.0",
|
"chokidar": "^3.6.0",
|
||||||
"cookie-es": "^1.1.0",
|
"cookie-es": "^1.1.0",
|
||||||
"defu": "^6.1.4",
|
"defu": "^6.1.4",
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
"@vue/compiler-core": "3.4.27",
|
"@vue/compiler-core": "3.4.27",
|
||||||
"@vue/compiler-sfc": "3.4.27",
|
"@vue/compiler-sfc": "3.4.27",
|
||||||
"@vue/language-core": "2.0.21",
|
"@vue/language-core": "2.0.21",
|
||||||
"c12": "1.10.0",
|
"c12": "1.11.1",
|
||||||
"esbuild-loader": "4.1.0",
|
"esbuild-loader": "4.1.0",
|
||||||
"h3": "1.11.1",
|
"h3": "1.11.1",
|
||||||
"ignore": "5.3.1",
|
"ignore": "5.3.1",
|
||||||
@ -63,7 +63,7 @@
|
|||||||
"webpack-dev-middleware": "7.2.1"
|
"webpack-dev-middleware": "7.2.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"compatx": "^0.1.3",
|
"compatx": "^0.1.8",
|
||||||
"consola": "^3.2.3",
|
"consola": "^3.2.3",
|
||||||
"defu": "^6.1.4",
|
"defu": "^6.1.4",
|
||||||
"hookable": "^5.5.3",
|
"hookable": "^5.5.3",
|
||||||
|
@ -31,7 +31,7 @@ importers:
|
|||||||
version: link:packages/kit
|
version: link:packages/kit
|
||||||
'@nuxt/test-utils':
|
'@nuxt/test-utils':
|
||||||
specifier: 3.13.1
|
specifier: 3.13.1
|
||||||
version: 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
version: 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
||||||
'@nuxt/webpack-builder':
|
'@nuxt/webpack-builder':
|
||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:packages/webpack
|
version: link:packages/webpack
|
||||||
@ -67,7 +67,7 @@ importers:
|
|||||||
version: 0.6.1
|
version: 0.6.1
|
||||||
changelogen:
|
changelogen:
|
||||||
specifier: 0.5.5
|
specifier: 0.5.5
|
||||||
version: 0.5.5
|
version: 0.5.5(magicast@0.3.4)
|
||||||
consola:
|
consola:
|
||||||
specifier: 3.2.3
|
specifier: 3.2.3
|
||||||
version: 3.2.3
|
version: 3.2.3
|
||||||
@ -109,7 +109,7 @@ importers:
|
|||||||
version: 0.41.0
|
version: 0.41.0
|
||||||
nitropack:
|
nitropack:
|
||||||
specifier: 2.9.6
|
specifier: 2.9.6
|
||||||
version: 2.9.6(encoding@0.1.13)
|
version: 2.9.6(encoding@0.1.13)(magicast@0.3.4)
|
||||||
nuxi:
|
nuxi:
|
||||||
specifier: 3.12.0
|
specifier: 3.12.0
|
||||||
version: 3.12.0
|
version: 3.12.0
|
||||||
@ -148,7 +148,7 @@ importers:
|
|||||||
version: 1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0)
|
version: 1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0)
|
||||||
vitest-environment-nuxt:
|
vitest-environment-nuxt:
|
||||||
specifier: 1.0.0
|
specifier: 1.0.0
|
||||||
version: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
version: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
||||||
vue:
|
vue:
|
||||||
specifier: 3.4.27
|
specifier: 3.4.27
|
||||||
version: 3.4.27(typescript@5.4.5)
|
version: 3.4.27(typescript@5.4.5)
|
||||||
@ -165,8 +165,8 @@ importers:
|
|||||||
specifier: workspace:*
|
specifier: workspace:*
|
||||||
version: link:../schema
|
version: link:../schema
|
||||||
c12:
|
c12:
|
||||||
specifier: ^1.10.0
|
specifier: ^1.11.1
|
||||||
version: 1.10.0
|
version: 1.11.1(magicast@0.3.4)
|
||||||
consola:
|
consola:
|
||||||
specifier: ^3.2.3
|
specifier: ^3.2.3
|
||||||
version: 3.2.3
|
version: 3.2.3
|
||||||
@ -236,7 +236,7 @@ importers:
|
|||||||
version: 4.17.21
|
version: 4.17.21
|
||||||
nitropack:
|
nitropack:
|
||||||
specifier: 2.9.6
|
specifier: 2.9.6
|
||||||
version: 2.9.6(encoding@0.1.13)
|
version: 2.9.6(encoding@0.1.13)(magicast@0.3.4)
|
||||||
unbuild:
|
unbuild:
|
||||||
specifier: latest
|
specifier: latest
|
||||||
version: 2.0.0(sass@1.69.4)(typescript@5.4.5)
|
version: 2.0.0(sass@1.69.4)(typescript@5.4.5)
|
||||||
@ -289,8 +289,8 @@ importers:
|
|||||||
specifier: 8.11.3
|
specifier: 8.11.3
|
||||||
version: 8.11.3
|
version: 8.11.3
|
||||||
c12:
|
c12:
|
||||||
specifier: ^1.10.0
|
specifier: ^1.11.1
|
||||||
version: 1.10.0
|
version: 1.11.1(magicast@0.3.4)
|
||||||
chokidar:
|
chokidar:
|
||||||
specifier: ^3.6.0
|
specifier: ^3.6.0
|
||||||
version: 3.6.0
|
version: 3.6.0
|
||||||
@ -347,7 +347,7 @@ importers:
|
|||||||
version: 1.7.1
|
version: 1.7.1
|
||||||
nitropack:
|
nitropack:
|
||||||
specifier: ^2.9.6
|
specifier: ^2.9.6
|
||||||
version: 2.9.6(encoding@0.1.13)
|
version: 2.9.6(encoding@0.1.13)(magicast@0.3.4)
|
||||||
nuxi:
|
nuxi:
|
||||||
specifier: ^3.12.0
|
specifier: ^3.12.0
|
||||||
version: 3.12.0
|
version: 3.12.0
|
||||||
@ -461,8 +461,8 @@ importers:
|
|||||||
packages/schema:
|
packages/schema:
|
||||||
dependencies:
|
dependencies:
|
||||||
compatx:
|
compatx:
|
||||||
specifier: ^0.1.3
|
specifier: ^0.1.8
|
||||||
version: 0.1.3
|
version: 0.1.8
|
||||||
consola:
|
consola:
|
||||||
specifier: ^3.2.3
|
specifier: ^3.2.3
|
||||||
version: 3.2.3
|
version: 3.2.3
|
||||||
@ -531,8 +531,8 @@ importers:
|
|||||||
specifier: 2.0.21
|
specifier: 2.0.21
|
||||||
version: 2.0.21(typescript@5.4.5)
|
version: 2.0.21(typescript@5.4.5)
|
||||||
c12:
|
c12:
|
||||||
specifier: 1.10.0
|
specifier: 1.11.1
|
||||||
version: 1.10.0
|
version: 1.11.1(magicast@0.3.4)
|
||||||
esbuild-loader:
|
esbuild-loader:
|
||||||
specifier: 4.1.0
|
specifier: 4.1.0
|
||||||
version: 4.1.0(webpack@5.92.0)
|
version: 4.1.0(webpack@5.92.0)
|
||||||
@ -544,7 +544,7 @@ importers:
|
|||||||
version: 5.3.1
|
version: 5.3.1
|
||||||
nitropack:
|
nitropack:
|
||||||
specifier: 2.9.6
|
specifier: 2.9.6
|
||||||
version: 2.9.6(encoding@0.1.13)
|
version: 2.9.6(encoding@0.1.13)(magicast@0.3.4)
|
||||||
ofetch:
|
ofetch:
|
||||||
specifier: 1.3.4
|
specifier: 1.3.4
|
||||||
version: 1.3.4
|
version: 1.3.4
|
||||||
@ -2471,9 +2471,6 @@ packages:
|
|||||||
'@shikijs/core@1.3.0':
|
'@shikijs/core@1.3.0':
|
||||||
resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==}
|
resolution: {integrity: sha512-7fedsBfuILDTBmrYZNFI8B6ATTxhQAasUHllHmjvSZPnoq4bULWoTpHwmuQvZ8Aq03/tAa2IGo6RXqWtHdWaCA==}
|
||||||
|
|
||||||
'@shikijs/core@1.6.3':
|
|
||||||
resolution: {integrity: sha512-QnJKHFUW95GnlJLJGP6QLx4M69HM0KlXk+R2Y8lr/x4nAx1Yb/lsuxq4XwybuUjTxbJk+BT0g/kvn0bcsjGGHg==}
|
|
||||||
|
|
||||||
'@shikijs/core@1.6.4':
|
'@shikijs/core@1.6.4':
|
||||||
resolution: {integrity: sha512-WTU9rzZae1p2v6LOxMf6LhtmZOkIHYYW160IuahUyJy7YXPPjyWZLR1ag+SgD22ZMxZtz1gfU6Tccc8t0Il/XA==}
|
resolution: {integrity: sha512-WTU9rzZae1p2v6LOxMf6LhtmZOkIHYYW160IuahUyJy7YXPPjyWZLR1ag+SgD22ZMxZtz1gfU6Tccc8t0Il/XA==}
|
||||||
|
|
||||||
@ -3544,8 +3541,13 @@ packages:
|
|||||||
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
resolution: {integrity: sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==}
|
||||||
engines: {node: '>=18'}
|
engines: {node: '>=18'}
|
||||||
|
|
||||||
c12@1.10.0:
|
c12@1.11.1:
|
||||||
resolution: {integrity: sha512-0SsG7UDhoRWcuSvKWHaXmu5uNjDCDN3nkQLRL4Q42IlFy+ze58FcCoI3uPwINXinkz7ZinbhEgyzYFw9u9ZV8g==}
|
resolution: {integrity: sha512-KDU0TvSvVdaYcQKQ6iPHATGz/7p/KiVjPg4vQrB6Jg/wX9R0yl5RZxWm9IoZqaIHD2+6PZd81+KMGwRr/lRIUg==}
|
||||||
|
peerDependencies:
|
||||||
|
magicast: ^0.3.4
|
||||||
|
peerDependenciesMeta:
|
||||||
|
magicast:
|
||||||
|
optional: true
|
||||||
|
|
||||||
cac@6.7.14:
|
cac@6.7.14:
|
||||||
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
resolution: {integrity: sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==}
|
||||||
@ -3727,8 +3729,8 @@ packages:
|
|||||||
commondir@1.0.1:
|
commondir@1.0.1:
|
||||||
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
|
resolution: {integrity: sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==}
|
||||||
|
|
||||||
compatx@0.1.3:
|
compatx@0.1.8:
|
||||||
resolution: {integrity: sha512-MWspQwvBk5xeLZMetIfjOozTAtmAIICz1mtol6NbBpCSllXOO+HvWMO87B18rcFtqjfrZ0tIFOH9gNG63ep+mw==}
|
resolution: {integrity: sha512-jcbsEAR81Bt5s1qOFymBufmCbXCXbk0Ql+K5ouj6gCyx2yHlu6AgmGIi9HxfKixpUDO5bCFJUHQ5uM6ecbTebw==}
|
||||||
|
|
||||||
compress-commons@6.0.2:
|
compress-commons@6.0.2:
|
||||||
resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==}
|
resolution: {integrity: sha512-6FqVXeETqWPoGcfzrXb37E50NP0LXT8kAMu5ooZayhWWdgEY4lBEEcbQNXtkuKQsGduxiIcI4gOTsxTmuq/bSg==}
|
||||||
@ -4576,8 +4578,8 @@ packages:
|
|||||||
get-tsconfig@4.7.3:
|
get-tsconfig@4.7.3:
|
||||||
resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==}
|
resolution: {integrity: sha512-ZvkrzoUA0PQZM6fy6+/Hce561s+faD1rsNwhnO5FelNjyy7EMGJ3Rz1AQ8GYDWjhRs/7dBLOEJvhK8MiEJOAFg==}
|
||||||
|
|
||||||
giget@1.2.1:
|
giget@1.2.3:
|
||||||
resolution: {integrity: sha512-4VG22mopWtIeHwogGSy1FViXVo0YT+m6BrqZfz0JJFwbSsePsCdOzdLIIli5BtMp7Xe8f/o2OmBpQX2NBOC24g==}
|
resolution: {integrity: sha512-8EHPljDvs7qKykr6uw8b+lqLiUc/vUg+KVTI0uND4s63TdsZM2Xus3mflvF0DDG9SiM4RlCkFGL+7aAjRmV7KA==}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
git-config-path@2.0.0:
|
git-config-path@2.0.0:
|
||||||
@ -6729,9 +6731,6 @@ packages:
|
|||||||
shiki@1.3.0:
|
shiki@1.3.0:
|
||||||
resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==}
|
resolution: {integrity: sha512-9aNdQy/etMXctnPzsje1h1XIGm9YfRcSksKOGqZWXA/qP9G18/8fpz5Bjpma8bOgz3tqIpjERAd6/lLjFyzoww==}
|
||||||
|
|
||||||
shiki@1.6.3:
|
|
||||||
resolution: {integrity: sha512-lE1/YGlzFY0hQSyEfsZj18xGrTWxyhFQkaiILALqTBZPbJeYFWpbUhlmTGPOupYB/qC+H6sV4UznJzcEh3WMHQ==}
|
|
||||||
|
|
||||||
shiki@1.6.4:
|
shiki@1.6.4:
|
||||||
resolution: {integrity: sha512-X88chM7w8jnadoZtjPTi5ahCJx9pc9f8GfEkZAEYUTlcUZIEw2D/RY86HI/LkkE7Nj8TQWkiBfaFTJ3VJT6ESg==}
|
resolution: {integrity: sha512-X88chM7w8jnadoZtjPTi5ahCJx9pc9f8GfEkZAEYUTlcUZIEw2D/RY86HI/LkkE7Nj8TQWkiBfaFTJ3VJT6ESg==}
|
||||||
|
|
||||||
@ -8993,11 +8992,11 @@ snapshots:
|
|||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
std-env: 3.7.0
|
std-env: 3.7.0
|
||||||
|
|
||||||
'@nuxt/test-utils@3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))':
|
'@nuxt/test-utils@3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/kit': link:packages/kit
|
'@nuxt/kit': link:packages/kit
|
||||||
'@nuxt/schema': link:packages/schema
|
'@nuxt/schema': link:packages/schema
|
||||||
c12: 1.10.0
|
c12: 1.11.1(magicast@0.3.4)
|
||||||
consola: 3.2.3
|
consola: 3.2.3
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
@ -9008,7 +9007,7 @@ snapshots:
|
|||||||
h3: 1.11.1
|
h3: 1.11.1
|
||||||
local-pkg: 0.5.0
|
local-pkg: 0.5.0
|
||||||
magic-string: 0.30.10
|
magic-string: 0.30.10
|
||||||
nitropack: 2.9.6(encoding@0.1.13)
|
nitropack: 2.9.6(encoding@0.1.13)(magicast@0.3.4)
|
||||||
node-fetch-native: 1.6.4
|
node-fetch-native: 1.6.4
|
||||||
ofetch: 1.3.4
|
ofetch: 1.3.4
|
||||||
pathe: 1.1.2
|
pathe: 1.1.2
|
||||||
@ -9020,7 +9019,7 @@ snapshots:
|
|||||||
unenv: 1.9.0
|
unenv: 1.9.0
|
||||||
unplugin: 1.10.1
|
unplugin: 1.10.1
|
||||||
vite: 5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0)
|
vite: 5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0)
|
||||||
vitest-environment-nuxt: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
vitest-environment-nuxt: 1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
||||||
vue: 3.4.27(typescript@5.4.5)
|
vue: 3.4.27(typescript@5.4.5)
|
||||||
vue-router: 4.3.3(vue@3.4.27(typescript@5.4.5))
|
vue-router: 4.3.3(vue@3.4.27(typescript@5.4.5))
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
@ -9029,6 +9028,8 @@ snapshots:
|
|||||||
happy-dom: 14.12.0
|
happy-dom: 14.12.0
|
||||||
playwright-core: 1.44.1
|
playwright-core: 1.44.1
|
||||||
vitest: 1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0)
|
vitest: 1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0)
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- magicast
|
||||||
|
|
||||||
'@nuxtjs/color-mode@3.4.1':
|
'@nuxtjs/color-mode@3.4.1':
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -9068,7 +9069,7 @@ snapshots:
|
|||||||
remark-parse: 11.0.0
|
remark-parse: 11.0.0
|
||||||
remark-rehype: 11.1.0
|
remark-rehype: 11.1.0
|
||||||
scule: 1.3.0
|
scule: 1.3.0
|
||||||
shiki: 1.6.3
|
shiki: 1.6.4
|
||||||
ufo: 1.5.3
|
ufo: 1.5.3
|
||||||
unified: 11.0.4
|
unified: 11.0.4
|
||||||
unist-builder: 4.0.0
|
unist-builder: 4.0.0
|
||||||
@ -9280,8 +9281,6 @@ snapshots:
|
|||||||
|
|
||||||
'@shikijs/core@1.3.0': {}
|
'@shikijs/core@1.3.0': {}
|
||||||
|
|
||||||
'@shikijs/core@1.6.3': {}
|
|
||||||
|
|
||||||
'@shikijs/core@1.6.4': {}
|
'@shikijs/core@1.6.4': {}
|
||||||
|
|
||||||
'@shikijs/transformers@1.1.2':
|
'@shikijs/transformers@1.1.2':
|
||||||
@ -10812,13 +10811,13 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
run-applescript: 7.0.0
|
run-applescript: 7.0.0
|
||||||
|
|
||||||
c12@1.10.0:
|
c12@1.11.1(magicast@0.3.4):
|
||||||
dependencies:
|
dependencies:
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
confbox: 0.1.7
|
confbox: 0.1.7
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
dotenv: 16.4.5
|
dotenv: 16.4.5
|
||||||
giget: 1.2.1
|
giget: 1.2.3
|
||||||
jiti: 1.21.6
|
jiti: 1.21.6
|
||||||
mlly: 1.7.1
|
mlly: 1.7.1
|
||||||
ohash: 1.1.3
|
ohash: 1.1.3
|
||||||
@ -10826,6 +10825,8 @@ snapshots:
|
|||||||
perfect-debounce: 1.0.0
|
perfect-debounce: 1.0.0
|
||||||
pkg-types: 1.1.1
|
pkg-types: 1.1.1
|
||||||
rc9: 2.1.2
|
rc9: 2.1.2
|
||||||
|
optionalDependencies:
|
||||||
|
magicast: 0.3.4
|
||||||
|
|
||||||
cac@6.7.14: {}
|
cac@6.7.14: {}
|
||||||
|
|
||||||
@ -10897,9 +10898,9 @@ snapshots:
|
|||||||
|
|
||||||
chalk@5.3.0: {}
|
chalk@5.3.0: {}
|
||||||
|
|
||||||
changelogen@0.5.5:
|
changelogen@0.5.5(magicast@0.3.4):
|
||||||
dependencies:
|
dependencies:
|
||||||
c12: 1.10.0
|
c12: 1.11.1(magicast@0.3.4)
|
||||||
colorette: 2.0.20
|
colorette: 2.0.20
|
||||||
consola: 3.2.3
|
consola: 3.2.3
|
||||||
convert-gitmoji: 0.1.3
|
convert-gitmoji: 0.1.3
|
||||||
@ -10914,6 +10915,8 @@ snapshots:
|
|||||||
semver: 7.6.2
|
semver: 7.6.2
|
||||||
std-env: 3.7.0
|
std-env: 3.7.0
|
||||||
yaml: 2.3.4
|
yaml: 2.3.4
|
||||||
|
transitivePeerDependencies:
|
||||||
|
- magicast
|
||||||
|
|
||||||
char-regex@1.0.2: {}
|
char-regex@1.0.2: {}
|
||||||
|
|
||||||
@ -11017,7 +11020,7 @@ snapshots:
|
|||||||
|
|
||||||
commondir@1.0.1: {}
|
commondir@1.0.1: {}
|
||||||
|
|
||||||
compatx@0.1.3: {}
|
compatx@0.1.8: {}
|
||||||
|
|
||||||
compress-commons@6.0.2:
|
compress-commons@6.0.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -12033,7 +12036,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
resolve-pkg-maps: 1.0.0
|
resolve-pkg-maps: 1.0.0
|
||||||
|
|
||||||
giget@1.2.1:
|
giget@1.2.3:
|
||||||
dependencies:
|
dependencies:
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
consola: 3.2.3
|
consola: 3.2.3
|
||||||
@ -13377,7 +13380,7 @@ snapshots:
|
|||||||
|
|
||||||
neo-async@2.6.2: {}
|
neo-async@2.6.2: {}
|
||||||
|
|
||||||
nitropack@2.9.6(encoding@0.1.13):
|
nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@cloudflare/kv-asset-handler': 0.3.1
|
'@cloudflare/kv-asset-handler': 0.3.1
|
||||||
'@netlify/functions': 2.6.0
|
'@netlify/functions': 2.6.0
|
||||||
@ -13392,7 +13395,7 @@ snapshots:
|
|||||||
'@types/http-proxy': 1.17.14
|
'@types/http-proxy': 1.17.14
|
||||||
'@vercel/nft': 0.26.4(encoding@0.1.13)
|
'@vercel/nft': 0.26.4(encoding@0.1.13)
|
||||||
archiver: 7.0.1
|
archiver: 7.0.1
|
||||||
c12: 1.10.0
|
c12: 1.11.1(magicast@0.3.4)
|
||||||
chalk: 5.3.0
|
chalk: 5.3.0
|
||||||
chokidar: 3.6.0
|
chokidar: 3.6.0
|
||||||
citty: 0.1.6
|
citty: 0.1.6
|
||||||
@ -13463,6 +13466,7 @@ snapshots:
|
|||||||
- drizzle-orm
|
- drizzle-orm
|
||||||
- encoding
|
- encoding
|
||||||
- idb-keyval
|
- idb-keyval
|
||||||
|
- magicast
|
||||||
- supports-color
|
- supports-color
|
||||||
- uWebSockets.js
|
- uWebSockets.js
|
||||||
|
|
||||||
@ -14626,10 +14630,6 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/core': 1.3.0
|
'@shikijs/core': 1.3.0
|
||||||
|
|
||||||
shiki@1.6.3:
|
|
||||||
dependencies:
|
|
||||||
'@shikijs/core': 1.6.3
|
|
||||||
|
|
||||||
shiki@1.6.4:
|
shiki@1.6.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@shikijs/core': 1.6.4
|
'@shikijs/core': 1.6.4
|
||||||
@ -15425,9 +15425,9 @@ snapshots:
|
|||||||
sass: 1.69.4
|
sass: 1.69.4
|
||||||
terser: 5.27.0
|
terser: 5.27.0
|
||||||
|
|
||||||
vitest-environment-nuxt@1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)):
|
vitest-environment-nuxt@1.0.0(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@nuxt/test-utils': 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(nitropack@2.9.6(encoding@0.1.13))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
'@nuxt/test-utils': 3.13.1(@testing-library/vue@8.1.0(@vue/compiler-sfc@3.4.27)(vue@3.4.27(typescript@5.4.5)))(@vue/test-utils@2.4.6)(h3@1.11.1)(happy-dom@14.12.0)(magicast@0.3.4)(nitropack@2.9.6(encoding@0.1.13)(magicast@0.3.4))(playwright-core@1.44.1)(vite@5.2.13(@types/node@20.14.2)(sass@1.69.4)(terser@5.27.0))(vitest@1.6.0(@types/node@20.14.2)(happy-dom@14.12.0)(sass@1.69.4)(terser@5.27.0))(vue-router@4.3.3(vue@3.4.27(typescript@5.4.5)))(vue@3.4.27(typescript@5.4.5))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@cucumber/cucumber'
|
- '@cucumber/cucumber'
|
||||||
- '@jest/globals'
|
- '@jest/globals'
|
||||||
@ -15438,6 +15438,7 @@ snapshots:
|
|||||||
- h3
|
- h3
|
||||||
- happy-dom
|
- happy-dom
|
||||||
- jsdom
|
- jsdom
|
||||||
|
- magicast
|
||||||
- nitropack
|
- nitropack
|
||||||
- playwright-core
|
- playwright-core
|
||||||
- vite
|
- vite
|
||||||
|
Loading…
Reference in New Issue
Block a user