Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hash-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@types/url-regex-safe": "1.0.2",
"@welldone-software/why-did-you-render": "10.0.1",
"eslint": "9.39.4",
"eslint-plugin-react-x": "1.17.2",
"eslint-plugin-react-x": "1.53.1",
"graphology-types": "0.24.8",
"rimraf": "6.1.3",
"sass": "1.93.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/query-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@mui/material": "5.18.0",
"@mui/system": "5.18.0",
"eslint": "9.39.4",
"eslint-plugin-storybook": "10.3.1",
"eslint-plugin-storybook": "10.4.4",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "7.65.0",
Expand Down
2 changes: 1 addition & 1 deletion libs/@hashintel/type-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@types/lodash.memoize": "4.1.9",
"@types/lodash.uniqueid": "4.0.9",
"eslint": "9.39.4",
"eslint-plugin-storybook": "10.3.1",
"eslint-plugin-storybook": "10.4.4",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-hook-form": "7.65.0",
Expand Down
10 changes: 5 additions & 5 deletions libs/@local/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"effect": "3.21.0",
"eslint": "9.39.4",
"eslint-config-airbnb": "19.0.4",
"eslint-config-flat-gitignore": "2.2.1",
"eslint-config-flat-gitignore": "2.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-config-sheriff": "31.3.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-import-resolver-node": "0.4.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong version: 0.4.0 instead of intended 0.3.10

Medium Severity

The PR description explicitly states eslint-import-resolver-node should update from 0.3.90.3.10 (a patch bump), but the actual change specifies 0.4.0 — a minor version bump that switches the underlying resolve dependency from ^1.22.4 to ^2.0.0-next.7 (a pre-release major version). This introduces a breaking change where preserveSymlinks defaults to false instead of true, potentially altering module resolution behavior during linting. The intended safe patch update became an unintended breaking upgrade.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9e75051. Configure here.

"eslint-import-resolver-typescript": "4.4.5",
"eslint-plugin-canonical": "5.1.3",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "10.3.1",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-storybook": "10.4.4",
"eslint-unicorn": "55.0.0",
"globals": "16.4.0",
"type-fest": "5.3.1"
Expand Down
Loading