build(deps-dev): bump the stylelint group with 4 updates

Bumps the stylelint group with 4 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-config-standard-scss](https://github.com/stylelint-scss/stylelint-config-standard-scss) and [stylelint-formatter-pretty](https://github.com/mrcgrtz/stylelint-formatter-pretty).


Updates `stylelint` from 15.11.0 to 16.2.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/15.11.0...16.2.1)

Updates `stylelint-config-standard` from 34.0.0 to 36.0.0
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/34.0.0...36.0.0)

Updates `stylelint-config-standard-scss` from 11.1.0 to 13.0.0
- [Release notes](https://github.com/stylelint-scss/stylelint-config-standard-scss/releases)
- [Changelog](https://github.com/stylelint-scss/stylelint-config-standard-scss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint-scss/stylelint-config-standard-scss/compare/v11.1.0...v13.0.0)

Updates `stylelint-formatter-pretty` from 3.2.1 to 4.0.0
- [Release notes](https://github.com/mrcgrtz/stylelint-formatter-pretty/releases)
- [Commits](https://github.com/mrcgrtz/stylelint-formatter-pretty/compare/v3.2.1...v4.0.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-config-standard-scss
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-formatter-pretty
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-07 20:59:10 +00:00 committed by Jelle van der Waa
parent 09c6e956ac
commit 93ba03c847

View file

@ -39,10 +39,10 @@
"jed": "1.1.1", "jed": "1.1.1",
"qunit": "2.20.0", "qunit": "2.20.0",
"sass": "1.70.0", "sass": "1.70.0",
"stylelint": "15.11.0", "stylelint": "16.2.1",
"stylelint-config-standard": "34.0.0", "stylelint-config-standard": "36.0.0",
"stylelint-config-standard-scss": "11.1.0", "stylelint-config-standard-scss": "13.0.0",
"stylelint-formatter-pretty": "3.2.1" "stylelint-formatter-pretty": "4.0.0"
}, },
"dependencies": { "dependencies": {
"@patternfly/patternfly": "5.2.0", "@patternfly/patternfly": "5.2.0",