sumup-oss / foundry

A toolkit for building JavaScript & TypeScript applications.
Apache License 2.0
41 stars 9 forks source link

chore(deps): bump stylelint from 16.6.1 to 16.9.0 #1003

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps stylelint from 16.6.1 to 16.9.0.

Release notes

Sourced from stylelint's releases.

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).

16.8.2

16.8.1

16.8.0

  • 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

  • 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).

... (truncated)

Changelog

Sourced from stylelint's changelog.

16.9.0

  • Changed: secondaryOptions argument type of the Rule function (#7950) (@​Mouvedia).
  • Fixed: color-function-notation reporting functions with less than 3 arguments (#7948) (@​Mouvedia).
  • Fixed: declaration-property-value-no-unknown false positives/negatives (#7944 & #7957 & #7956) (@​Mouvedia & @​sidverma32).
    • false positives: overflow, word-break, width
    • false negatives: anchor-name, field-sizing, text-box-edge, text-box-trim, text-spacing-trim, text-wrap, text-wrap-mode, text-wrap-style, view-timeline, view-timeline-axis, view-timeline-inset, view-timeline-name, view-transition-name
  • Fixed: keyframe-block-no-duplicate-selectors/keyframe-declaration-no-important/keyframe-selector-notation/no-unknown-animations false negatives for @-o-keyframes and @-ms-keyframes (#7953) (@​Mouvedia).
  • Fixed: no-duplicate-selectors reported ranges (#7938) (@​romainmenke).
  • Fixed: property-no-vendor-prefix report for -webkit-background-size (#7940) (@​Mouvedia).
  • Fixed: selector-class-pattern reported ranges (#7959) (@​Mouvedia).
  • Fixed: selector-no-qualifying-type reported ranges (#7937) (@​romainmenke).
  • Fixed: honour Node.js --no-deprecation flag for rule deprecation warnings (#7943) (@​Mouvedia).

16.8.2

16.8.1

16.8.0

  • 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

... (truncated)

Commits
  • 94c3d93 16.9.0
  • 549a1a8 Prepare 16.9.0 (#7946)
  • baadc25 Refactor to fix CoreRules type inconsistencies (#7967)
  • 78b1e83 Improve PublicApi['rules'] type and remove BuiltInRules, Formatters and...
  • 5cf18b1 Refactor to add CoreRules type (#7954)
  • ce0b1af Bump supports-hyperlinks from 3.0.0 to 3.1.0 (#7962)
  • ab47e73 Change secondaryOptions argument type of the Rule function (#7950)
  • d53ce33 Fix declaration-property-value-no-unknown false negatives (#7957)
  • 83e2851 Fix keyframe-block-no-duplicate-selectors/`keyframe-declaration-no-importan...
  • 9744c18 Fix selector-class-pattern reported ranges (#7959)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
changeset-bot[bot] commented 1 week ago

⚠️ No Changeset found

Latest commit: da85f3b82b0531a1e55216b7289eb08c49ebfdb8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR