@depup/vitest__utils 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,16 +13,10 @@ npm install @depup/vitest__utils
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@vitest/utils](https://www.npmjs.com/package/@vitest/utils) @ 4.1.1 |
17
- | Processed | 2026-03-23 |
16
+ | Original | [@vitest/utils](https://www.npmjs.com/package/@vitest/utils) @ 4.1.2 |
17
+ | Processed | 2026-03-26 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 1 |
20
-
21
- ## Dependency Changes
22
-
23
- | Dependency | From | To |
24
- |------------|------|-----|
25
- | tinyrainbow | ^3.0.3 | ^3.1.0 |
19
+ | Deps updated | 0 |
26
20
 
27
21
  ---
28
22
 
package/changes.json CHANGED
@@ -1,10 +1,5 @@
1
1
  {
2
- "bumped": {
3
- "tinyrainbow": {
4
- "from": "^3.0.3",
5
- "to": "^3.1.0"
6
- }
7
- },
8
- "timestamp": "2026-03-23T16:24:46.887Z",
9
- "totalUpdated": 1
2
+ "bumped": {},
3
+ "timestamp": "2026-03-26T16:31:44.553Z",
4
+ "totalUpdated": 0
10
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/vitest__utils",
3
3
  "type": "module",
4
- "version": "4.1.1-depup.0",
4
+ "version": "4.1.2-depup.0",
5
5
  "description": "Shared Vitest utility functions (with updated dependencies)",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
@@ -88,7 +88,7 @@
88
88
  "dependencies": {
89
89
  "convert-source-map": "^2.0.0",
90
90
  "tinyrainbow": "^3.1.0",
91
- "@vitest/pretty-format": "4.1.1"
91
+ "@vitest/pretty-format": "4.1.2"
92
92
  },
93
93
  "devDependencies": {
94
94
  "@jridgewell/trace-mapping": "0.3.31",
@@ -110,16 +110,11 @@
110
110
  "patched"
111
111
  ],
112
112
  "depup": {
113
- "changes": {
114
- "tinyrainbow": {
115
- "from": "^3.0.3",
116
- "to": "^3.1.0"
117
- }
118
- },
119
- "depsUpdated": 1,
113
+ "changes": {},
114
+ "depsUpdated": 0,
120
115
  "originalPackage": "@vitest/utils",
121
- "originalVersion": "4.1.1",
122
- "processedAt": "2026-03-23T16:24:48.187Z",
116
+ "originalVersion": "4.1.2",
117
+ "processedAt": "2026-03-26T16:31:45.837Z",
123
118
  "smokeTest": "passed"
124
119
  }
125
120
  }