From 4182fb91336abf12df298596b84372b8e7618e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jul 2025 11:18:37 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.21.1 to 16.22.0 in the npm group Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `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 dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f82eb134..f4e07a15 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lintfix": "stylelint --fix assets/**/*.scss" }, "devDependencies": { - "stylelint": "16.21.1", + "stylelint": "16.22.0", "stylelint-config-recess-order": "7.1.0", "stylelint-config-recommended-scss": "15.0.1", "stylelint-scss": "6.12.1" diff --git a/yarn.lock b/yarn.lock index bcc9c826..35aa4cc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -735,10 +735,10 @@ stylelint-scss@6.12.1, stylelint-scss@^6.12.0: postcss-selector-parser "^7.1.0" postcss-value-parser "^4.2.0" -stylelint@16.21.1: - version "16.21.1" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.21.1.tgz#1887cbea53c40ff2a0b3ff3912852ff16e1b696c" - integrity sha512-WCXdXnYK2tpCbebgMF0Bme3YZH/Rh/UXerj75twYo4uLULlcrLwFVdZTvTEF8idFnAcW21YUDJFyKOfaf6xJRw== +stylelint@16.22.0: + version "16.22.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.22.0.tgz#00020f4390a8625cf7f707820c1b6b538e4b0fa3" + integrity sha512-SVEMTdjKNV4ollUrIY9ordZ36zHv2/PHzPjfPMau370MlL2VYXeLgSNMMiEbLGRO8RmD2R8/BVUeF2DfnfkC0w== dependencies: "@csstools/css-parser-algorithms" "^3.0.5" "@csstools/css-tokenizer" "^3.0.4"