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 13.8.0 to 16.8.1 #435

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

Conversation

WontonSam
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade stylelint from 13.8.0 to 16.8.1.

ℹ️ 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 PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 76 versions ahead of your current version.

  • The recommended version was released on 23 days ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Regular Expression Denial of Service (ReDoS)
SNYK-JS-STYLELINT-1585622
154 No Known Exploit
Release notes
Package name: stylelint
  • 16.8.1 - 2024-07-30
  • 16.8.0 - 2024-07-29
    • Deprecated: github formatter (#7865) (@ marcalexiei).
    • Fixed: function-url-quotes false positives for SCSS variables and #/? characters (#7874) (@ vimalloc).
    • Fixed: keyframe-selector-notation false positives for entry-crossing and exit-crossing (#7859) (@ romainmenke).
    • Fixed: no-descending-specificity false positives for nested rules without declarations (#7850) (@ romainmenke).
    • Fixed: no-duplicate-selectors end positions (#7867) (@ romainmenke).
    • Fixed: no-duplicate-selectors false negatives for three or more duplicates (#7867) (@ romainmenke).
    • Fixed: selector-max-compound-selectors error for @ nest (#7875) (@ romainmenke).
    • Fixed: selector-pseudo-class-no-unknown false positives for :active-view-transition and :active-view-transition-type() (#7868) (@ Mouvedia).
    • Fixed: selector-type-*, selector-max-type and selector-class-pattern false positives for <timeline-range-name> in keyframe selectors (#7856) (@ romainmenke).
    • Fixed: stylelint.utils.checkAgainstRule() regression when reportNeedlessDisables and quiet are both enabled (#7879) (@ ybiquitous).
    • Fixed: configuration comments within selector and value lists being ignored (#7839) (@ romainmenke).
  • 16.7.0 - 2024-07-12
    • Changed: tap formatter to support TAP14 (#7759) (@ Mouvedia).
    • Added: url secondary option (#7743) (@ emmacharp).
    • Fixed: at-rule-no-unknown false positives for @ historical-forms and @ font-palette-values (#7774) (@ Mouvedia).
    • Fixed: at-rule-no-unknown false positives for @ view-transition (#7753) (@ sebdanielsson).
    • Fixed: at-rule-no-vendor-prefix false negatives for @-moz-document and @-webkit-viewport (#7772) (@ Mouvedia).
    • Fixed: comment-whitespace-inside end positions (#7744) (@ Mouvedia).
    • Fixed: declaration-block-no-duplicate-properties reported ranges (#7758) (@ Mouvedia).
    • Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@ Bilie).
    • Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@ Mouvedia).
    • Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@ Mouvedia).
    • Fixed: function-name-case end positions (#7747) (@ Mouvedia).
    • Fixed: function-no-unknown performance by reducing file read count (#7801) (@ ybiquitous).
    • Fixed: media-feature-name-no-vendor-prefix autofix (#7770) (@ Mouvedia).
    • Fixed: no-invalid-double-slash-comments reported ranges (#7768) (@ Mouvedia).
    • Fixed: property-no-unknown false positives for navigation and miscellaneous legacy properties (#7764) (@ Mouvedia).
    • Fixed: quietDeprecationWarnings to suppress stylelint:003 warning (#7837) (@ ybiquitous).
    • Fixed: selector-no-vendor-prefix autofix (#7763) (@ Mouvedia).
    • Fixed: selector-not-notation end positions when new lines are part of the selector (#7755) (@ Mouvedia).
    • Fixed: selector-type-case end positions (#7752) (@ Mouvedia).
    • Fixed: shorthand-property-no-redundant-values false negatives for logical properties, overflow, overscroll-behavior, scroll-margin and scroll-padding (#7808) (@ Mouvedia).
    • Fixed: string-no-newline false positives for escaped multi-line (#7818) (@ romainmenke).
    • Fixed: value-keyword-case end positions (#7760) (@ Mouvedia).
    • Fixed: stylelint.utils.checkAgainstRule() for Promise-based rules (#7821) (@ aaronccasanova).
    • Fixed: stylelint.utils.checkAgainstRule() to use result.stylelint if present (#7833) (@ ybiquitous).
    • Fixed: YAML diagnostic block end marker line of the tap formatter (#7759) (@ Mouvedia).
    • Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present (#7733) (@ romainmenke).
  • 16.6.1 - 2024-05-28
    • Fixed: no-descending-specificity false positives for nested selectors (#7724) (@ romainmenke).
    • Fixed: selector-type-no-unknown false positive for model (#7718) (@ Mouvedia).
  • 16.6.0 - 2024-05-24
  • 16.5.0 - 2024-05-02
  • 16.4.0 - 2024-04-23
    • Added: no-unknown-custom-media (#7594) (@ fpetrakov).
    • Added: ignoreLonghands: [] to declaration-block-no-redundant-longhand-properties (#7611) (@ Mouvedia).
    • Added: ignore: ["keyframe-selectors"] to rule-selector-property-disallowed-list (#7572) (@ emmacharp).
    • Added: experimental support for post processors (#7568) (@ YuanboXue-Amber).
    • Fixed: declaration-block-no-redundant-longhand-properties autofix conflicts (#7626) (@ Mouvedia).
    • Fixed: declaration-block-no-redundant-longhand-properties autofix for text-decoration (#7611) (@ Mouvedia).
    • Fixed: declaration-block-no-shorthand-property-overrides false negatives for border (#7585) (@ fpetrakov).
    • Fixed: declaration-block-no-shorthand-property-overrides false negatives for font and border (#7606) (@ Mouvedia).
    • Fixed: function-calc-no-unspaced-operator false negatives for some math functions (#7619) (@ Mouvedia).
    • Fixed: function-no-unknown false positives for anchor and anchor-size (#7607) (@ Mouvedia).
    • Fixed: selector-max-attribute end positions (#7592) (@ romainmenke).
    • Fixed: selector-max-class end positions (#7590) (@ romainmenke).
    • Fixed: selector-max-combinators end positions (#7596) (@ romainmenke).
    • Fixed: selector-max-compound-selectors end positions (#7599) (@ romainmenke).
    • Fixed: selector-max-pseudo-class end positions (#7598) (@ romainmenke).
    • Fixed: selector-max-universal end positions (#7597) (@ romainmenke).
    • Fixed: selector-type-no-unknown false positives for experimental and deprecated HTML tags (#7612) (@ Mouvedia).
  • 16.3.1 - 2024-03-26
  • 16.3.0 - 2024-03-24
  • 16.2.1 - 2024-02-01
  • 16.2.0 - 2024-01-19
  • 16.1.0 - 2023-12-25
  • 16.0.2 - 2023-12-11
  • 16.0.1 - 2023-12-08
  • 16.0.0 - 2023-12-08
  • 16.0.0-3 - 2023-11-27
  • 16.0.0-2 - 2023-11-15
  • 16.0.0-1 - 2023-11-14
  • 16.0.0-0 - 2023-11-10
  • 15.11.0 - 2023-10-17
  • 15.10.3 - 2023-08-18
  • 15.10.2 - 2023-07-19
  • 15.10.1 - 2023-07-06
  • 15.10.0 - 2023-07-04
  • 15.9.0 - 2023-06-23
  • 15.8.0 - 2023-06-17
  • 15.7.0 - 2023-06-05
  • 15.6.3 - 2023-06-03
  • 15.6.2 - 2023-05-16
  • 15.6.1 - 2023-05-02
  • 15.6.0 - 2023-04-23
  • 15.5.0 - 2023-04-16
  • 15.4.0 - 2023-04-01
  • 15.3.0 - 2023-03-16
  • 15.2.0 - 2023-02-19
  • 15.1.0 - 2023-02-11
  • 15.0.0 - 2023-02-09
  • 14.16.1 - 2022-12-29
  • 14.16.0 - 2022-12-03
  • 14.15.0 - 2022-11-13
  • 14.14.1 - 2022-11-03
  • 14.14.0 - 2022-10-15
  • 14.13.0 - 2022-09-28
  • 14.12.1 - 2022-09-21
  • 14.12.0 - 2022-09-18
  • 14.11.0 - 2022-08-21
  • 14.10.0 - 2022-08-11
  • 14.9.1 - 2022-06-11
  • 14.9.0 - 2022-06-08
  • 14.8.5 - 2022-05-25
  • 14.8.4 - 2022-05-24
  • 14.8.3 - 2022-05-21
  • 14.8.2 - 2022-05-04
  • 14.8.1 - 2022-04-29
  • 14.8.0 - 2022-04-26
  • 14.7.1 - 2022-04-17
  • 14.7.0 - 2022-04-15
  • 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
  • 14.0.0-0 - 2021-10-20
  • 13.13.1 - 2021-05-01
  • 13.13.0 - 2021-04-24
  • 13.12.0 - 2021-03-06
  • 13.11.0 - 2021-02-20
  • 13.10.0 - 2021-02-11
  • 13.9.0 - 2021-01-19
  • 13.8.0 - 2020-11-17
from stylelint GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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:

Snyk has created this PR to upgrade stylelint from 13.8.0 to 16.8.1.

See this package in npm:
stylelint

See this project in Snyk:
https://app.snyk.io/org/cachiman/project/d59419ac-e80e-4d3f-a27d-55791dd9faf6?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

google-cla bot commented Aug 22, 2024

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

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