Ninban / puller

puller will automatically try to create a pull request from upstream to your fork, so you can review and merge it.
MIT License
1 stars 2 forks source link

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

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency @octokit/fixtures was updated from 14.0.5 to 15.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 v15.0.0

15.0.0 (2019-06-02)

Bug Fixes

  • fixture: updated api.github.com/labels (2e68368)

BREAKING CHANGES

  • fixture: api.github.com/labels has changed
[
   {
     response: [
       ...
       {
-        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/duplicate"
+        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/documentation"
-        name: "duplicate"
+        name: "documentation"
-        color: "cfd3d7"
+        color: "0075ca"
       }
+      {
+        id: 1002
+        node_id: "MDA6RW50aXR5MQ=="
+        url: "https://api.github.com/repos/octokit-fixture-org/labels/labels/duplicate"
+        name: "duplicate"
+        color: "cfd3d7"
+        default: true
+      }
       {
-        id: 1002
+        id: 1003
       }
       {
-        id: 1003
+        id: 1004
       }
       {
-        id: 1004
+        id: 1005
       }
       {
-        id: 1005
+        id: 1006
       }
       {
-        id: 1006
+        id: 1007
       }
       {
-        id: 1007
+        id: 1008
       }
     ]
     headers: {
-      content-length: "1391"
+      content-length: "1572"
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   {
     response: {
-      id: 1008
+      id: 1009
     }
   }
   ...
 ]
Commits

The new version differs by 7 commits.

  • 9272d5b chore(fixture): raw fixture updated for api.github.com/labels
  • 2e68368 fix(fixture): updated api.github.com/labels
  • 1e1759d chore(package): update lockfile package-lock.json
  • f0d79f5 chore(package): update tap to version 14.0.0
  • dc740ff build: package lock file
  • dd3c557 chore(package): update tap to version 13.0.3
  • 86500e5 chore(package): update envalid to version 5.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: