Skip to content

refactor(deps): migrate eslint from v9 to v10#58395

Open
s0wa48 wants to merge 1 commit intonextcloud:masterfrom
s0wa48:deps/upgrade-eslint-10.0.0
Open

refactor(deps): migrate eslint from v9 to v10#58395
s0wa48 wants to merge 1 commit intonextcloud:masterfrom
s0wa48:deps/upgrade-eslint-10.0.0

Conversation

@s0wa48
Copy link

@s0wa48 s0wa48 commented Feb 17, 2026

Changes

ESLint 10.0.0 Breaking Changes Addressed

  • package.json: Updated eslint version from ^9.39.2 to ^10.0.0
  • package.json lint script: Renamed --suppressions-location CLI flag to --suppress-all-from — this flag was renamed in ESLint 10 as part of the suppression system overhaul
  • eslint.config.js: Updated defineConfig import from 'eslint/config' to 'eslint' — in ESLint 10, defineConfig is exported directly from the eslint package rather than the eslint/config subpath

Notes

  • The reportUnusedInlineConfigs linter option used in eslint.config.js is fully supported in ESLint 10
  • All existing rule configurations and plugin setups remain compatible
  • No source file logic changes were required as the breaking changes only affected the ESLint CLI interface and config import path

This PR was auto-generated by Gittensor upgrade bot using Claude AI. If you have questions or want to opt out, please open an issue.

@s0wa48 s0wa48 requested review from a team as code owners February 17, 2026 23:35
@s0wa48 s0wa48 requested review from skjnldsv, susnux and szaimen and removed request for a team February 17, 2026 23:35
@szaimen szaimen removed their request for review February 18, 2026 07:18
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