Created by: dependabot[bot]
Bumps stylelint from 13.6.1 to 13.7.2.
Release notes
Sourced from stylelint's releases.
13.7.2
- Fixed: regression for disable commands and adjacent double-slash comments (#4950).
- Fixed: use of full file path without converting it to glob (#4931).
13.7.1
- Fixed: double-slash disable comments when followed by another comment (#4913).
13.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).
Changelog
Sourced from stylelint's changelog.
13.7.2
- Fixed: regression for disable commands and adjacent double-slash comments (#4950).
- Fixed: use of full file path without converting it to glob (#4931).
13.7.1
- Fixed: double-slash disable comments when followed by another comment (#4913).
13.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).
... (truncated)
Commits
-
2b8215b
13.7.2 -
119c42e
Prepare 13.7.2 -
65ab12e
Add missingmedia-feature-name-value-whitelist
to rule list (#4946) -
9499a3a
Add a specific meta to the deprecated rules (#2622) (#4943) -
248d83c
Describe missingreportedDisables
andreportDescriptionlessDisables
(#4939) -
ca6c9ca
Update CHANGELOG.md -
4f068be
Improve inline comment merging (#4950) -
7449dc0
Bump husky from 4.2.5 to 4.3.0 (#4941) -
d38ee62
Update CHANGELOG.md -
1dfd78b
Removed "hasMagic" check before escaping paths. (#4931) - Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)