From d8c331e35dba6e1bcfb91d39b41b577f854cf296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:48:25 +0000 Subject: [PATCH] build(deps-dev): bump stylelint from 16.21.1 to 16.22.0 Bumps [stylelint](https://github.com/stylelint/stylelint) from 16.21.1 to 16.22.0. - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.21.1...16.22.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 dc8cc113..545092f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.7", "shx": "^0.4.0", - "stylelint": "^16.21.1", + "stylelint": "^16.22.0", "stylelint-config-standard-scss": "^15.0.1" }, "optionalDependencies": { @@ -16323,9 +16323,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": [ { @@ -16337,6 +16337,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 8069eb49..7565bf06 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "rimraf": "^6.0.1", "semantic-release": "^24.2.7", "shx": "^0.4.0", - "stylelint": "^16.21.1", + "stylelint": "^16.22.0", "stylelint-config-standard-scss": "^15.0.1" }, "optionalDependencies": {