Open
Conversation
6ddaca3 to
34ac8e7
Compare
34ac8e7 to
7ebb68c
Compare
7ebb68c to
e27622c
Compare
e27622c to
ad5ed35
Compare
ad5ed35 to
f8eb00a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
10.1.0->13.6.1Release Notes
stylelint/stylelint
v13.6.1Compare Source
max-empty-linesTypeError from inline comment with autofix and sugarss syntax (#4821).property-no-unknownfalse positives for namespaced variables (#4803).selector-type-no-unknownfalse positives for idents within::partpseudo-elements (#4828).v13.6.0Compare Source
ignoreSelectors[]toblock-opening-brace-space-before(#4640).--report-invalid-scope-disables(#4784).stderr(#4799).package.json'senginefield (#4790).alpha-value-notationnumber precision errors (#4802).font-family-no-missing-generic-family-keywordfalse positives for variables (#4806).no-duplicate-selectorsfalse positives for universal selector anddisallowInList(#4809).v13.5.0Compare Source
alpha-value-notationrule (#4770).color-function-notationrule (#4760).hue-degree-notationrule (#4769).v13.4.1Compare Source
time-min-millisecondsTypeError forignore: ["delay"]and shorthand animation (#4783).v13.4.0Compare Source
ignore:["delay"]totime-min-milliseconds(#4743).ignoreFunctions: []tovalue-keyword-case(#4733).--report-needless-disablesrespects stylelint-disable commands (#4714).at-rule-property-requirelistTypeError for comments inside of font-face (#4744).declaration-block-trailing-semicolonfalse positives for CSS-in-JS object notation (#4749).declaration-empty-line-beforefalse positives for inlines styles (#4726).media-feature-name-*false positives forforced-colors(#4775).value-keyword-casefalse positives WebExtension replacement keywords (#4778).value-keyword-casefalse positives regression for mixed-case properties and theignorePropertiesoption (#4748).v13.3.3Compare Source
13.2.0(#4705).v13.3.2Compare Source
v13.3.1Compare Source
v13.3.0Compare Source
ignoreFontFamilies: []tofont-family-no-missing-generic-family-keyword(#4656).function-calc-no-invalidfalse positives for SCSS and Less variables (#4659).unit-no-unknownfalse positives forxunit within vendor-prefixedimage-set(#4654).v13.2.1Compare Source
selector-pseudo-element-no-unknownfalse positives for::partpseudo-element (#4604).value-keyword-casefalse positives for longhandgrid-column/row-*properties (#4611).v13.2.0Compare Source
postcss-selector-parser@6due to a vulnerability in one ofpostcss-selector-parser@3dependencies (#4595). Due to this update:selector-descendant-combinator-no-non-spacewill ignore selectors containing commentsselector-pseudo-class-parentheses-space-insidecan't autofix pseudo-classes that contain comments--stdinCLI flag that accepts stdin input even if it is empty (#4594).v13.1.0Compare Source
media-feature-name-*false negatives for range context (#4581).indentationRangeError regression (#4572).string-quotesattribute selector autofix (#4576).v13.0.0Compare Source
globbywas 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-unknownsupport forxunit (#4427).--report-invalid-scope-disablescrash when no rules specified (#4498).media-feature-parentheses-space-insidefalse negatives for multiple spaces (#4513).selector-type-no-unknownfalse positives for SVG tags (#4495).unit-no-unknownfalse positives for Sass map keys (#4450).value-list-comma-newline-afterfalse positives for shared-line comments (#4482).v12.0.1Compare Source
string-no-newlinememory leak for ERB templates (#4491).v12.0.0Compare Source
bower_componentsfolder by default (#4384).createRuleTesterAPI (#4385).comment-empty-line-beforefalse positives for selector lists and shared-line comments (#4360).font-family-no-missing-generic-family-keywordfalse positives for Sass-variables with namespaces (#4378).font-weight-notationfalse positives forfont-weightranges in@font-face(#4372).length-zero-no-unitfalse positives forline-height, and forfrunits (#4394).length-zero-no-unitfalse positives for Less variables (#4405).selector-max-*false negatives for rules with nested rules (#4357).v11.1.1Compare Source
--syntax css(#4335).v11.1.0Compare Source
csssyntax option (#4315).no-eol-whitespaceparsing problems for non-standard syntaxes (#4313).selector-pseudo-class-no-unknownfalse positives for:isselector (#4321).v11.0.0Compare Source
--report-needless-disablesCLI flag now reports needless disables and runs linting (#4151).stylelintErroras a boolean (#4174).createRuleTesterAPI (#4279).--reportInvalidScopeDisablesCLI flag (#4181).unicode-bomrule (#4225).max-empty-linesautofix (#3667).selector-pseudo-element-caseautofix (#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-linesto only report one violation per function, selector, value list (#4260).block-no-emptycrash for@importstatements (#4110).indentationfalse positives for<style>tag with multiline attributes (#4177).length-zero-no-unitfalse positives for inside calc function (#4175).max-line-lengthfalse positives for multi-lineurl()(#4169).no-duplicate-selectorsfalse positives for selectors in the same selector list (#4173).no-unit-unknownfalse positives for at-variables (Less) starting with numbers (#4163).property-no-unknownforoverflowXfor CSS-in-JS (#4184).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.