File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ if (commitMessage.trim() === '') {
1717 process . exit ( 1 ) ;
1818}
1919
20+ // eslint-disable-next-line regexp/no-unused-capturing-group
2021const conventionalCommitMessage = / ^ (?< type > \w + ) (?: \( (?< scope > \w + ) \) ) ? (?< breaking > ! ? ) : (?< description > [ ^ \n ] + ) / ;
2122
2223if ( ! conventionalCommitMessage . test ( commitMessage ) ) {
Original file line number Diff line number Diff line change 3535 "test" : " run-s check"
3636 },
3737 "devDependencies" : {
38- "@types/node" : " ^16.18.102 " ,
39- "@voxpelli/eslint-config" : " ^20 .0.0-beta.4 " ,
40- "@voxpelli/tsconfig" : " ^12 .0.1 " ,
41- "eslint" : " ^9.6 .0" ,
42- "husky" : " ^9.0.11 " ,
38+ "@types/node" : " ^16.18.115 " ,
39+ "@voxpelli/eslint-config" : " ^22 .0.0" ,
40+ "@voxpelli/tsconfig" : " ^15 .0.0 " ,
41+ "eslint" : " ^9.13 .0" ,
42+ "husky" : " ^9.1.6 " ,
4343 "npm-run-all2" : " ^6.2.0" ,
44- "typescript" : " ~5.5.3 "
44+ "typescript" : " ~5.6.2 "
4545 }
4646}
You can’t perform that action at this time.
0 commit comments