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 🚨 #14

Open
greenkeeper bot opened this issue Jun 2, 2018 · 12 comments
Open

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

greenkeeper bot opened this issue Jun 2, 2018 · 12 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Jun 2, 2018

Version 9.3.0 of nock was just published.

Branch Build failing 🚨
Dependency nock
Current Version 9.2.6
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
  • continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details
  • coverage/coveralls First build on greenkeeper/nock-9.3.0 at 93.103% Details

Release Notes v9.3.0

9.3.0 (2018-05-30)

Features

Commits

The new version differs by 2 commits.

  • de0cb79 feat: support URL objects
  • 7582da0 chore(package): update tap to version 12.0.0

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
Contributor Author

greenkeeper bot commented Jun 2, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2018

Version 9.3.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.3.1

9.3.1 (2018-06-07)

Bug Fixes

Commits

The new version differs by 3 commits.

  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2018

Version 9.3.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.3.2

9.3.2 (2018-06-07)

Bug Fixes

Commits

The new version differs by 4 commits.

  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2018

Version 9.3.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.3.3

9.3.3 (2018-06-13)

Bug Fixes

  • match basePath as regex and path as function (#1147) (933880a)
Commits

The new version differs by 6 commits.

  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)
  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2018

Version 9.4.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.4.0

9.4.0 (2018-06-29)

Features

  • emit 'request' event with body as third parameter (#1062) (e15820a)
Commits

The new version differs by 10 commits.

  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)
  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2018

Version 9.4.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.4.1

9.4.1 (2018-07-02)

Bug Fixes

  • request overrider checks req.headers to parse body as JSON (#1157) (f81fb6d)
Commits

The new version differs by 12 commits.

  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)
  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 10, 2018

Version 9.4.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.4.2

9.4.2 (2018-07-10)

Bug Fixes

  • Replaced util._extend with Object.assign due to deprecated since node v6. (7fd2329)
Commits

The new version differs by 13 commits.

  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)
  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)
  • e933b3a refactor: update Buffer constructors to from and alloc (#1141)
  • d3f5b3f chore(package): update nyc to version 12.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2018

Version 9.4.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.4.3

9.4.3 (2018-07-23)

Bug Fixes

  • #1171: When matching the path by function, also check the HTTP method. (9373382), closes #1171
Commits

The new version differs by 17 commits.

  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json
  • ef7a68b docs(CODE_OF_CONDUCT.md): Change maintainer support email
  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)
  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)
  • aaa9a56 fix: use aborted property on http request (#1134)

There are 17 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2018

Version 9.4.4 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.4.4

9.4.4 (2018-07-31)

Bug Fixes

Commits

The new version differs by 20 commits.

  • 907be86 fix(#1076): allowUnmocked: true + host regex (#1179)
  • 8f0912a docs: Add CHANGELOG file pointing to GitHub releases
  • 15a472f build(#1169): remove glob and istanbul
  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json
  • ef7a68b docs(CODE_OF_CONDUCT.md): Change maintainer support email
  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)
  • da5de6a test: local ssl server (#1126)
  • e8479aa docs: change url to match new GitHub address
  • 933880a fix: match basePath as regex and path as function (#1147)

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 7, 2018

Version 9.5.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.5.0

9.5.0 (2018-08-07)

Features

  • encode an expected buffer the same way when matching as the client (c584f7a)
Commits

The new version differs by 23 commits.

  • 50ab208 test: new SSL certificates for local testing (#1181)
  • b29a0e4 docs: add buffer request body to README
  • c584f7a feat: encode an expected buffer the same way when matching as the client
  • 907be86 fix(#1076): allowUnmocked: true + host regex (#1179)
  • 8f0912a docs: Add CHANGELOG file pointing to GitHub releases
  • 15a472f build(#1169): remove glob and istanbul
  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json
  • ef7a68b docs(CODE_OF_CONDUCT.md): Change maintainer support email
  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)
  • e15820a feat: emit 'request' event with body as third parameter (#1062)
  • a1fff39 build(package): update eslint to version 5.0.0 (#1151)

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2018

Version 9.6.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.6.0

9.6.0 (2018-08-08)

Features

  • Allow optionally() to be called with a value, specifying if the mock should be optional (d8a2606)
Commits

The new version differs by 25 commits.

  • d666949 Merge pull request #1177 from timrogers/master
  • d8a2606 feat: Allow optionally() to be called with a value, specifying if the mock should be optional
  • 50ab208 test: new SSL certificates for local testing (#1181)
  • b29a0e4 docs: add buffer request body to README
  • c584f7a feat: encode an expected buffer the same way when matching as the client
  • 907be86 fix(#1076): allowUnmocked: true + host regex (#1179)
  • 8f0912a docs: Add CHANGELOG file pointing to GitHub releases
  • 15a472f build(#1169): remove glob and istanbul
  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json
  • ef7a68b docs(CODE_OF_CONDUCT.md): Change maintainer support email
  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.
  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)

There are 25 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2018

Version 9.6.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.6.1

9.6.1 (2018-08-13)

Bug Fixes

  • set socket connecting state to always be false (ca1eea0)
Commits

The new version differs by 29 commits.

  • 80da59c docs: Add a section on becoming a Maintainer
  • ca1eea0 fix: set socket connecting state to always be false
  • 463f82a Merge pull request #1186 from nock/greenkeeper/needle-2.2.2
  • a94e867 chore(package): update needle to version 2.2.2
  • d666949 Merge pull request #1177 from timrogers/master
  • d8a2606 feat: Allow optionally() to be called with a value, specifying if the mock should be optional
  • 50ab208 test: new SSL certificates for local testing (#1181)
  • b29a0e4 docs: add buffer request body to README
  • c584f7a feat: encode an expected buffer the same way when matching as the client
  • 907be86 fix(#1076): allowUnmocked: true + host regex (#1179)
  • 8f0912a docs: Add CHANGELOG file pointing to GitHub releases
  • 15a472f build(#1169): remove glob and istanbul
  • 9373382 fix(#1171): When matching the path by function, also check the HTTP method.
  • b1869cc test(#1171): Added test 'match path using function'
  • 29d1c2e docs(README.md): Change description to match package.json

There are 29 commits in total.

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