edwellbrook / node-tvdb

Node.js library for accessing TheTVDB API
https://edwellbrook.github.io/node-tvdb/
MIT License
65 stars 28 forks source link

Update nock to the latest version 🚀 #111

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 5 years ago

The devDependency nock was updated from 9.6.1 to 10.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 v10.0.0

BREAKING CHANGES

  • drop official support for Node < 6

There is no intentional change that breaks usage in Node 4, but as we
stop testing in this no longer supported Node version we recommend to
no update nock if you still rely on Node 4.

The reason why we decided to go ahead and make a breaking version
release is that it became increasingly harder to update dependencies
to the latest versions as they also drop support for Node 4.

Bug Fixes

Code Refactoring

  • update Buffer constructors to from and alloc (c94b89d)

Continuous Integration

  • travis: stop testing in Node 4 (139b632)
Commits

The new version differs by 33 commits.

  • a7cdc71 test: skip failing test (#1222)
  • c94b89d refactor: update Buffer constructors to from and alloc
  • 59060d5 test: update Buffer constructors to from and alloc
  • 85f847a ci(travis): test in Node 10 instead of 9
  • 139b632 ci(travis): stop testing in Node 4
  • cc3a539 docs: update tocs
  • 1aefc98 Update package.json
  • 7a8e564 Update README.md
  • 31ea668 Added call to donate after npm install (optional)
  • 11f8d1f Added backers and sponsors on the README
  • d2a76fa Merge pull request #1218 from nock/lock
  • c1c229b Merge pull request #1217 from nock/stale
  • 87e252e ci(lock): initial configuration
  • cf50c23 ci(stale): initial configuration
  • 21c255f fix(#1203): handle statusCode without payload

There are 33 commits in total.

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: