Conversation
…lint v10 Co-authored-by: kiyarose <75678535+kiyarose@users.noreply.github.com> Agent-Logs-Url: https://github.com/SillyLittleTech/Portf/sessions/bc4f5bcf-33f8-4a17-bbd2-193ee9558f11
Copilot created this pull request from a session on behalf of
kiyarose
March 26, 2026 10:42
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Resolves npm ci / dependency resolution failures caused by eslint-plugin-react-hooks@^7.0.1 not declaring peer support for ESLint v10, aligning the repo’s lint toolchain with the already-used eslint@^10.1.0.
Changes:
- Pin
eslint-plugin-react-hooksto7.1.0-canary-ab18f33d-20260220to allow ESLint v10 peer compatibility. - Regenerate
package-lock.jsonto reflect the updated resolved dependency tree.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Pins eslint-plugin-react-hooks to a canary build that declares ESLint v10 peer support. |
| package-lock.json | Updates the lockfile to the new eslint-plugin-react-hooks version and its peer dependency range including ESLint ^10.0.0. |
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.
eslint-plugin-react-hooks@^7.0.1declares peer support only for eslint^3–9, causingERESOLVEonnpm ciagainst the project'seslint@^10.1.0.Change
package.json: Pineslint-plugin-react-hooksto7.1.0-canary-ab18f33d-20260220, which drops the eslint v9 peer cap — matching whatkiyarose/Portfalready uses successfullypackage-lock.json: Regenerated to reflect resolved dependency tree