Update dependency stylelint to v13 - autoclosed #161
Closed
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:
^9.8.0
->^13.0.0
Release Notes
stylelint/stylelint
v13.2.0
Compare Source
postcss-selector-parser@6
due to a vulnerability in one ofpostcss-selector-parser@3
dependencies (#4595). Due to this update:selector-descendant-combinator-no-non-space
will ignore selectors containing commentsselector-pseudo-class-parentheses-space-inside
can't autofix pseudo-classes that contain comments--stdin
CLI flag that accepts stdin input even if it is empty (#4594).v13.1.0
Compare Source
media-feature-name-*
false negatives for range context (#4581).indentation
RangeError regression (#4572).string-quotes
attribute selector autofix (#4576).v13.0.0
Compare Source
globby
was updated to v10. Now only forward-slashes (/
) should be used as directory separator in globs. Refer to glob pattern syntax. Most of the users wouldn't need to change anything, but Windows users might need to update their globs. (#4254).unit-no-unknown
support forx
unit (#4427).--report-invalid-scope-disables
crash when no rules specified (#4498).media-feature-parentheses-space-inside
false negatives for multiple spaces (#4513).selector-type-no-unknown
false positives for SVG tags (#4495).unit-no-unknown
false positives for Sass map keys (#4450).value-list-comma-newline-after
false positives for shared-line comments (#4482).v12.0.1
Compare Source
string-no-newline
memory leak for ERB templates (#4491).v12.0.0
Compare Source
bower_components
folder by default (#4384).createRuleTester
API (#4385).comment-empty-line-before
false positives for selector lists and shared-line comments (#4360).font-family-no-missing-generic-family-keyword
false positives for Sass-variables with namespaces (#4378).font-weight-notation
false positives forfont-weight
ranges in@font-face
(#4372).length-zero-no-unit
false positives forline-height
, and forfr
units (#4394).length-zero-no-unit
false positives for Less variables (#4405).selector-max-*
false negatives for rules with nested rules (#4357).v11.1.1
Compare Source
--syntax css
(#4335).v11.1.0
Compare Source
css
syntax option (#4315).no-eol-whitespace
parsing problems for non-standard syntaxes (#4313).selector-pseudo-class-no-unknown
false positives for:is
selector (#4321).v11.0.0
Compare Source
--report-needless-disables
CLI flag now reports needless disables and runs linting (#4151).stylelintError
as a boolean (#4174).createRuleTester
API (#4279).--reportInvalidScopeDisables
CLI flag (#4181).unicode-bom
rule (#4225).max-empty-lines
autofix (#3667).selector-pseudo-element-case
autofix (#3672).selector-*
support for all logical combinations (:matches
,:has
) (#4179).ignore: ["selectors-within-list"]
tono-descending-specificity
(#4176).ignoreSelectors: []
toproperty-no-unknown
(#4275).*-max-empty-lines
to only report one violation per function, selector, value list (#4260).block-no-empty
crash for@import
statements (#4110).indentation
false positives for<style>
tag with multiline attributes (#4177).length-zero-no-unit
false positives for inside calc function (#4175).max-line-length
false positives for multi-lineurl()
(#4169).no-duplicate-selectors
false positives for selectors in the same selector list (#4173).no-unit-unknown
false positives for at-variables (Less) starting with numbers (#4163).property-no-unknown
foroverflowX
for CSS-in-JS (#4184).v10.1.0
Compare Source
selector-max-empty-lines
autofix (#3717).--report-needless-disables
output (#4071).--output-file
CLI flag (#4085).function-calc-no-invalid
false positives for interpolation (#4046).declaration-block-semicolon-space-before
autofix with!important
annotations (#4016).no-eol-whitespace
autofix for within comments (#4224).no-eol-whitespace
false negatives for last line without trailing EOL (#4224).selector-pseudo-class-no-unknown
false positives fordefined
(#4081).v10.0.1
Compare Source
--allow-empty-input
CLI flag (#4029).color-no-invalid-hex
false positives for hashes in URLs (#4035).function-linear-gradient-no-nonstandard-direction
false positives for dollar variables (#4027).v10.0.0
Compare Source
styled
andjsx
syntax options that were replaced withcss-in-js
in v9.10.0 (#4007).--allow-empty-input
flag for the old behaviour (#3965).lib/rules/index.js
(#3923).at-rule-property-requirelist
rule (#3997).disallowInList
tono-duplicate-selectors
(#3936).ignore: ["comments"]
toblock-no-empty
(#4008).color-no-invalid-hex
false negatives for CSS-in-JS (#3957).feature-name-no-unknown
false positives forprefers-color-scheme
(#3951).function-calc-no-invalid
false positives for negative numbers (#3921).no-descending-specificity
false positives for vendor prefixed pseudo-elements (#3929).selector-max-*
false negatives for nested at-rules (#3959).selector-max-universal
are now evaluated separately (#4263).value-keyword-case
autofix for single-line comments within maps (#4019).Renovate configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.