Skip to content

Chore(deps-dev): Bump stylelint from 15.6.1 to 15.6.2 in /apps/app/assets

Bumps stylelint from 15.6.1 to 15.6.2.

Release notes

Sourced from stylelint's releases.

15.6.2

  • Fixed: alpha-value-notation false negatives for oklab(), oklch(), and color() (#6844) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix with cubic-bezier() (#6841) (@​romainmenke).
  • Fixed: function-no-unknown false positives for unspaced operators against nested brackets (#6842) (@​romainmenke).
  • Fixed: function-url-quotes false positives for SCSS with() construct (#6847) (@​ybiquitous).
  • Fixed: media-feature-name-no-unknown false positives for not and or (#6838) (@​romainmenke).
Changelog

Sourced from stylelint's changelog.

15.6.2

  • Fixed: alpha-value-notation false negatives for oklab(), oklch(), and color() (#6844) (@​romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix with cubic-bezier() (#6841) (@​romainmenke).
  • Fixed: function-no-unknown false positives for unspaced operators against nested brackets (#6842) (@​romainmenke).
  • Fixed: function-url-quotes false positives for SCSS with() construct (#6847) (@​ybiquitous).
  • Fixed: media-feature-name-no-unknown false positives for not and or (#6838) (@​romainmenke).
Commits
  • 6a25f84 15.6.2
  • 9839fb7 Prepare release (#6845)
  • 838ffe8 Fix media-feature-name-no-unknown false positive for not and or (#6838)
  • 05e4c72 Fix function-url-quotes false positives for SCSS with() construct (#6847)
  • 6f421a0 Merge pull request #6842 from stylelint/fix-function-no-unknown-false-positiv...
  • 8cd0ee9 Update lib/rules/function-no-unknown/index.js
  • e025a50 Merge branch 'main' into fix-function-no-unknown-false-positives-for-unspaced...
  • 0c328f9 Fix declaration-block-single-line-max-declarations, and `shorthand-property...
  • f5617ea Merge pull request #6844 from stylelint/fix-alpha-value-notation-false-negati...
  • d9b1348 Merge branch 'main' into fix-alpha-value-notation-false-negatives-for-oklab-o...
  • Additional commits viewable in compare view

Merge request reports