From 39a9f61866c78632f7439c017242b578b20c9888 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:28:36 +0000 Subject: [PATCH] Bump the stylelint group with 3 updates Bumps the stylelint group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty). Updates `stylelint` from 14.9.1 to 15.10.3 - [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/14.9.1...15.10.3) Updates `stylelint-config-standard-scss` from 5.0.0 to 11.0.0 - [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/v5.0.0...v11.0.0) Updates `stylelint-formatter-pretty` from 3.1.1 to 3.2.1 - [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases) - [Commits](https://github.com/mrcgrtz/stylelint-formatter-pretty/compare/v3.1.1...v3.2.1) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint - dependency-name: stylelint-config-standard-scss 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-minor dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- .stylelintrc.json | 1 + node_modules | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 352fbe6d7..48f8b834d 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -22,6 +22,7 @@ "indentation": null, "keyframes-name-pattern": null, "max-line-length": null, + "media-feature-range-notation": "prefix", "no-descending-specificity": null, "no-duplicate-selectors": null, "scss/at-extend-no-missing-placeholder": null, diff --git a/node_modules b/node_modules index d5909ae84..c5faf818f 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit d5909ae8410b516839d4ce9a2a288eeee6965f46 +Subproject commit c5faf818fc18b343d23537e3d7b1e4986cf33abe diff --git a/package.json b/package.json index b393e1acc..cfb91a64f 100644 --- a/package.json +++ b/package.json @@ -39,9 +39,9 @@ "jed": "1.1.1", "sass": "1.59.3", "sizzle": "2.3.3", - "stylelint": "14.9.1", - "stylelint-config-standard-scss": "5.0.0", - "stylelint-formatter-pretty": "3.1.1" + "stylelint": "15.10.3", + "stylelint-config-standard-scss": "11.0.0", + "stylelint-formatter-pretty": "3.2.1" }, "dependencies": { "@patternfly/patternfly": "5.0.4",