Skip to content

Commit e304a3c

Browse files
chore(deps): update commitlint monorepo to ^18.4.4
1 parent 1e4ea16 commit e304a3c

File tree

4 files changed

+163
-225
lines changed

4 files changed

+163
-225
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
"@babel/cli": "^7.23.4",
8989
"@babel/core": "^7.23.6",
9090
"@babel/preset-env": "^7.23.6",
91-
"@commitlint/cli": "^18.4.3",
92-
"@commitlint/config-conventional": "^18.4.3",
93-
"@commitlint/core": "^18.4.3",
91+
"@commitlint/cli": "^18.4.4",
92+
"@commitlint/config-conventional": "^18.4.4",
93+
"@commitlint/core": "^18.4.4",
9494
"@nrwl/cli": "latest",
9595
"@nrwl/js": "^17.2.7",
9696
"@nrwl/nx-cloud": "16.5.2",

packages/commitlint-config/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@
5454
},
5555
"dependencies": {
5656
"@anolilab/package-json-utils": "3.0.9",
57-
"@commitlint/config-conventional": "^18.4.3",
58-
"@commitlint/core": "^18.4.3",
57+
"@commitlint/config-conventional": "^18.4.4",
58+
"@commitlint/core": "^18.4.4",
5959
"commitizen": "^4.3.0",
6060
"conventional-changelog-conventionalcommits": "7.0.2",
6161
"cz-conventional-changelog": "^3.3.0"
6262
},
6363
"devDependencies": {
6464
"@anolilab/semantic-release-preset": "8.0.3",
65-
"@commitlint/cli": "^18.4.3",
65+
"@commitlint/cli": "^18.4.4",
6666
"rimraf": "^5.0.5",
6767
"tsup": "^8.0.1",
6868
"vitest": "^1.1.0"

packages/package-json-utils/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"read-pkg-up": "^7.0.1"
6262
},
6363
"devDependencies": {
64-
"@commitlint/cli": "^18.4.3",
65-
"@commitlint/config-conventional": "^18.4.3",
66-
"@commitlint/core": "^18.4.3",
64+
"@commitlint/cli": "^18.4.4",
65+
"@commitlint/config-conventional": "^18.4.4",
66+
"@commitlint/core": "^18.4.4",
6767
"@semantic-release/changelog": "^6.0.3",
6868
"@semantic-release/commit-analyzer": "^11.1.0",
6969
"@semantic-release/exec": "^6.0.3",

0 commit comments

Comments
 (0)