chore(deps): update dependency stylelint to ^16.15.0 #5463
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.
Working with Renovate for Culture Amp
This PR contains the following updates:
^16.12.0
->^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).v16.14.1
Compare Source
It fixes a bug with caching.
v16.14.0
Compare Source
It fixes 8 bugs and adds features to our
Warning
type.Warning
type (#8234) (@romainmenke).SyntaxError: The requested module 'table'...
(#8325) (@denisx).RuleContext['fix']
type (#8309) (@Mouvedia).declaration-property-value-keyword-no-deprecated
autofix ofborder-color
andoverflow
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives foroverflow-x
andoverflow-y
(#8340) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false negatives forscrollbar-color
(#8346) (@Mouvedia).declaration-property-value-keyword-no-deprecated
false positives for non-standard syntax values (#8329) (@Mouvedia).declaration-property-value-keyword-no-deprecated
warning message foroverflow: <keyword> <keyword>
(#8340) (@Mouvedia).selector-pseudo-class-no-unknown
false positives for:has-slotted
(#8332) (@Mouvedia).v16.13.2
Compare Source
It fixes a regression bug with
--fix
.--fix
CLI flag raising unknown value error (#8313) (@ybiquitous).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.