Skip to content

Commit

Permalink
chore(deps-dev): Bump stylelint from 15.10.3 to 16.0.2 (#16391)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump stylelint from 15.10.3 to 16.0.2

Bumps [stylelint](https://github.com/stylelint/stylelint) from 15.10.3 to 16.0.2.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.3...16.0.2)

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

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

* align stylelint versions

* remove deprecated rules

* update yarn

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Belin <[email protected]>
  • Loading branch information
dependabot[bot] and atomrc authored Dec 21, 2023
1 parent a556b91 commit 5cc7211
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"customSyntax": "postcss-less",
"extends": ["stylelint-config-idiomatic-order", "stylelint-config-prettier"],
"extends": ["stylelint-config-idiomatic-order"],
"rules": {
"selector-type-no-unknown": [
true,
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@
"simple-git": "3.21.0",
"sinon": "17.0.1",
"style-loader": "^3.3.3",
"stylelint": "^15",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-prettier": "9.0.5",
"stylelint": "^16",
"stylelint-config-idiomatic-order": "10.0.0",
"svg-inline-loader": "0.8.2",
"terser-webpack-plugin": "5.3.9",
"text-encoding": "0.7.0",
Expand Down
Loading

0 comments on commit 5cc7211

Please sign in to comment.