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

Update nock to the latest version 🚀 #28

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 23, 2017

Version 9.0.7 of nock just got published.

Dependency nock
Current Version 9.0.6
Type devDependency

The version 9.0.7 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of nock.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 4 commits .

  • a92a3fb Changelog
  • 588aef9 9.0.7: Fix for #610
  • a783410 Merge pull request #829 from yodeyer/fixQs
  • b9d2823 Fail if interceptor has query parameters but not the query

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.333% when pulling 69e4557 on greenkeeper/nock-9.0.7 into 83b7896 on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 83.333% when pulling 69e4557 on greenkeeper/nock-9.0.7 into 83b7896 on master.

@coveralls
Copy link

coveralls commented Feb 23, 2017

Coverage Status

Coverage remained the same at 83.333% when pulling 69e4557 on greenkeeper/nock-9.0.7 into 83b7896 on master.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 27, 2017

Version 9.0.8 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits .

  • f8fb1e7 9.0.8: Fix for #754
  • b48913d Merge pull request #836 from node-nock/greenkeeper-superagent-3.5.0
  • 3f26630 Merge pull request #802 from aleung/fix-754
  • a6cf549 chore(package): update superagent to version 3.5.0
  • 343dc5d Test against request 2.79.0, with which timeout issue occured.
  • 9bf2621 Add Visual Studio Code folder into gitignore
  • 6e8f337 Update the failed test case
  • cf4ee98 Fix node-nock/nock#754

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 28, 2017

Version 9.0.9 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits .

  • 5b1a8d8 9.0.9: Revert PR #802
  • 51809e1 Merge pull request #840 from node-nock/revert-802-fix-754
  • 0a083f6 Revert "Fix request timeout no working"
  • 3728a1f Changelog v9.0.8

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 28, 2017

Version 9.0.10 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits .

  • d7bced0 9.0.10: Versioned tested and better .npmignore
  • 934f1c3 Merge pull request #858 from fabiosantoscode/patch-1
  • 7c1cd79 Add some big folders to .npmignore
  • c5f265f Merge pull request #842 from node-nock/feature-832-versioned-tests
  • bdf3cf7 #832 Add glob as dev dep
  • 8ce0abe #832 Add integration tests to travis
  • 497162b #832 Cleanup sub dep install script
  • c9d011f #832 Add tests for request & popsicle
  • 0a675c2 #832 Remove socketTimeout test
  • a40fb62 #832 Run got tests using common test runner
  • c13d25f 832 Versioned tests for got module
  • b1201cf 832 Add sub dep install from NR
  • 2a012a0 Changelog v9.0.9

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 29, 2017

Version 9.0.11 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits .

  • 30881e2 9.0.11: Fixes for #856 (pending mocks) and #425 (multipart forms)
  • cd657a7 Merge pull request #834 from delijati/master
  • 3957f02 Merge pull request #857 from disrupticons/fixing-issue-856
  • 1cd6863 fixing test description
  • 06684f1 adding test for multipart match body
  • f45f574 Remove pending mocks from scopes on nock.cleanAll()
  • 77b6b10 fix for the "fix matchBody for multipart requests #425"

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2017

Version 9.0.12 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits .

See the full diff.

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2017

Version 9.0.13 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits .

  • f268187 9.0.13: Revert #863
  • e2396c3 Merge pull request #880 from node-nock/revert-v9.0.12-issue-863
  • aa3d18c Revert "Merge branch 'fasterize-fix_match_body'"

See the full diff.

greenkeeper bot added a commit that referenced this pull request Jul 17, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 17, 2017

Version 9.0.14 just got published.

Update to this version instead 🚀

Commits

The new version differs by 14 commits.

  • 8da9ee0 Fixes for Node 8
  • 612388e Merge pull request #948 from martinkuba/master
  • a2f170f www.amazon.com does not return any data
  • 35c76e3 Merge pull request #929 from martinkuba/node8
  • 39c7e32 Merge pull request #942 from michaelnisi/browserify
  • 0c0aaca Skip browserify test because zombie fails @7.10
  • aac5c34 wrap http.get on Node 8 only
  • 5db4fa0 workaround for socket hang up
  • f984668 fix recorder when calling res.end(data)
  • f6369d0 use req.setHeader()
  • 119fa65 override http.get
  • c2d605a added Node 8 to Travis
  • 17d7c25 Merge pull request #667 from ksmith97/master
  • bcdf886 Updated debug namespace to match file.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 19, 2017

Version 9.0.15 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 029be32 9.0.15
  • a82d4d4 fix: nock.define() respects badheaders option
  • 9aa493a test: nock.define() ignores badheaders option
  • 1433789 docs(README): document nock.recorder.clear()

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 19, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 19, 2017

Version 9.0.16 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • e8f0641 9.0.16
  • 5aa16f4 fix: match headers with falsy values
  • e9d9635 test: match headers with falsy values
  • e2b538c chore(travis): don’t build twice for PRs and retry npm install
  • 60dfe15 chore(travis): don’t test in node v7
  • 2e45548 chore: remove console logs in tests
  • 8c7cf84 docs(CHANGELOG): update for 9.0.15

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 20, 2017

Version 9.0.17 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 4772c15 9.0.17
  • 0bf9eb4 835 support regex for both host and port with allowUnmocked
  • 1c3f3e1 835-added-fail-test-case
  • e911688 docs(README) - fix info about mocking (#971)
  • 978a3f0 Document replyWithFile using Content-Type header
  • 1c6ae5b fix readme typo
  • fe440ec fix grammar
  • 93341d3 Improve Match Logging
  • 1612e36 Update README.md
  • 97d1ea1 fix: printing recorded requests with output_objects resulted in output of [Object Object]
  • 664ee63 chore(CHANGELOG): 9.0.16

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 21, 2017

Version 9.0.18 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 3de396c 9.0.18
  • a9c0ca6 fix(recorder): don’t JSON.stringify output if output_objects is not enabled
  • cb13cdd feat: promisify nock back (#798)
  • c44f644 chore(CHANGELOG) v9.0.17

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 23, 2017

Version 9.0.19 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 5395510 9.0.19
  • 4f0e07e Improve Nock Back documentation
  • d07218c Fix file permissions of intercept test
  • 9268b44 Fix allowUnmocked when last interceptor was removed.
  • 06db20a Do not abort a an already aborted request, do not emit an error twice
  • 9294f66 fix broken link: allow-unmocked-requests-on-a-mocked-hostname
  • 635fbf9 fix: Specified request body not properly enforced (#921)
  • 4c102e3 Minor change in example code scope( => var scope = nock(
  • c82715b nockBack.setMode: Improve error message
  • d83b3ed chore(CHANGELOG): v9.0.18

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 24, 2017

Version 9.0.20 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • fa915fe 9.0.20
  • f246ff0 fix: match headers with falsy values (again)
  • 2af1b88 Switch from jshint to eslint (#885)
  • b5b2f67 changed Real HTTP request documentation to be more readable
  • b1e8787 docs(CHANGELOG): 9.0.19

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 25, 2017

Version 9.0.21 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 5209262 9.0.21
  • 9ffab38 fix: compare falsy header values & numbers correctly
  • 333e8e3 test: match number header values
  • fe00f67 multiple interceptors override headers from unrelated requests
  • 4196cf0 Add an error code to NetConnectNotAllowedError
  • 66cd477 chore(CHANGELOG): v9.0.20

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 28, 2017

Version 9.0.22 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • a787666 9.0.22
  • 574d69b fix: query string recording where value is an array (#917)
  • b050c49 docs(README): link to license file, link to contributors, update Copyright years
  • fb65222 chore(LICENSE): MIT
  • 50305f3 chore(CHANGELOG): v9.0.21

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 20, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 20, 2017

Version 9.0.23 just got published.

Update to this version instead 🚀

Release Notes v9.0.23

9.0.23 (2017-10-20)

Bug Fixes

  • include path in the matching log output (#996) (ea2fe9f)

Previous Changelog

Find changes for versions before 9.0.23 at https://github.com/node-nock/nock/blob/bd387365ff8e6df731cf5a35cc92560346826ec5/CHANGELOG.md

Commits

The new version differs by 7 commits.

  • f13add9 chore(travis): semantic-release setup
  • 909dbce chore(package): semantic-release
  • e4b0958 test: intercept test fix
  • 62e7566 Fix matchStringOrRegexp TypeError on undefined (#998)
  • 4772df5 allowUnmocked causes no requests to match when query is specified (#955)
  • ea2fe9f fix: include path in the matching log output (#996)
  • 6d9704d chore(CHANGELOG): 9.0.22

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 21, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 21, 2017

Version 9.0.24 just got published.

Update to this version instead 🚀

Release Notes v9.0.24

9.0.24 (2017-10-20)

Bug Fixes

  • include path in the matching log output (#996) (ea2fe9f)
  • stripping of new lines when using a matcher function for the body (#932) (bd38736)
Commits

The new version differs by 1 commits.

  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 23, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 23, 2017

Version 9.0.25 just got published.

Update to this version instead 🚀

Release Notes v9.0.25

9.0.25 (2017-10-23)

Bug Fixes

  • re-add support for matching body to query string regex (#1006) (be7a075)
Commits

The new version differs by 2 commits.

  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 28, 2017

Version 9.0.26 just got published.

Update to this version instead 🚀

Release Notes v9.0.26

9.0.26 (2017-10-28)

Bug Fixes

Commits

The new version differs by 6 commits.

  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 28, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 28, 2017

Version 9.0.27 just got published.

Update to this version instead 🚀

Release Notes v9.0.27

9.0.27 (2017-10-28)

Bug Fixes

Commits

The new version differs by 1 commits.

  • a908ed9 fix: support for regex with query params (#1010)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 6, 2017

Version 9.0.28 just got published.

Update to this version instead 🚀

Release Notes v9.0.28

9.0.28 (2017-11-06)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 8, 2017

Version 9.1.0 just got published.

Update to this version instead 🚀

Release Notes v9.1.0

9.1.0 (2017-11-08)

Features

  • stop persisting a persistent nock. (f3f9bc7), closes #438
Commits

The new version differs by 1 commits.

  • f3f9bc7 feat: stop persisting a persistent nock.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2017

Version 9.1.1 just got published.

Update to this version instead 🚀

Release Notes v9.1.1

9.1.1 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
Commits

The new version differs by 3 commits.

  • e8cb44a fix(lib): [match_body] stringify object by qs package
  • 258ef9c chore(package): [qs] upgraded
  • 28664fa docs(readme): fix typo "specially" to "especially"

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 24, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 24, 2017

Version 9.1.2 just got published.

Update to this version instead 🚀

Release Notes v9.1.2

9.1.2 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
  • Encoding query parameters when recording to string. (#1015) (ebb8af2)
Commits

The new version differs by 1 commits.

  • ebb8af2 fix: Encoding query parameters when recording to string. (#1015)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 25, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 25, 2017

Version 9.1.3 just got published.

Update to this version instead 🚀

Release Notes v9.1.3

9.1.3 (2017-11-25)

Bug Fixes

Commits

The new version differs by 1 commits.

  • fa58493 fix: set protocol correctly (#1027)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 2, 2017

Version 9.1.4 just got published.

Update to this version instead 🚀

Release Notes v9.1.4

9.1.4 (2017-12-02)

Bug Fixes

  • URLs Ending with Comma Cause "No match for HTTP request" Error (#1018) (a2d04c3)
Commits

The new version differs by 1 commits.

  • a2d04c3 fix: URLs Ending with Comma Cause "No match for HTTP request" Error (#1018)

See the full diff

@riyadhalnur riyadhalnur deleted the greenkeeper/nock-9.0.7 branch May 12, 2018 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants