Skip to content

Commit 665109d

Browse files
fix(deps): update dependency @commitlint/config-conventional to v17 (#7)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c754fda commit 665109d

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "16.3.0",
33-
"@commitlint/config-conventional": "16.2.4",
33+
"@commitlint/config-conventional": "17.1.0",
3434
"@commitlint/cz-commitlint": "16.3.0",
3535
"@softwareventures/eslint-config": "7.0.0",
3636
"@softwareventures/precise-commits": "2.0.22",

yarn.lock

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ __metadata:
5858
languageName: node
5959
linkType: hard
6060

61-
"@commitlint/config-conventional@npm:16.2.4":
62-
version: 16.2.4
63-
resolution: "@commitlint/config-conventional@npm:16.2.4"
61+
"@commitlint/config-conventional@npm:17.1.0":
62+
version: 17.1.0
63+
resolution: "@commitlint/config-conventional@npm:17.1.0"
6464
dependencies:
65-
conventional-changelog-conventionalcommits: ^4.3.1
66-
checksum: 211a322967c1eeee961eb0be9752782d16c025213520b7ada173d6b16050efe477778103f32b62361ad595b79ff6703694569d99705469cb2be0ac5ffba6465e
65+
conventional-changelog-conventionalcommits: ^5.0.0
66+
checksum: 8209f6b105ff0cd5239e3c0211be875fa17e02552927979faeba51d3797c8258df9bd1eb064f886e13aedf890d2da2083f6d41727d49d57bcc12520011d723a4
6767
languageName: node
6868
linkType: hard
6969

@@ -1029,7 +1029,7 @@ __metadata:
10291029
resolution: "@softwareventures/template-webpack-project@workspace:."
10301030
dependencies:
10311031
"@commitlint/cli": 16.3.0
1032-
"@commitlint/config-conventional": 16.2.4
1032+
"@commitlint/config-conventional": 17.1.0
10331033
"@commitlint/cz-commitlint": 16.3.0
10341034
"@softwareventures/eslint-config": 7.0.0
10351035
"@softwareventures/precise-commits": 2.0.22
@@ -3695,7 +3695,7 @@ __metadata:
36953695
languageName: node
36963696
linkType: hard
36973697

3698-
"conventional-changelog-conventionalcommits@npm:^4.3.1, conventional-changelog-conventionalcommits@npm:^4.6.3":
3698+
"conventional-changelog-conventionalcommits@npm:^4.6.3":
36993699
version: 4.6.3
37003700
resolution: "conventional-changelog-conventionalcommits@npm:4.6.3"
37013701
dependencies:
@@ -3706,6 +3706,17 @@ __metadata:
37063706
languageName: node
37073707
linkType: hard
37083708

3709+
"conventional-changelog-conventionalcommits@npm:^5.0.0":
3710+
version: 5.0.0
3711+
resolution: "conventional-changelog-conventionalcommits@npm:5.0.0"
3712+
dependencies:
3713+
compare-func: ^2.0.0
3714+
lodash: ^4.17.15
3715+
q: ^1.5.1
3716+
checksum: b67d12e4e0fdde5baa32c3d77af472de38646a18657b26f5543eecce041a318103092fbfcef247e2319a16957c9ac78c6ea78acc11a5db6acf74be79a28c561f
3717+
languageName: node
3718+
linkType: hard
3719+
37093720
"conventional-changelog-writer@npm:^5.0.0":
37103721
version: 5.0.1
37113722
resolution: "conventional-changelog-writer@npm:5.0.1"

0 commit comments

Comments
 (0)