Skip to content

Commit 3a281b4

Browse files
authored
chore: update commitlint (#214)
1 parent 8c8f024 commit 3a281b4

File tree

3 files changed

+271
-682
lines changed

3 files changed

+271
-682
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: wagoid/commitlint-github-action@v5.4.5
17+
- uses: wagoid/commitlint-github-action@v6.0.1
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"yoga-layout-prebuilt": "^1.10.0"
4949
},
5050
"devDependencies": {
51-
"@commitlint/cli": "^17.0.0",
52-
"@commitlint/config-conventional": "^17.0.0",
51+
"@commitlint/cli": "^19.3.0",
52+
"@commitlint/config-conventional": "^19.2.2",
5353
"@jest/test-result": "^29.0.2",
5454
"@jest/types": "^29.0.2",
5555
"@semantic-release/changelog": "^6.0.0",

0 commit comments

Comments
 (0)