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 🚀 #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 2, 2018

Version 9.3.0 of nock was just published.

Dependency nock
Current Version 9.2.6
Type devDependency

The version 9.3.0 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.

It might be worth looking into these changes and trying to get this project onto the latest version of nock.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


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 bot added a commit that referenced this pull request Jun 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2018

Version 9.3.1 just got published.

Update to this version instead 🚀

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 bot added a commit that referenced this pull request Jun 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 7, 2018

Version 9.3.2 just got published.

Update to this version instead 🚀

Release Notes v9.3.2

9.3.2 (2018-06-07)

Bug Fixes

Commits

The new version differs by 1 commits.

  • b5b40c1 fix: restore compatibility with Node <4.5 (#1144)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 14, 2018

Version 9.3.3 just got published.

Update to this version instead 🚀

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 2 commits.

  • 933880a fix: match basePath as regex and path as function (#1147)
  • 1a03056 build(package): update restify-clients to version 2.2.0 (#1148)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 29, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 29, 2018

Version 9.4.0 just got published.

Update to this version instead 🚀

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 4 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2018

Version 9.4.1 just got published.

Update to this version instead 🚀

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 2 commits.

  • 5aa1081 docs: Add CONTRIBUTE, edit README, update LICENSE year (#1155)
  • f81fb6d fix: request overrider checks req.headers to parse body as JSON (#1157)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 10, 2018

Version 9.4.2 just got published.

Update to this version instead 🚀

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 1 commits.

  • 7fd2329 fix: Replaced util._extend with Object.assign due to deprecated since node v6.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2018

Version 9.4.3 just got published.

Update to this version instead 🚀

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 4 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 1, 2018

Version 9.4.4 just got published.

Update to this version instead 🚀

Release Notes v9.4.4

9.4.4 (2018-07-31)

Bug Fixes

Commits

The new version differs by 3 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 7, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 7, 2018

Version 9.5.0 just got published.

Update to this version instead 🚀

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 3 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 8, 2018

Version 9.6.0 just got published.

Update to this version instead 🚀

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 2 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2018

Version 9.6.1 just got published.

Update to this version instead 🚀

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 4 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

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 14, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.0.

Update to this version instead 🚀

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

greenkeeper bot added a commit that referenced this pull request Oct 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 9, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.1.

Update to this version instead 🚀

Release Notes for v10.0.1

10.0.1 (2018-10-09)

Bug Fixes

  • package: update debug to version 4.1.0 (0c807c9), closes #1214
Commits

The new version differs by 12 commits.

  • 3131313 Merge pull request #1238 from nock/greenkeeper/debug-4.1.0
  • 0c807c9 fix(package): update debug to version 4.1.0
  • 539d244 test: add comments to all tests that use airplane setting (#1237)
  • e226c65 docs: clean up debugging section
  • 7e70d9a docs: Delete sections duplicated in CONTRIBUTING
  • 43cf093 docs: move PROTIP elsewhere
  • 7498574 docs: remove empty spaces
  • 6b632d5 Merge pull request #1225 from nock/node-version-support
  • 8592632 ci(stale): set number of actions to 30 (default)
  • cbd2670 docs(README): Node version support
  • e6d885f ci(travis): coverage upload
  • f12cda7 ci(package): coverage

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.2.

Update to this version instead 🚀

Release Notes for v10.0.2

10.0.2 (2018-11-03)

Bug Fixes

Commits

The new version differs by 18 commits.

  • 598245c Merge pull request #1250 from vwxyutarooo/master
  • 8453191 test: add case of nockBack with filteringRequestBody opiton
  • 1b4b9c6 test: add case of nockBack with filteringPath option
  • 6d5bca2 fix(#1041): apply filteringPath from nockBack before option
  • 048c07d Merge pull request #1247 from j0k3r/patch-1
  • 5b69d06 docs: Fix anchor in README
  • 35936eb Merge pull request #1246 from chrisulanowicz/master
  • e63de1a docs: fixed typos
  • 7f41138 Merge pull request #1220 from nock/feat/github-apps-note
  • 33da255 Merge pull request #1163 from nock/feat/add-contributors
  • 1a845a5 docs: Update list and instructions
  • c1f608a docs: Add note about GitHub Apps
  • 2c9f427 docs: Add description to Contributors file
  • f907c3f docs: rename CONTRIBUTORS.md, add section to CONTRIBUTING
  • 0885b5f docs: remove contribs file

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.3.

Update to this version instead 🚀

Release Notes for v10.0.3

10.0.3 (2018-12-03)

Bug Fixes

Commits

The new version differs by 4 commits.

  • 5ae978b docs: show usage of beforeFunc in nockback (#1263)
  • 88fbdc2 fix: filtering by regex (#1089)
  • 6cd119b chore(package): update superagent to version 4.0.0
  • 4194106 docs(README): recorder.reset -> recorder.clear (#1248)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 8, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 8, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.4.

Update to this version instead 🚀

Release Notes for v10.0.4

10.0.4 (2018-12-08)

Bug Fixes

Commits

The new version differs by 2 commits.

  • a90f543 fix(#1266): throw useful error if "method" parameter is not set for .intercept() – thanks @labsvisual
  • aaf82bb chore: ignore package-lock.json

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 23, 2018

  • The devDependency nock was updated from 9.2.6 to 10.0.5.

Update to this version instead 🚀

Release Notes for v10.0.5

10.0.5 (2018-12-23)

Bug Fixes

  • package.engines shows incorrect versions and is supposed to be an object (0c4edd6)
Commits

The new version differs by 33 commits.

  • 0c4edd6 fix: package.engines shows incorrect versions and is supposed to be an object
  • 743102a ci(package): update semantic-release to beta.13
  • c5945a7 ci(travis): run release stage on [Version].x, next, beta branches
  • e0424c0 docs(CONTRIBUTING): Backport a fix / feature to a previous version
  • bb602cc ci(travis): build on branches for semantic-release preview/next/maintenance releases
  • e5ee2b5 build(package): update semantic-release to ^16.0.0-beta.10
  • 46c1156 test(test_back): Improve style and readability
  • 16fb5bd build(package): explicitly pipe lcov output to coveralls
  • dcc9599 ci: remove obsolete coveralls configuration
  • b39172f test(test_s3): Add fixme comment
  • 5c67b46 test(test_aws_dynamo): Remove AWS Dynamo functional test
  • c010b09 test(test_abort): Improve style + readability
  • 14816f9 test: Replace lodash with native in tests
  • ab3c181 chore: Ignore ‘tests/ssl/index.js’ for coverage
  • cefeb47 Clean lint

There are 33 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 2, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 2, 2019

  • The devDependency nock was updated from 9.2.6 to 10.0.6.

Update to this version instead 🚀

Release Notes for v10.0.6

10.0.6 (2019-01-02)

Bug Fixes

Commits

The new version differs by 1 commits.

  • cb56669 fix: Mock responses should fire when timers are mocked (#1335)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2019

  • The devDependency nock was updated from 9.2.6 to 11.1.0.

Update to this version instead 🚀

Commits

The new version differs by 241 commits ahead by 241, behind by 4.

  • 2e56fb0 feat(types): Add Typescript definitions. (#1676)
  • 688b3e3 refactor: Fix two tests that don’t work on an airplane (#1679)
  • 82a3cae chore(dep): remove unneeded dev dep acron (#1668)
  • c09afda refactor: Refactor RequestOverrider (#1674)
  • 4d0fbbf refactor: Convert Interceptor to a class (#1672)
  • 26784ac chore(package): update rimraf to version 3.0.0 (#1667)
  • 870584b bug(overrider): unmocked HTTPS request with partial interceptor match (#1664)
  • 11dba99 fix (#1659)
  • bf1d7d6 test: Clarify that cleanAll removes persistent mocks (#1647)
  • e661d0d bug(recorder): replace qs lib with native querystring. (#1653)
  • 05ae31e Refactor lifecycle tests using got / async (#1646)
  • 26fc08f Async Reply functions (always emit errors) (#1596)
  • 35221ce refactor: overhaul body and query matching (#1632)
  • 88e85ac fix: trigger release (#1645)
  • e744b0a bug: handle content-type request headers when arrays

There are 241 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 4, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 4, 2019

  • The devDependency nock was updated from 9.2.6 to 11.3.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 5, 2019

  • The devDependency nock was updated from 9.2.6 to 11.3.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Sep 12, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 12, 2019

  • The devDependency nock was updated from 9.2.6 to 11.3.4.

Update to this version instead 🚀

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

greenkeeper bot commented Sep 20, 2019

  • The devDependency nock was updated from 9.2.6 to 11.3.5.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 5, 2019

  • The devDependency nock was updated from 9.2.6 to 11.3.6.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 7, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 7, 2019

  • The devDependency nock was updated from 9.2.6 to 11.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 22, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 22, 2019

  • The devDependency nock was updated from 9.2.6 to 11.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 24, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 24, 2019

  • The devDependency nock was updated from 9.2.6 to 11.6.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 31, 2019

  • The devDependency nock was updated from 9.2.6 to 11.7.0.

Update to this version instead 🚀

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.

None yet

0 participants