Skip to content

Commit 04b76d2

Browse files
committed
Merge branch 'refs/heads/1.x'
2 parents 05c2e5e + 37dd325 commit 04b76d2

4 files changed

Lines changed: 1855 additions & 2078 deletions

File tree

.husky/commit-msg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
31
. "$(dirname "$0")/common.sh"
42

53
yarn commitlint --edit $1

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
31
. "$(dirname "$0")/common.sh"
42

53
yarn precise-commits

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"scripts": {
1717
"commit": "cz",
1818
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
19-
"postinstall": "husky install",
19+
"postinstall": "husky",
2020
"lint": "tsc --noEmit && eslint . && prettier --check .",
2121
"prepack": "tsc",
2222
"test": "ava"
@@ -36,11 +36,11 @@
3636
"unknown": "^0.2.5"
3737
},
3838
"devDependencies": {
39-
"@commitlint/cli": "17.8.1",
40-
"@commitlint/config-conventional": "17.8.1",
41-
"@commitlint/cz-commitlint": "17.8.1",
42-
"@softwareventures/eslint-config": "7.2.0",
43-
"@softwareventures/precise-commits": "3.0.35",
39+
"@commitlint/cli": "19.3.0",
40+
"@commitlint/config-conventional": "19.2.2",
41+
"@commitlint/cz-commitlint": "19.2.0",
42+
"@softwareventures/eslint-config": "7.6.0",
43+
"@softwareventures/precise-commits": "4.0.12",
4444
"@softwareventures/prettier-config": "4.0.0",
4545
"@softwareventures/semantic-release-config": "5.0.0",
4646
"@softwareventures/tsconfig": "7.1.0",
@@ -52,19 +52,19 @@
5252
"commitizen": "4.3.0",
5353
"conventional-changelog-conventionalcommits": "7.0.2",
5454
"eslint": "8.56.0",
55-
"eslint-config-prettier": "8.10.0",
55+
"eslint-config-prettier": "9.1.0",
5656
"eslint-plugin-import": "2.29.1",
57-
"eslint-plugin-jsdoc": "40.3.0",
57+
"eslint-plugin-jsdoc": "48.2.5",
5858
"eslint-plugin-prefer-arrow": "1.2.3",
5959
"eslint-plugin-sonarjs": "0.23.0",
60-
"husky": "8.0.3",
61-
"inquirer": "8.2.6",
60+
"husky": "9.0.11",
61+
"inquirer": "9.2.22",
6262
"pinst": "3.0.0",
63-
"prettier": "2.8.8",
64-
"semantic-release": "19.0.5",
63+
"prettier": "3.2.5",
64+
"semantic-release": "22.0.12",
6565
"semantic-release-pinst": "1.0.3",
6666
"ts-node": "10.9.2",
67-
"typescript": "4.9.5"
67+
"typescript": "5.4.5"
6868
},
6969
"eslintConfig": {
7070
"root": true,

0 commit comments

Comments
 (0)