From 3b99e170e4098518526cf06bd9f3a184acf300f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:52:42 +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.12.0 to 16.13.1 - [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.12.0...16.13.1) Updates `stylelint-config-standard` from 36.0.1 to 37.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/36.0.1...37.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: stylelint - dependency-name: stylelint-config-standard 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 5531d89..c01af46 100644 --- a/package.json +++ b/package.json @@ -42,9 +42,9 @@ "jed": "1.1.1", "qunit": "2.23.1", "sass": "1.79.6", - "stylelint": "16.12.0", + "stylelint": "16.13.1", "stylelint-config-recommended-scss": "14.0.0", - "stylelint-config-standard": "36.0.1", + "stylelint-config-standard": "37.0.0", "stylelint-config-standard-scss": "14.0.0", "stylelint-formatter-pretty": "4.0.1", "typescript": "5.7.3"