Commit 11fcb76
Fix all npm audit vulnerabilities by upgrading dependencies (#80)
@typescript-eslint/* ^6 → ^8
- Fixes minimatch ReDoS vulnerabilities
copy-webpack-plugin ^12 → ^14
- Fixes serialize-javascript RCE vulnerability
eslint-config-erb removed
- Source of the peer dep conflicts; replaced by direct configs
eslint-config-airbnb-base removed
- Redundant — eslint-config-airbnb already depends on it
eslint-config-airbnb added
- Previously pulled in by erb
eslint-config-prettier added
- Previously pulled in by erb
eslint-plugin-prettier added
- Previously pulled in by erb
@stylistic/eslint-plugin-ts ^2.13.0 added
- Provides lines-between-class-members rule with exceptAfterOverload
support, which was removed from @typescript-eslint v8
ESLint behavioral parity:
- All rules erb explicitly set are preserved.
- lines-between-class-members now uses
@stylistic/ts/lines-between-class-members to preserve the original
exceptAfterOverload: true option.
tsconfig.lint.json change: allowJs: true only affects the lint-specific
tsconfig (not builds), and is the official replacement for the removed
createDefaultProgram.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent bb40335 commit 11fcb76
File tree
6 files changed
+4925
-9838
lines changed- lib
6 files changed
+4925
-9838
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
16 | 22 | | |
17 | 23 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
24 | 31 | | |
25 | 32 | | |
26 | 33 | | |
| |||
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | | - | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
156 | 163 | | |
157 | 164 | | |
158 | 165 | | |
| 166 | + | |
159 | 167 | | |
160 | 168 | | |
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
164 | | - | |
165 | 172 | | |
166 | | - | |
| 173 | + | |
167 | 174 | | |
168 | 175 | | |
169 | 176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| |||
265 | 268 | | |
266 | 269 | | |
267 | 270 | | |
268 | | - | |
| 271 | + | |
269 | 272 | | |
270 | 273 | | |
271 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
0 commit comments