From c6e699e04ecc011ea3f51a6f4796f73ff4e42a82 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 3 Dec 2024 09:31:28 +0100 Subject: [PATCH 1/2] stylelint: Update deprecated at-import-partial-extension It is spelled "load-partial-extension" now. https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases/tag/v14.1.0 --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stylelintrc.json b/.stylelintrc.json index 762bf194..e5f48cdb 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -23,7 +23,7 @@ "no-descending-specificity": null, "no-duplicate-selectors": null, "scss/at-extend-no-missing-placeholder": null, - "scss/at-import-partial-extension": null, + "scss/load-partial-extension": null, "scss/at-import-no-partial-leading-underscore": null, "scss/load-no-partial-leading-underscore": null, "scss/at-mixin-pattern": null, From 6877be7b10d930cc5a8c57ebff4cb8323a80efa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 07:36:55 +0000 Subject: [PATCH 2/2] 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 16.10.0 to 16.11.0 - [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.10.0...16.11.0) Updates `stylelint-config-standard-scss` from 13.1.0 to 14.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/v13.1.0...v14.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-scss dependency-type: direct:development update-type: version-update:semver-major dependency-group: stylelint ... Signed-off-by: dependabot[bot] --- node_modules | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules b/node_modules index 0586f6a1..b79afc21 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 0586f6a1021a0acde1245c409f0fa94d213d9de2 +Subproject commit b79afc21fc9f6e2331070af922a2f0d0e1f27958 diff --git a/package.json b/package.json index 00fd6ba0..50ee4e85 100644 --- a/package.json +++ b/package.json @@ -36,9 +36,9 @@ "jed": "1.1.1", "sass": "1.79.6", "sizzle": "2.3.10", - "stylelint": "16.10.0", + "stylelint": "16.11.0", "stylelint-config-recommended-scss": "14.0.0", - "stylelint-config-standard-scss": "13.1.0", + "stylelint-config-standard-scss": "14.0.0", "stylelint-formatter-pretty": "4.0.1", "stylelint-use-logical-spec": "5.0.1" },