From c904d31e20c7d2258015d35e715b673c74a05c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 06:37:08 +0530 Subject: [PATCH] chore(deps): update dependency @semantic-release/github to v10.1.5 (#278) 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/kkrishguptaa/reseter.css). ## Summary by CodeRabbit - **Chores** - Updated the `@semantic-release/github` package to version `10.1.5`, which may include bug fixes and performance improvements. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 91ad004..d1c1a08 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "13.0.0", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.1.4", + "@semantic-release/github": "10.1.5", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.1", "autoprefixer": "10.4.20", diff --git a/yarn.lock b/yarn.lock index a3c2403..29c59b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -451,10 +451,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@10.1.4": - version "10.1.4" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.1.4.tgz#1c22efcc2191f8809e4fa4afa86481fc13092fe0" - integrity sha512-dg+JTNp1XHazwAx9HgIuVewStfpv5g7QqwBF09aZVqwVkdTXw4agR/nhWSD0yxDbsx0YCeJTcjUOj92gf8/0Jw== +"@semantic-release/github@10.1.5": + version "10.1.5" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.1.5.tgz#c60b09a988067924f1c603150286fffc54fcb1da" + integrity sha512-S68D1r3gxWxk8jh2nINjEX/HYFb/i6X7ooxyvrv5CWLFuyEJQpN/zFw4zr8ti0YFXtKaccfpVQuVOgF0w+VacA== dependencies: "@octokit/core" "^6.0.0" "@octokit/plugin-paginate-rest" "^11.0.0"