chore(deps): update dependency stylelint to ^15.8.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
stylelint (source) | ^15.5.0 -> ^15.8.0 |
||||
stylelint (source) | ^15.6.0 -> ^15.8.0 |
Release Notes
stylelint/stylelint
v15.8.0
- Added:
media-feature-name-value-no-unknown
(#6906) (@romainmenke). - Added: support for
.mjs
configuration files (#6910) (@ybiquitous). - Fixed:
--print-config
description in CLI help (#6914) (@ybiquitous). - Fixed:
allowEmptyInput
option in configuration files (#6929) (@ybiquitous). - Fixed:
custom-property-no-missing-var-function
performance (#6922) (@romainmenke). - Fixed:
function-calc-no-unspaced-operator
performance (#6923) (@romainmenke). - Fixed:
function-linear-gradient-no-nonstandard-direction
performance (#6924) (@romainmenke). - Fixed:
function-no-unknown
false positives for SCSS functions with namespace (#6921) (@romainmenke). - Fixed:
max-nesting-depth
error for at-rules in Sass syntax (#6909) (@ybiquitous). - Fixed:
selector-anb-no-unmatchable
performance (#6925) (@romainmenke). - Fixed: remove
v8-compile-cache
dependency (#6907) (@ybiquitous).
v15.7.0
- Added:
splitList: boolean
toselector-nested-pattern
(#6896) (@is2ei). - Fixed:
unit-no-unknown
false positives forunicode-range
descriptors (#6892) (@romainmenke). - Fixed: segmentation fault errors for Cosmiconfig 8.2 (#6902) (@romainmenke).
v15.6.3
- Fixed:
alpha-value-notation
false positives forcolor()
(#6885) (@romainmenke). - Fixed:
alpha-value-notation
performance with improved benchmark script (#6864) (@romainmenke). - Fixed:
at-rule-property-required-list
performance (#6865) (@romainmenke). - Fixed:
color-*
performance (#6868) (@romainmenke). - Fixed:
length-zero-no-unit
false positives on new math functions (#6871) (@romainmenke). - Fixed:
string
formatter for unexpected truncation on non-ASCII characters (#6861) (@Max10240). - Fixed:
unit-no-unknown
false positives for the second and subsequentimage-set()
withx
descriptor (#6879) (@romainmenke).
v15.6.2
- Fixed:
alpha-value-notation
false negatives foroklab()
,oklch()
, andcolor()
(#6844) (@romainmenke). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix withcubic-bezier()
(#6841) (@romainmenke). - Fixed:
function-no-unknown
false positives for unspaced operators against nested brackets (#6842) (@romainmenke). - Fixed:
function-url-quotes
false positives for SCSSwith()
construct (#6847) (@ybiquitous). - Fixed:
media-feature-name-no-unknown
false positives fornot
andor
(#6838) (@romainmenke).
v15.6.1
- Fixed:
declaration-block-no-redundant-longhand-properties
autofix fortransition
(#6815) (@mattxwang). - Fixed:
github
formatter for missing final newline (#6822) (@konomae). - Fixed:
selector-pseudo-class-no-unknown
false positive for:modal
(#6811) (@Yasir761).
v15.6.0
- Added:
allowEmptyInput
,cache
,fix
options to configuration object (#6778) (@mattxwang). - Added:
ignore: ["with-var-inside"]
tocolor-function-notation
(#6802) (@mattxwang). - Fixed:
declaration-block-no-duplicate-properties
autofix for 3 or more duplicates (#6801) (@mattxwang). - Fixed:
declaration-block-no-duplicate-properties
false positives with optionignore: ["consecutive-duplicates-with-different-syntaxes"]
(#6797) (@romainmenke). - Fixed:
declaration-block-no-duplicate-properties
syntax error (#6792) (@yoyo837). - Fixed:
declaration-block-no-redundant-longhand-properties
autofix forgrid-template
(#6777) (@mattxwang). - Fixed:
function-url-quotes
autofix for comments in SCSS function (#6800) (@ybiquitous).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.