@depup/fork-ts-checker-webpack-plugin 9.1.0-depup.0 → 9.1.0-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
@@ -14,7 +14,7 @@ npm install @depup/fork-ts-checker-webpack-plugin
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [fork-ts-checker-webpack-plugin](https://www.npmjs.com/package/fork-ts-checker-webpack-plugin) @ 9.1.0 |
17
- | Processed | 2026-03-17 |
17
+ | Processed | 2026-03-21 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 12 |
20
20
 
@@ -28,7 +28,7 @@ npm install @depup/fork-ts-checker-webpack-plugin
28
28
  | cosmiconfig | ^8.2.0 | ^9.0.1 |
29
29
  | deepmerge | ^4.2.2 | ^4.3.1 |
30
30
  | fs-extra | ^10.0.0 | ^11.3.4 |
31
- | memfs | ^3.4.1 | ^4.56.11 |
31
+ | memfs | ^3.4.1 | ^4.57.1 |
32
32
  | minimatch | ^3.0.4 | ^10.2.4 |
33
33
  | node-abort-controller | ^3.0.1 | ^3.1.1 |
34
34
  | schema-utils | ^3.1.1 | ^4.3.3 |
package/changes.json CHANGED
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "memfs": {
28
28
  "from": "^3.4.1",
29
- "to": "^4.56.11"
29
+ "to": "^4.57.1"
30
30
  },
31
31
  "minimatch": {
32
32
  "from": "^3.0.4",
@@ -49,6 +49,6 @@
49
49
  "to": "^2.3.0"
50
50
  }
51
51
  },
52
- "timestamp": "2026-03-17T16:36:07.241Z",
52
+ "timestamp": "2026-03-21T20:10:58.262Z",
53
53
  "totalUpdated": 12
54
54
  }
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@depup/fork-ts-checker-webpack-plugin",
3
- "version": "9.1.0-depup.0",
4
- "description": "[DepUp] Runs typescript type checker and linter on separate process.",
3
+ "version": "9.1.0-depup.1",
4
+ "description": "Runs typescript type checker and linter on separate process. (with updated dependencies)",
5
5
  "keywords": [
6
- "depup",
7
- "dependency-bumped",
8
- "updated-deps",
9
6
  "fork-ts-checker-webpack-plugin",
7
+ "depup",
8
+ "updated-dependencies",
9
+ "security",
10
+ "latest",
11
+ "patched",
10
12
  "webpack",
11
13
  "plugin",
12
14
  "typescript",
@@ -65,7 +67,7 @@
65
67
  "cosmiconfig": "^9.0.1",
66
68
  "deepmerge": "^4.3.1",
67
69
  "fs-extra": "^11.3.4",
68
- "memfs": "^4.56.11",
70
+ "memfs": "^4.57.1",
69
71
  "minimatch": "^10.2.4",
70
72
  "node-abort-controller": "^3.1.1",
71
73
  "schema-utils": "^4.3.3",
@@ -150,7 +152,7 @@
150
152
  },
151
153
  "memfs": {
152
154
  "from": "^3.4.1",
153
- "to": "^4.56.11"
155
+ "to": "^4.57.1"
154
156
  },
155
157
  "minimatch": {
156
158
  "from": "^3.0.4",
@@ -176,7 +178,7 @@
176
178
  "depsUpdated": 12,
177
179
  "originalPackage": "fork-ts-checker-webpack-plugin",
178
180
  "originalVersion": "9.1.0",
179
- "processedAt": "2026-03-17T16:36:17.496Z",
181
+ "processedAt": "2026-03-21T20:11:11.211Z",
180
182
  "smokeTest": "failed"
181
183
  }
182
184
  }