From bff5e0457c0cfee7b6b0d22367db5cb601e65323 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:09:33 +0000 Subject: [PATCH] build(deps): update dependency @softwareventures/semantic-release-config to v4 --- package.json | 2 +- yarn.lock | 20 +++++--------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 09321d7b..f218e489 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@softwareventures/eslint-config": "7.1.3", "@softwareventures/precise-commits": "3.0.28", "@softwareventures/prettier-config": "4.0.0", - "@softwareventures/semantic-release-config": "3.1.0", + "@softwareventures/semantic-release-config": "4.0.0", "@softwareventures/tsconfig": "7.1.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/yarn.lock b/yarn.lock index 8df8e33b..31c5f463 100644 --- a/yarn.lock +++ b/yarn.lock @@ -642,13 +642,12 @@ dependencies: tslib "2.4.0" -"@softwareventures/semantic-release-config@3.1.0": - version "3.1.0" - resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-3.1.0.tgz#632a99bcd2e5a730a002376c7bfc63d114217219" - integrity sha512-wSgC3Rz3IK4YhFUh2LIIbzCSwBoiSVlhHKUGJ1OmdMRf2g/9FSuTzM5Ak0+xK/X3Rw3ZuiDebAMkGMG1XvF5aw== +"@softwareventures/semantic-release-config@4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/@softwareventures/semantic-release-config/-/semantic-release-config-4.0.0.tgz#7326133322b8c57d5a1c96b4795428d955641802" + integrity sha512-lxE7yPce1NnKyxYEpfNFOLLij/uBAmRnRDGdPhUEM+WPeAPi9vLeqKTU0m4vfDbYdybhMAtmgSxuzczR68e0IQ== dependencies: - conventional-changelog-conventionalcommits "^4.6.3 || ^5.0.0" - tslib "2.4.1" + tslib "2.6.2" "@softwareventures/tsconfig@7.1.0": version "7.1.0" @@ -1604,15 +1603,6 @@ conventional-changelog-angular@^5.0.0: compare-func "^2.0.0" q "^1.5.1" -"conventional-changelog-conventionalcommits@^4.6.3 || ^5.0.0": - version "5.0.0" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-5.0.0.tgz#41bdce54eb65a848a4a3ffdca93e92fa22b64a86" - integrity sha512-lCDbA+ZqVFQGUj7h9QBKoIpLhl8iihkO0nCTyRNzuXtcd7ubODpYB04IFy31JloiJgG0Uovu8ot8oxRzn7Nwtw== - dependencies: - compare-func "^2.0.0" - lodash "^4.17.15" - q "^1.5.1" - conventional-changelog-writer@^5.0.0: version "5.0.1" resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-5.0.1.tgz#e0757072f045fe03d91da6343c843029e702f359"