Commit 33157aa
chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in the linting group (#581)
* chore(deps-dev): bump eslint from 8.57.1 to 10.0.0 in the linting group
Bumps the linting group with 1 update: [eslint](https://github.com/eslint/eslint).
Updates `eslint` from 8.57.1 to 10.0.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.1...v10.0.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-version: 10.0.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: linting
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix: migrate eslint config for eslint 10 compatibility
- Migrate from .eslintrc.js (legacy) to eslint.config.mjs (flat config)
- Upgrade @typescript-eslint packages from v6 to v8
- Add @eslint/compat to fix eslint-plugin-security with ESLint 10
(context.getSourceCode() removed in v10)
- Add @eslint/js, globals, and typescript-eslint packages
- Remove eslint-plugin-rulesdir (use native flat config plugin)
- Rename eslint-disable comments: rulesdir/ -> local/
- Update no-var-requires -> no-require-imports (renamed in ts-eslint v8)
- Update RuleTester to use languageOptions (flat config format)
- Remove --ext .ts from lint script (removed in ESLint 9+)
- Disable new ESLint 10 rules (no-useless-assignment, preserve-caught-error)
to maintain parity with previous config; enable in follow-up PR
- Add .npmrc with legacy-peer-deps for @typescript-eslint peer dep
compatibility (ESLint 10 support pending in typescript-eslint)
* fix: drop Node 18 from CI matrix (ESLint 10 requires Node >= 20.12)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiaxiao (mossaka) Zhou <duibao55328@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 6989952 commit 33157aa
10 files changed
Lines changed: 328 additions & 417 deletions
File tree
- .github/workflows
- eslint-rules
- src
- logs
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| 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 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
0 commit comments