@depup/vitest__runner 4.1.1-depup.0 → 4.1.2-depup.0

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
@@ -13,8 +13,8 @@ npm install @depup/vitest__runner
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@vitest/runner](https://www.npmjs.com/package/@vitest/runner) @ 4.1.1 |
17
- | Processed | 2026-03-23 |
16
+ | Original | [@vitest/runner](https://www.npmjs.com/package/@vitest/runner) @ 4.1.2 |
17
+ | Processed | 2026-03-26 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-03-23T16:25:10.983Z",
3
+ "timestamp": "2026-03-26T16:31:23.773Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/vitest__runner",
3
3
  "type": "module",
4
- "version": "4.1.1-depup.0",
4
+ "version": "4.1.2-depup.0",
5
5
  "description": "Vitest test runner (with updated dependencies)",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
@@ -52,7 +52,7 @@
52
52
  ],
53
53
  "dependencies": {
54
54
  "pathe": "^2.0.3",
55
- "@vitest/utils": "4.1.1"
55
+ "@vitest/utils": "4.1.2"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "premove dist && rollup -c",
@@ -62,8 +62,8 @@
62
62
  "changes": {},
63
63
  "depsUpdated": 0,
64
64
  "originalPackage": "@vitest/runner",
65
- "originalVersion": "4.1.1",
66
- "processedAt": "2026-03-23T16:25:12.108Z",
65
+ "originalVersion": "4.1.2",
66
+ "processedAt": "2026-03-26T16:31:24.888Z",
67
67
  "smokeTest": "passed"
68
68
  }
69
69
  }