Skip to content

Commit 8e8363c

Browse files
authoredMay 10, 2024··
fix(deps): update dependency octokit to v4 (#1516)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [octokit](https://togithub.com/octokit/octokit.js) | [`^3.1.2` -> `^4.0.0`](https://renovatebot.com/diffs/npm/octokit/3.2.1/4.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/octokit/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/octokit/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/octokit/3.2.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/octokit/3.2.1/4.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>octokit/octokit.js (octokit)</summary> ### [`v4.0.1`](https://togithub.com/octokit/octokit.js/releases/tag/v4.0.1) [Compare Source](https://togithub.com/octokit/octokit.js/compare/v4.0.0...v4.0.1) ##### Bug Fixes - **docs:** remove NodeJS 10 and add callout for conditional exports ([#&#8203;2675](https://togithub.com/octokit/octokit.js/issues/2675)) ([c99ff62](https://togithub.com/octokit/octokit.js/commit/c99ff62ea2661453bfa94ccd6338061a83b7f280)) ### [`v4.0.0`](https://togithub.com/octokit/octokit.js/releases/tag/v4.0.0) [Compare Source](https://togithub.com/octokit/octokit.js/compare/v3.2.1...v4.0.0) ##### BREAKING CHANGES - package is now ESM - remove authentication type "oauth" that was previously deprecated - Switch from `@octokit/webhooks-types` to `@octokit/openapi-webhooks-types` due to the transition to using GitHub's OpenAPI schema </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->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/JoshuaKGoldberg/create-typescript-app). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9d45411 commit 8e8363c

File tree

2 files changed

+286
-3
lines changed

2 files changed

+286
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"js-yaml": "^4.1.0",
5151
"lazy-value": "^3.0.0",
5252
"npm-user": "^6.0.0",
53-
"octokit": "^3.1.2",
53+
"octokit": "^4.0.0",
5454
"parse-author": "^2.0.0",
5555
"prettier": "^3.1.0",
5656
"replace-in-file": "^7.0.2",

0 commit comments

Comments
 (0)
Please sign in to comment.