diff options
| author | 2023-04-25 14:07:22 +0200 | |
|---|---|---|
| committer | 2023-04-25 14:07:22 +0200 | |
| commit | c846b5a5a0d2f974d175251d76b986c500fad4fb (patch) | |
| tree | 7e3ebe0afb837d427ef7ef5bc7c4116bc59040da /package.json | |
| parent | cc03cee746c158eb38e13758e378b2d1ace20629 (diff) | |
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
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": {} } |
