Skip to content

Commit faeabb2

Browse files
committed
chore(parse): update conventional-changelog-angular #2033
1 parent e9cf359 commit faeabb2

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

@commitlint/load/fixtures/parser-preset-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "parser-preset-angular",
33
"version": "1.0.0",
44
"devDependencies": {
5-
"conventional-changelog-angular": "5.0.6"
5+
"conventional-changelog-angular": "^5.0.0"
66
}
77
}

@commitlint/parse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/utils": "^11.0.0"
3939
},
4040
"dependencies": {
41-
"conventional-changelog-angular": "^5.0.0",
41+
"conventional-changelog-angular": "^5.0.11",
4242
"conventional-commits-parser": "^3.0.0"
4343
},
4444
"gitHead": "cb565dfcca3128380b9b3dc274aedbcae34ce5ca"

yarn.lock

+17-2
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@ [email protected]:
36663666
compare-func "^2.0.0"
36673667
q "^1.5.1"
36683668

3669-
conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.3:
3669+
conventional-changelog-angular@^5.0.3:
36703670
version "5.0.6"
36713671
resolved "https://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-5.0.6.tgz#269540c624553aded809c29a3508fdc2b544c059"
36723672
integrity sha512-QDEmLa+7qdhVIv8sFZfVxU1VSyVvnXPsxq8Vam49mKUcO1Z8VTLEJk9uI21uiJUsnmm0I4Hrsdc9TgkOQo9WSA==
@@ -6988,11 +6988,26 @@ lodash.uniq@^4.5.0:
69886988
resolved "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
69896989
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
69906990

6991-
[email protected], [email protected], lodash@^3.3.1, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.2.1, lodash@^4.5.1:
6991+
6992+
version "4.17.15"
6993+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
6994+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
6995+
6996+
lodash@^3.3.1:
6997+
version "3.10.1"
6998+
resolved "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
6999+
integrity sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=
7000+
7001+
lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.2.1, lodash@^4.5.1:
69927002
version "4.17.19"
69937003
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b"
69947004
integrity sha512-JNvd8XER9GQX0v2qJgsaN/mzFCNA5BRe/j8JN9d+tWyGLSodKQHKFicdwNYzWwI3wjRnaKPsGj1XkBjx/F96DQ==
69957005

7006+
lodash@^4.17.20:
7007+
version "4.17.20"
7008+
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
7009+
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
7010+
69967011
log-symbols@^4.0.0:
69977012
version "4.0.0"
69987013
resolved "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"

0 commit comments

Comments
 (0)