@depup/fork-ts-checker-webpack-plugin 9.1.0-depup.0 → 9.1.0-depup.3
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 +8 -8
- package/changes.json +8 -8
- package/package.json +22 -20
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-
|
|
17
|
+
| Processed | 2026-07-21 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 12 |
|
|
20
20
|
|
|
@@ -22,18 +22,18 @@ npm install @depup/fork-ts-checker-webpack-plugin
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @babel/code-frame | ^7.16.7 | ^
|
|
25
|
+
| @babel/code-frame | ^7.16.7 | ^8.0.0 |
|
|
26
26
|
| chalk | ^4.1.2 | ^5.6.2 |
|
|
27
27
|
| chokidar | ^4.0.1 | ^5.0.0 |
|
|
28
|
-
| cosmiconfig | ^8.2.0 | ^9.0.
|
|
28
|
+
| cosmiconfig | ^8.2.0 | ^9.0.2 |
|
|
29
29
|
| deepmerge | ^4.2.2 | ^4.3.1 |
|
|
30
|
-
| fs-extra | ^10.0.0 | ^11.3.
|
|
31
|
-
| memfs | ^3.4.1 | ^4.
|
|
32
|
-
| minimatch | ^3.0.4 | ^10.2.
|
|
30
|
+
| fs-extra | ^10.0.0 | ^11.3.6 |
|
|
31
|
+
| memfs | ^3.4.1 | ^4.64.0 |
|
|
32
|
+
| minimatch | ^3.0.4 | ^10.2.5 |
|
|
33
33
|
| node-abort-controller | ^3.0.1 | ^3.1.1 |
|
|
34
34
|
| schema-utils | ^3.1.1 | ^4.3.3 |
|
|
35
|
-
| semver | ^7.3.5 | ^7.
|
|
36
|
-
| tapable | ^2.2.1 | ^2.3.
|
|
35
|
+
| semver | ^7.3.5 | ^7.8.5 |
|
|
36
|
+
| tapable | ^2.2.1 | ^2.3.3 |
|
|
37
37
|
|
|
38
38
|
---
|
|
39
39
|
|
package/changes.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"bumped": {
|
|
3
3
|
"@babel/code-frame": {
|
|
4
4
|
"from": "^7.16.7",
|
|
5
|
-
"to": "^
|
|
5
|
+
"to": "^8.0.0"
|
|
6
6
|
},
|
|
7
7
|
"chalk": {
|
|
8
8
|
"from": "^4.1.2",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"cosmiconfig": {
|
|
16
16
|
"from": "^8.2.0",
|
|
17
|
-
"to": "^9.0.
|
|
17
|
+
"to": "^9.0.2"
|
|
18
18
|
},
|
|
19
19
|
"deepmerge": {
|
|
20
20
|
"from": "^4.2.2",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
},
|
|
23
23
|
"fs-extra": {
|
|
24
24
|
"from": "^10.0.0",
|
|
25
|
-
"to": "^11.3.
|
|
25
|
+
"to": "^11.3.6"
|
|
26
26
|
},
|
|
27
27
|
"memfs": {
|
|
28
28
|
"from": "^3.4.1",
|
|
29
|
-
"to": "^4.
|
|
29
|
+
"to": "^4.64.0"
|
|
30
30
|
},
|
|
31
31
|
"minimatch": {
|
|
32
32
|
"from": "^3.0.4",
|
|
33
|
-
"to": "^10.2.
|
|
33
|
+
"to": "^10.2.5"
|
|
34
34
|
},
|
|
35
35
|
"node-abort-controller": {
|
|
36
36
|
"from": "^3.0.1",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
},
|
|
43
43
|
"semver": {
|
|
44
44
|
"from": "^7.3.5",
|
|
45
|
-
"to": "^7.
|
|
45
|
+
"to": "^7.8.5"
|
|
46
46
|
},
|
|
47
47
|
"tapable": {
|
|
48
48
|
"from": "^2.2.1",
|
|
49
|
-
"to": "^2.3.
|
|
49
|
+
"to": "^2.3.3"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"timestamp": "2026-
|
|
52
|
+
"timestamp": "2026-07-21T17:24:36.526Z",
|
|
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.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "9.1.0-depup.3",
|
|
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",
|
|
@@ -59,18 +61,18 @@
|
|
|
59
61
|
}
|
|
60
62
|
},
|
|
61
63
|
"dependencies": {
|
|
62
|
-
"@babel/code-frame": "^
|
|
64
|
+
"@babel/code-frame": "^8.0.0",
|
|
63
65
|
"chalk": "^5.6.2",
|
|
64
66
|
"chokidar": "^5.0.0",
|
|
65
|
-
"cosmiconfig": "^9.0.
|
|
67
|
+
"cosmiconfig": "^9.0.2",
|
|
66
68
|
"deepmerge": "^4.3.1",
|
|
67
|
-
"fs-extra": "^11.3.
|
|
68
|
-
"memfs": "^4.
|
|
69
|
-
"minimatch": "^10.2.
|
|
69
|
+
"fs-extra": "^11.3.6",
|
|
70
|
+
"memfs": "^4.64.0",
|
|
71
|
+
"minimatch": "^10.2.5",
|
|
70
72
|
"node-abort-controller": "^3.1.1",
|
|
71
73
|
"schema-utils": "^4.3.3",
|
|
72
|
-
"semver": "^7.
|
|
73
|
-
"tapable": "^2.3.
|
|
74
|
+
"semver": "^7.8.5",
|
|
75
|
+
"tapable": "^2.3.3"
|
|
74
76
|
},
|
|
75
77
|
"peerDependencies": {
|
|
76
78
|
"typescript": ">3.6.0",
|
|
@@ -126,7 +128,7 @@
|
|
|
126
128
|
"changes": {
|
|
127
129
|
"@babel/code-frame": {
|
|
128
130
|
"from": "^7.16.7",
|
|
129
|
-
"to": "^
|
|
131
|
+
"to": "^8.0.0"
|
|
130
132
|
},
|
|
131
133
|
"chalk": {
|
|
132
134
|
"from": "^4.1.2",
|
|
@@ -138,7 +140,7 @@
|
|
|
138
140
|
},
|
|
139
141
|
"cosmiconfig": {
|
|
140
142
|
"from": "^8.2.0",
|
|
141
|
-
"to": "^9.0.
|
|
143
|
+
"to": "^9.0.2"
|
|
142
144
|
},
|
|
143
145
|
"deepmerge": {
|
|
144
146
|
"from": "^4.2.2",
|
|
@@ -146,15 +148,15 @@
|
|
|
146
148
|
},
|
|
147
149
|
"fs-extra": {
|
|
148
150
|
"from": "^10.0.0",
|
|
149
|
-
"to": "^11.3.
|
|
151
|
+
"to": "^11.3.6"
|
|
150
152
|
},
|
|
151
153
|
"memfs": {
|
|
152
154
|
"from": "^3.4.1",
|
|
153
|
-
"to": "^4.
|
|
155
|
+
"to": "^4.64.0"
|
|
154
156
|
},
|
|
155
157
|
"minimatch": {
|
|
156
158
|
"from": "^3.0.4",
|
|
157
|
-
"to": "^10.2.
|
|
159
|
+
"to": "^10.2.5"
|
|
158
160
|
},
|
|
159
161
|
"node-abort-controller": {
|
|
160
162
|
"from": "^3.0.1",
|
|
@@ -166,17 +168,17 @@
|
|
|
166
168
|
},
|
|
167
169
|
"semver": {
|
|
168
170
|
"from": "^7.3.5",
|
|
169
|
-
"to": "^7.
|
|
171
|
+
"to": "^7.8.5"
|
|
170
172
|
},
|
|
171
173
|
"tapable": {
|
|
172
174
|
"from": "^2.2.1",
|
|
173
|
-
"to": "^2.3.
|
|
175
|
+
"to": "^2.3.3"
|
|
174
176
|
}
|
|
175
177
|
},
|
|
176
178
|
"depsUpdated": 12,
|
|
177
179
|
"originalPackage": "fork-ts-checker-webpack-plugin",
|
|
178
180
|
"originalVersion": "9.1.0",
|
|
179
|
-
"processedAt": "2026-
|
|
181
|
+
"processedAt": "2026-07-21T17:24:55.651Z",
|
|
180
182
|
"smokeTest": "failed"
|
|
181
183
|
}
|
|
182
184
|
}
|