Ninban / puller

puller will automatically try to create a pull request from upstream to your fork, so you can review and merge it.
MIT License
1 stars 2 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The dependency @octokit/rest was updated from 16.28.8 to 16.28.9.

🚨 View failing branch.

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 - ❌ **Travis CI - Branch:** The build **errored**.

Release Notes for v16.28.9

16.28.9 (2019-09-03)

Bug Fixes

  • package: update universal-user-agent to version 4.0.0 (b5a96a9)
Commits

The new version differs by 3 commits.

  • ee57e51 refactor: adapt for universal-user-agent@v4
  • 981597d chore(package): update lockfile package-lock.json
  • b5a96a9 fix(package): update universal-user-agent to version 4.0.0

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 5 years ago

After pinning to 16.28.8 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.29.0

16.29.0 (2019-09-19)

Bug Fixes

  • luke-cage header is not required (9926988)
  • restrictions.teams and restrictions.users are required for `octokit.repos.updateBranchProtection() (d68aa77)
  • add deprecation messages for octokit.teams.{add,get,remove}Member() (f4e0a1b)
  • add enum for privacy parameter for octokit.teams.edit() (71ba2ae)
  • alias for "sha" is "ref" for octokit.repos.getCommit() (9164417)
  • remove incorrect page/per_page parameters from PATCh requests (6395735)
  • remove incorrect page/per_page parameters from POST requests (a7a45ac)
  • remove unused page and per_page parameters from octokit.repos.listProtectedBranchTeamRestrictions() (3c04006)
  • set "luke-cage" preview request for branch protection endpoint methods (6a3d318)
  • validate enum values always as strings (22fb9ab)

Features

  • octokit.pulls.createReviewCommentReply() (c7831d3)
  • deprecation: octokit.pulls.createCommentReply() has been renamed to octokit.pulls.createComment() (b59f0b5)
  • deprecation: octokit.repos.listProtectedBranchTeamRestrictions & octokit.repos.listTeamsWithAccessToProtectedBranch -> octokit.repos.getTeamsWithAccessToProtectedBranch (9e3b5b1)
  • deprecation: octokit.repos.listProtectedBranchUserRestrictions & octokit.repos.listUsersWithAccessToProtectedBranch -> octokit.repos.getUsersWithAccessToProtectedBranch (5896712)
  • octokit.repos.addProtectedBranchAppRestrictions(), octokit.repos.removeProtectedBranchAppRestrictions(), octokit.repos.replaceProtectedBranchAppRestrictions() (542c7e7)
  • octokit.repos.createDispatchEvent() (eee4ae6)
  • octokit.repos.listAppsWithAccessToProtectedBranch() -> octokit.repos.getAppsWithAccessToProtectedBranch() (4d4fe03)
Commits

The new version differs by 43 commits.

There are 43 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.30.0

16.30.0 (2019-09-21)

Features

  • octokit.pulls.createFromIssue()` is deprecated. Use octokit.pulls.create()` instead (6f939ad)
Commits

The new version differs by 61 commits.

  • 9b85cd6 build: commit index.d.ts
  • 6f939ad feat: octokit.pulls.createFromIssue()` is deprecated. Use octokit.pulls.create()` instead
  • afb11a4 build(generate-routes): deprecate octokit.pulls.createFromIssue()
  • 49b42d1 ci(update-routes): set WIP commit message
  • 7e73192 ci(bundlesize): use BUNDLESIZE_GITHUB_TOKEN secret
  • cb07149 docs(usage): minor typo
  • 06c2276 ci(release): don't run on greenkeeper/* branches
  • c416e81 test: adapt for nock@v11
  • 57e788f chore(package): update lockfile package-lock.json
  • 9a09376 chore(package): update nock to version 11.3.3
  • df8d7ee ci: add name to bundlesize workflow
  • 7e3b41e ci: travis -> GitHub v2
  • 9e45dfd ci(update-routes): set custom pull request title, commit message and branch name
  • 4f51a3d ci(update-routes): fix workflow
  • 1803cdc ci(update-docs): remove "actions-v2" branch from "on"

There are 61 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.30.1

16.30.1 (2019-09-23)

Bug Fixes

Commits

The new version differs by 65 commits.

  • be7e388 fix(typescript): allow mediaType option in endpoint methods
  • f6c136b test: reproduce issue reported in probot/probot#1024
  • 323856c docs: fix search results and examples (#1481)
  • 38259d7 docs(usage): fix spaces of indented in code
  • 9b85cd6 build: commit index.d.ts
  • 6f939ad feat: octokit.pulls.createFromIssue()` is deprecated. Use octokit.pulls.create()` instead
  • afb11a4 build(generate-routes): deprecate octokit.pulls.createFromIssue()
  • 49b42d1 ci(update-routes): set WIP commit message
  • 7e73192 ci(bundlesize): use BUNDLESIZE_GITHUB_TOKEN secret
  • cb07149 docs(usage): minor typo
  • 06c2276 ci(release): don't run on greenkeeper/* branches
  • c416e81 test: adapt for nock@v11
  • 57e788f chore(package): update lockfile package-lock.json
  • 9a09376 chore(package): update nock to version 11.3.3
  • df8d7ee ci: add name to bundlesize workflow

There are 65 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.30.2

16.30.2 (2019-10-04)

Bug Fixes

  • search: remove extra octokit prefix (07514ae), closes #1481
Commits

The new version differs by 76 commits.

  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs
  • dbcb110 ci(update-endpoints): npm run update-endpoints before creating pull request
  • d250589 ci(update): use gr2m/create-or-update-pull-request-action
  • 492f7b6 docs(search): remove "octokit-" prefix from markdown searches (#1488)
  • be7e388 fix(typescript): allow mediaType option in endpoint methods
  • f6c136b test: reproduce issue reported in probot/probot#1024
  • 323856c docs: fix search results and examples (#1481)
  • 38259d7 docs(usage): fix spaces of indented in code

There are 76 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.31.0

16.31.0 (2019-10-05)

Bug Fixes

  • index.js: remove unused scope query field (58443cd)

Features

  • deprecated: Show a message for deprecated methods (453ebcc)
Commits

The new version differs by 80 commits.

  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs
  • dbcb110 ci(update-endpoints): npm run update-endpoints before creating pull request
  • d250589 ci(update): use gr2m/create-or-update-pull-request-action
  • 492f7b6 docs(search): remove "octokit-" prefix from markdown searches (#1488)

There are 80 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.32.0

16.32.0 (2019-10-06)

Features

  • types: add deprecation jsdoc for deprecated methods (f7c31af)
  • types: mark params deprecated if description has 'deprecated' (ffe9aaa)
Commits

The new version differs by 83 commits.

  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.
  • d9c55af refactor(update-endpoints): centralize workarounds
  • f97fa2c refactor(package): new generate-scripts-packages
  • faedcfa refactor: fetch endpoints once and cache it, require cached json to generate code, typescript, and docs

There are 83 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.33.0

16.33.0 (2019-10-08)

Features

  • options: add timeZone option (8a1fb13)
Commits

The new version differs by 86 commits.

  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2
  • 07514ae fix(search): remove extra octokit prefix
  • 1f3d98b refator: add deprecation messages with links to URLs.

There are 86 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Your tests are passing again with this update. Explicitly upgrade to this version πŸš€

Release Notes for v16.33.1

16.33.1 (2019-10-12)

Bug Fixes

  • include details in server validation error (#1499) (1794917)
Commits

The new version differs by 88 commits.

  • 1794917 fix: include details in server validation error (#1499)
  • cedf5af refactor: 0.0.0-semantically-released -> 0.0.0-development
  • b44b2b8 docs(usage): add documentation for timeZone option
  • 15a9467 test(smoke): add test case for timeZone option
  • 8a1fb13 feat(options): add timeZone option
  • a9f4c04 chore: build types
  • ffe9aaa feat(types): mark params deprecated if description has 'deprecated'
  • f7c31af feat(types): add deprecation jsdoc for deprecated methods
  • 58443cd fix(index.js): remove unused scope query field
  • 453ebcc feat(deprecated): Show a message for deprecated methods
  • 831bb65 chore(package): update lockfile package-lock.json
  • 6b0d604 chore(package): update proxy to version 1.0.0
  • c5b385a build(package): bring back build:ts script
  • 176b1b1 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.x
  • 98c9b75 ci(update-endpoints): uses: gr2m/create-or-update-pull-request-action@v1.0.2

There are 88 commits in total.

See the full diff

Ninban commented 5 years ago

Resolved by #18