Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Commit 3d9ba39

Browse files
build(deps-dev): bump @commitlint/config-conventional
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 8.2.0 to 8.3.4. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v8.2.0...v8.3.4) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1082d7c commit 3d9ba39

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
},
6363
"devDependencies": {
6464
"@commitlint/cli": "8.3.5",
65-
"@commitlint/config-conventional": "8.2.0",
65+
"@commitlint/config-conventional": "8.3.4",
6666
"@dixeed/eslint-config": "2.0.0",
6767
"cz-conventional-changelog": "3.0.2",
6868
"eslint": "6.6.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,12 @@
163163
resolve-from "5.0.0"
164164
resolve-global "1.0.0"
165165

166-
"@commitlint/[email protected]":
167-
version "8.2.0"
168-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.2.0.tgz#886a5538e3708e017ec2871e0cbce00f635d3102"
169-
integrity sha512-HuwlHQ3DyVhpK9GHgTMhJXD8Zp8PGIQVpQGYh/iTrEU6TVxdRC61BxIDZvfWatCaiG617Z/U8maRAFrqFM4TqA==
166+
"@commitlint/[email protected]":
167+
version "8.3.4"
168+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-8.3.4.tgz#fed13b3711690663b176c1f6b39c205a565618d2"
169+
integrity sha512-w0Yc5+aVAjZgjYqx29igBOnVCj8O22gy3Vo6Fyp7PwoS7+AYS1x3sN7IBq6i7Ae15Mv5P+rEx1pkxXo5zOMe4g==
170+
dependencies:
171+
conventional-changelog-conventionalcommits "4.2.1"
170172

171173
"@commitlint/ensure@^8.3.4":
172174
version "8.3.4"
@@ -1205,6 +1207,15 @@ conventional-changelog-angular@^1.3.3:
12051207
compare-func "^1.3.1"
12061208
q "^1.5.1"
12071209

1210+
1211+
version "4.2.1"
1212+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.2.1.tgz#d6cb2e2c5d7bfca044a08b9dba84b4082e1a1bd9"
1213+
integrity sha512-vC02KucnkNNap+foDKFm7BVUSDAXktXrUJqGszUuYnt6T0J2azsbYz/w9TDc3VsrW2v6JOtiQWVcgZnporHr4Q==
1214+
dependencies:
1215+
compare-func "^1.3.1"
1216+
lodash "^4.2.1"
1217+
q "^1.5.1"
1218+
12081219
conventional-commit-types@^2.0.0:
12091220
version "2.3.0"
12101221
resolved "https://registry.yarnpkg.com/conventional-commit-types/-/conventional-commit-types-2.3.0.tgz#bc3c8ebba0a9e4b3ecc548f1d0674e251ab8be22"
@@ -3525,7 +3536,7 @@ lodash.templatesettings@^4.0.0:
35253536
dependencies:
35263537
lodash._reinterpolate "^3.0.0"
35273538

3528-
[email protected], lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3:
3539+
[email protected], lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.2.1:
35293540
version "4.17.15"
35303541
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
35313542
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==

0 commit comments

Comments
 (0)