From c846b5a5a0d2f974d175251d76b986c500fad4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Apr 2023 14:07:22 +0200 Subject: Bump yaml, stylelint, stylelint-config-recommended-scss and stylelint-order (#5336) Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor dependencies [yaml](https://github.com/eemeli/yaml), [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-recommended-scss](https://github.com/stylelint-scss/stylelint-config-recommended-scss) and [stylelint-order](https://github.com/hudochenkov/stylelint-order). These dependencies need to be updated together. Removes `yaml` Updates `stylelint` from 14.16.1 to 15.6.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/14.16.1...15.6.0) Updates `stylelint-config-recommended-scss` from 8.0.0 to 11.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/v8.0.0...v11.0.0) Updates `stylelint-order` from 5.0.0 to 6.0.3 - [Release notes](https://github.com/hudochenkov/stylelint-order/releases) - [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md) - [Commits](https://github.com/hudochenkov/stylelint-order/compare/5.0.0...6.0.3) --- updated-dependencies: - dependency-name: yaml dependency-type: indirect - dependency-name: stylelint dependency-type: direct:development - dependency-name: stylelint-config-recommended-scss dependency-type: direct:development - dependency-name: stylelint-order dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index bb8173e0d..4594f4268 100644 --- a/package.json +++ b/package.json @@ -41,9 +41,9 @@ "markdownlint-cli": "^0.31.1", "rtlcss": "^4.0.0", "sass": "^1.57.0", - "stylelint": "^14.16.1", - "stylelint-config-recommended-scss": "^8.0.0", - "stylelint-order": "^5.0.0" + "stylelint": "^15.6.0", + "stylelint-config-recommended-scss": "^11.0.0", + "stylelint-order": "^6.0.3" }, "rtlcssConfig": {} } -- cgit v1.2.3