@depup/fork-ts-checker-webpack-plugin 9.1.0-depup.5 → 9.1.0-depup.6

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-07-26 |
17
+ | Processed | 2026-08-02 |
18
18
  | Smoke test | failed |
19
19
  | Deps updated | 12 |
20
20
 
@@ -25,11 +25,11 @@ npm install @depup/fork-ts-checker-webpack-plugin
25
25
  | @babel/code-frame | ^7.16.7 | ^8.0.0 |
26
26
  | chalk | ^4.1.2 | ^6.0.0 |
27
27
  | chokidar | ^4.0.1 | ^5.0.0 |
28
- | cosmiconfig | ^8.2.0 | ^9.0.2 |
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
31
  | memfs | ^3.4.1 | ^4.64.0 |
32
- | minimatch | ^3.0.4 | ^10.2.5 |
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 |
35
35
  | semver | ^7.3.5 | ^7.8.5 |
package/changes.json CHANGED
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "cosmiconfig": {
16
16
  "from": "^8.2.0",
17
- "to": "^9.0.2"
17
+ "to": "^10.0.0"
18
18
  },
19
19
  "deepmerge": {
20
20
  "from": "^4.2.2",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "minimatch": {
32
32
  "from": "^3.0.4",
33
- "to": "^10.2.5"
33
+ "to": "^10.2.6"
34
34
  },
35
35
  "node-abort-controller": {
36
36
  "from": "^3.0.1",
@@ -49,6 +49,6 @@
49
49
  "to": "^2.3.3"
50
50
  }
51
51
  },
52
- "timestamp": "2026-07-26T16:24:17.873Z",
52
+ "timestamp": "2026-08-02T16:21:32.034Z",
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.5",
3
+ "version": "9.1.0-depup.6",
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",
@@ -64,11 +64,11 @@
64
64
  "@babel/code-frame": "^8.0.0",
65
65
  "chalk": "^6.0.0",
66
66
  "chokidar": "^5.0.0",
67
- "cosmiconfig": "^9.0.2",
67
+ "cosmiconfig": "^10.0.0",
68
68
  "deepmerge": "^4.3.1",
69
69
  "fs-extra": "^11.4.0",
70
70
  "memfs": "^4.64.0",
71
- "minimatch": "^10.2.5",
71
+ "minimatch": "^10.2.6",
72
72
  "node-abort-controller": "^3.1.1",
73
73
  "schema-utils": "^4.3.3",
74
74
  "semver": "^7.8.5",
@@ -140,7 +140,7 @@
140
140
  },
141
141
  "cosmiconfig": {
142
142
  "from": "^8.2.0",
143
- "to": "^9.0.2"
143
+ "to": "^10.0.0"
144
144
  },
145
145
  "deepmerge": {
146
146
  "from": "^4.2.2",
@@ -156,7 +156,7 @@
156
156
  },
157
157
  "minimatch": {
158
158
  "from": "^3.0.4",
159
- "to": "^10.2.5"
159
+ "to": "^10.2.6"
160
160
  },
161
161
  "node-abort-controller": {
162
162
  "from": "^3.0.1",
@@ -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-07-26T16:24:34.101Z",
181
+ "processedAt": "2026-08-02T16:21:54.532Z",
182
182
  "smokeTest": "failed"
183
183
  }
184
184
  }