docs: ESLint 10 upgrade investigation and compatibility analysis#2426
Closed
Copilot wants to merge 2 commits into
Closed
docs: ESLint 10 upgrade investigation and compatibility analysis#2426Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Co-authored-by: Evi-2003 <69012052+Evi-2003@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Upgrade ESLint to version 10 and assess breaking changes
docs: ESLint 10 upgrade investigation and compatibility analysis
Feb 18, 2026
Contributor
|
Cool, let’s wait a bit until the packages we use have been made compatible with ESLint 10. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Comprehensive investigation into ESLint 10 upgrade feasibility. Created
ESLINT-10-UPGRADE-INVESTIGATION.mddocumenting breaking changes, plugin compatibility matrix, and upgrade blockers.Decision: Remain on ESLint 9.39.2 due to critical plugin incompatibilities.
Why
ESLint 10 released with breaking API changes. Investigation needed to assess upgrade path and breaking changes impact on the codebase.
How
Breaking Changes Analysis:
context.getFilename()→context.filename)eslint-envcomments now errors (1 instance found:packages/react/jest.config.mjs)>=24✓ metPlugin Compatibility:
eslint-plugin-react@7.37.5- uses removed APIseslint-plugin-mdx@3.6.2- uses removed APIs (104 MDX files affected)eslint-plugin-import@2.32.0,eslint-plugin-baseline-js@0.5.0- unclear/explicit exclusiontypescript-eslint,eslint-plugin-jest,eslint-plugin-perfectionist- compatibleDocumentation includes:
Checklist
Additional notes
No code changes made. Upgrade blocked until
eslint-plugin-reactandeslint-plugin-mdxrelease ESLint 10-compatible versions. When unblocked, upgrade requires 6 package updates and removing 1eslint-envcomment.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
eslint.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js(dns block)storybook.js.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/design-system/design-system/storybook/node_modules/.bin/../../../node_modules/.pnpm/storybook@10.2.7_@testing-library+dom@10.4.1_prettier@3.8.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/storybook/dist/bin/dispatcher.js build --output-dir dist/ --config-dir config/ --quiet(dns block)/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/design-system/design-system/storybook/node_modules/.bin/../../../node_modules/.pnpm/storybook@10.2.7_@testing-library+dom@10.4.1_prettier@3.8.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/storybook/dist/bin/dispatcher.js build --output-dir dist/ --config-dir config/ --quiet user.name(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.