Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2024

This PR contains the following updates:

Package Change Age Confidence
stylelint-scss 6.1.0 -> 6.12.1 age confidence

Release Notes

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

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 enabled auto-merge (rebase) March 3, 2024 22:06
@renovate renovate bot requested a review from FooQoo as a code owner March 3, 2024 22:06
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.2.0 chore(deps): update dependency stylelint-scss to v6.2.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from ea18877 to abb8a29 Compare March 11, 2024 13:52
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from abb8a29 to e181fc6 Compare March 20, 2024 11:52
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 3 times, most recently from 2fed7fc to ef91f3a Compare March 31, 2024 01:07
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from ef91f3a to a3c289c Compare May 3, 2024 22:36
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.2.1 chore(deps): update dependency stylelint-scss to v6.3.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from a3c289c to 2e44367 Compare June 4, 2024 02:00
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.3.0 chore(deps): update dependency stylelint-scss to v6.3.1 Jun 4, 2024
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.3.1 chore(deps): update dependency stylelint-scss to v6.3.2 Jun 19, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 2e44367 to 14cbf26 Compare June 19, 2024 21:37
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.3.2 chore(deps): update dependency stylelint-scss to v6.4.0 Jul 9, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 14cbf26 to 61a5df9 Compare July 9, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.4.0 chore(deps): update dependency stylelint-scss to v6.4.1 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 61a5df9 to 2e8ae1d Compare July 10, 2024 14:46
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 2e8ae1d to d3d5233 Compare August 4, 2024 21:03
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.4.1 chore(deps): update dependency stylelint-scss to v6.5.0 Aug 4, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from d3d5233 to cca518a Compare August 25, 2024 11:18
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.5.0 chore(deps): update dependency stylelint-scss to v6.5.1 Aug 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.5.1 chore(deps): update dependency stylelint-scss to v6.6.0 Sep 12, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from 6da46c2 to 26faf6b Compare September 18, 2024 20:05
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.6.0 chore(deps): update dependency stylelint-scss to v6.7.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 26faf6b to 1eec3dc Compare October 16, 2024 19:36
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.7.0 chore(deps): update dependency stylelint-scss to v6.8.0 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 1eec3dc to af1a1a2 Compare October 17, 2024 18:27
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.8.0 chore(deps): update dependency stylelint-scss to v6.8.1 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from af1a1a2 to 07fe024 Compare November 11, 2024 21:33
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.8.1 chore(deps): update dependency stylelint-scss to v6.9.0 Nov 11, 2024
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 07fe024 to 7aaa3a9 Compare November 20, 2024 23:15
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.9.0 chore(deps): update dependency stylelint-scss to v6.10.0 Nov 20, 2024
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.10.0 chore(deps): update dependency stylelint-scss to v6.10.1 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 7aaa3a9 to ed94be6 Compare January 15, 2025 20:35
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.10.1 chore(deps): update dependency stylelint-scss to v6.11.0 Jan 30, 2025
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from ed94be6 to 2084a06 Compare January 30, 2025 05:27
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 2084a06 to caa47b4 Compare February 22, 2025 02:22
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.11.0 chore(deps): update dependency stylelint-scss to v6.11.1 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from caa47b4 to 085c736 Compare May 6, 2025 00:09
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.11.1 chore(deps): update dependency stylelint-scss to v6.12.0 May 6, 2025
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 085c736 to e1520a1 Compare June 10, 2025 23:39
@renovate renovate bot changed the title chore(deps): update dependency stylelint-scss to v6.12.0 chore(deps): update dependency stylelint-scss to v6.12.1 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch 2 times, most recently from 0ca8360 to 3304c21 Compare August 13, 2025 14:54
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from 3304c21 to f1d2577 Compare September 25, 2025 21:08
@renovate renovate bot force-pushed the renovate/stylelint-scss-6.x branch from f1d2577 to 0aa99dd Compare November 10, 2025 19:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant