This repository was archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Update @octokit/rest to the latest version 🚀 #64
Open
greenkeeper
wants to merge
2
commits into
master
Choose a base branch
from
greenkeeper/@octokit/rest-16.0.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update to this version instead 🚀 Release Notes for v16.0.3Bug Fixes
Thanks to @hipstersmoothie for their help 💐 CommitsThe new version differs by 11 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v16.0.4Bug Fixes
Merci @pvdlg for their help 💐 CommitsThe new version differs by 5 commits.
See the full diff |
|
|
|
Update to this version instead 🚀 Release Notes for v16.3.016.3.0 (2018-12-19)Features
CommitsThe new version differs by 4 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 14 commits.
See the full diff |
|
|
|
|
|
Update to this version instead 🚀 CommitsThe new version differs by 4 commits.
See the full diff |
Update to this version instead 🚀 Release Notes for v16.8.016.8.0 (2019-01-10)Bug Fixes
FeaturesCommitsThe new version differs by 5 commits.
See the full diff |
|
Update to this version instead 🚀 Release Notes for v16.9.016.9.0 (2019-01-16)Bug Fixes
Features
CommitsThe new version differs by 19 commits.
There are 19 commits in total. See the full diff |
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The dependency @octokit/rest was updated from
15.18.0
to16.0.1
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v16.0.1
To upgrade to v16, make sure you have the latest v15 release installed first:
Now run the tests and look for
DEPRECATED
messages in the logs. Once you see no more deprecations, upgrading to v16 should cause no problems.BREAKING CHANGES
all previously deprecated methods have been removed
preview headers that are not required to use an API have been removed
.gitdata.getTags()
has been removed. Use.gitdata.listRefs({namespace: tags})
insteadMethods for undocumented endpoints have been removed.
Instead of
client.users.getById({id})
useclient.request({method: GET, url: /user/:id, id})
Instead of
client.repos.getById({id})
useclient.request({method: GET, url: /repositories/:id, id})
octokit.enterprise.*
methods have been removed. They will be moved into a plugin like https://github.com/octokit/plugin-scim.jsroutes: the
milestone
parameter is no longer validated using a regex as it cannot be derived from octokit/routestravis: dropped support for node 4
error.message is no longer a JSON string containing GitHub’s error message. Instead the JSON is parsed internally and error properties are assigned with its value. This is not technically a breaking change but a bug fix, but as this bug was around for a long time and plenty of apps depend on
JSON.parse(error.message)
to be working, we treat it as a breaking change by way of precautionerror.status
is now the response status code number. The status text is no longer returnedFeatures
Bug Fixes
Continuous Integration
Bug Fixes in v16.0.1
noImplicitAny
flag tovalidate:ts
(ef4d35a)header
object when transformingContent-Type
andContent-Length
toheaders.content-type
andheaders.content-length
(0b9cc37)Thanks @mamodom for your great help with these Typescript fixes 💐
Commits
The new version differs by 86 commits.
01763bf
fix(typescript): Github.plugin is a static method, not an instance method
ef4d35a
fix(typescript): Adding the
noImplicitAny
flag tovalidate:ts
18ac5bf
fix(typescript): Adding return types
0b9cc37
fix(typescript): include a
header
object when transformingContent-Type
andContent-Length
toheaders.content-type
andheaders.content-length
ebea33d
build: remove obsolete artefacts for flow types
9021da4
build(typescript): date response header
9efa49e
docs(README): typo in code example
09c2ba8
build(package): next dist-tag
138f08d
build: TypeScript typing definitions for v16 updates (#1113)
506dc3a
docs: wrong variable name in example (#1112)
46a1ee9
build(package): remove engine field
82a4678
ci(travis): test node_modules folder size is < 1mb
73207c7
build: package-lock.json
c597bf7
build(package): update @octokit/request
ed90210
build(package-lock): initial version
There are 86 commits in total.
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 🌴