build(eslint-config-fluid): Bump eslint dependencies - #28035
build(eslint-config-fluid): Bump eslint dependencies#28035Joshua Smithrud (Josmithr) wants to merge 20 commits into
Conversation
This reverts commit 1b96d04.
|
Hi! Thank you for opening this PR. Want me to review it? Based on the diff (870 lines, 9 files), I've queued these reviewers:
How this works
|
There was a problem hiding this comment.
Pull request overview
Updates eslint-config-fluid ESLint dependencies and regenerates resolved configurations.
Changes:
- Bumps ESLint, TypeScript ESLint, React, and related plugins.
- Updates the lockfile and package version to
14.1.1. - Removes the deprecated
react-hooks/component-hook-factoriesrule and documents the change.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
common/build/eslint-config-fluid/printed-configs/test.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/printed-configs/strict.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/printed-configs/strict-biome.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/printed-configs/recommended.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/printed-configs/react.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/printed-configs/default.json |
Regenerated ESLint configuration |
common/build/eslint-config-fluid/pnpm-lock.yaml |
Updated locked dependency resolutions |
common/build/eslint-config-fluid/package.json |
Updated dependencies and package version |
common/build/eslint-config-fluid/CHANGELOG.md |
Documented the release and rule change |
Files not reviewed (1)
- common/build/eslint-config-fluid/pnpm-lock.yaml: Generated file
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Jason Hartman (jason-ha)
left a comment
There was a problem hiding this comment.
Looks like some install failures in CI. Be sure to use pnpm install-no-frozen when trying updates.
Assuming AI selected updates it is best to have the age limit in place (in the config) but we haven't move the workaround to the pipelines yet. So all commands that look to registry need to use the config override (like pnpm install-no-frozen) or pnpm-workspace.yaml needs altered temporarily.
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
Bundle size comparisonBase commit: unresolved The PR's CI build failed — fix the build and the comment will update once the next run succeeds. |
@rushstack/eslint-plugin:~0.23.2->~0.23.3@typescript-eslint/eslint-plugin:~8.58.0->~8.67.0@typescript-eslint/parser:~8.58.0->~8.67.0@typescript-eslint/utils:~8.58.0->~8.67.0eslint-import-resolver-typescript:~4.4.4->~4.4.5eslint-plugin-depend:~1.4.0->~1.5.0eslint-plugin-import-x:~4.16.1->~4.17.1eslint-plugin-jsdoc:~61.4.1->~64.2.1eslint-plugin-no-only-tests:~3.3.0->~3.4.0eslint-plugin-promise:~7.2.1->~7.3.0eslint-plugin-react-hooks:~7.0.1->~7.1.1eslint-plugin-unused-imports:~4.3.0->~4.4.1typescript-eslint:~8.58.0->~8.67.0