Skip to content

[Snyk] Security upgrade eslint from 8.57.1 to 9.0.0#218

Open
mnk-blr wants to merge 1 commit into
mainfrom
snyk-fix-c7820284ce293b3e7fdba2663f660033
Open

[Snyk] Security upgrade eslint from 8.57.1 to 9.0.0#218
mnk-blr wants to merge 1 commit into
mainfrom
snyk-fix-c7820284ce293b3e7fdba2663f660033

Conversation

@mnk-blr

@mnk-blr mnk-blr commented Mar 13, 2026

Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the pnpm dependencies of this project.

Snyk changed the following file(s):

  • package.json
⚠️ Warning
Failed to update the pnpm-lock.yaml, please update manually before merging.

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Uncontrolled Recursion
SNYK-JS-FLATTED-15518041
  170  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-FLATTED-15518041
Comment thread package.json
"@typescript-eslint/parser": "^5.59.5",
"dts-bundle": "^0.7.3",
"eslint": "^8.56.0",
"eslint": "^9.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

⚠️ Critical Breaking Change: ESLint v9 introduces major breaking changes that will break the current setup:

  1. Flat Config Required: ESLint v9 removes support for .eslintrc.js files entirely. The project must migrate to eslint.config.js format.

  2. Plugin Compatibility: Several dependencies are incompatible:

    • eslint-config-airbnb-base: 15.0.0 predates ESLint v9
    • eslint-config-prettier: ^6.9.0 needs updating
    • @typescript-eslint/eslint-plugin: ^5.59.5 needs v6+ for ESLint v9
  3. Node.js Requirements: ESLint v9 requires Node.js v18.18.0+ or v20.9.0+

This upgrade cannot be merged until the entire ESLint configuration is migrated and all plugins are updated to compatible versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants