-
-
Notifications
You must be signed in to change notification settings - Fork 13
Upgrade ESLint to v9 and eslint-plugin-unicorn to v62 with flat config migration #441
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Jamie-BitFlight
merged 7 commits into
dependabot/npm_and_yarn/eslint-plugin-unicorn-62.0.0
from
copilot/fix-pr-failures-and-upgrade-dependencies
Jan 11, 2026
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
36225b1
Initial plan
Copilot 15f8dfa
chore: upgrade all dependencies and migrate to ESLint 9 flat config
Copilot 9ba9b37
fix: add legacy-peer-deps to .npmrc for CI compatibility
Copilot f0c6200
Changes before error encountered
Copilot a0b5cc2
Changes before error encountered
Copilot 6f3441f
Changes before error encountered
Copilot 0e4141c
fix: disable n/no-missing-import rule for ESLint compatibility
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding legacy-peer-deps=true as a workaround for eslint-config-airbnb-base compatibility is acceptable for CI, but be aware this suppresses peer dependency warnings that might indicate real compatibility issues. Consider monitoring for updates to eslint-config-airbnb-base that support ESLint 9, or consider removing this dependency if it's no longer needed (it was removed from package.json).