Update dependency stylelint to v16.15.0 #12031
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
16.14.1
->16.15.0
Release Notes
stylelint/stylelint (stylelint)
v16.15.0
Compare Source
It adds 1 new rule, a
languageOptions
configuration property for configuring some of the new rules added in16.13.0
, regex support to 1 option and support for computingEditInfo
to 6 rules. It fixes 9 bugs, including 2 with thetap
reporter.syntax-string-no-invalid
rule (#8331) (@ryo-manba).languageOptions
configuration property (#8297) (@ryo-manba).ignoreAtRules
option ofat-rule-empty-line-before
(#8385) (@ryo-manba).alpha-value-notation
support for computingEditInfo
(#8369) (@pamelalozano16).color-hex-length
support for computingEditInfo
(#8415) (@ryo-manba).comment-empty-line-before
support for computingEditInfo
(#8416) (@ryo-manba).comment-whitespace-inside
support for computingEditInfo
(#8417) (@ryo-manba).custom-property-empty-line-before
support for computingEditInfo
(#8418) (@ryo-manba).declaration-block-no-duplicate-properties
support for computingEditInfo
(#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 intext
field (#8370) (@pamelalozano16).declaration-property-value-keyword-no-deprecated
false negatives fortext-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 formath
,emoji
andfangsong
(#8395) (@ViachaslauIhnatsiuk).selector-type-no-unknown
false positives forselectmenu
andpopup
(#8376) (@Mouvedia).Configuration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.