Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An in-range update of nock is breaking the build 🚨 #284

Open
greenkeeper bot opened this issue Jan 8, 2018 · 12 comments
Open

An in-range update of nock is breaking the build 🚨 #284

greenkeeper bot opened this issue Jan 8, 2018 · 12 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented Jan 8, 2018

Version 9.1.6 of nock was just published.

Branch Build failing 🚨
Dependency nock
Current Version 9.1.5
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

nock is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • coverage/coveralls Coverage pending from Coveralls.io Details
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

Release Notes v9.1.6

9.1.6 (2018-01-08)

Bug Fixes

  • implement callback on req.write and req.end. (#1047) (cb20aa1)
Commits

The new version differs by 2 commits.

  • 573b42b chore: remove executable bit from interceptor.js. (#1045)
  • cb20aa1 fix: implement callback on req.write and req.end. (#1047)

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 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 8, 2018

After pinning to 9.1.5 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 9.1.7 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.7

9.1.7 (2018-02-21)

Bug Fixes

Commits

The new version differs by 5 commits.

  • f3f8f0f test: remove browserify tests
  • 7cd752f build(package): -browserify, zombie, node-static
  • 68df807 test: https://example.org/unmocked no longer returns default page
  • 8fd0942 fix: case insensitive reply headers (#862)
  • 797c518 docs(README): add extra warning about recording disabling mocks (#1053)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 9.1.8 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.8

9.1.8 (2018-02-21)

Bug Fixes

  • undo confusing error message (ebeb815)
Commits

The new version differs by 1 commits.

  • ebeb815 fix: undo confusing error message

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 21, 2018

Version 9.1.9 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.9

9.1.9 (2018-02-21)

Bug Fixes

  • allowing dot notation parsing for x-www-form-urlencoded posts (#1063) (df04e86)
Commits

The new version differs by 1 commits.

  • df04e86 fix: allowing dot notation parsing for x-www-form-urlencoded posts (#1063)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2018

Version 9.1.10 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.1.10

9.1.10 (2018-02-24)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 315104d fix: request timeout (#859)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2018

Version 9.2.0 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.0

9.2.0 (2018-02-24)

Features

  • support replay of recorded binary responses (904d1b3)
Commits

The new version differs by 2 commits.

  • 904d1b3 feat: support replay of recorded binary responses
  • bc9fb01 test(recorder): records & replays binary file response correctly

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2018

Version 9.2.1 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.1

9.2.1 (2018-02-24)

Bug Fixes

  • package: update chai, lodash, propagate, qs (aed9166)
Commits

The new version differs by 11 commits.

  • b373339 build(package): -restify, +restify-clients
  • 6c9760f test: restify -> restify-clients
  • 841cf54 build(package): -restler
  • 645d269 refactor: remove use of restler in tests
  • a3b6560 build(package): update dev dependencies
  • aed9166 fix(package): update chai, lodash, propagate, qs
  • f8dd092 ci(travis): stages
  • 2ced38e test: remove obsolete versioned folder
  • 969af67 ci(travis): remove integration test
  • 057f8fb test: remove versioned tests with request, got and posicle
  • 6bff991 test(package): remove integration tests (versioned tests with request libraries)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 26, 2018

Version 9.2.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.2

9.2.2 (2018-02-26)

Bug Fixes

  • Allow allowUnmocked = true and regexp paths to work (#1034) (6817e76)
Commits

The new version differs by 3 commits.

  • 6817e76 fix: Allow allowUnmocked = true and regexp paths to work (#1034)
  • e142be7 Update README.md
  • 646edd4 docs(readme): add Greenkeeper badge

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2018

Version 9.2.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.3

9.2.3 (2018-02-27)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 055593a fix: PhantomJS 2 usage (#1075)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 9, 2018

Version 9.2.4 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.4

9.2.4 (2018-04-09)

Bug Fixes

  • url encoded body matches non-string values (#1110) (5852296)
Commits

The new version differs by 9 commits.

  • 5852296 fix: url encoded body matches non-string values (#1110)
  • c1c403e docs(README): clarify request body matching (#1101)
  • 53db6cd test: remove airplace dependency from tests/test_back.js#313
  • ee10243 test: remove airplane dependency from "test_back_2.js"
  • 8bc706b test: remove airplane dependency from "tests/test_back.js#L261" (#1090)
  • 41a583d test: remove airplane dependency from "tests/test_back.js#L235"
  • 8c9b71e test: remove airplane dependency from "tests/test_back.js#L188"
  • 1859a92 test: remove airplane dependency for "tests/test_back#L137"
  • 39d30bf test: remove airplane dependency for 'tests/test_back#L154'

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2018

Version 9.2.5 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.5

9.2.5 (2018-04-10)

Bug Fixes

  • remove arrow functions to restore Node<4 compatibility (#1114) (11f1a25)
Commits

The new version differs by 1 commits.

  • 11f1a25 fix: remove arrow functions to restore Node<4 compatibility (#1114)

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2018

Version 9.2.6 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v9.2.6

9.2.6 (2018-05-14)

Bug Fixes

  • match HTTP headers with case insensitivity (#1122) (2676fed)
Commits

The new version differs by 5 commits.

  • 2676fed fix: match HTTP headers with case insensitivity (#1122)
  • 8ce5be8 test: temporary disable test depending on external hosts
  • 5977cdf test: remove airplane mode from '(re-)activate after restore'
  • 704eb25 Follow up on previous test
  • 3111dce test: remove airplane mode from 'allow unmocked option works'

See the full diff

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

No branches or pull requests

0 participants