From ad45c3e4d254a0fb25d99f2e1bc59a3aac056d97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:54:31 +0000 Subject: [PATCH] chore(deps-dev): bump the npm group with 3 updates Bumps the npm group with 3 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) and [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss). Updates `stylelint` from 16.23.0 to 16.23.1 - [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.23.0...16.23.1) Updates `stylelint-config-recess-order` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/stormwarning/stylelint-config-recess-order/releases) - [Changelog](https://github.com/stormwarning/stylelint-config-recess-order/blob/main/CHANGELOG.md) - [Commits](https://github.com/stormwarning/stylelint-config-recess-order/compare/v7.1.0...v7.2.0) Updates `stylelint-config-recommended-scss` from 15.0.1 to 16.0.0 - [Release notes](https://github.com/stylelint-scss/stylelint-config-recommended-scss/releases) - [Changelog](https://github.com/stylelint-scss/stylelint-config-recommended-scss/blob/master/CHANGELOG.md) - [Commits](https://github.com/stylelint-scss/stylelint-config-recommended-scss/compare/v15.0.1...v16.0.0) --- updated-dependencies: - dependency-name: stylelint dependency-version: 16.23.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: stylelint-config-recess-order dependency-version: 7.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: stylelint-config-recommended-scss dependency-version: 16.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- yarn.lock | 38 +++++++++++++++++++------------------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/package.json b/package.json index b942234a..7895308f 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ }, "devDependencies": { "prettier": "3.6.2", - "stylelint": "16.23.0", - "stylelint-config-recess-order": "7.1.0", + "stylelint": "16.23.1", + "stylelint-config-recess-order": "7.2.0", "stylelint-order": "7.0.0", - "stylelint-config-recommended-scss": "15.0.1", + "stylelint-config-recommended-scss": "16.0.0", "stylelint-scss": "6.12.1" }, "packageManager": "yarn@1.22.22" diff --git a/yarn.lock b/yarn.lock index 6081eba4..9ee4f3d0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -687,24 +687,24 @@ strip-ansi@^6.0.1: dependencies: ansi-regex "^5.0.1" -stylelint-config-recess-order@7.1.0: - version "7.1.0" - resolved "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-7.1.0.tgz" - integrity sha512-rFc4Z6SCGgEohr1khsmAZ83X56Tdi2dHY/GB7VT3qJkpKU1V2w+mYlK+b7Za5gpsxEng3jnb4FzWyIl/KTH0AQ== +stylelint-config-recess-order@7.2.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recess-order/-/stylelint-config-recess-order-7.2.0.tgz#226d5acff3a6408c499645e9b4bd005e723e1cae" + integrity sha512-3Y97dhsWkUHFKRLGNLF6LE5JuNB2EVAZKYJ41wBRK4gplYdk7eHhSIwE24hanu0AoNmv5534Djip70pE+y5qkA== -stylelint-config-recommended-scss@15.0.1: - version "15.0.1" - resolved "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-15.0.1.tgz" - integrity sha512-V24bxkNkFGggqPVJlP9iXaBabwSGEG7QTz+PyxrRtjPkcF+/NsWtB3tKYvFYEmczRkWiIEfuFMhGpJFj9Fxe6Q== +stylelint-config-recommended-scss@16.0.0: + version "16.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-16.0.0.tgz#475573f2fa3a806ce02f62655d56b2a56673ce78" + integrity sha512-Vh09MlGgKUwgHwuTQXPI6CbwMgXEUpjv+6EpVhZtHkGUJY7yFIoJby3Wcjd12rvdp6xOMdMIKU48Qu6KwZK+mw== dependencies: postcss-scss "^4.0.9" - stylelint-config-recommended "^16.0.0" - stylelint-scss "^6.12.0" + stylelint-config-recommended "^17.0.0" + stylelint-scss "^6.12.1" -stylelint-config-recommended@^16.0.0: - version "16.0.0" - resolved "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-16.0.0.tgz" - integrity sha512-4RSmPjQegF34wNcK1e1O3Uz91HN8P1aFdFzio90wNK9mjgAI19u5vsU868cVZboKzCaa5XbpvtTzAAGQAxpcXA== +stylelint-config-recommended@^17.0.0: + version "17.0.0" + resolved "https://registry.yarnpkg.com/stylelint-config-recommended/-/stylelint-config-recommended-17.0.0.tgz#4f77c70609b2d7093cc60bb48adfabdde434aa5d" + integrity sha512-WaMSdEiPfZTSFVoYmJbxorJfA610O0tlYuU2aEwY33UQhSPgFbClrVJYWvy3jGJx+XW37O+LyNLiZOEXhKhJmA== stylelint-order@7.0.0: version "7.0.0" @@ -714,7 +714,7 @@ stylelint-order@7.0.0: postcss "^8.5.3" postcss-sorting "^9.1.0" -stylelint-scss@6.12.1, stylelint-scss@^6.12.0: +stylelint-scss@6.12.1, stylelint-scss@^6.12.1: version "6.12.1" resolved "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-6.12.1.tgz" integrity sha512-UJUfBFIvXfly8WKIgmqfmkGKPilKB4L5j38JfsDd+OCg2GBdU0vGUV08Uw82tsRZzd4TbsUURVVNGeOhJVF7pA== @@ -728,10 +728,10 @@ stylelint-scss@6.12.1, stylelint-scss@^6.12.0: postcss-selector-parser "^7.1.0" postcss-value-parser "^4.2.0" -stylelint@16.23.0: - version "16.23.0" - resolved "https://registry.npmjs.org/stylelint/-/stylelint-16.23.0.tgz" - integrity sha512-69T5aS2LUY306ekt1Q1oaSPwz/jaG9HjyMix3UMrai1iEbuOafBe2Dh8xlyczrxFAy89qcKyZWWtc42XLx3Bbw== +stylelint@16.23.1: + version "16.23.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.23.1.tgz#e5f5ee173adf989db0855b825e66f9ccdde3c78a" + integrity sha512-dNvDTsKV1U2YtiUDfe9d2gp902veFeo3ecCWdGlmLm2WFrAV0+L5LoOj/qHSBABQwMsZPJwfC4bf39mQm1S5zw== dependencies: "@csstools/css-parser-algorithms" "^3.0.5" "@csstools/css-tokenizer" "^3.0.4"