Skip to content

Commit

Permalink
fix(deps): update dependency octokit to v4 (#1516)
Browse files Browse the repository at this point in the history
[![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>
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 9d45411 commit 8e8363c
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"js-yaml": "^4.1.0",
"lazy-value": "^3.0.0",
"npm-user": "^6.0.0",
"octokit": "^3.1.2",
"octokit": "^4.0.0",
"parse-author": "^2.0.0",
"prettier": "^3.1.0",
"replace-in-file": "^7.0.2",
Expand Down
Loading

0 comments on commit 8e8363c

Please sign in to comment.