Skip to content

Commit 690c1c6

Browse files
chore(deps-dev): bump @commitlint/config-conventional (#530)
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint) from 9.1.1 to 11.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v9.1.1...v11.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jonah <7208739+jbizkit@users.noreply.github.com>
1 parent 89286ae commit 690c1c6

File tree

2 files changed

+11
-26
lines changed

2 files changed

+11
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/preset-react": "7.12.5",
1818
"@babel/preset-typescript": "7.10.4",
1919
"@commitlint/cli": "11.0.0",
20-
"@commitlint/config-conventional": "9.1.1",
20+
"@commitlint/config-conventional": "11.0.0",
2121
"@testing-library/react": "11.1.1",
2222
"@testing-library/react-hooks": "3.4.1",
2323
"@types/jest": "26.0.13",

yarn.lock

Lines changed: 10 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,12 +1060,12 @@
10601060
resolve-global "1.0.0"
10611061
yargs "^15.1.0"
10621062

1063-
"@commitlint/config-conventional@9.1.1":
1064-
version "9.1.1"
1065-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-9.1.1.tgz#c10e6ff8e56bd462fa33e17522b0f98da97daa39"
1066-
integrity sha512-t/bvv8ofjj7V4W99eVDyuACaC7Ch4SYaukglBYt/K1Y9Ixg8mCBuFDMGRMhyZn4upUe1ls8l4SO3rjaVbYIjlg==
1063+
"@commitlint/config-conventional@11.0.0":
1064+
version "11.0.0"
1065+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422"
1066+
integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA==
10671067
dependencies:
1068-
conventional-changelog-conventionalcommits "4.3.0"
1068+
conventional-changelog-conventionalcommits "^4.3.1"
10691069

10701070
"@commitlint/ensure@^11.0.0":
10711071
version "11.0.0"
@@ -3893,14 +3893,6 @@ commitizen@4.2.2, commitizen@^4.0.3:
38933893
strip-bom "4.0.0"
38943894
strip-json-comments "3.0.1"
38953895

3896-
compare-func@^1.3.1:
3897-
version "1.3.4"
3898-
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-1.3.4.tgz#6b07c4c5e8341119baf44578085bda0f4a823516"
3899-
integrity sha512-sq2sWtrqKPkEXAC8tEJA1+BqAH9GbFkGBtUOqrUX57VSfwp8xyktctk+uLoRy5eccTdxzDcVIztlYDpKs3Jv1Q==
3900-
dependencies:
3901-
array-ify "^1.0.0"
3902-
dot-prop "^3.0.0"
3903-
39043896
compare-func@^2.0.0:
39053897
version "2.0.0"
39063898
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
@@ -3987,12 +3979,12 @@ conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.3:
39873979
compare-func "^2.0.0"
39883980
q "^1.5.1"
39893981

3990-
conventional-changelog-conventionalcommits@4.3.0:
3991-
version "4.3.0"
3992-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2"
3993-
integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==
3982+
conventional-changelog-conventionalcommits@^4.3.1:
3983+
version "4.5.0"
3984+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
3985+
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
39943986
dependencies:
3995-
compare-func "^1.3.1"
3987+
compare-func "^2.0.0"
39963988
lodash "^4.17.15"
39973989
q "^1.5.1"
39983990

@@ -4524,13 +4516,6 @@ domexception@^2.0.1:
45244516
dependencies:
45254517
webidl-conversions "^5.0.0"
45264518

4527-
dot-prop@^3.0.0:
4528-
version "3.0.0"
4529-
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-3.0.0.tgz#1b708af094a49c9a0e7dbcad790aba539dac1177"
4530-
integrity sha1-G3CK8JSknJoOfbyteQq6U52sEXc=
4531-
dependencies:
4532-
is-obj "^1.0.0"
4533-
45344519
dot-prop@^4.2.0, dot-prop@^4.2.1:
45354520
version "4.2.1"
45364521
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"

0 commit comments

Comments
 (0)