-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
update dependencies #2151
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
base: main
Are you sure you want to change the base?
update dependencies #2151
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. It is recommended to resolve "Warn" alerts too. Learn more about Socket for GitHub.
|
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.
Bug: Unexpected Downgrades Break Linting and Compilation
Two packages were unexpectedly downgraded during a dependency update:
- ESLint: Downgraded from
^9.20.0
to^8.0.0
, causing a version mismatch with@eslint/js
(^9.31.0
) and@typescript-eslint/parser
(^8.37.0
) that likely expect ESLint v9. This could break the linting setup. @types/react
: Downgraded from^18.3.3
to^18.1.8
. While correctly moved todevDependencies
, this downgrade is unexpected and could cause TypeScript compilation issues.
package.json#L82-L87
Lines 82 to 87 in 90be6f1
"@tsconfig/docusaurus": "^2.0.3", | |
"@types/react": "^18.1.8", | |
"@types/react-alert": "^7.0.6", | |
"@types/react-modal": "^3.16.3", | |
"@typescript-eslint/parser": "^8.37.0", | |
"eslint": "^8.0.0", |
Was this report helpful? Give feedback by reacting with 👍 or 👎
Description
update dependencies