Skip to content

Commit

Permalink
Bump stylelint and stylelint-config-standard (#886)
Browse files Browse the repository at this point in the history
* Bump stylelint and stylelint-config-standard

Bumps [stylelint](https://github.com/stylelint/stylelint) and [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard). These dependencies needed to be updated together.

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

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](stylelint/stylelint-config-standard@34.0.0...36.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* remove deprecated stylelint rules from config

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Kretschmann <[email protected]>
  • Loading branch information
dependabot[bot] and kremalicious authored Jan 26, 2024
1 parent 025ef47 commit b375518
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 508 deletions.
2 changes: 0 additions & 2 deletions .config/.stylelintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"keyframes-name-pattern": null,
"custom-property-pattern": null,
"selector-id-pattern": null,
"declaration-colon-newline-after": null,
"value-list-comma-newline-after": null,
"media-feature-range-notation": "prefix"
}
}
Loading

1 comment on commit b375518

@vercel
Copy link

@vercel vercel bot commented on b375518 Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-kremalicious.vercel.app
kremalicious.vercel.app
blog-kremalicious.vercel.app

Please sign in to comment.