Skip to content

build(deps): Bump brace-expansion, stylelint, stylelint-config-property-sort-order-smacss, stylelint-config-sass-guidelines, stylelint-config-standard, stylelint-config-standard-scss and stylelint-scss in /assets/scss - #6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/assets/scss/multi-14aee8f9af
Open

build(deps): Bump brace-expansion, stylelint, stylelint-config-property-sort-order-smacss, stylelint-config-sass-guidelines, stylelint-config-standard, stylelint-config-standard-scss and stylelint-scss in /assets/scss#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/assets/scss/multi-14aee8f9af

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown

Removes brace-expansion. It's no longer used after updating ancestor dependencies brace-expansion, stylelint, stylelint-config-property-sort-order-smacss, stylelint-config-sass-guidelines, stylelint-config-standard, stylelint-config-standard-scss and stylelint-scss. These dependencies need to be updated together.

Removes brace-expansion

Updates stylelint from 15.11.0 to 17.14.1

Release notes

Sourced from stylelint's releases.

17.14.1

It fixes 4 bugs.

  • Fixed: quiet option suppresses report* warning reports (#9387) (@​ychampion).
  • Fixed: reported range of unknown rules (#9385) (@​ybiquitous).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix producing invalid background shorthand when background-size is present (#9364) (@​sarathfrancis90).
  • Fixed: rule-empty-line-before false positives for shared-line comments with except: ["after-single-line-comment"] (#9394) (@​sarathfrancis90).

17.14.0

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

17.11.0

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

17.10.0

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

... (truncated)

Changelog

Sourced from stylelint's changelog.

17.14.1 - 2026-07-20

It fixes 4 bugs.

  • Fixed: quiet option suppresses report* warning reports (#9387) (@​ychampion).
  • Fixed: reported range of unknown rules (#9385) (@​ybiquitous).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix producing invalid background shorthand when background-size is present (#9364) (@​sarathfrancis90).
  • Fixed: rule-empty-line-before false positives for shared-line comments with except: ["after-single-line-comment"] (#9394) (@​sarathfrancis90).

17.14.0 - 2026-06-25

It fixes 3 bugs, including a false negative one.

  • Fixed: performance of getting module paths (#9354) (@​jeddy3).
  • Fixed: performance by dynamically importing TIMING only on use (#9356) (@​jeddy3).
  • Fixed: function-calc-no-unspaced-operator false negatives for unspaced + and - operators following a * or / operator (#9357) (@​sarathfrancis90).

17.13.0 - 2026-06-06

It fixes 3 bugs, including a false negative one.

  • Fixed: declaration-block-no-duplicate-properties false negatives for interleaved non-consecutive duplicates with ignore: ["consecutive-duplicates(-*)"] (#9324) (@​sarathfrancis90).
  • Fixed: selector-max-type false positives for nested selectors (#9319) (@​romainmenke).
  • Fixed: selector-type-no-unknown false positives for install (#9308) (@​Mouvedia).

17.12.0 - 2026-05-20

It fixes 3 bugs, including a false negative one.

  • Fixed: block-no-empty reported range when using comments (#9294) (@​romainmenke).
  • Fixed: declaration-property-value-no-unknown false negatives for custom properties defined in reference files (#9292) (@​romainmenke).
  • Fixed: value-keyword-layout-mappings false positives for caption-side (#9293) (@​romainmenke).

17.11.1 - 2026-05-14

It fixes 2 bugs.

  • Fixed: node_modules ignore for codeFilename paths containing a dot-prefixed directory (#9282) (@​tuhtah).
  • Fixed: declaration-block-no-redundant-longhand-properties range for contiguous redundant longhand properties (#9273) (@​pamelalozano16).

17.11.0 - 2026-05-05

It adds 2 features, including a loader property to referenceFiles: {} for when the order of appearance in the reference styles matters.

17.10.0 - 2026-05-03

It adds 3 rules and fixes 4 bugs. You can use the *-layout-mappings rules to enforce logical or physical properties, units and keywords.

... (truncated)

Commits
  • cd66b03 Release 17.14.1 (#9397)
  • 7c30fc5 Refactor to replace void with undefined in union types (#9395)
  • 57c8d0e Fix rule-empty-line-before false positives for shared-line comments with `e...
  • 226f10a Bump @​vscode/windows-process-tree from 0.7.0 to 0.8.0 (#9392)
  • 13c3c5c Bump globby from 16.2.0 to 16.2.1 (#9393)
  • 6dafcf5 Document unknown-effort contributions (#9391)
  • 54c2bc8 Fix test for Yarn PnP with npm v12 (#9390)
  • 3e7eb56 Fix declaration-block-no-redundant-longhand-properties invalid background...
  • 438196e Bump postcss from 8.5.15 to 8.5.16 in the postcss group across 1 directory (#...
  • c1e1489 Fix quiet option to suppress report* warning reports (#9387)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stylelint since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-config-property-sort-order-smacss from 9.1.0 to 11.2.0

Release notes

Sourced from stylelint-config-property-sort-order-smacss's releases.

v11.2.0

What's Changed

Full Changelog: cahamilton/stylelint-config-property-sort-order-smacss@v11.1.0...v.11.2.0

v11.1.0

What's Changed

Full Changelog: cahamilton/stylelint-config-property-sort-order-smacss@v11.0.0...v11.1.0

v11.0.0

What's Changed

Full Changelog: cahamilton/stylelint-config-property-sort-order-smacss@v10.0.0...v11.0.0

v10.0.0

What's Changed

Full Changelog: cahamilton/stylelint-config-property-sort-order-smacss@v9.1.0...v10.0.0

Changelog

Sourced from stylelint-config-property-sort-order-smacss's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

v11.1.0

  • Add missing secondary options

Full Changelog

v11.0.0

  • Adds support for Stylelint v17
  • Remove Stylelint support for versions <16.18.0
  • Remove Node v18 support (EOL)
  • Converts codebase to ESM (requirement for Stylelint v17) and TypeScript

Full Changelog

v10.0.0

  • Adds support for Stylelint v16
  • Remove Node v14 and v16 support (EOL)
  • Set minimum Node version required for Stylelint v16 in engines field

Full Changelog

Commits
Maintainer changes

This version was pushed to npm by cahamilton, a new releaser for stylelint-config-property-sort-order-smacss since your current version.


Updates stylelint-config-sass-guidelines from 10.0.0 to 13.0.0

Release notes

Sourced from stylelint-config-sass-guidelines's releases.

v13.0.0

Changed

  • Bumped stylelint from 16.9.0 to 17.1.0
  • Bumped stylelint-scss from 6.6.0 to 7.0.0
  • Bumped @​stylistic/stylelint-plugin from 3.0.1 to 5.0.1
  • Updated minimum node version to 20.19.0
  • Updated "@​stylistic/function-parentheses-space-inside": "never" to "@​stylistic/function-parentheses-space-inside": "never-single-line" for better support with prettier

v12.1.0

Changed

  • Bumped @​stylistic/stylelint-plugin from 2.1.2 to 3.0.1
  • Bumped stylelint from 16.6.1 to 16.9.0
  • Bumped postcss from 8.4.39 to 8.4.45
  • Bumped stylelint-scss from 6.4.1 to 6.6.0

v12.0.0

Full list of changes can be viewed here

Added

  • Added the following stylistic rules back that were removed in v10 thanks to the @​stylistic/stylelint-plugin
    • @stylistic/block-opening-brace-space-before
    • @stylistic/color-hex-case
    • @stylistic/declaration-bang-space-after
    • @stylistic/declaration-bang-space-before
    • @stylistic/declaration-block-semicolon-newline-after
    • @stylistic/declaration-block-semicolon-space-before
    • @stylistic/declaration-block-trailing-semicolon
    • @stylistic/declaration-colon-space-after
    • @stylistic/declaration-colon-space-before
    • @stylistic/function-comma-space-after
    • @stylistic/function-parentheses-space-inside
    • @stylistic/indentation
    • @stylistic/media-feature-parentheses-space-inside
    • @stylistic/no-missing-end-of-source-newline
    • @stylistic/number-leading-zero
    • @stylistic/number-no-trailing-zeros
    • @stylistic/selector-list-comma-newline-after
    • @stylistic/string-quotes

v11.1.0

Changed

  • Replaced deprecated scss/at-import-partial-extension-blacklist with scss/at-import-partial-extension-disallowed-list rule. PR
  • Modernized unit test to use node:test. PR
  • Minor depedency updates

Full list of changes: bjankord/stylelint-config-sass-guidelines@v11.0.0...v11.1.0

v11.0.0

Changed

  • Updated package to be compatible with stylelint v16
  • Replaced deprecated "scss/at-import-no-partial-leading-underscore": true rule with new "scss/load-no-partial-leading-underscore": true rule

... (truncated)

Changelog

Sourced from stylelint-config-sass-guidelines's changelog.

[13.0.0]

Full list of changes can be viewed here

Changed

  • Bumped stylelint from 16.9.0 to 17.1.0
  • Bumped stylelint-scss from 6.6.0 to 7.0.0
  • Bumped @​stylistic/stylelint-plugin from 3.0.1 to 5.0.1
  • Updated minimum node version to 20.19.0
  • Updated "@​stylistic/function-parentheses-space-inside": "never" to "@​stylistic/function-parentheses-space-inside": "never-single-line" for better support with prettier

[12.1.0]

Full list of changes can be viewed here

Changed

  • Bumped @​stylistic/stylelint-plugin from 2.1.2 to 3.0.1
  • Bumped stylelint from 16.6.1 to 16.9.0
  • Bumped postcss from 8.4.39 to 8.4.45
  • Bumped stylelint-scss from 6.4.1 to 6.6.0

[12.0.0]

Full list of changes can be viewed here

Added

  • Added the following stylistic rules back that were removed in v10 thanks to the @​stylistic/stylelint-plugin
    • @stylistic/block-opening-brace-space-before
    • @stylistic/color-hex-case
    • @stylistic/declaration-bang-space-after
    • @stylistic/declaration-bang-space-before
    • @stylistic/declaration-block-semicolon-newline-after
    • @stylistic/declaration-block-semicolon-space-before
    • @stylistic/declaration-block-trailing-semicolon
    • @stylistic/declaration-colon-space-after
    • @stylistic/declaration-colon-space-before
    • @stylistic/function-comma-space-after
    • @stylistic/function-parentheses-space-inside
    • @stylistic/indentation
    • @stylistic/media-feature-parentheses-space-inside
    • @stylistic/no-missing-end-of-source-newline
    • @stylistic/number-leading-zero
    • @stylistic/number-no-trailing-zeros
    • @stylistic/selector-list-comma-newline-after
    • @stylistic/string-quotes

[11.1.0]

Full list of changes can be viewed here

Changed

  • Replaced deprecated scss/at-import-partial-extension-blacklist with scss/at-import-partial-extension-disallowed-list rule. PR
  • Modernized unit test to use node:test. PR
  • Minor dependency updates

[11.0.0]

Changed

  • Updated package to be compatible with stylelint v16

... (truncated)

Commits

Updates stylelint-config-standard from 34.0.0 to 40.0.0

Release notes

Sourced from stylelint-config-standard's releases.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

38.0.0

  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@16.0.0.
  • Added: color-function-alias-notation: "without-alpha" rule.
  • Added: container-name-pattern (kebab-case with optional -- prefix) rule.
  • Added: layer-name-pattern (kebab-case) rule.

37.0.0

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

Changelog

Sourced from stylelint-config-standard's changelog.

40.0.0

  • Removed: stylelint less than 17.0.0 from peer dependencies.
  • Removed: support for Node.js less than 20.19.0.
  • Changed: updated to stylelint-config-recommended@18.0.0.
  • Changed: module type to ESM.

39.0.1

  • Fixed: layer-name-pattern false positives for dot notation.

39.0.0

38.0.0

  • Removed: stylelint less than 16.18.0 from peer dependencies.
  • Changed: updated to stylelint-config-recommended@16.0.0.
  • Added: color-function-alias-notation: "without-alpha" rule.
  • Added: container-name-pattern (kebab-case with optional -- prefix) rule.
  • Added: layer-name-pattern (kebab-case) rule.

37.0.0

36.0.1

  • Fixed: missing funding field in package.json.

36.0.0

  • Removed: stylelint less than 16.1.0 from peer dependencies.
  • Added: lightness-notation: "percentage" rule.

35.0.0

Commits
  • fbbe7b8 Release 40.0.0 (#386)
  • e6368f9 Prepare 40.0.0 (#381)
  • 481e21c Bump the dev-deps group with 3 updates (#382)
  • 696689d Bump stylelint/.github/.github/workflows/call-release-pr.yml from 0.3.1 to 0....
  • 5d46c0f Bump stylelint/.github/.github/workflows/call-lint.yml from 0.3.1 to 0.5.0 (#...
  • f888c90 Bump stylelint/.github/.github/workflows/call-test.yml from 0.3.1 to 0.5.0 (#...
  • 066dda1 Fix vulnerable dependencies via npm audit fix (#378)
  • b6e6aec Bump js-yaml from 4.1.0 to 4.1.1 (#379)
  • 63bb8dd Bump mdast-util-to-hast from 13.1.0 to 13.2.1 (#380)
  • 0cc790a Bump the dev-deps group with 2 updates (#377)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for stylelint-config-standard since your current version.

Install script changes

This version modifies prepare script that runs during installation. Review the package contents before updating.


Updates stylelint-config-standard-scss from 11.1.0 to 17.0.0

Release notes

Sourced from stylelint-config-standard-scss's releases.

17.0.0

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

14.0.0

13.1.0

  • Changed: scss/dollar-variable-colon-space-after from always to always-single-line to be compatible with the default formatting of Prettier.

13.0.0

12.0.0

Changelog

Sourced from stylelint-config-standard-scss's changelog.

17.0.0

16.0.0

15.0.1

  • Fixed: change minimum supported Node.js version to 20.

15.0.0

14.0.0

13.1.0

  • Changed: scss/dollar-variable-colon-space-after from always to always-single-line to be compatible with the default formatting of Prettier.

13.0.0

12.0.0

Commits

Updates stylelint-scss from 5.3.1 to 7.2.0

Release notes

Sourced from stylelint-scss's releases.

7.2.0

  • Added: dollar-variable-no-missing-interpolation autofix for Sass functions in custom properties (#1287).
  • Added: declaration-property-value-no-unknown support for namespaced functions (#1289).
  • Updated: at-rule-conditional-no-parentheses improve autofix (#1286).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.1...v7.2.0

7.1.1

  • Fixed: operator-no-unspaced CJS/ESM interop for postcss-media-query-parser import for Bun compatibility (#1260).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.0...v7.1.1

7.1.0

  • Added: support for postcss-scss in declaration-nested-properties rule (#1265).
  • Added: support for postcss-scss in declaration-nested-properties-no-divided-groups rule (#1263).
  • Updated: declaration-property-value-no-unknown rule to be in sync with the latest stylelint version (#1280).
  • Updated: refactor parseNestedPropRoot utility for performance and clarity (#1266).

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

7.0.0

  • Removed: support for Node.js less than 20.19.0 (#1221)
  • Removed: deprecated rules (#1220):
    • at-import-no-partial-leading-underscore
    • at-import-partial-extension-blacklist
    • at-import-partial-extension-whitelist
    • at-import-partial-extension
  • Changed: to ES Modules (#931)
  • Added: stylelint@^17.0.0 to peer dependency (#1222)
  • Added: selector-class-pattern rule (#1219)

Full Changelog: stylelint-scss/stylelint-scss@v6.14.0...v7.0.0

6.14.0

  • 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

6.13.0

  • 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

... (truncated)

Changelog

Sourced from stylelint-scss's changelog.

7.2.0

  • Added: dollar-variable-no-missing-interpolation autofix for Sass functions in custom properties (#1287).
  • Added: declaration-property-value-no-unknown support for namespaced functions (#1289).
  • Updated: at-rule-conditional-no-parentheses improve autofix (#1286).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.1...v7.2.0

7.1.1

  • Fixed: operator-no-unspaced CJS/ESM interop for postcss-media-query-parser import for Bun compatibility (#1260).

Full Changelog: stylelint-scss/stylelint-scss@v7.1.0...v7.1.1

7.1.0

  • Added: support for postcss-scss in declaration-nested-properties rule (#1265).
  • Added: support for postcss-scss in declaration-nested-properties-no-divided-groups rule (#1263).
  • Updated: declaration-property-value-no-unknown rule to be in sync with the latest stylelint version (#1280).
  • Updated: refactor parseNestedPropRoot utility for performance and clarity (#1266).

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

7.0.0

  • Removed: support for Node.js less than 20.19.0 (#1221)
  • Removed: deprecated rules (#1220):
    • at-import-no-partial-leading-underscore
    • at-import-partial-extension-blacklist
    • at-import-partial-extension-whitelist
    • at-import-partial-extension
  • Changed: to ES Modules (#931)
  • Added: stylelint@^17.0.0 to peer dependency (#1222)
  • Added: selector-class-pattern rule (#1219)

Full Changelog: stylelint-scss/stylelint-scss@v6.14.0...v7.0.0

6.14.0

  • 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 inte...

    Description has been truncated

…ty-sort-order-smacss, stylelint-config-sass-guidelines, stylelint-config-standard, stylelint-config-standard-scss and stylelint-scss

Removes [brace-expansion](https://github.com/juliangruber/brace-expansion). It's no longer used after updating ancestor dependencies [brace-expansion](https://github.com/juliangruber/brace-expansion), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-property-sort-order-smacss](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss), [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss). These dependencies need to be updated together.


Removes `brace-expansion`

Updates `stylelint` from 15.11.0 to 17.14.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.11.0...17.14.1)

Updates `stylelint-config-property-sort-order-smacss` from 9.1.0 to 11.2.0
- [Release notes](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/releases)
- [Changelog](https://github.com/cahamilton/stylelint-config-property-sort-order-smacss/blob/master/CHANGELOG.md)
- [Commits](cahamilton/stylelint-config-property-sort-order-smacss@v9.1.0...v.11.2.0)

Updates `stylelint-config-sass-guidelines` from 10.0.0 to 13.0.0
- [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases)
- [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md)
- [Commits](bjankord/stylelint-config-sass-guidelines@v10.0.0...v13.0.0)

Updates `stylelint-config-standard` from 34.0.0 to 40.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@34.0.0...40.0.0)

Updates `stylelint-config-standard-scss` from 11.1.0 to 17.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-config-standard-scss@v11.1.0...v17.0.0)

Updates `stylelint-scss` from 5.3.1 to 7.2.0
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](stylelint-scss/stylelint-scss@v5.3.1...v7.2.0)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version:
  dependency-type: indirect
- dependency-name: stylelint
  dependency-version: 17.14.1
  dependency-type: direct:development
- dependency-name: stylelint-config-property-sort-order-smacss
  dependency-version: 11.2.0
  dependency-type: direct:development
- dependency-name: stylelint-config-sass-guidelines
  dependency-version: 13.0.0
  dependency-type: direct:development
- dependency-name: stylelint-config-standard
  dependency-version: 40.0.0
  dependency-type: direct:development
- dependency-name: stylelint-config-standard-scss
  dependency-version: 17.0.0
  dependency-type: direct:development
- dependency-name: stylelint-scss
  dependency-version: 7.2.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 21, 2026
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants