From 76a25a76e0eec3ec12c0670bdf0f5ca58db6b86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 03:57:17 +0200 Subject: [PATCH] fix(deps): update dependency @semantic-release/github to v10.1.5 (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@semantic-release/github](https://togithub.com/semantic-release/github) | [`10.1.4` -> `10.1.5`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/10.1.4/10.1.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/10.1.4/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/10.1.4/10.1.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
semantic-release/github (@​semantic-release/github) ### [`v10.1.5`](https://togithub.com/semantic-release/github/releases/tag/v10.1.5) [Compare Source](https://togithub.com/semantic-release/github/compare/v10.1.4...v10.1.5) ##### Bug Fixes - compare only / when checking for rename ([#​886](https://togithub.com/semantic-release/github/issues/886)) ([24ea2ee](https://togithub.com/semantic-release/github/commit/24ea2ee7a7060ab23b5370c9c24f22c5f6ee8ee8))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .release_github_only_auto/package-lock.json | 14 +++++++------- .release_github_only_auto/package.json | 2 +- .release_maven_auto/package-lock.json | 14 +++++++------- .release_maven_auto/package.json | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.release_github_only_auto/package-lock.json b/.release_github_only_auto/package-lock.json index c38df7d..b4ffc01 100644 --- a/.release_github_only_auto/package-lock.json +++ b/.release_github_only_auto/package-lock.json @@ -13,7 +13,7 @@ "@semantic-release/commit-analyzer": "12.0.0", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.4", + "@semantic-release/github": "10.1.5", "@semantic-release/release-notes-generator": "13.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "semantic-release": "23.1.1" @@ -355,9 +355,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.4.tgz", - "integrity": "sha512-dg+JTNp1XHazwAx9HgIuVewStfpv5g7QqwBF09aZVqwVkdTXw4agR/nhWSD0yxDbsx0YCeJTcjUOj92gf8/0Jw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.5.tgz", + "integrity": "sha512-S68D1r3gxWxk8jh2nINjEX/HYFb/i6X7ooxyvrv5CWLFuyEJQpN/zFw4zr8ti0YFXtKaccfpVQuVOgF0w+VacA==", "dependencies": { "@octokit/core": "^6.0.0", "@octokit/plugin-paginate-rest": "^11.0.0", @@ -7182,9 +7182,9 @@ } }, "@semantic-release/github": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.4.tgz", - "integrity": "sha512-dg+JTNp1XHazwAx9HgIuVewStfpv5g7QqwBF09aZVqwVkdTXw4agR/nhWSD0yxDbsx0YCeJTcjUOj92gf8/0Jw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.5.tgz", + "integrity": "sha512-S68D1r3gxWxk8jh2nINjEX/HYFb/i6X7ooxyvrv5CWLFuyEJQpN/zFw4zr8ti0YFXtKaccfpVQuVOgF0w+VacA==", "requires": { "@octokit/core": "^6.0.0", "@octokit/plugin-paginate-rest": "^11.0.0", diff --git a/.release_github_only_auto/package.json b/.release_github_only_auto/package.json index b9eb54c..3232ca6 100644 --- a/.release_github_only_auto/package.json +++ b/.release_github_only_auto/package.json @@ -21,7 +21,7 @@ "@semantic-release/commit-analyzer": "12.0.0", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.4", + "@semantic-release/github": "10.1.5", "@semantic-release/release-notes-generator": "13.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "semantic-release": "23.1.1" diff --git a/.release_maven_auto/package-lock.json b/.release_maven_auto/package-lock.json index 7768947..a1edd75 100644 --- a/.release_maven_auto/package-lock.json +++ b/.release_maven_auto/package-lock.json @@ -13,7 +13,7 @@ "@semantic-release/commit-analyzer": "12.0.0", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.4", + "@semantic-release/github": "10.1.5", "@semantic-release/release-notes-generator": "13.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "semantic-release": "23.1.1", @@ -356,9 +356,9 @@ } }, "node_modules/@semantic-release/github": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.4.tgz", - "integrity": "sha512-dg+JTNp1XHazwAx9HgIuVewStfpv5g7QqwBF09aZVqwVkdTXw4agR/nhWSD0yxDbsx0YCeJTcjUOj92gf8/0Jw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.5.tgz", + "integrity": "sha512-S68D1r3gxWxk8jh2nINjEX/HYFb/i6X7ooxyvrv5CWLFuyEJQpN/zFw4zr8ti0YFXtKaccfpVQuVOgF0w+VacA==", "dependencies": { "@octokit/core": "^6.0.0", "@octokit/plugin-paginate-rest": "^11.0.0", @@ -7235,9 +7235,9 @@ } }, "@semantic-release/github": { - "version": "10.1.4", - "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.4.tgz", - "integrity": "sha512-dg+JTNp1XHazwAx9HgIuVewStfpv5g7QqwBF09aZVqwVkdTXw4agR/nhWSD0yxDbsx0YCeJTcjUOj92gf8/0Jw==", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/@semantic-release/github/-/github-10.1.5.tgz", + "integrity": "sha512-S68D1r3gxWxk8jh2nINjEX/HYFb/i6X7ooxyvrv5CWLFuyEJQpN/zFw4zr8ti0YFXtKaccfpVQuVOgF0w+VacA==", "requires": { "@octokit/core": "^6.0.0", "@octokit/plugin-paginate-rest": "^11.0.0", diff --git a/.release_maven_auto/package.json b/.release_maven_auto/package.json index 2d6cd17..e4e432d 100644 --- a/.release_maven_auto/package.json +++ b/.release_maven_auto/package.json @@ -21,7 +21,7 @@ "@semantic-release/commit-analyzer": "12.0.0", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.4", + "@semantic-release/github": "10.1.5", "@semantic-release/release-notes-generator": "13.0.0", "conventional-changelog-conventionalcommits": "7.0.2", "semantic-release": "23.1.1",