This repository has been archived by the owner on Aug 8, 2021. It is now read-only.
chore(deps): update dependency stylelint-scss to v3.20.1 #325
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:
3.14.2
->3.20.1
Release Notes
kristerkari/stylelint-scss
v3.20.1
Compare Source
comment-no-empty
remove duplicate rule name from rule's rejected message and improve readme.at-rule-no-unknown
remove duplicate rule name from rule's rejected message.v3.20.0
Compare Source
dollar-variable-first-in-block
to support@use
and@forward
when using theignore: ["imports"]
option.selector-nest-combinators
throwing an error when certain type of nesting was used.dimension-no-non-numeric-values
throwing an error for certain type of unitless interpolation.v3.19.0
Compare Source
ignoreDefaults
option tono-duplicate-dollar-variables
rule.v3.18.0
Compare Source
selector-no-redundant-nesting-selector
addignoreKeywords
option to ignore certain keywords that can be used in Less or some other non-Scss syntax.comment-no-loud
fix a bug where the rule was only checking for comments that were in the beginning of the file.v3.17.2
Compare Source
postcss-value-parser
dependency and dev dependencies to latest versions.v3.17.1
Compare Source
function-color-relative
false positives for CSSfilter
property.v3.17.0
Compare Source
comment-no-empty
rule.v3.16.1
Compare Source
operator-no-unspaced
don't warn for negative numbers inside a function call in interpolated values.v3.16.0
Compare Source
no-global-function-names
rule.dollar-variable-first-in-block
rule.dollar-variable-empty-line-after
rule.function-color-relative
,function-quote-no-quoted-strings-inside
andfunction-unquote-no-unquoted-strings-inside
point the warning to the function name.v3.15.0
Compare Source
no-duplicate-dollar-variables
do not warn for duplicate variables that are in different scopes. A dollar variable is now considered a duplicate if it shadows a variable of the same name (see the Sass documentation).media-feature-value-dollar-variable
new optionignore: ["keywords"]
to not warn when the media feature value is a keyword value likenone
,dark
,fine
,srgb
.double-slash-comment-empty-line-before
new optionsexcept: ["inside-block"]
andignore: ["inside-block"]
.operator-no-unspaced
do not find operators in valid unquoted URLs.Configuration
📅 Schedule: "after 9:30am and before 5:30pm on monday" in timezone Asia/Tokyo.
🚦 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.