Skip to content

Commit

Permalink
BREAKING CHANGE: Stylelint 16
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Dec 22, 2023
1 parent ce966d9 commit 08c1366
Show file tree
Hide file tree
Showing 3 changed files with 193 additions and 453 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,22 @@ jobs:
- name: Install npm dependencies
run: yarn install

- uses: actions/setup-node@v4
with:
node-version: 20

- name: Run tests
run: yarn test

- name: Run automated release process with semantic-release
if: github.ref_name == 'main'
uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: node --version

# - uses: actions/setup-node@v4
# with:
# node-version: 20

# - name: Run tests
# run: yarn test

# - name: Run automated release process with semantic-release
# if: github.ref_name == 'main'
# uses: cycjimmy/semantic-release-action@v3
# with:
# extra_plugins: |
# @semantic-release/changelog
# @semantic-release/git
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"test": "node --test"
},
"peerDependencies": {
"stylelint": "^15.10.0"
"stylelint": "^16.0.0"
},
"dependencies": {
"postcss": "^8.4.18",
"postcss-scss": "^4.0.5",
"stylelint-config-property-sort-order-smacss": "^9.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-scss": "^5.0.0"
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard": "^35.0.0",
"stylelint-scss": "^6.0.0"
},
"devDependencies": {
"stylelint": "^15.10.0"
"stylelint": "^16.0.0"
}
}
Loading

0 comments on commit 08c1366

Please sign in to comment.