-
Notifications
You must be signed in to change notification settings - Fork 0
Update @octokit/plugin-paginate-rest 2.3.0 β 2.21.2 (minor) #61
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
base: main
Are you sure you want to change the base?
Conversation
Unable to locate .performanceTestingBot config file |
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for @octokit/plugin-paginate-restclassDiagram
class OctokitPluginPaginateRest {
<<interface>>
+paginate(response: Response, callback: (response: Response) => Promise<any>): AsyncIterableIterator<any>
+hasNext(response: Response): boolean
+getNext(response: Response): Promise<Response>
+hasPrevious(response: Response): boolean
+getPrevious(response: Response): Promise<Response>
+hasFirst(response: Response): boolean
+getFirst(response: Response): Promise<Response>
+hasLast(response: Response): boolean
+getLast(response: Response): Promise<Response>
}
note for OctokitPluginPaginateRest "This class provides pagination functionality for Octokit REST API responses."
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!
Welcome to Depfu π
This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.
After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.
Let us know if you have any questions. Thanks so much for giving Depfu a try!
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
β³οΈ @βoctokit/plugin-paginate-rest (2.3.0 β 2.21.2) Β· Repo
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 4 commits:
fix(deps): update dependency @octokit/core to v4
ci(action): pin dependencies (#402)
chore: update generated `endpoints.json` file (#401)
chore: update generated endpoints.json file (#400)
π @βoctokit/openapi-types (added, 12.11.0)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Summary by Sourcery
Update
@octokit/plugin-paginate-rest
to 2.21.2 and add@octokit/openapi-types
12.11.0.