Skip to content

Update dependency stylelint-scss to ^3.17.2

Warren Gifford requested to merge renovate/stylelint-scss-3.x into master

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 code search for "stylelint-scss"

Release Notes

kristerkari/stylelint-scss

v3.17.2

Compare Source

  • Updated: postcss-value-parser dependency and dev dependencies to latest versions.

v3.17.1

Compare Source

  • Fixed: function-color-relative false positives for CSS filter property.

v3.17.0

Compare Source

  • Added: comment-no-empty rule.

v3.16.1

Compare Source

  • Fixed: operator-no-unspaced don't warn for negative numbers inside a function call in interpolated values.

v3.16.0

Compare Source

  • 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 and function-unquote-no-unquoted-strings-inside point the warning to the function name.

v3.15.0

Compare Source

  • 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 option ignore: ["keywords"] to not warn when the media feature value is a keyword value like none, dark, fine, srgb.
  • Added: double-slash-comment-empty-line-before new options except: ["inside-block"] and ignore: ["inside-block"].
  • Fixed: operator-no-unspaced do not find operators in valid unquoted URLs.

v3.14.2

Compare Source

  • Fixed: operator-no-unspaced ignore operators inside @at-root.

v3.14.1

Compare Source

  • Fixed: at-import-partial-extension don't warn for urls that have commas in them.

v3.14.0

Compare Source

  • 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

Compare Source

  • Added: support for stylelint version 12.
  • Fixed: duplicate warnings in at-rule-no-unknown rule.

v3.12.1

Compare Source

  • 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

Compare Source

  • Added: no-duplicate-mixins rule.
  • Added: at-rule-no-unknown support for Sass' @forward and @use.

v3.11.1

Compare Source

  • Fixed: selector-nest-combinators warning for @keyframes.

v3.11.0

Compare Source

  • Added: support for stylelint version 11.

v3.10.1

Compare Source

  • Fixed: broken linting reporting for dimension-no-non-numeric-values rule.

v3.10.0

Compare Source

  • Added: at-if-no-nullrule.
  • Added: at-import-partial-extension rule.
  • Added: at-rule-conditional-no-parentheses rule.
  • Added: dimension-no-non-numeric-values rule.

v3.9.4

Compare Source

  • Fixed: selector-nest-combinators rule throwing an error when using nested props.

v3.9.3

Compare Source

  • Fixed: map-keys-quotes warning for unquoted numeric keys.

v3.9.2

Compare Source

  • Fixed: selector-no-union-class-name throwing an error when using nested @-rules.

v3.9.1

Compare Source

  • Fixed: selector-no-union-class-name false positives for id, attribute, and pseudo selectors.

v3.9.0

Compare Source

  • 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 and dollar-variable-empty-line-before rules.

v3.8.0

Compare Source

  • Added: function-unquote-no-unquoted-strings-inside rule.
  • Fixed: wrong message name for at-each-key-value-single-line rule.

v3.7.0

Compare Source

  • Added: at-each-key-value-single-line rule.
  • Added: function-quote-no-quoted-strings-inside rule.

v3.6.1

Compare Source

  • Fixed: double-slash-comment-empty-line-before autofix not working in certain situations.

Renovate configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports

Loading