From 80f216f0dde38a903fdbfda8d52de4a0ce212a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:20:21 +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-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss). Updates `stylelint` from 14.16.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.16.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) --- 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 ... Signed-off-by: dependabot[bot] --- .stylelintrc.json | 1 + node_modules | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 3 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 070077a25..69b48ca7a 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 070077a25df1550baee2b7cd16c206fb4db2f0b2 +Subproject commit 69b48ca7a5ab9d44fa9c2ea356a62bba487bd229 diff --git a/package.json b/package.json index 3890623f1..3cba1d85e 100644 --- a/package.json +++ b/package.json @@ -37,8 +37,8 @@ "jed": "1.1.1", "sass": "1.68.0", "sizzle": "2.3.10", - "stylelint": "14.16.1", - "stylelint-config-standard-scss": "5.0.0", + "stylelint": "15.10.3", + "stylelint-config-standard-scss": "11.0.0", "stylelint-formatter-pretty": "3.2.1" }, "dependencies": {