Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Conversation

@dependabot-preview
Copy link
Contributor

Bumps knplabs/github-api from 2.3.0 to 2.13.0.

Release notes

Sourced from knplabs/github-api's releases.

2.13.0

No release notes provided.

Release 2.12.1

Fixed

  • Fixed bug in handling of validation errors
  • Updated docs to not use deprected string parameter in issue assignee call

See the change log for an overview of all changes.

Release 2.12.0

Added

  • Support for HTTPlug 2.0 and PSR-18
  • Add support for GitHub Checks
  • Add support for GitHub Pages
  • Add support to update a Pull Request Review
  • Add support to get specific revision of a gist
  • Added a 4th argument $parameters to PullRequest::files()
  • Added Accept headers to Github Apps

Removed

  • Active support for HHVM
  • Support for PHP <7.1

Changed

  • Allow tags to be created without the Tagger object
  • When updating DeployKeys we will first remove existing then add a new DeployKey

Fixed

  • In Trees we should check if array_key_exists('sha', $tree) instead of isset to avoid issues with null. (#822)

Deprecated

  • Passing an integer ($page) as 4th arugment in Comments::all() is deprecated. It should be an array.

See the change log for an overview of all changes.

Release 2.11.0

See the change log for an overview of all changes.

Release 2.10.1

See the change log for an overview of all changes.

Release 2.10.0

See the change log for an overview of all changes.

... (truncated)
Changelog

Sourced from knplabs/github-api's changelog.

2.13.0

Added

  • Support the new authorizations API
  • Repo community profile API endpoint
  • Support for draft PRs
  • Missing Apps endpoints
  • Test against php 7.4

Changed

  • Allow create & remove to set and remove requests for teams

2.12.1

Fixed

  • Fixed bug in handling of validation errors
  • Updated docs to not use deprected string parameter in issue assignee call

2.12.0

Added

  • Support for HTTPlug 2.0 and PSR-18
  • Add support for GitHub Checks
  • Add support for GitHub Pages
  • Add support to update a Pull Request Review
  • Add support to get specific revision of a gist
  • Added a 4th argument $parameters to PullRequest::files()
  • Added Accept headers to Github Apps

Removed

  • Active support for HHVM
  • Support for PHP <7.1

Changed

  • Allow tags to be created without the Tagger object
  • When updating DeployKeys we will first remove existing then add a new DeployKey

Fixed

  • In Trees we should check if array_key_exists('sha', $tree) instead of isset to avoid issues with null. (#822)

Deprecated

  • Passing an integer ($page) as 4th arugment in Comments::all() is deprecated. It should be an array.
... (truncated)
Commits
  • d493c8f Merge pull request #852 from acrobat/prepare-2.13-release
  • d40e5b1 Prepare 2.13.0 release
  • a815092 Merge pull request #849 from GrahamCampbell/depr-authorizations
  • 2fe12b8 Support the new authorizations API and deprecate old one
  • 784b3e9 Merge pull request #846 from sbine/master
  • 8e99737 Merge pull request #850 from GrahamCampbell/nightshade-preview-ended
  • eae2774 Remove ended nightshade-preview
  • 3bce87c Add repo community profile API endpoint
  • d404193 Merge pull request #845 from deetergp/scott_addTeamPrAbilty
  • 0a19add Updated ReviewRequestTest create & remove tests
  • 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 will not automatically merge this PR because it includes a minor update to a production dependency.


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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview
Copy link
Contributor Author

The following labels could not be found: dependency.

@codecov
Copy link

codecov bot commented Mar 16, 2020

Codecov Report

Merging #177 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #177   +/-   ##
========================================
  Coverage      8.57%   8.57%           
  Complexity       77      77           
========================================
  Files            12      12           
  Lines           338     338           
========================================
  Hits             29      29           
  Misses          309     309

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e2637e5...7ee7096. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Superseded by #196.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/knplabs/github-api-2.13.0 branch April 25, 2020 21:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants