@depup/vitest__mocker 4.1.0-depup.0 → 4.1.1-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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/changes.json +1 -1
  3. package/package.json +13 -11
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/vitest__mocker
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@vitest/mocker](https://www.npmjs.com/package/@vitest/mocker) @ 4.1.0 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@vitest/mocker](https://www.npmjs.com/package/@vitest/mocker) @ 4.1.1 |
17
+ | Processed | 2026-03-23 |
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-17T16:34:41.906Z",
3
+ "timestamp": "2026-03-23T16:25:11.992Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@depup/vitest__mocker",
3
3
  "type": "module",
4
- "version": "4.1.0-depup.0",
5
- "description": "[DepUp] Vitest module mocker implementation",
4
+ "version": "4.1.1-depup.0",
5
+ "description": "Vitest module mocker implementation (with updated dependencies)",
6
6
  "license": "MIT",
7
7
  "funding": "https://opencollective.com/vitest",
8
8
  "homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/mocker",
@@ -15,10 +15,12 @@
15
15
  "url": "https://github.com/vitest-dev/vitest/issues"
16
16
  },
17
17
  "keywords": [
18
- "depup",
19
- "dependency-bumped",
20
- "updated-deps",
21
18
  "@vitest/mocker",
19
+ "depup",
20
+ "updated-dependencies",
21
+ "security",
22
+ "latest",
23
+ "patched",
22
24
  "vitest",
23
25
  "test",
24
26
  "mock"
@@ -70,7 +72,7 @@
70
72
  ],
71
73
  "peerDependencies": {
72
74
  "msw": "^2.4.9",
73
- "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
75
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
74
76
  },
75
77
  "peerDependenciesMeta": {
76
78
  "msw": {
@@ -83,7 +85,7 @@
83
85
  "dependencies": {
84
86
  "estree-walker": "^3.0.3",
85
87
  "magic-string": "^0.30.21",
86
- "@vitest/spy": "4.1.0"
88
+ "@vitest/spy": "4.1.1"
87
89
  },
88
90
  "devDependencies": {
89
91
  "@types/estree": "^1.0.8",
@@ -93,8 +95,8 @@
93
95
  "msw": "^2.12.10",
94
96
  "pathe": "^2.0.3",
95
97
  "vite": "^6.3.5",
96
- "@vitest/spy": "4.1.0",
97
- "@vitest/utils": "4.1.0"
98
+ "@vitest/spy": "4.1.1",
99
+ "@vitest/utils": "4.1.1"
98
100
  },
99
101
  "scripts": {
100
102
  "build": "premove dist && rollup -c",
@@ -104,8 +106,8 @@
104
106
  "changes": {},
105
107
  "depsUpdated": 0,
106
108
  "originalPackage": "@vitest/mocker",
107
- "originalVersion": "4.1.0",
108
- "processedAt": "2026-03-17T16:34:45.952Z",
109
+ "originalVersion": "4.1.1",
110
+ "processedAt": "2026-03-23T16:25:14.693Z",
109
111
  "smokeTest": "passed"
110
112
  }
111
113
  }