Update dependency stylelint to ^13.7.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
stylelint (source) | devDependencies | minor | ^13.7.0 | homepage, source |
Release Notes
stylelint/stylelint
v13.7.0
- Deprecated:
*-blacklist
,*-requirelist
and*-whitelist
rules in favour of the new*-disallowed-list
,*-required-list
and*-allowed-list
ones (#4845):-
at-rule-blacklist
. Useat-rule-disallowed-list
instead. -
at-rule-property-requirelist
. Useat-rule-property-required-list
instead. -
at-rule-whitelist
. Useat-rule-allowed-list
instead. -
comment-word-blacklist
. Usecomment-word-disallowed-list
instead. -
declaration-property-unit-blacklist
. Usedeclaration-property-unit-disallowed-list
instead. -
declaration-property-unit-whitelist
. Usedeclaration-property-unit-allowed-list
instead. -
declaration-property-value-blacklist
. Usedeclaration-property-value-disallowed-list
instead. -
declaration-property-value-whitelist
. Usedeclaration-property-value-allowed-list
instead. -
function-blacklist
. Usefunction-disallowed-list
instead. -
function-url-scheme-blacklist
. Usefunction-url-scheme-disallowed-list
instead. -
function-url-scheme-whitelist
. Usefunction-url-scheme-allowed-list
instead. -
function-whitelist
. Usefunction-allowed-list
instead. -
media-feature-name-blacklist
. Usemedia-feature-name-disallowed-list
instead. -
media-feature-name-value-whitelist
. Usemedia-feature-name-value-allowed-list
instead. -
media-feature-name-whitelist
. Usemedia-feature-name-allowed-list
instead. -
property-blacklist
. Useproperty-disallowed-list
instead. -
property-whitelist
. Useproperty-allowed-list
instead. -
selector-attribute-operator-blacklist
. Useselector-attribute-operator-disallowed-list
instead. -
selector-attribute-operator-whitelist
. Useselector-attribute-operator-allowed-list
instead. -
selector-combinator-blacklist
. Useselector-combinator-disallowed-list
instead. -
selector-combinator-whitelist
. Useselector-combinator-allowed-list
instead. -
selector-pseudo-class-blacklist
. Useselector-pseudo-class-disallowed-list
instead. -
selector-pseudo-class-whitelist
. Useselector-pseudo-class-allowed-list
instead. -
selector-pseudo-element-blacklist
. Useselector-pseudo-element-disallowed-list
instead. -
selector-pseudo-element-whitelist
. Useselector-pseudo-element-allowed-list
instead. -
unit-blacklist
. Useunit-disallowed-list
instead. -
unit-whitelist
. Useunit-allowed-list
instead.
-
- Added: syntax object acceptance to
customSyntax
option (#4839). - Added: support for
*.cjs
config files (#4905). - Added: support for descriptions in stylelint command comments (#4848).
- Added:
reportDescriptionlessDisables
flag (#4907). - Added:
reportDisables
secondary option (#4897). - Added:
*-no-vendor-prefix
autofix (#4859). - Added:
ignoreComments[]
tocomment-empty-line-before
(#4841). - Added:
ignoreContextFunctionalPseudoClasses
toselector-max-id
(#4835). - Fixed: inconsistent trailing newlines in CLI error output (#4876).
- Fixed: support for multi-line disable descriptions (#4895).
- Fixed: support for paths with parentheses (#4867).
- Fixed:
selector-max-*
(exceptselector-max-type
) false negatives forwhere
,is
,nth-child
andnth-last-child
(#4842). - Fixed:
length-zero-no-unit
TypeError for custom properties fallback (#4860). - Fixed:
selector-combinator-space-after
false positives for trailing combinator (#4878).
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.