From 3787fdd3acda4be5ff808107b7a1f6e36e78e41c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 07:46:29 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.17.0 to 16.18.0 in the npm group Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.17.0 to 16.18.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.17.0...16.18.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.18.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 27825320..b8fa3b7c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lintfix": "stylelint --fix assets/**/*.scss" }, "devDependencies": { - "stylelint": "16.17.0", + "stylelint": "16.18.0", "stylelint-config-recess-order": "6.0.0", "stylelint-config-recommended-scss": "14.1.0", "stylelint-scss": "6.11.1" diff --git a/yarn.lock b/yarn.lock index 22c0db87..da25ff4a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -740,10 +740,10 @@ stylelint-scss@6.11.1, stylelint-scss@^6.4.0: postcss-selector-parser "^7.1.0" postcss-value-parser "^4.2.0" -stylelint@16.17.0: - version "16.17.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.17.0.tgz#12f31389283883d8d15bb5c019830af8176998a1" - integrity sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw== +stylelint@16.18.0: + version "16.18.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.18.0.tgz#8e992c3a7af1b2ebf7ea5ccf26c2415adbea64b4" + integrity sha512-OXb68qzesv7J70BSbFwfK3yTVLEVXiQ/ro6wUE4UrSbKCMjLLA02S8Qq3LC01DxKyVjk7z8xh35aB4JzO3/sNA== dependencies: "@csstools/css-parser-algorithms" "^3.0.4" "@csstools/css-tokenizer" "^3.0.3"