Skip to content

Commit 0d14253

Browse files
chore(deps): update dependency commit-and-tag-version to v11 (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9db7896 commit 0d14253

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/webpack-merge": "4.1.5",
6363
"babel-loader": "8.3.0",
6464
"cache-loader": "4.1.0",
65-
"commit-and-tag-version": "10.1.0",
65+
"commit-and-tag-version": "11.2.1",
6666
"css-loader": "5.2.7",
6767
"file-loader": "6.2.0",
6868
"html-webpack-plugin": "4.5.2",

Diff for: yarn.lock

+15-12
Original file line numberDiff line numberDiff line change
@@ -3200,15 +3200,15 @@ commander@^9.3.0:
32003200
resolved "https://registry.yarnpkg.com/commander/-/commander-9.4.1.tgz#d1dd8f2ce6faf93147295c0df13c7c21141cfbdd"
32013201
integrity sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==
32023202

3203-
commit-and-tag-version@10.1.0:
3204-
version "10.1.0"
3205-
resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-10.1.0.tgz#48b45cc3e533343b3c9c33649eeb97bd1d5659e6"
3206-
integrity sha512-np3lR90bqFfOmxJtgqQc5UVBKFNdO06fRRTZm128QhEQ/ilXm3s/PXxZWheq2PUn5Qac2z+dWJJa+OqjxYsOpA==
3203+
commit-and-tag-version@11.2.1:
3204+
version "11.2.1"
3205+
resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-11.2.1.tgz#e4e0ccc26ffb774c3398dd5aa9ffc83f27cbefc3"
3206+
integrity sha512-ruYCGsYtevfA+sueDJoMlb//v9IL2+WTjjqIX/IoAmd4SKilOz4HZHAl4QnxuDZN2Npvv0A8RgE97DfwzYxwDw==
32073207
dependencies:
32083208
chalk "^2.4.2"
32093209
conventional-changelog "3.1.25"
32103210
conventional-changelog-config-spec "2.1.0"
3211-
conventional-changelog-conventionalcommits "4.6.3"
3211+
conventional-changelog-conventionalcommits "5.0.0"
32123212
conventional-recommended-bump "6.1.0"
32133213
detect-indent "^6.0.0"
32143214
detect-newline "^3.1.0"
@@ -3217,7 +3217,6 @@ [email protected]:
32173217
find-up "^5.0.0"
32183218
git-semver-tags "^4.0.0"
32193219
semver "^7.1.1"
3220-
stringify-package "^1.0.1"
32213220
yargs "^17.0.0"
32223221

32233222
commondir@^1.0.1:
@@ -3345,7 +3344,16 @@ [email protected]:
33453344
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d"
33463345
integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==
33473346

3348-
[email protected], conventional-changelog-conventionalcommits@^4.5.0:
3347+
3348+
version "5.0.0"
3349+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86"
3350+
integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw==
3351+
dependencies:
3352+
compare-func "^2.0.0"
3353+
lodash "^4.17.15"
3354+
q "^1.5.1"
3355+
3356+
conventional-changelog-conventionalcommits@^4.5.0:
33493357
version "4.6.3"
33503358
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
33513359
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
@@ -8489,11 +8497,6 @@ string_decoder@~1.1.1:
84898497
dependencies:
84908498
safe-buffer "~5.1.0"
84918499

8492-
stringify-package@^1.0.1:
8493-
version "1.0.1"
8494-
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
8495-
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
8496-
84978500
strip-ansi@^6.0.0:
84988501
version "6.0.0"
84998502
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532"

0 commit comments

Comments
 (0)