fix(deps): update dependency octokit to v4 #11

Open
prskr wants to merge 1 commit from renovate/major-octokit-monorepo into main
Owner

This PR contains the following updates:

Package Type Update Change
octokit dependencies major ^3.2.0 -> ^4.0.0

Release Notes

octokit/octokit.js (octokit)

v4.0.2

Compare Source

Bug Fixes

v4.0.1

Compare Source

Bug Fixes
  • docs: remove NodeJS 10 and add callout for conditional exports (#​2675) (c99ff62)

v4.0.0

Compare Source

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

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 becomes conflicted, 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [octokit](https://github.com/octokit/octokit.js) | dependencies | major | [`^3.2.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/octokit/3.2.1/4.0.2) | --- ### Release Notes <details> <summary>octokit/octokit.js (octokit)</summary> ### [`v4.0.2`](https://github.com/octokit/octokit.js/releases/tag/v4.0.2) [Compare Source](https://github.com/octokit/octokit.js/compare/v4.0.1...v4.0.2) ##### Bug Fixes - **build:** actually output ESM ([#&#8203;2678](https://github.com/octokit/octokit.js/issues/2678)) ([9604674](https://github.com/octokit/octokit.js/commit/9604674bc1436e81c189fc04dc284f5e284e07cd)) ### [`v4.0.1`](https://github.com/octokit/octokit.js/releases/tag/v4.0.1) [Compare Source](https://github.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://github.com/octokit/octokit.js/issues/2675)) ([c99ff62](https://github.com/octokit/octokit.js/commit/c99ff62ea2661453bfa94ccd6338061a83b7f280)) ### [`v4.0.0`](https://github.com/octokit/octokit.js/releases/tag/v4.0.0) [Compare Source](https://github.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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40MC4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
prskr added 1 commit 2024-11-30 03:36:25 +00:00
fix(deps): update dependency octokit to v4
Some checks failed
Check Transpiled JavaScript / Check dist/ (pull_request) Failing after 41s
Continuous Integration / GitHub Actions Test (pull_request) Failing after 5s
Continuous Integration / TypeScript Tests (pull_request) Failing after 54s
5250a3c1e6
Some checks failed
Check Transpiled JavaScript / Check dist/ (pull_request) Failing after 41s
Continuous Integration / GitHub Actions Test (pull_request) Failing after 5s
Continuous Integration / TypeScript Tests (pull_request) Failing after 54s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-octokit-monorepo:renovate/major-octokit-monorepo
git checkout renovate/major-octokit-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git checkout main
git merge --no-ff renovate/major-octokit-monorepo
git checkout renovate/major-octokit-monorepo
git rebase main
git checkout main
git merge --ff-only renovate/major-octokit-monorepo
git checkout renovate/major-octokit-monorepo
git rebase main
git checkout main
git merge --no-ff renovate/major-octokit-monorepo
git checkout main
git merge --squash renovate/major-octokit-monorepo
git checkout main
git merge --ff-only renovate/major-octokit-monorepo
git checkout main
git merge renovate/major-octokit-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: prskr/setup-hugo#11
No description provided.