Skip to content

[Snyk] Security upgrade eslint from 9.39.2 to 10.0.0#840

Closed
demos-git-service-account wants to merge 1 commit into
mainfrom
snyk-fix-2280d01f32f8ddf3131f6c81204f54d8
Closed

[Snyk] Security upgrade eslint from 9.39.2 to 10.0.0#840
demos-git-service-account wants to merge 1 commit into
mainfrom
snyk-fix-2280d01f32f8ddf3131f6c81204f54d8

Conversation

@demos-git-service-account
Copy link
Copy Markdown
Contributor

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):

  • client/package.json
  • client/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-15309438
  170  

Breaking Change Risk

Merge Risk: High

Notice: This assessment is enhanced by AI.


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)

@demos-git-service-account
Copy link
Copy Markdown
Contributor Author

Merge Risk: High

This is a major version upgrade with significant breaking changes. Action is required to migrate your configuration.

Key Breaking Changes:

  • eslintrc Configuration Removed: Support for the legacy .eslintrc configuration format has been completely removed. You must migrate to the eslint.config.js (flat config) format. CLI flags and comments related to eslintrc (like --env and /* eslint-env */) are no longer supported and will cause errors. [1, 3, 6]

  • Node.js Version Requirement: Support for Node.js versions older than v20.19.0 has been dropped. [1, 2, 3]

  • New Config File Lookup: ESLint now finds the eslint.config.js file by searching up from the directory of each file being linted, which is a change from the previous behavior of searching from the current working directory. [1, 3]

  • API Removals for Plugins: Several deprecated methods on the context and SourceCode objects have been removed. Custom rules or plugins using these APIs will need to be updated. [1, 2]

  • eslint:recommended Updated: The recommended ruleset has been updated, which may introduce new linting errors. [3]

Recommendation: This upgrade requires a mandatory configuration migration. Before merging, you must follow the official ESLint v10 Migration Guide to convert your project to the eslint.config.js format. [3, 4]

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

@github-actions github-actions Bot added the client Relates to the client. label Feb 19, 2026
@demos-git-service-account
Copy link
Copy Markdown
Contributor Author

demos-git-service-account commented Feb 19, 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
Code Security 0 0 0 0 0 issues

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

@tresdonicf
Copy link
Copy Markdown
Contributor

Closing this for #846

@tresdonicf tresdonicf closed this Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

client Relates to the client.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants