Skip to content

Commit

Permalink
Chore: Upgrade stylelint-order to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning committed Feb 15, 2023
1 parent 8eac47c commit c734150
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 206 deletions.
7 changes: 7 additions & 0 deletions .changeset/dull-owls-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'stylelint-config-recess-order': major
---

Upgrade `stylelint-order` to v6

[`stylelint-order`](https://github.com/hudochenkov/stylelint-order/blob/master/CHANGELOG.md#600) dropped support for Node v12 and v14. A peerDependency of Stylelint at v15 has also been updated to match.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
version: 6

# https://github.com/actions/setup-node
- name: Setup Node.js 14.x
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
version: 6

# https://github.com/actions/setup-node
- name: Setup Node.js 14.x
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
cache: pnpm

- name: Install dependencies
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,22 +46,22 @@
]
},
"dependencies": {
"stylelint-order": "5.x"
"stylelint-order": "6.x"
},
"devDependencies": {
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@zazen/eslint-config": "6.2.1",
"ava": "5.1.0",
"eslint": "8.30.0",
"ava": "5.2.0",
"eslint": "8.34.0",
"esm": "3.2.25",
"husky": "8.0.2",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"prettier-plugin-packagejson": "2.3.0",
"stylelint": "14.16.0"
"husky": "8.0.3",
"lint-staged": "13.1.1",
"prettier": "2.8.4",
"prettier-plugin-packagejson": "2.4.3",
"stylelint": "15.1.0"
},
"peerDependencies": {
"stylelint": ">=14"
"stylelint": ">=15"
}
}

0 comments on commit c734150

Please sign in to comment.