From c05dc45f9e35bfbf3defad34f4d8b68cf5539b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:26:30 +0000 Subject: [PATCH] build(deps-dev): bump the stylelint group with 2 updates Bumps the stylelint group with 2 updates: [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) and [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). Updates `stylelint-config-recommended-scss` from 15.0.0 to 15.0.1 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.0...v15.0.1) Updates `stylelint-config-standard-scss` from 15.0.0 to 15.0.1 - [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v15.0.0...v15.0.1) --- updated-dependencies: - dependency-name: stylelint-config-recommended-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: stylelint - dependency-name: stylelint-config-standard-scss dependency-version: 15.0.1 dependency-type: direct:development update-type: version-update:semver-patch 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 cb76224..7bdbb69 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "qunit": "2.24.1", "sass": "1.79.6", "stylelint": "16.19.1", - "stylelint-config-recommended-scss": "15.0.0", + "stylelint-config-recommended-scss": "15.0.1", "stylelint-config-standard": "38.0.0", - "stylelint-config-standard-scss": "15.0.0", + "stylelint-config-standard-scss": "15.0.1", "stylelint-formatter-pretty": "4.0.1", "typescript": "5.8.3" },