Skip to content

Update ESLint to v10#805

Merged
abraham merged 4 commits into
mainfrom
copilot/update-eslint-to-v10
Jun 19, 2026
Merged

Update ESLint to v10#805
abraham merged 4 commits into
mainfrom
copilot/update-eslint-to-v10

Conversation

Copilot AI commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Upgrades ESLint from v9 to v10 and removes the import plugin entirely.

Dependency changes

  • eslint + @eslint/js: ^9.0.0^10.0.0
  • typescript-eslint: ^8.0.0^8.56.0 (minimum version declaring ESLint v10 peer dep support)
  • eslint-plugin-import: removed

Config/script changes

  • eslint.config.mjs: removed eslint-plugin-import import and its flat config entries (flatConfigs.errors, flatConfigs.typescript)
  • lint:eslint script: removed --ext .ts flag (no-op with flat config; removed in ESLint v10)

Copilot AI changed the title [WIP] Update eslint to v10 Update ESLint to v10 Jun 19, 2026
Copilot AI requested a review from abraham June 19, 2026 18:59
Comment thread eslint.config.mjs Outdated
@@ -1,5 +1,5 @@
import eslint from '@eslint/js';
import importPlugin from 'eslint-plugin-import';
import importPlugin from 'eslint-plugin-import-x';

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot remove the import package

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done — removed the import plugin, its flat config entries, and both eslint-plugin-import-x and eslint-import-resolver-typescript from package.json in 5a9e42b.

Copilot AI requested a review from abraham June 19, 2026 19:19
@abraham abraham marked this pull request as ready for review June 19, 2026 19:27
@abraham abraham enabled auto-merge June 19, 2026 19:27
@abraham abraham disabled auto-merge June 19, 2026 20:14
@abraham abraham enabled auto-merge June 19, 2026 20:17
@abraham abraham merged commit badd6a3 into main Jun 19, 2026
3 checks passed
@abraham abraham deleted the copilot/update-eslint-to-v10 branch June 19, 2026 20:17
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.

2 participants