Skip to content

[Snyk] Security upgrade eslint from 8.57.1 to 9.1.0 - #24

Open
factory-service-snyk wants to merge 1 commit into
mainfrom
snyk-fix-aa507c19d50d18869ee6bbc4d14de834
Open

[Snyk] Security upgrade eslint from 8.57.1 to 9.1.0#24
factory-service-snyk wants to merge 1 commit into
mainfrom
snyk-fix-aa507c19d50d18869ee6bbc4d14de834

Conversation

@factory-service-snyk

Copy link
Copy Markdown

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

  • examples/frontend-project/package.json
  • examples/frontend-project/package-lock.json

Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Allocation of Resources Without Limits or Throttling
SNYK-JS-BRACEEXPANSION-18512280
  710  

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:

🦉 Allocation of Resources Without Limits or Throttling

…ct/package-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-18512280
@factory-service-snyk

Copy link
Copy Markdown
Author

Merge Risk: High

This major upgrade from ESLint v8 to v9 introduces significant breaking changes, requiring mandatory configuration updates.

Key Breaking Changes:

  • New Default Configuration ("Flat Config"): The traditional .eslintrc configuration file is now deprecated. ESLint v9 uses a new eslint.config.js file by default. All existing configurations must be migrated to this new format. [1, 2, 5]
  • Node.js Version Requirement: Support for older Node.js versions has been dropped. ESLint v9 requires Node.js v18.18.0 or newer. [1, 2]
  • Removed Formatters: Several core formatters have been removed, including checkstyle, junit, compact, and unix. Only stylish, html, json, and json-with-meta remain. [1, 2]
  • Rule Removals and Changes: The valid-jsdoc and require-jsdoc rules have been removed. [1, 2] Additionally, unused eslint-disable directives will now trigger warnings by default. [1]

Recommendation: This upgrade requires developer action. You must migrate your existing .eslintrc file to the new eslint.config.js format. Follow the official migration guide provided by the ESLint team to address these changes. You can temporarily revert to the old configuration by setting the ESLINT_USE_FLAT_CONFIG=false environment variable, but the new format is required for future versions. [2]

Source: ESLint v9.0.0 Release Notes, Migration Guide

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

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