Serraniel / DiscordMediaLoader

Discord Media Loader - Simply download all attachments
Apache License 2.0
67 stars 10 forks source link

Bump Octokit from 0.50.0 to 1.0.1 #128

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Octokit from 0.50.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

v1.0.0

Release Notes

Breaking changes

Features/Enhancements

... (truncated)

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)
dependabot[bot] commented 1 year ago

Superseded by #129.