From a5b0362091a871231c1adc07f5232ad92a44f193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:52:30 +0000 Subject: [PATCH] node(deps-dev): bump stylelint-config-recommended from 17.0.0 to 18.0.0 Bumps [stylelint-config-recommended](https://github.com/stylelint/stylelint-config-recommended) from 17.0.0 to 18.0.0. - [Release notes](https://github.com/stylelint/stylelint-config-recommended/releases) - [Changelog](https://github.com/stylelint/stylelint-config-recommended/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-recommended/compare/17.0.0...18.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recommended dependency-version: 18.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c56cf0..5148426 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "sass": "^1.99.0", "sass-loader": "^16.0.8", "stylelint": "^16.26.1", - "stylelint-config-recommended": "^17.0.0", + "stylelint-config-recommended": "^18.0.0", "stylelint-config-standard-scss": "^16.0.0", "stylelint-scss": "^6.14.0", "tom-select": "^2.6.1",