Skip to content
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

An in-range update of @octokit/rest is breaking the build 🚨 #634

Closed
greenkeeper bot opened this issue Sep 4, 2018 · 9 comments
Closed

An in-range update of @octokit/rest is breaking the build 🚨 #634

greenkeeper bot opened this issue Sep 4, 2018 · 9 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 4, 2018

Version 15.11.0 of @octokit/rest was just published.

Branch Build failing 🚨
Dependency @octokit/rest
Current Version 15.10.0
Type dependency

This version is covered by your current version range and after updating it in your project the build failed.

@octokit/rest is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).

Release Notes v15.11.0

15.11.0 (2018-09-04)

Bug Fixes

  • routes: adapt Installation Access Token route (830088c)

Features

  • routes: annotation parameter renames (filename -> path, warning_level -> annotation_level, blob_href removed) (39ed9fd)
  • routes: checks.rerequestSuite() (1c608f5)
Commits

The new version differs by 5 commits.

  • 0f1aadb build: routes for docs
  • 830088c fix(routes): adapt Installation Access Token route
  • 1c608f5 feat(routes): checks.rerequestSuite()
  • 39ed9fd feat(routes): annotation parameter renames (filename -> path, warning_level -> annotation_level, blob_href removed)
  • e1399d0 chore(package): update @octokit/routes to version 12.0.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2018

After pinning to 15.10.0 your tests are passing again. Downgrade this dependency 📌.

@shanalikhan shanalikhan added this to the v3.2 milestone Sep 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 5, 2018

Version 15.11.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v15.11.1

15.11.1 (2018-09-05)

Bug Fixes

Commits

The new version differs by 2 commits.

  • ef31fac fix(typescript): add definitions for parameters that map to the request body root (#1007)
  • 81e5480 fix: move @gimenete/type-writer to devDependencies (#993)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2018

Version 15.11.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v15.11.2

15.11.2 (2018-09-12)

Bug Fixes

  • typescript: add namespace to return types (#999) (8f62e06)
Commits

The new version differs by 2 commits.

  • 8f62e06 fix(typescript): add namespace to return types (#999)
  • e31181c chore(package): update webpack-bundle-analyzer to version 3.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 16, 2018

  • The dependency @octokit/rest was updated from 15.11.2 to 15.11.3.

Your tests are still failing with this version. Compare changes

Release Notes for v15.11.3

15.11.3 (2018-09-16)

Bug Fixes

  • typescript: meta property in typings templates was replaced with headers. (#1015) (2ced82e)
  • pullRequests.createFromIssue parameter specifications (#1008) (92ae34b)
Commits

The new version differs by 5 commits.

  • 92ae34b fix: pullRequests.createFromIssue parameter specifications (#1008)
  • 2ced82e fix(typescript): meta property in typings templates was replaced with headers. (#1015)
  • cb386cf docs: update examples to latest standard
  • 97869a3 chore(package): update standard-markdown to version 5.0.1
  • f98c277 chore(package): update nock to version 10.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 18, 2018

  • The dependency @octokit/rest was updated from 15.11.3 to 15.11.4.

Your tests are still failing with this version. Compare changes

Release Notes for v15.11.4

15.11.4 (2018-09-17)

Bug Fixes

Commits

The new version differs by 5 commits.

  • ff3fb7d chore(package): update compression-webpack-plugin to version 2.0.0
  • 295b652 style: standard
  • 5a8e435 chore(package): update standard to version 12.0.0
  • 7b58b34 fix(typescript): nullable params (#1024)
  • 34e6568 chore(package): update mustache to version 3.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 20, 2018

  • The dependency @octokit/rest was updated from 15.11.4 to 15.12.0.

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.0

15.12.0 (2018-09-19)

Features

  • always send octokit/rest.js version in user-agent header (4efa7c3)
Commits

The new version differs by 4 commits.

  • 4efa7c3 feat: always send octokit/rest.js version in user-agent header
  • 34455b8 docs(endpoint): update example with custom user-agent and headers.user-agent default description
  • d102c9c test: always send octokit/rest.js version and environment in user-agent
  • 104f16b build(package): universal-user-agent

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 27, 2018

  • The dependency @octokit/rest was updated from 15.12.0 to 15.12.1.

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.1

15.12.1 (2018-09-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 1c09d26 fix(#1033): add preview header for client.checks.rerequestSuite

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 6, 2018

  • The dependency @octokit/rest was updated from 15.12.1 to 15.13.0.

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.0

15.13.0 (2018-10-06)

Bug Fixes

  • remove obsolete "body" parameter from .pullRequests.createFromIssue() (268bf74)
  • type *_id route parameters as integer (572d96e), closes #1001

Features

Commits

The new version differs by 7 commits.

  • 90aedbb feat: client.apps.createFromManifest({code}) – see https://git.io/fx3wp
  • 968d15d build: routes for docs
  • 85b0343 build: fix mapping of ".pullRequests.createFromissue()" endpoint method
  • ddc50c0 build(package): @octokit/routes@14.0.0
  • 572d96e fix: type *_id route parameters as integer
  • 268bf74 fix: remove obsolete "body" parameter from .pullRequests.createFromIssue()
  • 5e5a5fd chore(package): update @octokit/fixtures-server to version 3.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2018

  • The dependency @octokit/rest was updated from 15.13.0 to 15.13.1.

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.1

15.13.1 (2018-10-10)

Bug Fixes

  • remove obsolete mapTo: input for .users.addEmails() (a44d541)
  • remove obsolete preview headers (7b2c25a)
Commits

The new version differs by 6 commits.

  • a44d541 fix: remove obsolete mapTo: input for .users.addEmails()
  • 7b2c25a fix: remove obsolete preview headers
  • afd7fdf test: replace test using obsolete preview header
  • 89ab485 docs: remove obsolete client.gitdata.getCommitSignatureVerification() and client.gitdata.getTagSignatureVerification()
  • eb2c908 deprecate: client.gitdata.getCommitSignatureVerification() and client.gitdata.getTagSignatureVerification()
  • 88001fd test: deprecate client.gitdata.getCommitSignatureVerification() and client.gitdata.getTagSignatureVerification()

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant