Skip to content

[Snyk] Security upgrade eslint from 7.32.0 to 10.0.0#188

Open
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-3252f4f67b12accb3976b133473da064
Open

[Snyk] Security upgrade eslint from 7.32.0 to 10.0.0#188
snyk-io[bot] wants to merge 1 commit intomasterfrom
snyk-fix-3252f4f67b12accb3976b133473da064

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Feb 13, 2026

snyk-top-banner

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

Snyk changed the following file(s):

  • chargebee-js-react/package.json
  • chargebee-js-react/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-AJV-15274295
  685  

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:

🦉 Regular Expression Denial of Service (ReDoS)

…k.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AJV-15274295
@snyk-io
Copy link
Author

snyk-io bot commented Feb 13, 2026

Merge Risk: High

This is a major upgrade across three versions (v7 → v10) that introduces significant and mandatory breaking changes. The most critical change is the complete removal of the traditional .eslintrc configuration system in favor of the new "flat config" (eslint.config.js).

Key Breaking Changes:

  • Mandatory Configuration Migration: ESLint v9 introduced the new flat config system and deprecated .eslintrc. ESLint v10 has completely removed support for .eslintrc files. You must migrate your configuration to an eslint.config.js file.

  • Node.js Version Requirement: Support for older Node.js versions has been dropped. ESLint v10.0.0 requires Node.js v20.19.0 or newer.

  • Configuration & Plugin Changes: The way plugins, parsers, and shareable configs are loaded and defined has changed in eslint.config.js. You will need to update your configuration to import these modules directly.

  • Removed Core Features:

    • Several core formatters (like codeframe, junit, tap, etc.) were removed in v9.
    • The CLIEngine class was removed in v8 and LegacyESLint was removed in v10, impacting programmatic integrations.
    • The valid-jsdoc and require-jsdoc rules were removed in v9.

Recommendation: This upgrade cannot be performed without manual intervention. You must follow the official Configuration Migration Guide to convert your existing .eslintrc file to the new eslint.config.js format. This is a significant effort and should be handled as a separate, dedicated task before merging.

Notice 🤖: This content was augmented using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.

@snyk-io
Copy link
Author

snyk-io bot commented Feb 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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.

0 participants