-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The dependency @octokit/rest was updated from 17.2.1 to 17.3.0.
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 v17.3.0
Features
Before
const options = octokit.issues.listForRepo.endpoint.merge({ owner: "octokit", repo: "rest.js", }); const issues = await octokit.paginate(options);
After
const issues = await octokit.paginate(octokit.issues.listForRepo, { owner: "octokit", repo: "rest.js", });
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 🌴
Reactions are currently unavailable