@depup/fork-ts-checker-webpack-plugin 9.1.0-depup.6 → 9.1.0-depup.7
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 +2 -2
- package/changes.json +2 -2
- package/package.json +4 -4
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-08-
|
|
17
|
+
| Processed | 2026-08-03 |
|
|
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 | ^10.0.0 |
|
|
29
29
|
| deepmerge | ^4.2.2 | ^4.3.1 |
|
|
30
30
|
| fs-extra | ^10.0.0 | ^11.4.0 |
|
|
31
|
-
| memfs | ^3.4.1 | ^4.
|
|
31
|
+
| memfs | ^3.4.1 | ^4.66.0 |
|
|
32
32
|
| minimatch | ^3.0.4 | ^10.2.6 |
|
|
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.
|
|
29
|
+
"to": "^4.66.0"
|
|
30
30
|
},
|
|
31
31
|
"minimatch": {
|
|
32
32
|
"from": "^3.0.4",
|
|
@@ -49,6 +49,6 @@
|
|
|
49
49
|
"to": "^2.3.3"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"timestamp": "2026-08-
|
|
52
|
+
"timestamp": "2026-08-03T16:51:04.466Z",
|
|
53
53
|
"totalUpdated": 12
|
|
54
54
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/fork-ts-checker-webpack-plugin",
|
|
3
|
-
"version": "9.1.0-depup.
|
|
3
|
+
"version": "9.1.0-depup.7",
|
|
4
4
|
"description": "Runs typescript type checker and linter on separate process. (with updated dependencies)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fork-ts-checker-webpack-plugin",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"cosmiconfig": "^10.0.0",
|
|
68
68
|
"deepmerge": "^4.3.1",
|
|
69
69
|
"fs-extra": "^11.4.0",
|
|
70
|
-
"memfs": "^4.
|
|
70
|
+
"memfs": "^4.66.0",
|
|
71
71
|
"minimatch": "^10.2.6",
|
|
72
72
|
"node-abort-controller": "^3.1.1",
|
|
73
73
|
"schema-utils": "^4.3.3",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
},
|
|
153
153
|
"memfs": {
|
|
154
154
|
"from": "^3.4.1",
|
|
155
|
-
"to": "^4.
|
|
155
|
+
"to": "^4.66.0"
|
|
156
156
|
},
|
|
157
157
|
"minimatch": {
|
|
158
158
|
"from": "^3.0.4",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"depsUpdated": 12,
|
|
179
179
|
"originalPackage": "fork-ts-checker-webpack-plugin",
|
|
180
180
|
"originalVersion": "9.1.0",
|
|
181
|
-
"processedAt": "2026-08-
|
|
181
|
+
"processedAt": "2026-08-03T16:51:19.059Z",
|
|
182
182
|
"smokeTest": "failed"
|
|
183
183
|
}
|
|
184
184
|
}
|