Closed greenkeeper[bot] closed 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.
dependency
@octokit/rest was updated from 16.28.9
to 16.29.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
luke-cage
header is not required (9926988)restrictions.teams
and restrictions.users
are required for `octokit.repos.updateBranchProtection() (d68aa77)octokit.teams.{add,get,remove}Member()
(f4e0a1b)privacy
parameter for octokit.teams.edit()
(71ba2ae)octokit.repos.getCommit()
(9164417)page
/per_page
parameters from PATCh
requests (6395735)page
/per_page
parameters from POST
requests (a7a45ac)page
and per_page
parameters from octokit.repos.listProtectedBranchTeamRestrictions()
(3c04006)octokit.pulls.createReviewCommentReply()
(c7831d3)octokit.pulls.createCommentReply()
has been renamed to octokit.pulls.createComment()
(b59f0b5)octokit.repos.listProtectedBranchTeamRestrictions
& octokit.repos.listTeamsWithAccessToProtectedBranch
-> octokit.repos.getTeamsWithAccessToProtectedBranch
(9e3b5b1)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)The new version differs by 43 commits.
ed93520
ci(travis): remove Node 6 syntax
0ded084
build: update dependencies
20eca47
style: prettier
ed1202f
build(package): lint test/typescript-validate.ts
b6df9e9
test: address deprecation warnings
9926988
fix: luke-cage
header is not required
9457e0c
style(routes): prettier
1616310
build(routes): format JSON output with prettier
af72539
docs: @octokit/routes -> octokit-routes-graphql-server
4e31c4b
style(docs): prettier
0ce9137
build(docs): lock file
1e9027f
build(typescript): do not create repetitive EmptyParams
type
e6e4ae1
build(typescript): add comments to split generated sections
bd3b82a
build: generate types using https://octokit-routes-graphql-server.now.sh
bfdabb2
build: generate routes using https://octokit-routes-graphql-server.now.sh/
There are 43 commits in total.
See the full diff
dependency
@octokit/rest was updated from 16.29.0
to 16.30.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
octokit.pulls.createFromIssue()` is deprecated. Use
octokit.pulls.create()` instead (6f939ad)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
dependency
@octokit/rest was updated from 16.30.0
to 16.30.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
mediaType
option in endpoint methods (be7e388), closes probot/probot#1024The 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
dependency
@octokit/rest was updated from 16.30.1
to 16.30.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
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
dependency
@octokit/rest was updated from 16.30.2
to 16.31.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
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
dependency
@octokit/rest was updated from 16.31.0
to 16.32.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
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
dependency
@octokit/rest was updated from 16.32.0
to 16.33.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
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
dependency
@octokit/rest was updated from 16.33.0
to 16.33.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
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
Resolved by #18
The dependency @octokit/rest was updated from
16.28.8
to16.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
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: