Commit d677907
chore(deps-dev): bump frontend-dev-tools group + migrate to ESLint flat config (#205)
devDeps:
- @types/node ^25.2.3 -> ^25.6.0
- eslint ^8.57.1 -> ^9.39.4 (NOT ^10: eslint-config-next 16 + ESLint 10
broken upstream — eslint-plugin-react@7 not yet ESLint 10 compatible)
- eslint-config-next ^15.5.14 -> ^16.2.3
- prettier ^3.8.1 -> ^3.8.2
- typescript ^5.5.4 -> ^6.0.2
Migration:
- .eslintrc.json -> eslint.config.js (flat config required by ESLint 9+)
- add global.d.ts for CSS module side-effect imports (TS 6 stricter)
- relax 'no-console' for scripts/
Co-authored-by: Yaroslav Vasylenko <neuron7x@users.noreply.github.com>1 parent ded4136 commit d677907
7 files changed
Lines changed: 355 additions & 292 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments