-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: @octokit/rest ^21.0.0 #1599
Conversation
🦋 Changeset detectedLatest commit: ee72396 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
ce58585
to
e81f50c
Compare
dfac566
to
22ca4de
Compare
22ca4de
to
88a1ad4
Compare
88a1ad4
to
b518c20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:)
export const createRestClient = async (options: { | ||
auth: unknown; | ||
}): Promise<Octokit> => new (await import('@octokit/rest')).Octokit(options); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Octokit type appears to be auth?: any
😅
This PR contains the following updates:
^20.0.0
->^21.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
octokit/rest.js (@octokit/rest)
v21.0.0
Compare Source
Features
BREAKING CHANGES
Configuration
📅 Schedule: Branch creation - "after 3:00 am and before 6:00 am every weekday" in timezone Australia/Melbourne, 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.
This PR has been generated by Mend Renovate. View repository job log here.