chore(deps): update dependency stylelint to ^16.15.0
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
stylelint (source) | ^16.14.1 -> ^16.15.0 |
Release Notes
stylelint/stylelint (stylelint)
v16.15.0
It adds 1 new rule, a languageOptions
configuration property for configuring some of the new rules added in 16.13.0
, regex support to 1 option and support for computing EditInfo
to 6 rules. It fixes 9 bugs, including 2 with the tap
reporter.
- Added:
syntax-string-no-invalid
rule (#8331) (@ryo-manba). - Added:
languageOptions
configuration property (#8297) (@ryo-manba). - Added: regex support to
ignoreAtRules
option ofat-rule-empty-line-before
(#8385) (@ryo-manba). - Added:
alpha-value-notation
support for computingEditInfo
(#8369) (@pamelalozano16). - Added:
color-hex-length
support for computingEditInfo
(#8415) (@ryo-manba). - Added:
comment-empty-line-before
support for computingEditInfo
(#8416) (@ryo-manba). - Added:
comment-whitespace-inside
support for computingEditInfo
(#8417) (@ryo-manba). - Added:
custom-property-empty-line-before
support for computingEditInfo
(#8418) (@ryo-manba). - Added:
declaration-block-no-duplicate-properties
support for computingEditInfo
(#8363) (@romainmenke). - Fixed:
tap
formatter not escaping#
and\
in its test point descriptions (#8334) (@Mouvedia). - Fixed:
tap
formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia). - Fixed:
declaration-block-no-redundant-longhand-properties
false positives for properties with!important
(#8366) (@immitsu). - Fixed:
EditInfo
missing semicolon intext
field (#8370) (@pamelalozano16). - Fixed:
declaration-property-value-keyword-no-deprecated
false negatives fortext-decoration: blink
(#8351) (@Mouvedia). - Fixed:
declaration-property-value-keyword-no-deprecated
false positives for styled components interpolated functions (#8392) (@Mouvedia). - Fixed:
font-family-name-quotes
false positives due to vendor-prefixed font-size values (#8393) (@Mouvedia). - Fixed:
font-family-no-missing-generic-family-keyword
false positives formath
,emoji
andfangsong
(#8395) (@ViachaslauIhnatsiuk). - Fixed:
selector-type-no-unknown
false positives forselectmenu
andpopup
(#8376) (@Mouvedia).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.