From 7fe39e548ad7661771a0734b183d2c422d1db7d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:44:18 +0000 Subject: [PATCH] Bump stylelint-scss from 6.10.1 to 6.11.0 (#1042) Bumps [stylelint-scss](https://github.com/stylelint-scss/stylelint-scss) from 6.10.1 to 6.11.0.
Release notes

Sourced from stylelint-scss's releases.

6.11.0

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.10.1...v6.11.0

Changelog

Sourced from stylelint-scss's changelog.

6.11.0

Full Changelog: https://github.com/stylelint-scss/stylelint-scss/compare/v6.10.1...v6.11.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint-scss&package-manager=npm_and_yarn&previous-version=6.10.1&new-version=6.11.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5158f7dd..7cdb2ef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -108,7 +108,7 @@ "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", - "stylelint-scss": "^6.10.1", + "stylelint-scss": "^6.11.0", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0", "uuid": "^11.0.5", @@ -12064,16 +12064,16 @@ } }, "node_modules/stylelint-scss": { - "version": "6.10.1", - "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.10.1.tgz", - "integrity": "sha512-CBqs0jecftIyhic6xba+4OvZUp4B0wNbX19w6Rq1fPo+lBDmTevk+olo8H7u/WQpTSDCDbBN4f3oocQurvXLTQ==", + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.11.0.tgz", + "integrity": "sha512-AvJ6LVzz2iXHxPlPTR9WVy73FC/vmohH54VySNlCKX1NIXNAeuzy/VbIkMJLMyw/xKYqkgY4kAgB+qy5BfCaCg==", "dev": true, "license": "MIT", "dependencies": { "css-tree": "^3.0.1", "is-plain-object": "^5.0.0", "known-css-properties": "^0.35.0", - "mdn-data": "^2.14.0", + "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", diff --git a/package.json b/package.json index c77c0d88..9ce2a17d 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "sass": "^1.83.4", "stylelint": "^16.14.1", "stylelint-config-recommended-scss": "^14.1.0", - "stylelint-scss": "^6.10.1", + "stylelint-scss": "^6.11.0", "typescript": "^5.7.3", "typescript-eslint": "^8.22.0", "uuid": "^11.0.5",