Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Update @octokit/fixtures to the latest version 🚀 #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 13, 2018

The devDependency @octokit/fixtures was updated from 10.1.4 to 11.0.0.

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 v11.0.0

11.0.0 (2018-12-13)

Build System

  • "github.speedy-preview; format=json" in x-github-media-type response handler (#187) (2c59379)

BREAKING CHANGES

  • api.github.com/get-organization has changed
[
   {
     headers: {
-      x-github-media-type: "github.v3; format=json"
+      x-github-media-type: "github.v3; format=json, github.speedy-preview; format=json"
     }
   }
 ]
  • chore(fixture): raw fixture updated for api.github.com/get-organization
Commits

The new version differs by 2 commits.

  • 2c59379 build: "github.speedy-preview; format=json" in x-github-media-type response handler (#187)
  • 58b99b5 docs: speedy preview comment

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 🌴

@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #65 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files           3        3           
  Lines         121      121           
=======================================
  Hits          117      117           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1792bf...f35a07e. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Dec 13, 2018

Codecov Report

Merging #65 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #65   +/-   ##
=======================================
  Coverage   96.69%   96.69%           
=======================================
  Files           3        3           
  Lines         121      121           
=======================================
  Hits          117      117           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e1792bf...f35a07e. Read the comment docs.

greenkeeper bot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2018

Update to this version instead 🚀

Release Notes for v12.0.0

12.0.0 (2018-12-19)

Bug Fixes

  • fixture: updated api.github.com/get-root (b5dce34)

BREAKING CHANGES

  • fixture: api.github.com/get-root has changed
[
   {
     headers: {
-      x-github-media-type: "github.v3; format=json"
+      x-github-media-type: "github.v3; format=json, github.speedy-preview; format=json"
     }
   }
   ...
 ]
Commits

The new version differs by 2 commits.

  • fe02eaa chore(fixture): raw fixture updated for api.github.com/get-root
  • b5dce34 fix(fixture): updated api.github.com/get-root

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 29, 2018

Update to this version instead 🚀

Release Notes for v13.0.0

13.0.0 (2018-12-29)

breaking

  • remove fixtures for unauthenticated requests (#192) (4b569bb)

BREAKING CHANGES

  • all fixtures for unauthenticated requests have been removed. So far I used a reverse proxy on now.sh in order to be able to send unauthenticated requests from a Travis job, but that party is over now. I don’t think it’s worth to work around it again.
Commits

The new version differs by 1 commits.

  • 4b569bb breaking: remove fixtures for unauthenticated requests (#192)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 2, 2019

Update to this version instead 🚀

Release Notes for v14.0.0

14.0.0 (2019-01-02)

Bug Fixes

  • use URLs from "Link" response header for pagination (25c3dfe)

BREAKING CHANGES

  • the pagination scenario now expects the URLs sent in the "link" response header for the following requests.
Commits

The new version differs by 4 commits.

  • 062f6d3 test: use URLs from "Link" response header for pagination
  • c33ffb7 build: raw fixtures
  • e90e44a build: use URLs from "Link" response header for pagination
  • 25c3dfe fix: use URLs from "Link" response header for pagination

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 10, 2019

Update to this version instead 🚀

Release Notes for v14.0.1

14.0.1 (2019-01-10)

Bug Fixes

  • replace repo:task oauth scope with write:repo_hook (#194) (b589b6a)
Commits

The new version differs by 1 commits.

  • b589b6a fix: replace repo:task oauth scope with write:repo_hook (#194)

See the full diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants