@nuxt/test-utils-nightly 3.14.2-1725285449.3d8955d → 3.14.2-1725880899.7cc8f65

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/config.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as vite from 'vite';
2
2
  import { InlineConfig } from 'vite';
3
3
  import { NuxtConfig, Nuxt } from '@nuxt/schema';
4
- import { InlineConfig as InlineConfig$1 } from 'vitest';
4
+ import { InlineConfig as InlineConfig$1 } from 'vitest/node';
5
5
  import { DotenvOptions } from 'c12';
6
6
 
7
7
  interface GetVitestConfigOptions {
package/dist/config.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as vite from 'vite';
2
2
  import { InlineConfig } from 'vite';
3
3
  import { NuxtConfig, Nuxt } from '@nuxt/schema';
4
- import { InlineConfig as InlineConfig$1 } from 'vitest';
4
+ import { InlineConfig as InlineConfig$1 } from 'vitest/node';
5
5
  import { DotenvOptions } from 'c12';
6
6
 
7
7
  interface GetVitestConfigOptions {
package/dist/config.mjs CHANGED
@@ -81,6 +81,7 @@ async function startNuxtAndGetViteConfig(rootDir = process.cwd(), options = {})
81
81
  }
82
82
  const excludedPlugins = [
83
83
  "nuxt:import-protection",
84
+ "nuxt:import-conditions",
84
85
  "vite-plugin-checker"
85
86
  ];
86
87
  async function getVitestConfigFromNuxt(options, loadNuxtOptions = {}) {
@@ -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").ExtractPropTypes<{}>>, {}, {}>;
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-1725285449.3d8955d",
3
+ "version": "3.14.2-1725880899.7cc8f65",
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.13.0",
44
- "@nuxt/schema": "^3.13.0",
45
- "c12": "^1.11.1",
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,7 +61,7 @@
61
61
  "std-env": "^3.7.0",
62
62
  "ufo": "^1.5.4",
63
63
  "unenv": "^1.10.0",
64
- "unplugin": "^1.12.3",
64
+ "unplugin": "^1.13.1",
65
65
  "vitest-environment-nuxt": "^1.0.1"
66
66
  },
67
67
  "devDependencies": {
@@ -83,14 +83,14 @@
83
83
  "h3": "1.12.0",
84
84
  "jiti": "1.21.6",
85
85
  "nitropack": "2.9.7",
86
- "nuxt": "3.13.0",
86
+ "nuxt": "3.13.1",
87
87
  "playwright-core": "1.46.1",
88
88
  "rollup": "4.21.2",
89
89
  "semver": "7.6.3",
90
90
  "typescript": "5.5.4",
91
91
  "unbuild": "latest",
92
92
  "unimport": "3.11.1",
93
- "vite": "5.4.2",
93
+ "vite": "5.4.3",
94
94
  "vitest": "2.0.5",
95
95
  "vue-router": "4.4.3",
96
96
  "vue-tsc": "2.1.4"
@@ -147,14 +147,14 @@
147
147
  "resolutions": {
148
148
  "@cucumber/cucumber": "10.9.0",
149
149
  "@nuxt/devtools": "1.0.8",
150
- "@nuxt/kit": "^3.13.0",
151
- "@nuxt/schema": "^3.13.0",
150
+ "@nuxt/kit": "^3.13.1",
151
+ "@nuxt/schema": "^3.13.1",
152
152
  "@nuxt/test-utils": "workspace:*",
153
153
  "rollup": "4.21.2",
154
- "vite": "5.4.2",
154
+ "vite": "5.4.3",
155
155
  "vite-node": "2.0.5",
156
156
  "vitest": "2.0.5",
157
- "vue": "^3.4.38"
157
+ "vue": "^3.5.1"
158
158
  },
159
159
  "engines": {
160
160
  "node": ">=18.20.4"