This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
stylelint (source) | ^16.14.1 -> ^16.15.0 |
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.
syntax-string-no-invalid
rule (#8331) (@ryo-manba).languageOptions
configuration property (#8297) (@ryo-manba).ignoreAtRules
option of at-rule-empty-line-before
(#8385) (@ryo-manba).alpha-value-notation
support for computing EditInfo
(#8369) (@pamelalozano16).color-hex-length
support for computing EditInfo
(#8415) (@ryo-manba).comment-empty-line-before
support for computing EditInfo
(#8416) (@ryo-manba).comment-whitespace-inside
support for computing EditInfo
(#8417) (@ryo-manba).custom-property-empty-line-before
support for computing EditInfo
(#8418) (@ryo-manba).declaration-block-no-duplicate-properties
support for computing EditInfo
(#8363) (@romainmenke).tap
formatter not escaping #
and \
in its test point descriptions (#8334) (@Mouvedia).tap
formatter outputting invalid YAML blocks for rules containing double quotes in their warnings' messages (#8334) (@Mouvedia).declaration-block-no-redundant-longhand-properties
false positives for properties with !important
(#8366) (@immitsu).EditInfo
missing semicolon in text
field (#8370) (@pamelalozano16).declaration-property-value-keyword-no-deprecated
false negatives for text-decoration: blink
(#8351) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false positives for styled components interpolated functions (#8392) (@Mouvedia).font-family-name-quotes
false positives due to vendor-prefixed font-size values (#8393) (@Mouvedia).font-family-no-missing-generic-family-keyword
false positives for math
, emoji
and fangsong
(#8395) (@ViachaslauIhnatsiuk).selector-type-no-unknown
false positives for selectmenu
and popup
(#8376) (@Mouvedia).This MR has been generated by Renovate Bot.