Skip to content

Commit

Permalink
feat: support stylelint v14 (#61)
Browse files Browse the repository at this point in the history
* fix: update stylelint to 14 and stylelint-webpack-plugin to 2.3.0

* fix: peerDependencies

* ci: update

Co-authored-by: Ricardo Gobbo de Souza <ricardogobbosouza@yahoo.com.br>
  • Loading branch information
roelvanhintum and ricardogobbosouza committed Nov 30, 2021
1 parent 54b87e1 commit 17cfd39
Show file tree
Hide file tree
Showing 3 changed files with 11,083 additions and 10,692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
node: [10]
node: [12, 14]

steps:
- uses: actions/setup-node@v2
Expand All @@ -43,4 +43,4 @@ jobs:
run: yarn test

- name: Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"consola": "^2.15.3",
"stylelint-webpack-plugin": "^2.1.1"
"stylelint-webpack-plugin": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "latest",
Expand All @@ -34,7 +34,7 @@
"stylelint": "latest"
},
"peerDependencies": {
"stylelint": "^13.0.0"
"stylelint": "^13.0.0 || ^14.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 17cfd39

Please sign in to comment.