From 2684d9ca16a40526354fb12b497c67d2c30a687e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:51:57 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint-scss from 7.0.0 to 7.1.0 (#1885) Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 7.0.0 to 7.1.0.
Release notes

Sourced from stylelint-scss's releases.

7.1.0

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

Changelog

Sourced from stylelint-scss's changelog.

7.1.0

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v7.0.0...v7.1.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.0.0&new-version=7.1.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 | 15 +++++++++------ package.json | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d94874ed..1c31da57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "sass": "^1.99.0", "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", - "stylelint-scss": "^7.0.0", + "stylelint-scss": "^7.1.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.2", "uuid": "^14.0.0", @@ -13977,16 +13977,19 @@ } }, "node_modules/stylelint-scss": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.0.0.tgz", - "integrity": "sha512-H88kCC+6Vtzj76NsC8rv6x/LW8slBzIbyeSjsKVlS+4qaEJoDrcJR4L+8JdrR2ORdTscrBzYWiiT2jq6leYR1Q==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.1.0.tgz", + "integrity": "sha512-ByiA9umUGQ8rJXi0cWpnKoGwuco7rWJRLs8XvpKNPBiafQPH8inWVWZkg/AMgkwhqApaMu0tLY8qnmA9gAWn8A==", "dev": true, "license": "MIT", "dependencies": { - "css-tree": "^3.0.1", + "@csstools/css-calc": "^3.2.0", + "@csstools/css-parser-algorithms": "^4.0.0", + "@csstools/css-syntax-patches-for-csstree": "^1.1.3", + "@csstools/css-tokenizer": "^4.0.0", + "css-tree": "^3.2.1", "is-plain-object": "^5.0.0", "known-css-properties": "^0.37.0", - "mdn-data": "^2.25.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.6", "postcss-selector-parser": "^7.1.1", diff --git a/package.json b/package.json index ed1e040d..9f94697f 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "sass": "^1.99.0", "stylelint": "^17.11.0", "stylelint-config-recommended-scss": "^17.0.1", - "stylelint-scss": "^7.0.0", + "stylelint-scss": "^7.1.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.2", "uuid": "^14.0.0",