From a40b7cba03cf6adfc477366763017a361bd37f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 21:22:26 +0000 Subject: [PATCH] build(deps-dev): bump the stylelint group with 3 updates Bumps the stylelint group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty). Updates `stylelint` from 15.11.0 to 16.0.2 - [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/15.11.0...16.0.2) Updates `stylelint-config-standard` from 34.0.0 to 35.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/34.0.0...35.0.0) Updates `stylelint-formatter-pretty` from 3.2.1 to 4.0.0 - [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases) - [Commits](https://github.com/mrcgrtz/stylelint-formatter-pretty/compare/v3.2.1...v4.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-config-standard dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-formatter-pretty dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5fd1b5f..74e6f5a 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,10 @@ "jed": "1.1.1", "qunit": "2.20.0", "sass": "1.69.5", - "stylelint": "15.11.0", - "stylelint-config-standard": "34.0.0", + "stylelint": "16.0.2", + "stylelint-config-standard": "35.0.0", "stylelint-config-standard-scss": "11.1.0", - "stylelint-formatter-pretty": "3.2.1" + "stylelint-formatter-pretty": "4.0.0" }, "dependencies": { "@patternfly/patternfly": "5.1.0",