From 1b8ad1e7bbd750015d2e6a2cb14811c13c2fcc10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 21:50:17 +0000 Subject: [PATCH] build(deps-dev): bump the stylelint group with 2 updates Bumps the stylelint group with 2 updates: [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). 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) Updates `stylelint-config-standard` from 37.0.0 to 38.0.0 - [Release notes](https://github.com/stylelint/stylelint-config-standard/releases) - [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint-config-standard/compare/37.0.0...38.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.18.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: stylelint-config-standard dependency-version: 38.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fcadad5..aca6a50 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "jed": "1.1.1", "qunit": "2.24.1", "sass": "1.79.6", - "stylelint": "16.17.0", + "stylelint": "16.18.0", "stylelint-config-recommended-scss": "14.0.0", - "stylelint-config-standard": "37.0.0", + "stylelint-config-standard": "38.0.0", "stylelint-config-standard-scss": "14.0.0", "stylelint-formatter-pretty": "4.0.1", "typescript": "5.8.2"