Skip to content

Commit

Permalink
chore(deps-dev): bump the stylelint group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the stylelint group with 4 updates: [stylelint](https://github.com/stylelint/stylelint), [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard), [stylelint-order](https://github.com/hudochenkov/stylelint-order) and [stylelint-selector-bem-pattern](https://github.com/simonsmith/stylelint-selector-bem-pattern).

Updates `stylelint` from 14.16.1 to 16.3.1
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@14.16.1...16.3.1)

Updates `stylelint-config-standard` from 28.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](stylelint/stylelint-config-standard@28.0.0...36.0.0)

Updates `stylelint-order` from 5.0.0 to 6.0.4
- [Release notes](https://github.com/hudochenkov/stylelint-order/releases)
- [Changelog](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md)
- [Commits](hudochenkov/stylelint-order@5.0.0...6.0.4)

Updates `stylelint-selector-bem-pattern` from 2.1.1 to 4.0.0
- [Changelog](https://github.com/simonsmith/stylelint-selector-bem-pattern/blob/master/CHANGELOG.md)
- [Commits](https://github.com/simonsmith/stylelint-selector-bem-pattern/commits)

---
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-order
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
- dependency-name: stylelint-selector-bem-pattern
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: stylelint
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcobiedermann committed Apr 22, 2024
1 parent 7db756c commit 72b7a2c
Show file tree
Hide file tree
Showing 3 changed files with 1,056 additions and 1,164 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": ["stylelint-config-prettier", "stylelint-config-standard"],
"extends": ["stylelint-config-standard"],
"plugins": ["stylelint-selector-bem-pattern", "stylelint-order"],
"rules": {
"selector-class-pattern": null,
Expand Down
Loading

0 comments on commit 72b7a2c

Please sign in to comment.