deps(npm): bump stylelint-scss (#6607)

Bumps the stylelint group with 1 update in the /dependencies directory: [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss).


Updates `stylelint-scss` from 6.11.0 to 6.11.1
- [Release notes](https://github.com/stylelint-scss/stylelint-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-scss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-scss/compare/v6.11.0...v6.11.1)

---
updated-dependencies:
- dependency-name: stylelint-scss
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-02-24 17:39:32 +00:00 committed by GitHub
parent ffe769dfe9
commit 68b354c2cd
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
dependencies/package-lock.json generated vendored
View file

@ -51,7 +51,7 @@
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.11.0",
"stylelint-scss": "^6.11.1",
"textlint": "^14.4.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",
@ -19860,9 +19860,9 @@
}
},
"node_modules/stylelint-scss": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.0.tgz",
"integrity": "sha512-AvJ6LVzz2iXHxPlPTR9WVy73FC/vmohH54VySNlCKX1NIXNAeuzy/VbIkMJLMyw/xKYqkgY4kAgB+qy5BfCaCg==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.1.tgz",
"integrity": "sha512-e4rYo0UY+BIMtGeGanghrvHTjcryxgZbyFxUedp8dLFqC4P70aawNdYjRrQxbnKhu3BNr4+lt5e/53tcKXiwFA==",
"license": "MIT",
"dependencies": {
"css-tree": "^3.0.1",
@ -19871,7 +19871,7 @@
"mdn-data": "^2.15.0",
"postcss-media-query-parser": "^0.2.3",
"postcss-resolve-nested-selector": "^0.1.6",
"postcss-selector-parser": "^7.0.0",
"postcss-selector-parser": "^7.1.0",
"postcss-value-parser": "^4.2.0"
},
"engines": {

View file

@ -46,7 +46,7 @@
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.11.0",
"stylelint-scss": "^6.11.1",
"textlint": "^14.4.2",
"textlint-filter-rule-allowlist": "^4.0.0",
"textlint-filter-rule-comments": "^1.2.2",