Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Update octocrab requirement from 0.11.0 to 0.18.0 in /grabber #48

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2022

Updates the requirements on octocrab to permit the latest version.

Changelog

Sourced from octocrab's changelog.

CHANGELOG

All Octocrab releases are supported by the community and through [GitHub Sponsors][sp].

0.4.1

  • Relaxed the body argument on Octocrab::graphql from impl AsRef<str> to &impl serde::Serialize + ?Sized to allow accepting any valid JSON value. This is mainly useful for being able to use types from other libraries like graphql_client directly.

0.4.0

New APIs

  • actions Control and automate GitHub Actions.
  • current Metadata about the currently authenticated user.
  • gitignore Get and generate gitignore templates.
  • [licenses] Metadata about licenses.
  • markdown Render markdown with GitHub.
  • [orgs] Organisations
  • [pulls] Pull Requests
  • [repos] Repositories
  • [search] Search using GitHub's query syntax.

Added Methods

  • Octocrab::graphql Send a GraphQL request.
  • [IssueHandler::lock] Lock a GitHub issue with an optional reason.
  • [IssueHandler::unlock] Unlock a GitHub issue.
  • [IssueHandler::replace_all_labels] Replace all labels on an issue.
  • [IssueHandler::delete_label] Remove labels from an issue.
  • [IssueHandler::list_labels_for_issue] List all labels on an issue.
  • [IssueHandler::list_labels_for_repo] List all labels in a repository.
  • [PullRequestHandler::media_type] Set the media type for a single request.
  • [PullRequestHandler::get_diff] Get a pull request's diff file.
  • [PullRequestHandler::get_patch] Get a pull request's patch file.
  • [Page::number_of_pages] Get the number of pages in a paginated query if possible.

Changes

  • [Page<T>] now has new fields for being used with GitHub's search APi such as incomplete_results and total_count.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [octocrab](https://github.com/XAMPPRocky/octocrab) to permit the latest version.
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/master/CHANGELOG.md)
- [Commits](https://github.com/XAMPPRocky/octocrab/compare/[email protected]@0.18.0)

---
updated-dependencies:
- dependency-name: octocrab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 30, 2022

Superseded by #49.

@dependabot dependabot bot closed this Dec 30, 2022
@dependabot dependabot bot deleted the dependabot/cargo/grabber/octocrab-0.18.0 branch December 30, 2022 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants