This repository has been archived by the owner on Sep 8, 2022. It is now read-only.
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:
13.3.3
->13.13.1
Release Notes
stylelint/stylelint
v13.13.1
Compare Source
max-warnings
option (#5267).no-invalid-position-at-import-rule
false positives for dollar variables (#5264).v13.13.0
Compare Source
no-invalid-position-at-import-rule
rule (#5202).no-irregular-whitespace
rule (#5209).selector-disallowed-list
rule (#5239).selector-attribute-quotes
autofix (#5248).ignore: ["inside-function"]
todeclaration-property-unit-allowed-list
(#5194).color-no-hex
false positives for CSS-in-JS objection notation (#5186).font-family-no-missing-generic-family-keyword
false positives for variables (#5240).length-zero-no-unit
autofix removing trailing zeroes and comments (#5256).length-zero-no-unit
false positives for level 4 math functions (#5203).length-zero-no-unit
false positives for functions inside of math functions (#5245).v13.12.0
Compare Source
named-grid-areas-no-invalid
rule (#5167).ignore: ["single-declaration"]
todeclaration-block-trailing-semicolon
(#5165).*-no-unknown
false positives (#5158).selector-pseudo-class-no-unknown
false positives for:autofill
(#5171).v13.11.0
Compare Source
report*
configuration object properties (#5143).v13.10.0
Compare Source
ignoreDisables
,reportNeedlessDisables
,reportInvalidScopeDisables
andreportDescriptionlessDisables
configuration object properties (#5126).declaration-block-no-duplicate-custom-properties
rule (#5125).alpha-value-notation
false negatives for CSS Variables (#5130).v13.9.0
Compare Source
--report
options (#5079).color-hex-case
false negatives for css-in-js object notation (#5101).color-hex-length
false negatives for css-in-js object notation (#5106).selector-attribute-name-disallowed-list
false positives for valueless attribute selectors (#5060).v13.8.0
Compare Source
StylelintStandaloneReturnValue.reportedDisables
,.descriptionlessDisables
,.needlessDisables
, and.invalidScopeDisables
..reportedDisables
will always be empty and the other properties will always be undefined, since these errors now show up in.results
instead (#4973).comment-pattern
rule (#4962).selector-attribute-name-disallowed-list
rule (#4992).ignoreAtRules[]
toproperty-no-unknown
(#4965).*-notation
false negatives for dollar variables (#5031).*-pattern
missing configured pattern in problem messages (#4975).v13.7.2
Compare Source
v13.7.1
Compare Source
v13.7.0
Compare Source
*-blacklist
,*-requirelist
and*-whitelist
rules in favor 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.customSyntax
option (#4839).*.cjs
config files (#4905).reportDescriptionlessDisables
flag (#4907).reportDisables
secondary option (#4897).*-no-vendor-prefix
autofix (#4859).ignoreComments[]
tocomment-empty-line-before
(#4841).ignoreContextFunctionalPseudoClasses
toselector-max-id
(#4835).selector-max-*
(exceptselector-max-type
) false negatives forwhere
,is
,nth-child
andnth-last-child
(#4842).length-zero-no-unit
TypeError for custom properties fallback (#4860).selector-combinator-space-after
false positives for trailing combinator (#4878).v13.6.1
Compare Source
max-empty-lines
TypeError from inline comment with autofix and sugarss syntax (#4821).property-no-unknown
false positives for namespaced variables (#4803).selector-type-no-unknown
false positives for idents within::part
pseudo-elements (#4828).v13.6.0
Compare Source
ignoreSelectors[]
toblock-opening-brace-space-before
(#4640).--report-invalid-scope-disables
(#4784).stderr
(#4799).package.json
'sengine
field (#4790).alpha-value-notation
number precision errors (#4802).font-family-no-missing-generic-family-keyword
false positives for variables (#4806).no-duplicate-selectors
false positives for universal selector anddisallowInList
(#4809).v13.5.0
Compare Source
alpha-value-notation
rule (#4770).color-function-notation
rule (#4760).hue-degree-notation
rule (#4769).v13.4.1
Compare Source
time-min-milliseconds
TypeError forignore: ["delay"]
and shorthand animation (#4783).v13.4.0
Compare Source
ignore:["delay"]
totime-min-milliseconds
(#4743).ignoreFunctions: []
tovalue-keyword-case
(#4733).--report-needless-disables
respects stylelint-disable commands (#4714).at-rule-property-requirelist
TypeError for comments inside of font-face (#4744).declaration-block-trailing-semicolon
false positives for CSS-in-JS object notation (#4749).declaration-empty-line-before
false positives for inlines styles (#4726).media-feature-name-*
false positives forforced-colors
(#4775).value-keyword-case
false positives WebExtension replacement keywords (#4778).value-keyword-case
false positives regression for mixed-case properties and theignoreProperties
option (#4748).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.