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 stylelint from 14.0.0 to 14.9.0 #15

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

Conversation

eitanno
Copy link
Owner

@eitanno eitanno commented Jun 29, 2022

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade stylelint from 14.0.0 to 14.9.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.


  • The recommended version is 20 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-06-08.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Information Exposure
SNYK-JS-NANOID-2332193
307/1000
Why? Proof of Concept exploit, CVSS 4
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: stylelint
  • 14.9.0 - 2022-06-08
    • Added: import-notation rule (#6102).
    • Fixed: no-duplicate-selectors false positives for SCSS/Less nested interpolations (#6118).
    • Fixed: no-descending-specificity and selector-max-specificity false positives for :is() and :where() (#6131).
  • 14.8.5 - 2022-05-25
    • Fixed: no-duplicate-selectors false positives with Less syntax (#6111).

    Thanks for the contribution! @ JounQin

    14.8.4...14.8.5

  • 14.8.4 - 2022-05-24
    • Fixed: no-duplicate-selectors error with non-standard selectors (#6106).

    Thanks for the contribution! @ JounQin

    14.8.3...14.8.4

  • 14.8.3 - 2022-05-21
    • Fixed: no-invalid-* end positions (#6072).
    • Fixed: no-duplicate-* end positions (#6047).
    • Fixed: no-descending-specificity end positions (#6049).
    • Fixed: media-feature-name-no-unknown false positives for display-mode (#6073).
    • Fixed: dependency on normalize-selector removed (#6068).
    • Fixed: at-rule-no-unknown false positives for @ layer (#6093).
    • Fixed: no-invalid-position-at-import-rule false positives for @ layer (#6094).
    • Fixed: length-zero-no-unit autofix for .0 values (#6098).

    Thanks for the contribution! @ mattxwang @ andreypelykh @ immitsu @ playhardgopro

    14.8.2...14.8.3

  • 14.8.2 - 2022-05-04
    • Fixed: selector-*-no-unknown end positions (#6046).
    • Fixed: function-calc-no-unspaced-operator false positives for non-standard variables (#6053).

    14.8.1...14.8.2

  • 14.8.1 - 2022-04-29
    • Fixed: declaration-block-no-* end positions that avoid errors (#6040).
    • Fixed: named-grid-areas-no-invalid false positives for arealess templates (#6042).
    • Fixed: function-calc-no-unspaced-operator false positives and memory leak (#6045).
  • 14.8.0 - 2022-04-26
    • Added: keyframe-block-no-duplicate-selectors rule (#6024).
    • Added: property-*-list support for vendor prefixes (#6025).
    • Fixed: at-rule-*-list end positions (#6032).
    • Fixed: at-rule-no-unknown end positions (#6026).
    • Fixed: function-no-unknown end positions (#6038).
    • Fixed: property-no-unknown end positions (#6039).
    • Fixed: function-linear-gradient-no-nonstandard-direction false negative about -ms-linear-gradient (#6031).
  • 14.7.1 - 2022-04-17
    • Fixed: a regression for /* stylelint-disable */ comments (#6018).
    • Fixed: font-family-name-quotes false positives for ui-* generic system font keywords (#6017).
  • 14.7.0 - 2022-04-15
    • Added: ranges for warnings that can be used by formatters and integrations (#5725).
    • Added: selector-not-notation rule (#5975).
    • Fixed: font-weight-notation false positives for Sass functions and column position (#6005).
  • 14.6.1 - 2022-03-25
  • 14.6.0 - 2022-03-16
  • 14.5.3 - 2022-02-23
  • 14.5.2 - 2022-02-22
  • 14.5.1 - 2022-02-16
  • 14.5.0 - 2022-02-10
  • 14.4.0 - 2022-02-08
  • 14.3.0 - 2022-01-23
  • 14.2.0 - 2021-12-21
  • 14.1.0 - 2021-11-14
  • 14.0.1 - 2021-10-26
  • 14.0.0 - 2021-10-21
from stylelint GitHub release notes
Commit messages
Package name: stylelint
  • 6fd6848 14.9.0
  • c585679 Prepare 14.9.0
  • 692bb17 Update CHANGELOG.md
  • f03fdf9 Fix false positives for `:is()` and `:where()` in `*-specificity` (again) (#6131)
  • eda68ae Update CHANGELOG.md
  • ff3e49f Add `import-notation` rule (#6102)
  • 0c76113 Remove team CC from new release issue template (#6135)
  • 3633e44 Bump jest-preset-stylelint from 5.0.3 to 5.0.4 (#6136)
  • bbaa838 Refactor to simplify CI settings (#6065)
  • 5ac4803 Bump lint-staged from 12.4.1 to 13.0.0 (#6128)
  • 8258c07 Bump eslint from 8.16.0 to 8.17.0 (#6132)
  • 4f46bd2 Bump eslint-plugin-jest from 26.4.6 to 26.5.3 (#6133)
  • 4c52044 Bump typescript from 4.7.2 to 4.7.3 (#6134)
  • 1c386a6 Use arrow functions in docs (#6081)
  • 9d045d9 Refactor to enable TypeScript compiler options (#6080)
  • ebe8aba Update maintainer guide for releasing (#6066)
  • 0b8e205 Bump node-fetch from 3.2.4 to 3.2.5 (#6130)
  • abd8ed2 Bump css-functions-list from 3.0.1 to 3.1.0 (#6129)
  • 0d6d3c5 Bump eslint-plugin-jest from 26.2.2 to 26.4.6 (#6127)
  • 2f9745e Bump typescript from 4.6.4 to 4.7.2 (#6121)
  • 3fc8d17 Fix missing heading in `selector-max-id` doc (#6090)
  • cdb21f7 Fix missing word in `time-min-milliseconds` doc (#6088)
  • af4afa3 Fix missing heading in `no-descending-specificity` doc (#6087)
  • 35d29d7 Update CHANGELOG.md

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

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