Skip to content

Update ESLint and TypeScript ESLint packages to latest versions#68

Merged
hogashi merged 3 commits intomainfrom
eslint
Mar 23, 2026
Merged

Update ESLint and TypeScript ESLint packages to latest versions#68
hogashi merged 3 commits intomainfrom
eslint

Conversation

@hogashi
Copy link
Copy Markdown
Owner

@hogashi hogashi commented Mar 23, 2026

Update eslint from 8.28.0 to 10.0.3.

Done in 3 steps to make changes easy to review:

  1. Update to latest patch versions (same major)

    • eslint: 8.28.0 → 8.57.1
    • @typescript-eslint/eslint-plugin: 5.44.0 → 5.62.0
    • @typescript-eslint/parser: 5.44.0 → 5.62.0
  2. Update @typescript-eslint/ from v5 to v8*

    • @typescript-eslint/eslint-plugin: 5.62.0 → 8.57.1
    • @typescript-eslint/parser: 5.62.0 → 8.57.1
    • Remove @typescript-eslint/semi rule (dropped in v8), use semi instead
  3. Update eslint to v10 and migrate to flat config

    • eslint: 8.57.1 → 10.0.3
    • Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser with typescript-eslint
    • .eslintrc.jsoneslint.config.mjs
    • Remove --ext ts from lint script (file matching is now in config)

@hogashi hogashi self-assigned this Mar 23, 2026
hogashi and others added 3 commits March 23, 2026 19:58
Update to latest patch versions within the same major:
- eslint: 8.28.0 → 8.57.1
- @typescript-eslint/eslint-plugin: 5.44.0 → 5.62.0
- @typescript-eslint/parser: 5.44.0 → 5.62.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- @typescript-eslint/eslint-plugin: 5.62.0 → 8.57.1
- @typescript-eslint/parser: 5.62.0 → 8.57.1
- Remove @typescript-eslint/semi rule (dropped in v8), use eslint semi instead

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- eslint: 8.57.1 → 10.0.3
- Replace @typescript-eslint/eslint-plugin + @typescript-eslint/parser
  with unified typescript-eslint package
- Migrate .eslintrc.json → eslint.config.mjs (flat config)
- Remove --ext ts from lint script (handled by files glob in config)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@hogashi hogashi merged commit 7b0192d into main Mar 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant