From 24445cc41107d878a8cc59bedce9fd6e6c3cbf73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 14:08:21 +0000 Subject: [PATCH] chore(deps-dev): Bump stylelint from 16.21.1 to 16.22.0 (#1287) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.1 to 16.22.0.
Release notes

Sourced from stylelint's releases.

16.22.0

It adds 3 rule features and fixes 2 bugs.

Changelog

Sourced from stylelint's changelog.

16.22.0 - 2025-07-18

It adds 3 rule features and fixes 2 bugs.

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=stylelint&package-manager=npm_and_yarn&previous-version=16.21.1&new-version=16.22.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 | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 25abdf7e..94b37874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -104,7 +104,7 @@ "postcss": "^8.5.6", "react-hot-loader": "^4.13.1", "sass": "^1.89.2", - "stylelint": "^16.21.1", + "stylelint": "^16.22.0", "stylelint-config-recommended-scss": "^15.0.1", "stylelint-scss": "^6.12.1", "typescript": "^5.8.3", @@ -12072,9 +12072,9 @@ } }, "node_modules/stylelint": { - "version": "16.21.1", - "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.21.1.tgz", - "integrity": "sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw==", + "version": "16.22.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.22.0.tgz", + "integrity": "sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w==", "dev": true, "funding": [ { @@ -12086,6 +12086,7 @@ "url": "https://github.com/sponsors/stylelint" } ], + "license": "MIT", "dependencies": { "@csstools/css-parser-algorithms": "^3.0.5", "@csstools/css-tokenizer": "^3.0.4", diff --git a/package.json b/package.json index 1229f866..122c63ce 100644 --- a/package.json +++ b/package.json @@ -135,7 +135,7 @@ "postcss": "^8.5.6", "react-hot-loader": "^4.13.1", "sass": "^1.89.2", - "stylelint": "^16.21.1", + "stylelint": "^16.22.0", "stylelint-config-recommended-scss": "^15.0.1", "stylelint-scss": "^6.12.1", "typescript": "^5.8.3",