Skip to content
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

[Snyk] Upgrade eslint-config-stylelint from 17.1.0 to 18.0.0 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 4, 2023

Snyk has created this PR to upgrade eslint-config-stylelint from 17.1.0 to 18.0.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-02-10.
Release notes
Package name: eslint-config-stylelint
  • 18.0.0 - 2023-02-10
    • Removed: Jest rules from the default config.
    • Changed: eslint-plugin-jest to optional peer dependencies.
    • Added: Jest only config "stylelint/jest".
    • Added: eslint to peer dependencies.

    Migration notice: if you want to continue Jest rules, you need to:

    • run npm install eslint-plugin-jest --save-dev
    • add "stylelint/jest" to extends in your ESlint config like this:
    {
    -  "extends": ["stylelint"]
    +  "extends": ["stylelint", "stylelint/jest"]
    }
  • 17.1.0 - 2022-12-01
    • Changed: parserOptions.ecmaVersion from 2019 to 2020.
from eslint-config-stylelint GitHub release notes
Commit messages
Package name: eslint-config-stylelint

Compare


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

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@sonarcloud
Copy link

sonarcloud bot commented Mar 4, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant