From 98428523025e851bf6ad888f9fe8aab955d39b16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:56:27 +0000 Subject: [PATCH] chore(deps-dev): bump stylelint from 16.16.0 to 16.17.0 in the npm group Bumps the npm group with 1 update: [stylelint](https://github.com/stylelint/stylelint). Updates `stylelint` from 16.16.0 to 16.17.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.16.0...16.17.0) --- updated-dependencies: - dependency-name: stylelint 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 b80fbfbc..27825320 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "lintfix": "stylelint --fix assets/**/*.scss" }, "devDependencies": { - "stylelint": "16.16.0", + "stylelint": "16.17.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 7658ee77..22c0db87 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.16.0: - version "16.16.0" - resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.16.0.tgz#ebecf27becd277aaf752e75de324023a1e13e486" - integrity sha512-40X5UOb/0CEFnZVEHyN260HlSSUxPES+arrUphOumGWgXERHfwCD0kNBVILgQSij8iliYVwlc0V7M5bcLP9vPg== +stylelint@16.17.0: + version "16.17.0" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.17.0.tgz#12f31389283883d8d15bb5c019830af8176998a1" + integrity sha512-I9OwVIWRMqVm2Br5iTbrfSqGRPWQUlvm6oXO1xZuYYu0Gpduy67N8wXOZv15p6E/JdlZiAtQaIoLKZEWk5hrjw== dependencies: "@csstools/css-parser-algorithms" "^3.0.4" "@csstools/css-tokenizer" "^3.0.3"