@depup/vitest 4.1.3-depup.0 → 4.1.3-depup.1

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/README.md CHANGED
@@ -24,8 +24,8 @@ npm install @depup/vitest
24
24
  |------------|------|-----|
25
25
  | picomatch | ^4.0.3 | ^4.0.4 |
26
26
  | tinybench | ^2.9.0 | ^6.0.0 |
27
- | tinyexec | ^1.0.2 | ^1.0.4 |
28
- | vite | ^6.0.0 || ^7.0.0 || ^8.0.0 | ^8.0.6 |
27
+ | tinyexec | ^1.0.2 | ^1.1.1 |
28
+ | vite | ^6.0.0 || ^7.0.0 || ^8.0.0 | ^8.0.7 |
29
29
  | why-is-node-running | ^2.3.0 | ^3.2.2 |
30
30
 
31
31
  ---
package/changes.json CHANGED
@@ -10,17 +10,17 @@
10
10
  },
11
11
  "tinyexec": {
12
12
  "from": "^1.0.2",
13
- "to": "^1.0.4"
13
+ "to": "^1.1.1"
14
14
  },
15
15
  "vite": {
16
16
  "from": "^6.0.0 || ^7.0.0 || ^8.0.0",
17
- "to": "^8.0.6"
17
+ "to": "^8.0.7"
18
18
  },
19
19
  "why-is-node-running": {
20
20
  "from": "^2.3.0",
21
21
  "to": "^3.2.2"
22
22
  }
23
23
  },
24
- "timestamp": "2026-04-07T12:27:27.182Z",
24
+ "timestamp": "2026-04-07T16:32:33.050Z",
25
25
  "totalUpdated": 5
26
26
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/vitest",
3
3
  "type": "module",
4
- "version": "4.1.3-depup.0",
4
+ "version": "4.1.3-depup.1",
5
5
  "description": "Next generation testing framework powered by Vite (with updated dependencies)",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -196,10 +196,10 @@
196
196
  "picomatch": "^4.0.4",
197
197
  "std-env": "^4.0.0-rc.1",
198
198
  "tinybench": "^6.0.0",
199
- "tinyexec": "^1.0.4",
199
+ "tinyexec": "^1.1.1",
200
200
  "tinyglobby": "^0.2.15",
201
201
  "tinyrainbow": "^3.1.0",
202
- "vite": "^8.0.6",
202
+ "vite": "^8.0.7",
203
203
  "why-is-node-running": "^3.2.2",
204
204
  "@vitest/expect": "4.1.3",
205
205
  "@vitest/mocker": "4.1.3",
@@ -255,11 +255,11 @@
255
255
  },
256
256
  "tinyexec": {
257
257
  "from": "^1.0.2",
258
- "to": "^1.0.4"
258
+ "to": "^1.1.1"
259
259
  },
260
260
  "vite": {
261
261
  "from": "^6.0.0 || ^7.0.0 || ^8.0.0",
262
- "to": "^8.0.6"
262
+ "to": "^8.0.7"
263
263
  },
264
264
  "why-is-node-running": {
265
265
  "from": "^2.3.0",
@@ -269,7 +269,7 @@
269
269
  "depsUpdated": 5,
270
270
  "originalPackage": "vitest",
271
271
  "originalVersion": "4.1.3",
272
- "processedAt": "2026-04-07T12:27:34.570Z",
272
+ "processedAt": "2026-04-07T16:32:37.068Z",
273
273
  "smokeTest": "passed"
274
274
  }
275
275
  }