@nuxt/test-utils-nightly 3.14.2-1724924277.c765d17 → 3.14.2-1725880695.7723f96
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.d.mts +1 -1
- package/dist/module.d.ts +1 -1
- package/dist/runtime/nuxt-root.d.ts +1 -1
- package/package.json +24 -24
package/dist/module.d.mts
CHANGED
|
@@ -6,6 +6,6 @@ interface NuxtVitestOptions {
|
|
|
6
6
|
logToConsole?: boolean;
|
|
7
7
|
vitestConfig?: UserConfig;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: _nuxt_schema.NuxtModule<NuxtVitestOptions>;
|
|
9
|
+
declare const _default: _nuxt_schema.NuxtModule<NuxtVitestOptions, NuxtVitestOptions, false>;
|
|
10
10
|
|
|
11
11
|
export { type NuxtVitestOptions, _default as default };
|
package/dist/module.d.ts
CHANGED
|
@@ -6,6 +6,6 @@ interface NuxtVitestOptions {
|
|
|
6
6
|
logToConsole?: boolean;
|
|
7
7
|
vitestConfig?: UserConfig;
|
|
8
8
|
}
|
|
9
|
-
declare const _default: _nuxt_schema.NuxtModule<NuxtVitestOptions>;
|
|
9
|
+
declare const _default: _nuxt_schema.NuxtModule<NuxtVitestOptions, NuxtVitestOptions, false>;
|
|
10
10
|
|
|
11
11
|
export { type NuxtVitestOptions, _default as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
2
|
[key: string]: any;
|
|
3
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").
|
|
3
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
|
|
4
4
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/test-utils-nightly",
|
|
3
|
-
"version": "3.14.2-
|
|
3
|
+
"version": "3.14.2-1725880695.7723f96",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/nuxt/test-utils.git"
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"release": "pnpm prepack && pnpm test:examples && changelogen --release --push"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@nuxt/kit": "^3.
|
|
44
|
-
"@nuxt/schema": "^3.
|
|
45
|
-
"c12": "^1.11.
|
|
43
|
+
"@nuxt/kit": "^3.13.1",
|
|
44
|
+
"@nuxt/schema": "^3.13.1",
|
|
45
|
+
"c12": "^1.11.2",
|
|
46
46
|
"consola": "^3.2.3",
|
|
47
47
|
"defu": "^6.1.4",
|
|
48
48
|
"destr": "^2.0.3",
|
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
"std-env": "^3.7.0",
|
|
62
62
|
"ufo": "^1.5.4",
|
|
63
63
|
"unenv": "^1.10.0",
|
|
64
|
-
"unplugin": "^1.
|
|
65
|
-
"vitest-environment-nuxt": "^1.0.
|
|
64
|
+
"unplugin": "^1.13.1",
|
|
65
|
+
"vitest-environment-nuxt": "^1.0.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@cucumber/cucumber": "10.
|
|
68
|
+
"@cucumber/cucumber": "10.9.0",
|
|
69
69
|
"@jest/globals": "29.7.0",
|
|
70
70
|
"@nuxt/devtools": "1.0.8",
|
|
71
|
-
"@nuxt/eslint-config": "0.5.
|
|
72
|
-
"@nuxt/module-builder": "0.8.
|
|
73
|
-
"@playwright/test": "1.46.
|
|
71
|
+
"@nuxt/eslint-config": "0.5.5",
|
|
72
|
+
"@nuxt/module-builder": "0.8.3",
|
|
73
|
+
"@playwright/test": "1.46.1",
|
|
74
74
|
"@testing-library/vue": "8.1.0",
|
|
75
75
|
"@types/estree": "1.0.5",
|
|
76
76
|
"@types/jsdom": "21.1.7",
|
|
@@ -79,21 +79,21 @@
|
|
|
79
79
|
"@vue/test-utils": "2.4.6",
|
|
80
80
|
"changelogen": "0.5.5",
|
|
81
81
|
"compatx": "0.1.8",
|
|
82
|
-
"eslint": "9.9.
|
|
82
|
+
"eslint": "9.9.1",
|
|
83
83
|
"h3": "1.12.0",
|
|
84
84
|
"jiti": "1.21.6",
|
|
85
85
|
"nitropack": "2.9.7",
|
|
86
|
-
"nuxt": "3.
|
|
87
|
-
"playwright-core": "1.46.
|
|
88
|
-
"rollup": "4.
|
|
86
|
+
"nuxt": "3.13.1",
|
|
87
|
+
"playwright-core": "1.46.1",
|
|
88
|
+
"rollup": "4.21.2",
|
|
89
89
|
"semver": "7.6.3",
|
|
90
90
|
"typescript": "5.5.4",
|
|
91
91
|
"unbuild": "latest",
|
|
92
|
-
"unimport": "3.
|
|
93
|
-
"vite": "5.4.
|
|
92
|
+
"unimport": "3.11.1",
|
|
93
|
+
"vite": "5.4.3",
|
|
94
94
|
"vitest": "2.0.5",
|
|
95
95
|
"vue-router": "4.4.3",
|
|
96
|
-
"vue-tsc": "2.
|
|
96
|
+
"vue-tsc": "2.1.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"@cucumber/cucumber": "^10.3.1",
|
|
@@ -145,19 +145,19 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"resolutions": {
|
|
148
|
-
"@cucumber/cucumber": "10.
|
|
148
|
+
"@cucumber/cucumber": "10.9.0",
|
|
149
149
|
"@nuxt/devtools": "1.0.8",
|
|
150
|
-
"@nuxt/kit": "^3.
|
|
151
|
-
"@nuxt/schema": "^3.
|
|
150
|
+
"@nuxt/kit": "^3.13.1",
|
|
151
|
+
"@nuxt/schema": "^3.13.1",
|
|
152
152
|
"@nuxt/test-utils": "workspace:*",
|
|
153
|
-
"rollup": "4.
|
|
154
|
-
"vite": "5.4.
|
|
153
|
+
"rollup": "4.21.2",
|
|
154
|
+
"vite": "5.4.3",
|
|
155
155
|
"vite-node": "2.0.5",
|
|
156
156
|
"vitest": "2.0.5",
|
|
157
|
-
"vue": "^3.
|
|
157
|
+
"vue": "^3.5.1"
|
|
158
158
|
},
|
|
159
159
|
"engines": {
|
|
160
160
|
"node": ">=18.20.4"
|
|
161
161
|
},
|
|
162
|
-
"packageManager": "pnpm@9.
|
|
162
|
+
"packageManager": "pnpm@9.9.0"
|
|
163
163
|
}
|