Update dependency stylelint to v13.13.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| stylelint (source) | devDependencies | minor | 13.6.1 -> 13.13.1 |
Release Notes
stylelint/stylelint
v13.13.1
- Fixed: invalid JSON for
max-warningsoption (#5267). - Fixed:
no-invalid-position-at-import-rulefalse positives for dollar variables (#5264).
v13.13.0
- Added:
no-invalid-position-at-import-rulerule (#5202). - Added:
no-irregular-whitespacerule (#5209). - Added:
selector-disallowed-listrule (#5239). - Added:
selector-attribute-quotesautofix (#5248). - Added:
ignore: ["inside-function"]todeclaration-property-unit-allowed-list(#5194). - Fixed:
color-no-hexfalse positives for CSS-in-JS objection notation (#5186). - Fixed:
font-family-no-missing-generic-family-keywordfalse positives for variables (#5240). - Fixed:
length-zero-no-unitautofix removing trailing zeroes and comments (#5256). - Fixed:
length-zero-no-unitfalse positives for level 4 math functions (#5203). - Fixed:
length-zero-no-unitfalse positives for functions inside of math functions (#5245).
v13.12.0
- Added:
named-grid-areas-no-invalidrule (#5167). - Added:
ignore: ["single-declaration"]todeclaration-block-trailing-semicolon(#5165). - Fixed:
*-no-unknownfalse positives (#5158). - Fixed:
selector-pseudo-class-no-unknownfalse positives for:autofill(#5171).
v13.11.0
- Added: exceptions and severity options to
report*configuration object properties (#5143).
v13.10.0
- Added:
ignoreDisables,reportNeedlessDisables,reportInvalidScopeDisablesandreportDescriptionlessDisablesconfiguration object properties (#5126). - Added:
declaration-block-no-duplicate-custom-propertiesrule (#5125). - Fixed:
alpha-value-notationfalse negatives for CSS Variables (#5130).
v13.9.0
- Added: TAP formatter (#5062).
- Fixed: incorrect exit code when using
--reportoptions (#5079). - Fixed:
color-hex-casefalse negatives for css-in-js object notation (#5101). - Fixed:
color-hex-lengthfalse negatives for css-in-js object notation (#5106). - Fixed:
selector-attribute-name-disallowed-listfalse positives for valueless attribute selectors (#5060).
v13.8.0
- Deprecated:
StylelintStandaloneReturnValue.reportedDisables,.descriptionlessDisables,.needlessDisables, and.invalidScopeDisables..reportedDisableswill always be empty and the other properties will always be undefined, since these errors now show up in.resultsinstead (#4973). - Added: disable comments that are reported as errors for various reasons are now reported as standard lint errors rather than a separate class of errors that must be handled specially (#4973).
- Added:
comment-patternrule (#4962). - Added:
selector-attribute-name-disallowed-listrule (#4992). - Added:
ignoreAtRules[]toproperty-no-unknown(#4965). - Fixed:
*-notationfalse negatives for dollar variables (#5031). - Fixed:
*-patternmissing configured pattern in problem messages (#4975).
v13.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).
v13.7.1
- Fixed: double-slash disable comments when followed by another comment (#4913).
v13.7.0
- Deprecated:
*-blacklist,*-requirelistand*-whitelistrules in favor of the new*-disallowed-list,*-required-listand*-allowed-listones (#4845):-
at-rule-blacklist. Useat-rule-disallowed-listinstead. -
at-rule-property-requirelist. Useat-rule-property-required-listinstead. -
at-rule-whitelist. Useat-rule-allowed-listinstead. -
comment-word-blacklist. Usecomment-word-disallowed-listinstead. -
declaration-property-unit-blacklist. Usedeclaration-property-unit-disallowed-listinstead. -
declaration-property-unit-whitelist. Usedeclaration-property-unit-allowed-listinstead. -
declaration-property-value-blacklist. Usedeclaration-property-value-disallowed-listinstead. -
declaration-property-value-whitelist. Usedeclaration-property-value-allowed-listinstead. -
function-blacklist. Usefunction-disallowed-listinstead. -
function-url-scheme-blacklist. Usefunction-url-scheme-disallowed-listinstead. -
function-url-scheme-whitelist. Usefunction-url-scheme-allowed-listinstead. -
function-whitelist. Usefunction-allowed-listinstead. -
media-feature-name-blacklist. Usemedia-feature-name-disallowed-listinstead. -
media-feature-name-value-whitelist. Usemedia-feature-name-value-allowed-listinstead. -
media-feature-name-whitelist. Usemedia-feature-name-allowed-listinstead. -
property-blacklist. Useproperty-disallowed-listinstead. -
property-whitelist. Useproperty-allowed-listinstead. -
selector-attribute-operator-blacklist. Useselector-attribute-operator-disallowed-listinstead. -
selector-attribute-operator-whitelist. Useselector-attribute-operator-allowed-listinstead. -
selector-combinator-blacklist. Useselector-combinator-disallowed-listinstead. -
selector-combinator-whitelist. Useselector-combinator-allowed-listinstead. -
selector-pseudo-class-blacklist. Useselector-pseudo-class-disallowed-listinstead. -
selector-pseudo-class-whitelist. Useselector-pseudo-class-allowed-listinstead. -
selector-pseudo-element-blacklist. Useselector-pseudo-element-disallowed-listinstead. -
selector-pseudo-element-whitelist. Useselector-pseudo-element-allowed-listinstead. -
unit-blacklist. Useunit-disallowed-listinstead. -
unit-whitelist. Useunit-allowed-listinstead.
-
- Added: syntax object acceptance to
customSyntaxoption (#4839). - Added: support for
*.cjsconfig files (#4905). - Added: support for descriptions in Stylelint command comments (#4848).
- Added:
reportDescriptionlessDisablesflag (#4907). - Added:
reportDisablessecondary option (#4897). - Added:
*-no-vendor-prefixautofix (#4859). - Added:
ignoreComments[]tocomment-empty-line-before(#4841). - Added:
ignoreContextFunctionalPseudoClassestoselector-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-childandnth-last-child(#4842). - Fixed:
length-zero-no-unitTypeError for custom properties fallback (#4860). - Fixed:
selector-combinator-space-afterfalse positives for trailing combinator (#4878).
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by renovate-bot