Skip to content

Bump Octokit from 1.0.0 to 1.0.1 #137

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

Merged
merged 3 commits into from
Aug 4, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 2, 2022

Bumps Octokit from 1.0.0 to 1.0.1.

Release notes

Sourced from Octokit's releases.

v1.0.1

Advisories and Breaking Changes

With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.

Release Notes

Features/Enhancements

Fixes

  • Trims trailing slashes from user-passed paths that appear before query string parameters - #2486 via @​JonruAlveus
  • Prevents a null reference exception when ContentType is null on ApiException - #2501 via @​diogorolo

Housekeeping

Documentation Updates

  • Fixes GitHubApp response object code docs - #2478 via @​martincostello
  • Updates organizations-related GetAllForUser method docs to make it clear that only public memberships are returned - #2487 via @​timrogers
Commits
  • 2f7bd00 feat: Removing accept header previews (#2515)
  • 840935a maint: Removes private repositories limit exception (#2514)
  • 6892df8 feat: Adds codeowners errors endpoint (#2512)
  • 5fe3ea8 tests: Updates and fixes for tests, changing master to main and adding flaky ...
  • 9af552e feat: Add missing properties to RepositoryUpdate (#2492)
  • 251c3a2 feat: Adds 4 new Reaction delete routes and obsoleting existing routes (#2494)
  • 4f4ef5b Fix null reference access when ContentType is null (#2501)
  • cc56183 feat: New pull request from existing issue (#2389)
  • 8b5a7fc feat: Fixing master > main in integration tests (#2489)
  • 13ba84b fix: Trims trailing slashes from user passed paths that appear before query s...
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [Octokit](https://github.com/octokit/octokit.net) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/octokit/octokit.net/releases)
- [Changelog](https://github.com/octokit/octokit.net/blob/main/docs/releases.md)
- [Commits](octokit/octokit.net@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: Octokit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 2, 2022 10:03
@dependabot dependabot bot added the dependencies Changes for a dependency update label Aug 2, 2022
@BernieWhite
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 4, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@BernieWhite BernieWhite merged commit 62c4e5c into main Aug 4, 2022
@BernieWhite BernieWhite deleted the dependabot/nuget/Octokit-1.0.1 branch August 4, 2022 03:40
@BernieWhite BernieWhite mentioned this pull request Aug 4, 2022
4 tasks
@BernieWhite BernieWhite mentioned this pull request Oct 2, 2022
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Changes for a dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant