From ce0e6a48a2f97c8acc1b440c426c67d256f1f48f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 13:52:17 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint-scss from 7.2.0 to 7.3.0 (#2179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 7.2.0 to 7.3.0.
Release notes

Sourced from stylelint-scss's releases.

7.3.0

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v7.2.0...v7.3.0

Changelog

Sourced from stylelint-scss's changelog.

7.3.0

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v7.2.0...v7.3.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-scss&package-manager=npm_and_yarn&previous-version=7.2.0&new-version=7.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index ea537f22..2db65662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -105,7 +105,7 @@ "sass": "^1.104.1", "stylelint": "^17.15.0", "stylelint-config-recommended-scss": "^17.0.1", - "stylelint-scss": "^7.2.0", + "stylelint-scss": "^7.3.0", "typescript": "^6.0.3", "typescript-eslint": "^8.70.0", "uuid": "^14.0.2", @@ -7291,9 +7291,9 @@ } }, "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.1.0.tgz", + "integrity": "sha512-bUi/yjmtKYcRVUtWRGr0UA6xEFh2I6zWUwMrUXB3s7bmYCaZ8a+0ZsTRkrawh/mzlSD1Y0Ph8bp/U+TvBpWDNw==", "dev": true, "license": "MIT", "engines": { @@ -11878,22 +11878,22 @@ } }, "node_modules/stylelint-scss": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.2.0.tgz", - "integrity": "sha512-6E79Bachv0Iz0gqRUZgdqdXCsiq26DWBWIBNHYtjTmAp3wJu6cp/I37VfW7BPntmh2puF3bY09XWl4HZGrLhzw==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.3.0.tgz", + "integrity": "sha512-FBz075AUFoEJ1WQKsgsRr6EJKcjy7jxQjV8xsAqbPcnhNiXnJ7C489vqUyDZccBy1GorewlshERkaMuCyOKXaw==", "dev": true, "license": "MIT", "dependencies": { - "@csstools/css-calc": "^3.2.1", + "@csstools/css-calc": "^3.3.0", "@csstools/css-parser-algorithms": "^4.0.0", - "@csstools/css-syntax-patches-for-csstree": "^1.1.4", + "@csstools/css-syntax-patches-for-csstree": "^1.1.8", "@csstools/css-tokenizer": "^4.0.0", "css-tree": "^3.2.1", - "is-plain-object": "^5.0.0", + "is-plain-object": "^5.1.0", "known-css-properties": "^0.37.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", - "postcss-selector-parser": "^7.1.1", + "postcss-selector-parser": "^7.1.6", "postcss-value-parser": "^4.2.0" }, "engines": { diff --git a/package.json b/package.json index 7e5eac4d..3ca167ce 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "sass": "^1.104.1", "stylelint": "^17.15.0", "stylelint-config-recommended-scss": "^17.0.1", - "stylelint-scss": "^7.2.0", + "stylelint-scss": "^7.3.0", "typescript": "^6.0.3", "typescript-eslint": "^8.70.0", "uuid": "^14.0.2",