Closed greenkeeper[bot] closed 4 years ago
After pinning to 16.41.2 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.42.0
to 16.42.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 7 commits.
dec7334
fix: do not throw if using deprecated Octokit default export without options
865433a
test: do not throw if using deprecated Octokit default export without options
3e47a92
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
5db4ffa
test: address deprecation messages
56aacd0
test: ignore coverage related to deprecation
85fc111
test: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
c1d6c6a
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
See the full diff
dependency
@octokit/rest was updated from 16.42.1
to 16.42.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 10 commits.
4d402c2
style: prettier
7b316d8
fix: recover Octokit.plugin
b101e63
test: recover Octokit.plugin
dec7334
fix: do not throw if using deprecated Octokit default export without options
865433a
test: do not throw if using deprecated Octokit default export without options
3e47a92
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
5db4ffa
test: address deprecation messages
56aacd0
test: ignore coverage related to deprecation
85fc111
test: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
c1d6c6a
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
See the full diff
dependency
@octokit/rest was updated from 16.42.2
to 16.43.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 12 commits.
989afc1
feat: deprecate octokit.gitdata.*
, octokit.pullRequests.*
(#1585)
6970226
test: remove .only
4d402c2
style: prettier
7b316d8
fix: recover Octokit.plugin
b101e63
test: recover Octokit.plugin
dec7334
fix: do not throw if using deprecated Octokit default export without options
865433a
test: do not throw if using deprecated Octokit default export without options
3e47a92
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
5db4ffa
test: address deprecation messages
56aacd0
test: ignore coverage related to deprecation
85fc111
test: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
c1d6c6a
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
See the full diff
dependency
@octokit/rest was updated from 16.43.0
to 16.43.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
{ Octokit }
export (486eadd)The new version differs by 16 commits.
486eadd
fix(TypeScript): named { Octokit }
export
c2fec67
TypeScript: named { Octokit }
export
9e7c4fc
test(Typescript): name { Octokit }
export
b539140
test: 100% test coverage
989afc1
feat: deprecate octokit.gitdata.*
, octokit.pullRequests.*
(#1585)
6970226
test: remove .only
4d402c2
style: prettier
7b316d8
fix: recover Octokit.plugin
b101e63
test: recover Octokit.plugin
dec7334
fix: do not throw if using deprecated Octokit default export without options
865433a
test: do not throw if using deprecated Octokit default export without options
3e47a92
docs: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
5db4ffa
test: address deprecation messages
56aacd0
test: ignore coverage related to deprecation
85fc111
test: const Octokit = require("@octokit/rest")
is now const { Octokit } = require("@octokit/rest")
There are 16 commits in total.
See the full diff
The dependency @octokit/rest was updated from
16.41.2
to16.42.0
.π¨ 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.42.0
16.42.0 (2020-02-03)
Features
const Octokit = require("@octokit/rest")
in favor ofconst { Octokit } = require("@octokit/rest")
(bbc3e48)Commits
The new version differs by 2 commits.
bbc3e48
feat: deprecate
const Octokit = require("@octokit/rest")
in favor ofconst { Octokit } = require("@octokit/rest")
d1ad161
test: deprecate
const Octokit = require("@octokit/rest")
in favor ofconst { Octokit } = require("@octokit/rest")
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: