chore(deps): update dependency stylelint-scss to v6 #343

Open
RenovateBot wants to merge 1 commit from renovate/stylelint-scss-6.x into develop
Collaborator

This PR contains the following updates:

Package Type Update Change
stylelint-scss devDependencies major ^4.0.0 -> ^6.0.0

Release Notes

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

v6.2.1

Compare Source

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

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/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: https://github.com/stylelint-scss/stylelint-scss/compare/v6.1.0...v6.2.0

v6.1.0

Compare Source

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.0.0...v6.1.0

v6.0.0

Compare Source

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

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/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: https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.1...v5.3.2

v5.3.1

Compare Source

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

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/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: https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.1...v5.3.0

v5.2.1

Compare Source

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

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/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: https://github.com/stylelint-scss/stylelint-scss/compare/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: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0

v5.0.1

Compare Source

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

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1

v5.0.0

Compare Source

  • Removed: Babel dependency to remove an extra build step and reduce complexity

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) | devDependencies | major | [`^4.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/stylelint-scss/4.7.0/6.2.1) | --- ### Release Notes <details> <summary>stylelint-scss/stylelint-scss (stylelint-scss)</summary> ### [`v6.2.1`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#621) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.0...v6.2.1) - Fixed: function-no-unknown: fix falsely reported CSS functions ([#&#8203;976](https://github.com/stylelint-scss/stylelint-scss/issues/976)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v6.2.0...v6.2.1 ### [`v6.2.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#620) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v6.1.0...v6.2.0) - Added: `at-import-partial-extension-allowed-list` rule, and deprecated `at-import-partial-extension-whitelist` rule ([#&#8203;958](https://github.com/stylelint-scss/stylelint-scss/issues/958)). - Added: `at-import-partial-extension-disallowed-list` rule, and deprecated `at-import-partial-extension-blacklist` rule ([#&#8203;958](https://github.com/stylelint-scss/stylelint-scss/issues/958)). - Fixed: `no-unused-private-members` check variables used as parameters and skip files using `@import` ([#&#8203;957](https://github.com/stylelint-scss/stylelint-scss/issues/957)). - Fixed: `no-unused-private-members` refactor variable search to match regex in atRules params and declaration values ([#&#8203;962](https://github.com/stylelint-scss/stylelint-scss/issues/962)). - Fixed: `operator-no-unspaced` fix data uri in background shorthand ([#&#8203;968](https://github.com/stylelint-scss/stylelint-scss/issues/968)). - Fixed: `at-rule-conditional-no-parentheses` remove extra autofix space ([#&#8203;969](https://github.com/stylelint-scss/stylelint-scss/issues/969)). - Fixed: `function-no-unknown` handle functions inside interpolation ([#&#8203;970](https://github.com/stylelint-scss/stylelint-scss/issues/970)). - Fixed: `operator-no-unspaced` fix function calls inside interpolation ([#&#8203;972](https://github.com/stylelint-scss/stylelint-scss/issues/972)). - Fixed: `at-function-named-arguments` handle interpolation in ignored function names ([#&#8203;973](https://github.com/stylelint-scss/stylelint-scss/issues/973)). - Fixed: `at-import-no-partial-leading-underscore` fix version in deprecation message ([#&#8203;974](https://github.com/stylelint-scss/stylelint-scss/issues/974)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v6.1.0...v6.2.0 ### [`v6.1.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#610) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v6.0.0...v6.1.0) - Added: `no-unused-private-members` rule ([#&#8203;884](https://github.com/stylelint-scss/stylelint-scss/issues/884)). - Added: support end positions for warnings ([#&#8203;899](https://github.com/stylelint-scss/stylelint-scss/issues/899), [#&#8203;900](https://github.com/stylelint-scss/stylelint-scss/issues/900), [#&#8203;901](https://github.com/stylelint-scss/stylelint-scss/issues/901), [#&#8203;902](https://github.com/stylelint-scss/stylelint-scss/issues/902), [#&#8203;903](https://github.com/stylelint-scss/stylelint-scss/issues/903), [#&#8203;904](https://github.com/stylelint-scss/stylelint-scss/issues/904), [#&#8203;905](https://github.com/stylelint-scss/stylelint-scss/issues/905), [#&#8203;906](https://github.com/stylelint-scss/stylelint-scss/issues/906), [#&#8203;907](https://github.com/stylelint-scss/stylelint-scss/issues/907), [#&#8203;908](https://github.com/stylelint-scss/stylelint-scss/issues/908), [#&#8203;909](https://github.com/stylelint-scss/stylelint-scss/issues/909), [#&#8203;910](https://github.com/stylelint-scss/stylelint-scss/issues/910), [#&#8203;911](https://github.com/stylelint-scss/stylelint-scss/issues/911), [#&#8203;912](https://github.com/stylelint-scss/stylelint-scss/issues/912), [#&#8203;913](https://github.com/stylelint-scss/stylelint-scss/issues/913), [#&#8203;914](https://github.com/stylelint-scss/stylelint-scss/issues/914), [#&#8203;915](https://github.com/stylelint-scss/stylelint-scss/issues/915), [#&#8203;916](https://github.com/stylelint-scss/stylelint-scss/issues/916), [#&#8203;917](https://github.com/stylelint-scss/stylelint-scss/issues/917), [#&#8203;918](https://github.com/stylelint-scss/stylelint-scss/issues/918), [#&#8203;919](https://github.com/stylelint-scss/stylelint-scss/issues/919), [#&#8203;920](https://github.com/stylelint-scss/stylelint-scss/issues/920), [#&#8203;921](https://github.com/stylelint-scss/stylelint-scss/issues/921), [#&#8203;922](https://github.com/stylelint-scss/stylelint-scss/issues/922), [#&#8203;923](https://github.com/stylelint-scss/stylelint-scss/issues/923), [#&#8203;925](https://github.com/stylelint-scss/stylelint-scss/issues/925), [#&#8203;926](https://github.com/stylelint-scss/stylelint-scss/issues/926), [#&#8203;927](https://github.com/stylelint-scss/stylelint-scss/issues/927), [#&#8203;928](https://github.com/stylelint-scss/stylelint-scss/issues/928), [#&#8203;929](https://github.com/stylelint-scss/stylelint-scss/issues/929), [#&#8203;930](https://github.com/stylelint-scss/stylelint-scss/issues/930), [#&#8203;932](https://github.com/stylelint-scss/stylelint-scss/issues/932), [#&#8203;933](https://github.com/stylelint-scss/stylelint-scss/issues/933), [#&#8203;934](https://github.com/stylelint-scss/stylelint-scss/issues/934), [#&#8203;935](https://github.com/stylelint-scss/stylelint-scss/issues/935), [#&#8203;936](https://github.com/stylelint-scss/stylelint-scss/issues/936), [#&#8203;937](https://github.com/stylelint-scss/stylelint-scss/issues/937), [#&#8203;938](https://github.com/stylelint-scss/stylelint-scss/issues/938), [#&#8203;939](https://github.com/stylelint-scss/stylelint-scss/issues/939), [#&#8203;940](https://github.com/stylelint-scss/stylelint-scss/issues/940)). - Fixed: `function-calculation-no-interpolation` allow calc function interpolation in SassScript ([#&#8203;947](https://github.com/stylelint-scss/stylelint-scss/issues/947)) - Fixed: `property-no-unknown` support deeper nested properties ([#&#8203;948](https://github.com/stylelint-scss/stylelint-scss/issues/948)) **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v6.0.0...v6.1.0 ### [`v6.0.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.2...v6.0.0) - Added: `stylelint@16` support. - Removed: `stylelint@14` and `stylelint@15` support. **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.2...v6.0.0 ### [`v5.3.2`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#532) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.1...v5.3.2) - Fixed: `function-no-unknown` false negatives for functions with namespace ([#&#8203;888](https://github.com/stylelint-scss/stylelint-scss/issues/888)) - Fixed: `at-root-no-redundant` check selector list for parent selectors ([#&#8203;886](https://github.com/stylelint-scss/stylelint-scss/issues/886)) **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.1...v5.3.2 ### [`v5.3.1`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#531) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.0...v5.3.1) - Fixed: improve `block-no-redundant-nesting` autofix ([#&#8203;883](https://github.com/stylelint-scss/stylelint-scss/issues/883)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.3.0...v5.3.1 ### [`v5.3.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#530) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.1...v5.3.0) - Added: `block-no-redundant-nesting` rule ([#&#8203;872](https://github.com/stylelint-scss/stylelint-scss/issues/872)). - Added: `load-no-partial-leading-underscore` rule, and deprecated `at-import-no-partial-leading-underscore` rule ([#&#8203;867](https://github.com/stylelint-scss/stylelint-scss/issues/867)). - Added: autofix to `at-root-no-redundant` rule ([#&#8203;860](https://github.com/stylelint-scss/stylelint-scss/issues/860)). - Added: autofix to `at-use-no-redundant-alias` rule ([#&#8203;866](https://github.com/stylelint-scss/stylelint-scss/issues/866)). - Fixed: `at-root-no-redundant` check if all selectors followed by `@at-root` include '&' outside interpolation ([#&#8203;870](https://github.com/stylelint-scss/stylelint-scss/issues/870)). - Fixed: add `styleLintType: "parseError"` when `parseSelector` fails ([#&#8203;858](https://github.com/stylelint-scss/stylelint-scss/issues/858)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.1...v5.3.0 ### [`v5.2.1`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#521) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.0...v5.2.1) - Fixed: add missing `known-css-properties` dependency ([#&#8203;857](https://github.com/stylelint-scss/stylelint-scss/issues/857)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.2.0...v5.2.1 ### [`v5.2.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.1.0...v5.2.0) - Added: `at-root-no-redundant` rule to ban unnecessary `@at-root` rule ([#&#8203;846](https://github.com/stylelint-scss/stylelint-scss/issues/846)). - Added: `property-no-unknown` rule to disallow unknown properties. ([#&#8203;847](https://github.com/stylelint-scss/stylelint-scss/issues/847)). - Added: `at-use-no-redundant-alias` rule to disallow redundant namespace aliases ([#&#8203;848](https://github.com/stylelint-scss/stylelint-scss/issues/848)). - Added: `function-calculation-no-interpolation` rule to forbid interpolation in calc functions ([#&#8203;849](https://github.com/stylelint-scss/stylelint-scss/issues/849)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.1.0...v5.2.0 ### [`v5.1.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#510) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0) - Added: `function-disallowed-list` rule support to ban specific built-in functions ([#&#8203;422](https://github.com/stylelint-scss/stylelint-scss/issues/422), [#&#8203;844](https://github.com/stylelint-scss/stylelint-scss/issues/844)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.1...v5.1.0 ### [`v5.0.1`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1) - Fixed: `function-no-unknown` ignore empty function names ([#&#8203;826](https://github.com/stylelint-scss/stylelint-scss/issues/826)). **Full Changelog**: https://github.com/stylelint-scss/stylelint-scss/compare/v5.0.0...v5.0.1 ### [`v5.0.0`](https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://github.com/stylelint-scss/stylelint-scss/compare/v4.7.0...v5.0.0) - Removed: `Babel` dependency to remove an extra build step and reduce complexity </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
RenovateBot added 1 commit 2024-03-11 10:04:20 +01:00
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/stylelint-scss-6.x:renovate/stylelint-scss-6.x
git checkout renovate/stylelint-scss-6.x
Sign in to join this conversation.
No description provided.