From 8ac1bdee8fd826be7fcb2f9de03672c62ddef295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Dec 2023 18:49:29 +0200 Subject: Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap (#39527) * Build(deps-dev): Bump stylelint and stylelint-config-twbs-bootstrap Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-twbs-bootstrap](https://github.com/twbs/stylelint-config-twbs-bootstrap). These dependencies needed to be updated together. 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-twbs-bootstrap` from 12.0.0 to 13.0.0 - [Release notes](https://github.com/twbs/stylelint-config-twbs-bootstrap/releases) - [Commits](https://github.com/twbs/stylelint-config-twbs-bootstrap/compare/v12.0.0...v13.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-major - dependency-name: stylelint-config-twbs-bootstrap dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update _utilities.test.scss * Update blog.css * Update blog.rtl.css --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- scss/tests/mixins/_utilities.test.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/tests') diff --git a/scss/tests/mixins/_utilities.test.scss b/scss/tests/mixins/_utilities.test.scss index 63fcae3af..8140ac47c 100644 --- a/scss/tests/mixins/_utilities.test.scss +++ b/scss/tests/mixins/_utilities.test.scss @@ -258,7 +258,7 @@ $enable-important-utilities: false; .desaturated-color-blue { --bs-color-opacity: 1; // Sass compilation will put a leading zero so we want to keep that one - // stylelint-disable-next-line stylistic/number-leading-zero + // stylelint-disable-next-line @stylistic/number-leading-zero --bs-color-saturation: 0.25; color: hsla(192deg, var(--bs-color-saturation), 0, var(--bs-color-opacity)); } -- cgit v1.2.3