From 56bfdadb81872b9becf6e0e4ec0800089b051bf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:14:37 -0700 Subject: [PATCH] build(deps-dev): bump semantic-release from 23.1.1 to 24.0.0 and conventional-changelog-conventionalcommits to 8.0.0 (#787) * build(deps-dev): bump semantic-release from 23.1.1 to 24.0.0 Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.0.0. - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](https://github.com/semantic-release/semantic-release/compare/v23.1.1...v24.0.0) --- updated-dependencies: - dependency-name: semantic-release dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update package.json --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kazuaki Matsuo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0a0b33248..fdff1cffd 100644 --- a/package.json +++ b/package.json @@ -99,12 +99,12 @@ "appium": "^2.0.0-rc.3", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", - "conventional-changelog-conventionalcommits": "^7.0.1", + "conventional-changelog-conventionalcommits": "^8.0.0", "fancy-log": "^2.0.0", "mocha": "^10.0.0", "prettier": "^3.0.3", "rimraf": "^5.0.0", - "semantic-release": "^23.0.0", + "semantic-release": "^24.0.0", "sharp": "^0.x", "sinon": "^18.0.0", "sinon-chai": "^3.7.0",