From 5b951adb31f2d64f7b01824a5a82236cbb4533b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:10:43 -0500 Subject: [PATCH] chore(deps-dev): bump stylelint-config-recess-order from 4.6.0 to 5.0.0 (#807) Bumps [stylelint-config-recess-order](https://github.com/stormwarning/stylelint-config-recess-order) from 4.6.0 to 5.0.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/v4.6.0...v5.0.0) --- updated-dependencies: - dependency-name: stylelint-config-recess-order dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index ebc65467a..c76e4cdf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "husky": "^9.0.11", "standard-version": "^9.5.0", "stylelint": "^16.2.1", - "stylelint-config-recess-order": "^4.6.0", + "stylelint-config-recess-order": "^5.0.0", "stylelint-config-wikimedia": "0.16.1", "stylelint-order": "^6.0.3", "svgo": "3.2.0" @@ -5913,15 +5913,15 @@ } }, "node_modules/stylelint-config-recess-order": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-4.6.0.tgz", - "integrity": "sha512-V76fhv3YtcNXh/hyAuAdSzi5FmcrG54Mp2AThJ3D/PTMTSYzUPd7GIhP6z9mTqnRhmkk6YTfcu/JWB8h+Yrcaw==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recess-order/-/stylelint-config-recess-order-5.0.0.tgz", + "integrity": "sha512-D+/Got844O96No2mj/H2NhLjj555iKAy/Mea+JCerfKB9TBKQW3/IudSVkTCxE4QiRDLldfH15x6FH1D1Anjhw==", "dev": true, "dependencies": { - "stylelint-order": "6.x" + "stylelint-order": "^6.0.4" }, "peerDependencies": { - "stylelint": ">=15" + "stylelint": ">=16" } }, "node_modules/stylelint-config-wikimedia": { diff --git a/package.json b/package.json index cdadd7991..bd3cd3a35 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "husky": "^9.0.11", "standard-version": "^9.5.0", "stylelint": "^16.2.1", - "stylelint-config-recess-order": "^4.6.0", + "stylelint-config-recess-order": "^5.0.0", "stylelint-config-wikimedia": "0.16.1", "stylelint-order": "^6.0.3", "svgo": "3.2.0"