Skip to content

Commit

Permalink
chore(deps): update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Oct 24, 2024
1 parent a7f2b8f commit 2e143f1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if (commitMessage.trim() === '') {
process.exit(1);
}

// eslint-disable-next-line regexp/no-unused-capturing-group
const conventionalCommitMessage = /^(?<type>\w+)(?:\((?<scope>\w+)\))?(?<breaking>!?): (?<description>[^\n]+)/;

if (!conventionalCommitMessage.test(commitMessage)) {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"test": "run-s check"
},
"devDependencies": {
"@types/node": "^16.18.102",
"@voxpelli/eslint-config": "^20.0.0-beta.4",
"@voxpelli/tsconfig": "^12.0.1",
"eslint": "^9.6.0",
"husky": "^9.0.11",
"@types/node": "^16.18.115",
"@voxpelli/eslint-config": "^22.0.0",
"@voxpelli/tsconfig": "^15.0.0",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"npm-run-all2": "^6.2.0",
"typescript": "~5.5.3"
"typescript": "~5.6.2"
}
}

0 comments on commit 2e143f1

Please sign in to comment.