From daa7733d21720193d65fc7749c77168a9f2b6fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 13:32:29 +0000 Subject: [PATCH] Bump stylelint-config-sass-guidelines from 11.1.0 to 12.1.0 Bumps [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) from 11.1.0 to 12.1.0. - [Release notes](https://github.com/bjankord/stylelint-config-sass-guidelines/releases) - [Changelog](https://github.com/bjankord/stylelint-config-sass-guidelines/blob/main/CHANGELOG.md) - [Commits](https://github.com/bjankord/stylelint-config-sass-guidelines/compare/v11.1.0...v12.1.0) --- updated-dependencies: - dependency-name: stylelint-config-sass-guidelines dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 37 +++++++++++++++++++++++++++++++++---- package.json | 2 +- 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7dda26c0..ba8b526c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68,7 +68,7 @@ "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "stylelint": "^16.9.0", - "stylelint-config-sass-guidelines": "^11.1.0", + "stylelint-config-sass-guidelines": "^12.1.0", "stylelint-order": "^6.0.4", "stylelint-webpack-plugin": "^5.0.1", "url-loader": "^4.1.1", @@ -3860,6 +3860,28 @@ "@sinonjs/commons": "^3.0.0" } }, + "node_modules/@stylistic/stylelint-plugin": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@stylistic/stylelint-plugin/-/stylelint-plugin-3.1.1.tgz", + "integrity": "sha512-XagAHHIa528EvyGybv8EEYGK5zrVW74cHpsjhtovVATbhDRuJYfE+X4HCaAieW9lCkwbX6L+X0I4CiUG3w/hFw==", + "dev": true, + "dependencies": { + "@csstools/css-parser-algorithms": "^3.0.1", + "@csstools/css-tokenizer": "^3.0.1", + "@csstools/media-query-list-parser": "^3.0.1", + "is-plain-object": "^5.0.0", + "postcss-selector-parser": "^6.1.2", + "postcss-value-parser": "^4.2.0", + "style-search": "^0.1.0", + "stylelint": "^16.8.2" + }, + "engines": { + "node": "^18.12 || >=20.9" + }, + "peerDependencies": { + "stylelint": "^16.8.0" + } + }, "node_modules/@tannin/compile": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@tannin/compile/-/compile-1.1.0.tgz", @@ -17034,6 +17056,12 @@ "webpack": "^5.27.0" } }, + "node_modules/style-search": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", + "dev": true + }, "node_modules/stylelint": { "version": "16.9.0", "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.9.0.tgz", @@ -17098,11 +17126,12 @@ } }, "node_modules/stylelint-config-sass-guidelines": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-11.1.0.tgz", - "integrity": "sha512-mVE3UmN8MlshK4Gb3eYk6f8tw9DkQ9yjMF4W9krlmpaNZpSXOdh13AL0sU7l/9l4Pnpt4KMobNNIRI0tJl56Cw==", + "version": "12.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-sass-guidelines/-/stylelint-config-sass-guidelines-12.1.0.tgz", + "integrity": "sha512-NTxEtVT6uNSqRvq+A3ScyKhjUrY/Z845TnpWEwnMgIPZ/+/Waa4+51r6OPuQRMu4XZS3D8DK1UaT4TWFBvuuAw==", "dev": true, "dependencies": { + "@stylistic/stylelint-plugin": "^3.0.1", "postcss-scss": "^4.0.9", "stylelint-scss": "^6.2.1" }, diff --git a/package.json b/package.json index 1368faa7..4905cde2 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "sass-loader": "^16.0.2", "style-loader": "^4.0.0", "stylelint": "^16.9.0", - "stylelint-config-sass-guidelines": "^11.1.0", + "stylelint-config-sass-guidelines": "^12.1.0", "stylelint-order": "^6.0.4", "stylelint-webpack-plugin": "^5.0.1", "url-loader": "^4.1.1",