TryGhost / Zapier

Ghost <-> Zapier Integration
https://developer.zapier.com/app/1566
MIT License
5 stars 3 forks source link

Update dependency nock to v13 #22

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
nock devDependencies major 11.9.1 -> 13.0.4

Release Notes

nock/nock ### [`v13.0.4`](https://togithub.com/nock/nock/releases/v13.0.4) [Compare Source](https://togithub.com/nock/nock/compare/v13.0.3...v13.0.4) ##### Bug Fixes - Parallel requests on same Interceptor are exposed correctly in reply functions ([#​2056](https://togithub.com/nock/nock/issues/2056)) ([6260217](https://togithub.com/nock/nock/commit/626021770b9b2fa52860c19f6b7a6033d64125e3)) ### [`v13.0.3`](https://togithub.com/nock/nock/releases/v13.0.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.0.2...v13.0.3) ##### Bug Fixes - data comparison with undefined object values ([#​2049](https://togithub.com/nock/nock/issues/2049)) ([ac6ebbb](https://togithub.com/nock/nock/commit/ac6ebbb1b7fac06fd160055505c1e784cdd5917b)) ### [`v13.0.2`](https://togithub.com/nock/nock/releases/v13.0.2) [Compare Source](https://togithub.com/nock/nock/compare/v13.0.1...v13.0.2) ##### Bug Fixes - **intercept:** mark Interceptors consumed immediately ([#​2033](https://togithub.com/nock/nock/issues/2033)) ([3b24821](https://togithub.com/nock/nock/commit/3b24821a05c32a6e9a70f69fdb29fdcd68d65076)) ### [`v13.0.1`](https://togithub.com/nock/nock/releases/v13.0.1) [Compare Source](https://togithub.com/nock/nock/compare/v13.0.0...v13.0.1) ##### Bug Fixes - allow Content-Type request introspection when header is an array ([#​2010](https://togithub.com/nock/nock/issues/2010)) ([e432ac5](https://togithub.com/nock/nock/commit/e432ac5cea6ff11cf5f456ac5e2dc07e6bcd622e)), closes [#​2009](https://togithub.com/nock/nock/issues/2009) ### [`v13.0.0`](https://togithub.com/nock/nock/releases/v13.0.0) [Compare Source](https://togithub.com/nock/nock/compare/v12.0.3...v13.0.0) See the [Migration Guide](https://togithub.com/nock/nock/blob/75507727cf09a0b7bf0aa7ebdf3621952921b82e/migration_guides/migrating_to_13.md) ##### Breaking changes 1. `Scope.log` has been removed. Use the `debug` library when [debugging](https://togithub.com/nock/nock#debugging) failed matches. 2. `socketDelay` has been removed. Use [`delayConnection`](https://togithub.com/nock/nock#delay-the-connection) instead. 3. `delay`, `delayConnection`, and `delayBody` are now setters instead of additive. 4. [When recording](https://togithub.com/nock/nock#recording), skipping body matching using `*` is no longer supported by `nock.define`. Set the definition body to `undefined` instead. 5. `ClientRequest.abort()` has been updated to align with Node's native behavior. This could be considered a feature, however, it created some subtle differences that are not backwards compatible. Refer to the migration guide for details. 6. Playback of a mocked responses will now never happen until the 'socket' event is emitted. ### [`v12.0.3`](https://togithub.com/nock/nock/releases/v12.0.3) [Compare Source](https://togithub.com/nock/nock/compare/v12.0.2...v12.0.3) ##### Bug Fixes - **router:** stall finish event to avoid dup ([#​1954](https://togithub.com/nock/nock/issues/1954)) ([d81c260](https://togithub.com/nock/nock/commit/d81c26011e0b893891956e0939ddb33083a66948)), closes [#​1832](https://togithub.com/nock/nock/issues/1832) ### [`v12.0.2`](https://togithub.com/nock/nock/releases/v12.0.2) [Compare Source](https://togithub.com/nock/nock/compare/v12.0.1...v12.0.2) ##### Bug Fixes - **types:** remove inaccurate Scope.restore method ([#​1940](https://togithub.com/nock/nock/issues/1940)) ([fa3c237](https://togithub.com/nock/nock/commit/fa3c237b75847f9589684c5c48c4b2f0bba54f0a)) ### [`v12.0.1`](https://togithub.com/nock/nock/releases/v12.0.1) [Compare Source](https://togithub.com/nock/nock/compare/v12.0.0...v12.0.1) ##### Bug Fixes - Replace a few more uses of lodash ([#​1916](https://togithub.com/nock/nock/issues/1916)) ([1f47f1a](https://togithub.com/nock/nock/commit/1f47f1a1ee977df0414a9865d6f329247cb7398f)), closes [#​1285](https://togithub.com/nock/nock/issues/1285) ### [`v12.0.0`](https://togithub.com/nock/nock/releases/v12.0.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.9.1...v12.0.0) ##### BREAKING CHANGES - Require Node 10+ ([#​1895](https://togithub.com/nock/nock/issues/1895)) ([123832e](https://togithub.com/nock/nock/commit/123832ebad65c70bc501cce2b656403382e234c5)), closes [#​1895](https://togithub.com/nock/nock/issues/1895) - Do not return the `nock` global from `cleanAll()` ([#​1872](https://togithub.com/nock/nock/issues/1872)) ([0a4a944](https://togithub.com/nock/nock/commit/0a4a944566116618bf8897d7dc6dcf943ba89fe6)), closes [#​1872](https://togithub.com/nock/nock/issues/1872) - Drop support for String constructor ([#​1873](https://togithub.com/nock/nock/issues/1873)) ([e33b3e8](https://togithub.com/nock/nock/commit/e33b3e86d047362d359f88f9df698f4f103a80ad)), closes [#​1873](https://togithub.com/nock/nock/issues/1873) When checking types of strings, Nock will no longer recognize the String constructor, only string primitives. ##### Features - Allow passing a function to `enableNetConnect()` ([#​1889](https://togithub.com/nock/nock/issues/1889)) ([7f9e26c](https://togithub.com/nock/nock/commit/7f9e26c0e9e853feeabd6819827cc9c069994542))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.