Update dependency stylelint-scss to ^3.17.2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
stylelint-scss | devDependencies | minor | ^3.17.2 | source |
Release Notes
kristerkari/stylelint-scss
v3.17.2
- Updated:
postcss-value-parser
dependency and dev dependencies to latest versions.
v3.17.1
- Fixed:
function-color-relative
false positives for CSSfilter
property.
v3.17.0
- Added:
comment-no-empty
rule.
v3.16.1
- Fixed:
operator-no-unspaced
don't warn for negative numbers inside a function call in interpolated values.
v3.16.0
- Added:
no-global-function-names
rule. - Added:
dollar-variable-first-in-block
rule. - Added:
dollar-variable-empty-line-after
rule. - Fixed:
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
- Changed:
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). - Added:
media-feature-value-dollar-variable
new optionignore: ["keywords"]
to not warn when the media feature value is a keyword value likenone
,dark
,fine
,srgb
. - Added:
double-slash-comment-empty-line-before
new optionsexcept: ["inside-block"]
andignore: ["inside-block"]
. - Fixed:
operator-no-unspaced
do not find operators in valid unquoted URLs.
v3.14.2
- Fixed:
operator-no-unspaced
ignore operators inside@at-root
.
v3.14.1
- Fixed:
at-import-partial-extension
don't warn for urls that have commas in them.
v3.14.0
- Added: support for stylelint version 13.
- Fixed: avoid possible breaking changes in the future by not using stylelint's internal utility functions.
v3.13.0
- Added: support for stylelint version 12.
- Fixed: duplicate warnings in
at-rule-no-unknown
rule.
v3.12.1
- Fixed:
at-rule-conditional-no-parentheses
don't warn for function calls. - Fixed:
map-keys-quotes
ignore math operators inside map values. - Fixed:
operator-no-unspaced
was looking for operators inside@forward
and@use
.
v3.12.0
- Added:
no-duplicate-mixins
rule. - Added:
at-rule-no-unknown
support for Sass'@forward
and@use
.
v3.11.1
- Fixed:
selector-nest-combinators
warning for@keyframes
.
v3.11.0
- Added: support for stylelint version 11.
v3.10.1
- Fixed: broken linting reporting for
dimension-no-non-numeric-values
rule.
v3.10.0
- Added:
at-if-no-null
rule. - Added:
at-import-partial-extension
rule. - Added:
at-rule-conditional-no-parentheses
rule. - Added:
dimension-no-non-numeric-values
rule.
v3.9.4
- Fixed:
selector-nest-combinators
rule throwing an error when using nested props.
v3.9.3
- Fixed:
map-keys-quotes
warning for unquoted numeric keys.
v3.9.2
- Fixed:
selector-no-union-class-name
throwing an error when using nested@
-rules.
v3.9.1
- Fixed:
selector-no-union-class-name
false positives for id, attribute, and pseudo selectors.
v3.9.0
- Added:
selector-no-union-class-name
rule. - Added:
function-color-relative
rule. - Added:
comment-no-loud
rule. - Added:
map-keys-quotes
rule. - Fixed: typo in error message for
at-else-empty-line-before
anddollar-variable-empty-line-before
rules.
v3.8.0
- Added:
function-unquote-no-unquoted-strings-inside
rule. - Fixed: wrong message name for
at-each-key-value-single-line
rule.
v3.7.0
- Added:
at-each-key-value-single-line
rule. - Added:
function-quote-no-quoted-strings-inside
rule.
v3.6.1
- Fixed:
double-slash-comment-empty-line-before
autofix not working in certain situations.
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.