Skip to content

Commit

Permalink
build(deps-dev): bump stylelint and stylelint-config-standard (#507)
Browse files Browse the repository at this point in the history
* build(deps-dev): 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 14.16.1 to 15.6.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...15.6.1)

Updates `stylelint-config-standard` from 29.0.0 to 33.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@29.0.0...33.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]>

* build: update styles to latest rules

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michaël Vanderheyden <[email protected]>
  • Loading branch information
dependabot[bot] and Th3S4mur41 authored May 5, 2023
1 parent 25417f2 commit 945f762
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 249 deletions.
6 changes: 3 additions & 3 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@

# Desktop

last 2 Chrome versions
last 2 Edge versions
last 3 Chrome versions
last 3 Edge versions
last 2 Firefox versions
Firefox ESR
last 2 Opera versions
last 2 Safari versions
last 2 Safari major versions

# Mobile

Expand Down
5 changes: 1 addition & 4 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"plugins": ["stylelint-use-logical-spec", "stylelint-order"],
"extends": ["stylelint-config-standard", "stylelint-config-property-sort-order-smacss", "stylelint-config-prettier"],
"extends": ["stylelint-config-standard", "stylelint-config-property-sort-order-smacss"],
"rules": {
"alpha-value-notation": "number",
"block-no-empty": true,
Expand All @@ -26,14 +26,11 @@
"function-calc-no-unspaced-operator": true,
"function-linear-gradient-no-nonstandard-direction": true,
"function-name-case": "lower",
"function-whitespace-after": "always",
"hue-degree-notation": "number",
"keyframe-declaration-no-important": true,
"length-zero-no-unit": true,
"liberty/use-logical-spec": "always",
"media-feature-name-no-unknown": true,
"media-feature-range-operator-space-after": "always",
"media-feature-range-operator-space-before": "always",
"no-empty-source": true,
"no-descending-specificity": true,
"no-invalid-double-slash-comments": true,
Expand Down
Loading

0 comments on commit 945f762

Please sign in to comment.