From 2f0af2b909b627084f0babd06b4cb489c5db4e54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 06:39:16 +0530 Subject: [PATCH] chore(deps): update dependency @semantic-release/github to v10.0.7 (#268) 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.6` -> `10.0.7`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/10.0.6/10.0.7) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/10.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/10.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/10.0.6/10.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/10.0.6/10.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
semantic-release/github (@​semantic-release/github) ### [`v10.0.7`](https://togithub.com/semantic-release/github/releases/tag/v10.0.7) [Compare Source](https://togithub.com/semantic-release/github/compare/v10.0.6...v10.0.7) ##### Bug Fixes - replace github search api with graphql in success lifecycle method ([#​857](https://togithub.com/semantic-release/github/issues/857)) ([be394cf](https://togithub.com/semantic-release/github/commit/be394cfb9190b9cb8961e7a9155f39eb00cbde8b))
--- ### 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/fi-krish/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 79bc373..ca2d749 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.0.6", + "@semantic-release/github": "10.0.7", "@semantic-release/npm": "12.0.1", "@semantic-release/release-notes-generator": "14.0.1", "autoprefixer": "10.4.19", diff --git a/yarn.lock b/yarn.lock index 9ee2a0c..6c2397d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -451,10 +451,10 @@ micromatch "^4.0.0" p-reduce "^2.0.0" -"@semantic-release/github@10.0.6": - version "10.0.6" - resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.6.tgz#58cdec447a423f5be9a6a4c912cbc422307f695b" - integrity sha512-sS4psqZacGTFEN49UQGqwFNG6Jyx2/RX1BhhDGn/2WoPbhAHislohOY05/5r+JoL4gJMWycfH7tEm1eGVutYeg== +"@semantic-release/github@10.0.7": + version "10.0.7" + resolved "https://registry.yarnpkg.com/@semantic-release/github/-/github-10.0.7.tgz#49676a7f3308973decb76260d5fca43980405402" + integrity sha512-J7JiFvOu/8QKqFF5FDTk/k19Z/Jku4LdDof/+LsjaGgLOISJR7TL66q89c2YXV6Dh5Jw5VmiT4uK4q6SSfbQGA== dependencies: "@octokit/core" "^6.0.0" "@octokit/plugin-paginate-rest" "^11.0.0"