From 77920f9b6e1c4439ebc67aea6c160181bbd1f36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 06:33:35 +0530 Subject: [PATCH] chore(deps): update dependency @semantic-release/github to v10.0.4 (#260) 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.0.3` -> `10.0.4`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/10.0.3/10.0.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/10.0.3/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/10.0.3/10.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
semantic-release/github (@​semantic-release/github) ### [`v10.0.4`](https://togithub.com/semantic-release/github/releases/tag/v10.0.4) [Compare Source](https://togithub.com/semantic-release/github/compare/v10.0.3...v10.0.4) ##### Bug Fixes - introduce dedicated option for GitHub API endpoint ([#​829](https://togithub.com/semantic-release/github/issues/829)) ([908ff83](https://togithub.com/semantic-release/github/commit/908ff836319511901019b9c34f0cf58651d4f5cd))
--- ### 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/xkrishguptaa/reseter.css). 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 31457de..1b7b870 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@semantic-release/changelog": "6.0.3", "@semantic-release/commit-analyzer": "12.0.0", "@semantic-release/git": "10.0.1", - "@semantic-release/github": "10.0.3", + "@semantic-release/github": "10.0.4", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "13.0.0", "autoprefixer": "10.4.19", diff --git a/yarn.lock b/yarn.lock index 6254ecf..13ae869 100644 --- a/yarn.lock +++ b/yarn.lock @@ -450,10 +450,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@10.0.3": - version "10.0.3" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.3.tgz#62cee761bdfa17a007cdb86f66ffb729ae95ca50" - integrity sha512-nSJQboKrG4xBn7hHpRMrK8lt5DgqJg50ZMz9UbrsfTxuRk55XVoQEadbGZ2L9M0xZAC6hkuwkDhQJKqfPU35Fw== +"@semantic-release/github@10.0.4": + version "10.0.4" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.4.tgz#8ae175cbff74d36d11d13b7c6aa2d1076f730081" + integrity sha512-eHCfW3jlzax5OKd5nTovlvoCdg+b9YBa31M2JGT1KmzmJR3TIalu2ahVU+V/xATVeOx+S8fbCiPnBBgMlzH5Vw== dependencies: "@octokit/core" "^6.0.0" "@octokit/plugin-paginate-rest" "^11.0.0"