From 54aaabb8cb1e0fe11732d90d7fffd2d5faa16cb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:52:45 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint-scss from 7.1.0 to 7.1.1 (#1888) Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 7.1.0 to 7.1.1.
Release notes

Sourced from stylelint-scss's releases.

7.1.1

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

Changelog

Sourced from stylelint-scss's changelog.

7.1.1

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

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-scss&package-manager=npm_and_yarn&previous-version=7.1.0&new-version=7.1.1)](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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 69f777da..cc4fc358 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.1.0", + "stylelint-scss": "^7.1.1", "typescript": "^6.0.3", "typescript-eslint": "^8.59.2", "uuid": "^14.0.0", @@ -13977,9 +13977,9 @@ } }, "node_modules/stylelint-scss": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.1.0.tgz", - "integrity": "sha512-ByiA9umUGQ8rJXi0cWpnKoGwuco7rWJRLs8XvpKNPBiafQPH8inWVWZkg/AMgkwhqApaMu0tLY8qnmA9gAWn8A==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-7.1.1.tgz", + "integrity": "sha512-pLPXJZ7RtAFNLXe8gqarf3B56ScVTd1vPiL9IFgcJkIZsYPzAgLJPh2h9NHrp3BFeKrtAkIgwQ08QSmhvlv1gA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 509247aa..08ce7233 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.1.0", + "stylelint-scss": "^7.1.1", "typescript": "^6.0.3", "typescript-eslint": "^8.59.2", "uuid": "^14.0.0",