Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

This PR contains the following updates:

Package Change Age Confidence
stylelint-scss ^5.0.0^6.14.0 age confidence

Release Notes

stylelint-scss/stylelint-scss (stylelint-scss)

v6.14.0

Compare Source

  • Added: dollar-variable-no-missing-interpolation report namespaced variables in custom properties (#​1225).
  • Added: function-disallowed-list check disallowed functions inside @return expressions (#​1214).
  • Fixed: dollar-variable-no-missing-interpolation fix false positive for variables already inside interpolation (#​1213).

Full Changelog: stylelint-scss/stylelint-scss@v6.13.0...v6.14.0

v6.13.0

Compare Source

  • Added: at-mixin-argumentless-call-parentheses handle mixin calls with content block arguments (#​1185).
  • Added: at-function-pattern, at-mixin-pattern, dollar-variable-pattern, percent-placeholder-pattern add support for arguments in custom messages (#​1187).
  • Added: dollar-variable-no-missing-interpolation check for CSS custom properties, add autofix, rule documentation improvements (#​1195).
  • Fixed: dollar-variable-colon-space-after prevent TypeError for dynamically created nodes (#​1159).
  • Fixed: load-partial-extension add missing link to docs (#​1202).
  • Fixed: migrate rules to use autofix callback instead of deprecated context.fix (#​1206).
  • Updated: stylelint peer dependency version to ^16.8.2 (required by autofix callback) (#​1206).

Full Changelog: stylelint-scss/stylelint-scss@v6.12.1...v6.13.0

v6.12.1

Compare Source

  • Fixed: stylelint deprecation warnings by adding endIndex to report objects in multiple rules (#​1150).

Full Changelog: stylelint-scss/stylelint-scss@v6.12.0...v6.12.1

v6.12.0

Compare Source

  • Added: double-slash-comment-whitespace-inside add autofix and fix incorrect error locations (#​1146).
  • Added: declaration-property-value-no-unknown add support for nested properties with shorthand values (#​1142).
  • Fixed: operator-no-unspaced don't check Tailwind Directives (#​1147).
  • Fixed: at-use-no-redundant-alias fix false negative for single quotes (#​1130).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.1...v6.12.0

v6.11.1

Compare Source

  • Fixed: no-duplicate-load-rules fix false positive when using @use and @forward for the same stylesheet (#​1124).
  • Fixed: declaration-property-value-no-unknown add support for Sass' rgba() function with a hex value (#​1123).

Full Changelog: stylelint-scss/stylelint-scss@v6.11.0...v6.11.1

v6.11.0

Compare Source

  • Added: no-duplicate-load-rules rule (#​1103).
  • Fixed: declaration-property-value-no-unknown allow functions from explicit namespaces (#​1113).

Full Changelog: stylelint-scss/stylelint-scss@v6.10.1...v6.11.0

v6.10.1

Compare Source

  • Fixed: declaration-property-value-no-unknown fix trailing whitespace in value parsing (#​1089).
  • Fixed: no-global-function-names allow CSS round function (#​1097).

Full Changelog: stylelint-scss/stylelint-scss@v6.10.0...v6.10.1

v6.10.0

Compare Source

  • Added: declaration-property-value-no-unknown support nested properties with shorthand values (#​1071).
  • Fixed: declaration-property-value-no-unknown fix multiline values parsing (#​1085).

Full Changelog: stylelint-scss/stylelint-scss@v6.9.0...v6.10.0

v6.9.0

Compare Source

  • Added: missing native functions (#​1070).
  • Fixed: unify rule messages (#​1072).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.1...v6.9.0

v6.8.1

Compare Source

  • Fixed: declaration-property-value-no-unknown fix false positives for nested properties in nested declarations (#​1068).

Full Changelog: stylelint-scss/stylelint-scss@v6.8.0...v6.8.1

v6.8.0

Compare Source

  • Added: function-color-channel rule (#​1060).
  • Added: selector-no-redundant-nesting-selector support for Dart Sass deprecation (#​1022).
  • Fixed: declaration-property-value-no-unknown include explicit namespace variables in isDollarVar() (#​1062).
  • Fixed: declaration-property-value-no-unknown fix false positives for imported custom functions (#​1061).
  • Fixed: declaration-property-value-no-unknown reported ranges and message (stylelint/stylelint#8003, #​1066).
  • Fixed: declaration-property-value-no-unknown false negatives/positives via css-tree@3.0.0 (stylelint/stylelint#7993, #​1065).

Full Changelog: stylelint-scss/stylelint-scss@v6.7.0...v6.8.0

v6.7.0

Compare Source

  • Added: function-no-unknown: add support for Sass v1.78 color.channel function (#​1052).

Full Changelog: stylelint-scss/stylelint-scss@v6.6.0...v6.7.0

v6.6.0

Compare Source

  • Added: declaration-property-value-no-unknown: add support for first-class operators (#​1042).
  • Added: declaration-property-value-no-unknown: add support SCSS variables as arguments in nested functions (#​1042).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.1...v6.6.0

v6.5.1

Compare Source

  • Fixed: function-quote-no-quoted-strings-inside fix broken autofix (#​1043).

Full Changelog: stylelint-scss/stylelint-scss@v6.5.0...v6.5.1

v6.5.0

Compare Source

  • Added: property-no-unknown add support for nested declarations (#​1024).
  • Added: declaration-property-value-no-unknown rule (#​1023).
  • Fixed: operator-no-unspaced fix false positives with comparison operators (#​1037).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.1...v6.5.0

v6.4.1

Compare Source

  • Fixed: false positive for mixins in load-partial-extension (#​1021).

Full Changelog: stylelint-scss/stylelint-scss@v6.4.0...v6.4.1

v6.4.0

Compare Source

  • Added: load-partial-extension rule, and deprecated at-import-partial-extension rule (#​998).
  • Fixed: partial-no-import message to include more accurate rule name (#​1019).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.2...v6.4.0

v6.3.2

Compare Source

  • Fixed: at-mixin-no-risky-nesting-selector fix false positives (#​1010).
  • Fixed: operator-no-unspaced handle variables with unary negation (#​1011).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.1...v6.3.2

v6.3.1

Compare Source

  • Fixed: selector-no-redundant-nesting-selector handle pseudo selectors (#​1008).
  • Fixed: operator-no-unspaced handle Tailwind CSS direct children styling (#​1007).
  • Fixed: no-unused-private-members fix changes from hyphen to underscore in debug message (#​1002).

Full Changelog: stylelint-scss/stylelint-scss@v6.3.0...v6.3.1

v6.3.0

Compare Source

  • Added: at-mixin-no-risky-nesting-selector rule (#​985).
  • Fixed: property-no-unknown ignore interpolated properties (#​977).
  • Fixed: no-unused-private-members treat hyphens and underscores as equals (#​987).
  • Fixed: no-global-function-names report errors inside at-rules (#​988).
  • Fixed: operator-no-unspaced ignore operators inside @scope (#​995).
  • Fixed: no-duplicate-mixins allow using the same mixin name in different scope (#​997).

Full Changelog: stylelint-scss/stylelint-scss@v6.2.1...v6.3.0

v6.2.1

Compare Source

  • Fixed: function-no-unknown: fix falsely reported CSS functions (#​976).

Full Changelog: stylelint-scss/stylelint-scss@v6.2.0...v6.2.1

v6.2.0

Compare Source

  • Added: at-import-partial-extension-allowed-list rule, and deprecated at-import-partial-extension-whitelist rule (#​958).
  • Added: at-import-partial-extension-disallowed-list rule, and deprecated at-import-partial-extension-blacklist rule (#​958).
  • Fixed: no-unused-private-members check variables used as parameters and skip files using @import (#​957).
  • Fixed: no-unused-private-members refactor variable search to match regex in atRules params and declaration values (#​962).
  • Fixed: operator-no-unspaced fix data uri in background shorthand (#​968).
  • Fixed: at-rule-conditional-no-parentheses remove extra autofix space (#​969).
  • Fixed: function-no-unknown handle functions inside interpolation (#​970).
  • Fixed: operator-no-unspaced fix function calls inside interpolation (#​972).
  • Fixed: at-function-named-arguments handle interpolation in ignored function names (#​973).
  • Fixed: at-import-no-partial-leading-underscore fix version in deprecation message (#​974).

Full Changelog: stylelint-scss/stylelint-scss@v6.1.0...v6.2.0

v6.1.0

Compare Source

Full Changelog: stylelint-scss/stylelint-scss@v6.0.0...v6.1.0

v6.0.0

Compare Source

  • Added: stylelint@16 support.
  • Removed: stylelint@14 and stylelint@15 support.

Full Changelog: stylelint-scss/stylelint-scss@v5.3.2...v6.0.0

v5.3.2

Compare Source

  • Fixed: function-no-unknown false negatives for functions with namespace (#​888)
  • Fixed: at-root-no-redundant check selector list for parent selectors (#​886)

Full Changelog: stylelint-scss/stylelint-scss@v5.3.1...v5.3.2

v5.3.1

Compare Source

  • Fixed: improve block-no-redundant-nesting autofix (#​883).

Full Changelog: stylelint-scss/stylelint-scss@v5.3.0...v5.3.1

v5.3.0

Compare Source

  • Added: block-no-redundant-nesting rule (#​872).
  • Added: load-no-partial-leading-underscore rule, and deprecated at-import-no-partial-leading-underscore rule (#​867).
  • Added: autofix to at-root-no-redundant rule (#​860).
  • Added: autofix to at-use-no-redundant-alias rule (#​866).
  • Fixed: at-root-no-redundant check if all selectors followed by @at-root include '&' outside interpolation (#​870).
  • Fixed: add styleLintType: "parseError" when parseSelector fails (#​858).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.1...v5.3.0

v5.2.1

Compare Source

  • Fixed: add missing known-css-properties dependency (#​857).

Full Changelog: stylelint-scss/stylelint-scss@v5.2.0...v5.2.1

v5.2.0

Compare Source

  • Added: at-root-no-redundant rule to ban unnecessary @at-root rule (#​846).
  • Added: property-no-unknown rule to disallow unknown properties. (#​847).
  • Added: at-use-no-redundant-alias rule to disallow redundant namespace aliases (#​848).
  • Added: function-calculation-no-interpolation rule to forbid interpolation in calc functions (#​849).

Full Changelog: stylelint-scss/stylelint-scss@v5.1.0...v5.2.0

v5.1.0

Compare Source

  • Added: function-disallowed-list rule support to ban specific built-in functions (#​422, #​844).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.1...v5.1.0

v5.0.1

Compare Source

  • Fixed: function-no-unknown ignore empty function names (#​826).

Full Changelog: stylelint-scss/stylelint-scss@v5.0.0...v5.0.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 11, 2023
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 715893b to 0ecf13f Compare January 21, 2024 16:10
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 0ecf13f to aa29f63 Compare March 3, 2024 22:47
@renovate
Copy link
Contributor Author

renovate bot commented Mar 3, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23250
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23250:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23313:11)
    at async Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23487:22)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23539:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.28.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:24232:5)

Node.js v18.14.2

@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from aa29f63 to d727ad2 Compare March 5, 2024 17:23
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from d727ad2 to 405f855 Compare May 3, 2024 22:45
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 405f855 to 59370f2 Compare June 3, 2024 22:58
@renovate
Copy link
Contributor Author

renovate bot commented Jun 3, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22572
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22572:21)
    at Object.getSpec (/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22721:55)
    at Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22939:31)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22978:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.34.5/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23684:7)

Node.js v18.14.2

@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 59370f2 to f8c9976 Compare June 19, 2024 19:31
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from fdf58ba to 00e80d7 Compare July 10, 2024 16:15
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 00e80d7 to 296dd89 Compare August 4, 2024 23:21
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 296dd89 to b777572 Compare August 25, 2024 10:10
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from a3de4b1 to 060b5c7 Compare September 18, 2024 22:42
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from ee6ed3c to ac8328c Compare October 17, 2024 19:12
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from ac8328c to 067a1d8 Compare November 11, 2024 22:37
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 067a1d8 to 876961e Compare November 20, 2024 23:21
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 876961e to cf3eea3 Compare January 15, 2025 20:36
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from cf3eea3 to 0d9dda7 Compare January 30, 2025 05:44
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 0d9dda7 to e399bef Compare February 22, 2025 01:49
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from e399bef to f14a426 Compare May 5, 2025 21:54
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from f14a426 to 466d877 Compare June 10, 2025 19:49
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from a6583dd to 6605dcd Compare August 13, 2025 22:08
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 6605dcd to 50e9347 Compare September 25, 2025 15:34
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 50e9347 to 443049f Compare October 21, 2025 11:00
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 443049f to 3c911ca Compare November 10, 2025 14:22
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 3c911ca to f37e3a6 Compare November 18, 2025 22:59
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from 98a6f79 to 709429f Compare December 4, 2025 02:45
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 709429f to 45c0904 Compare December 28, 2025 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant