nock/nock
### [`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))
### [`v11.9.1`](https://togithub.com/nock/nock/releases/v11.9.1)
[Compare Source](https://togithub.com/nock/nock/compare/v11.9.0...v11.9.1)
##### Bug Fixes
- revert breaking changes from v11.9.0 ([062c10e](https://togithub.com/nock/nock/commit/062c10e6ff6755d33090036f9796c33486f457b3))
### [`v11.9.0`](https://togithub.com/nock/nock/releases/v11.9.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.8.2...v11.9.0)
##### Features
- allow passing a function to `enableNetConnect()` ([#1889](https://togithub.com/nock/nock/issues/1889)) ([566461b](https://togithub.com/nock/nock/commit/566461b449e228adde0489ece9e656bdd74faff5))
### [`v11.8.2`](https://togithub.com/nock/nock/releases/v11.8.2)
[Compare Source](https://togithub.com/nock/nock/compare/v11.8.1...v11.8.2)
##### Bug Fixes
- allowMocked when using a callback for the path ([#1877](https://togithub.com/nock/nock/issues/1877)) ([9fdeeca](https://togithub.com/nock/nock/commit/9fdeeca7009ba8dc1b4f83b36030527f011ab665)), closes [#1867](https://togithub.com/nock/nock/issues/1867)
### [`v11.8.1`](https://togithub.com/nock/nock/releases/v11.8.1)
[Compare Source](https://togithub.com/nock/nock/compare/v11.8.0...v11.8.1)
##### Bug Fixes
- only activate once, when on ([#1824](https://togithub.com/nock/nock/issues/1824)) ([a56a209](https://togithub.com/nock/nock/commit/a56a20960a9633060174c5de6ee1bf9146aa48d4))
### [`v11.8.0`](https://togithub.com/nock/nock/releases/v11.8.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.7.2...v11.8.0)
##### Bug Fixes
- **types:** Scope accepts legacy Url not WHATWG ([#1879](https://togithub.com/nock/nock/issues/1879)) ([e22233b](https://togithub.com/nock/nock/commit/e22233bd04d9fc5ed458d449e93f8f89f4a20ab6))
- Correct behavior when other libraries override http.get and http.request ([#1868](https://togithub.com/nock/nock/issues/1868)) ([22e2fca](https://togithub.com/nock/nock/commit/22e2fca27bc57ee1adb8559ed5da0fb1adbf8a93)), closes [#1836](https://togithub.com/nock/nock/issues/1836)
##### Features
- **socketDelay:** support options.timeout ([#1848](https://togithub.com/nock/nock/issues/1848)) ([061e922](https://togithub.com/nock/nock/commit/061e922748c3d15fabec164042ff31e885da937c))
### [`v11.7.2`](https://togithub.com/nock/nock/releases/v11.7.2)
[Compare Source](https://togithub.com/nock/nock/compare/v11.7.1...v11.7.2)
##### Bug Fixes
- Fix a regression due to Jest having different globals ([#1850](https://togithub.com/nock/nock/issues/1850)) ([c7363e5](https://togithub.com/nock/nock/commit/c7363e5))
### [`v11.7.1`](https://togithub.com/nock/nock/releases/v11.7.1)
[Compare Source](https://togithub.com/nock/nock/compare/v11.7.0...v11.7.1)
##### Bug Fixes
- make interceptors work in any order even when filteringScope ([#1819](https://togithub.com/nock/nock/issues/1819)) ([bd39dff](https://togithub.com/nock/nock/commit/bd39dff)), closes [#1818](https://togithub.com/nock/nock/issues/1818)
### [`v11.7.0`](https://togithub.com/nock/nock/releases/v11.7.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.6.0...v11.7.0)
##### Features
- **types:** add type for Nock Back `currentMode` ([#1794](https://togithub.com/nock/nock/issues/1794)) ([ba60fd2](https://togithub.com/nock/nock/commit/ba60fd2)), closes [/github.com/nock/nock/blob/master/lib/back.js#L282](https://togithub.com//github.com/nock/nock/blob/master/lib/back.js/issues/L282)
### [`v11.6.0`](https://togithub.com/nock/nock/releases/v11.6.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.5.0...v11.6.0)
##### Features
- Add lifecycle function to clear pending timeouts ([#1748](https://togithub.com/nock/nock/issues/1748)) ([187db85](https://togithub.com/nock/nock/commit/187db85)), closes [#1118](https://togithub.com/nock/nock/issues/1118)
### [`v11.5.0`](https://togithub.com/nock/nock/releases/v11.5.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.4.0...v11.5.0)
##### Features
- Throw errors for URL paths without leading slashes, which will never match ([#1744](https://togithub.com/nock/nock/issues/1744)) ([b7f9f13](https://togithub.com/nock/nock/commit/b7f9f13)), closes [#1730](https://togithub.com/nock/nock/issues/1730)
### [`v11.4.0`](https://togithub.com/nock/nock/releases/v11.4.0)
[Compare Source](https://togithub.com/nock/nock/compare/v11.3.6...v11.4.0)
##### Features
- improve error output by showing which URL caused the error ([#1735](https://togithub.com/nock/nock/issues/1735)) ([#1740](https://togithub.com/nock/nock/issues/1740)) ([f4a208b](https://togithub.com/nock/nock/commit/f4a208b))
### [`v11.3.6`](https://togithub.com/nock/nock/releases/v11.3.6)
[Compare Source](https://togithub.com/nock/nock/compare/v11.3.5...v11.3.6)
##### Bug Fixes
- Fix error message ([#1736](https://togithub.com/nock/nock/issues/1736)) ([3f18d70](https://togithub.com/nock/nock/commit/3f18d70))
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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
11.3.5
->12.0.3
Release Notes
nock/nock
### [`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)) ### [`v11.9.1`](https://togithub.com/nock/nock/releases/v11.9.1) [Compare Source](https://togithub.com/nock/nock/compare/v11.9.0...v11.9.1) ##### Bug Fixes - revert breaking changes from v11.9.0 ([062c10e](https://togithub.com/nock/nock/commit/062c10e6ff6755d33090036f9796c33486f457b3)) ### [`v11.9.0`](https://togithub.com/nock/nock/releases/v11.9.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.8.2...v11.9.0) ##### Features - allow passing a function to `enableNetConnect()` ([#1889](https://togithub.com/nock/nock/issues/1889)) ([566461b](https://togithub.com/nock/nock/commit/566461b449e228adde0489ece9e656bdd74faff5)) ### [`v11.8.2`](https://togithub.com/nock/nock/releases/v11.8.2) [Compare Source](https://togithub.com/nock/nock/compare/v11.8.1...v11.8.2) ##### Bug Fixes - allowMocked when using a callback for the path ([#1877](https://togithub.com/nock/nock/issues/1877)) ([9fdeeca](https://togithub.com/nock/nock/commit/9fdeeca7009ba8dc1b4f83b36030527f011ab665)), closes [#1867](https://togithub.com/nock/nock/issues/1867) ### [`v11.8.1`](https://togithub.com/nock/nock/releases/v11.8.1) [Compare Source](https://togithub.com/nock/nock/compare/v11.8.0...v11.8.1) ##### Bug Fixes - only activate once, when on ([#1824](https://togithub.com/nock/nock/issues/1824)) ([a56a209](https://togithub.com/nock/nock/commit/a56a20960a9633060174c5de6ee1bf9146aa48d4)) ### [`v11.8.0`](https://togithub.com/nock/nock/releases/v11.8.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.7.2...v11.8.0) ##### Bug Fixes - **types:** Scope accepts legacy Url not WHATWG ([#1879](https://togithub.com/nock/nock/issues/1879)) ([e22233b](https://togithub.com/nock/nock/commit/e22233bd04d9fc5ed458d449e93f8f89f4a20ab6)) - Correct behavior when other libraries override http.get and http.request ([#1868](https://togithub.com/nock/nock/issues/1868)) ([22e2fca](https://togithub.com/nock/nock/commit/22e2fca27bc57ee1adb8559ed5da0fb1adbf8a93)), closes [#1836](https://togithub.com/nock/nock/issues/1836) ##### Features - **socketDelay:** support options.timeout ([#1848](https://togithub.com/nock/nock/issues/1848)) ([061e922](https://togithub.com/nock/nock/commit/061e922748c3d15fabec164042ff31e885da937c)) ### [`v11.7.2`](https://togithub.com/nock/nock/releases/v11.7.2) [Compare Source](https://togithub.com/nock/nock/compare/v11.7.1...v11.7.2) ##### Bug Fixes - Fix a regression due to Jest having different globals ([#1850](https://togithub.com/nock/nock/issues/1850)) ([c7363e5](https://togithub.com/nock/nock/commit/c7363e5)) ### [`v11.7.1`](https://togithub.com/nock/nock/releases/v11.7.1) [Compare Source](https://togithub.com/nock/nock/compare/v11.7.0...v11.7.1) ##### Bug Fixes - make interceptors work in any order even when filteringScope ([#1819](https://togithub.com/nock/nock/issues/1819)) ([bd39dff](https://togithub.com/nock/nock/commit/bd39dff)), closes [#1818](https://togithub.com/nock/nock/issues/1818) ### [`v11.7.0`](https://togithub.com/nock/nock/releases/v11.7.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.6.0...v11.7.0) ##### Features - **types:** add type for Nock Back `currentMode` ([#1794](https://togithub.com/nock/nock/issues/1794)) ([ba60fd2](https://togithub.com/nock/nock/commit/ba60fd2)), closes [/github.com/nock/nock/blob/master/lib/back.js#L282](https://togithub.com//github.com/nock/nock/blob/master/lib/back.js/issues/L282) ### [`v11.6.0`](https://togithub.com/nock/nock/releases/v11.6.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.5.0...v11.6.0) ##### Features - Add lifecycle function to clear pending timeouts ([#1748](https://togithub.com/nock/nock/issues/1748)) ([187db85](https://togithub.com/nock/nock/commit/187db85)), closes [#1118](https://togithub.com/nock/nock/issues/1118) ### [`v11.5.0`](https://togithub.com/nock/nock/releases/v11.5.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.4.0...v11.5.0) ##### Features - Throw errors for URL paths without leading slashes, which will never match ([#1744](https://togithub.com/nock/nock/issues/1744)) ([b7f9f13](https://togithub.com/nock/nock/commit/b7f9f13)), closes [#1730](https://togithub.com/nock/nock/issues/1730) ### [`v11.4.0`](https://togithub.com/nock/nock/releases/v11.4.0) [Compare Source](https://togithub.com/nock/nock/compare/v11.3.6...v11.4.0) ##### Features - improve error output by showing which URL caused the error ([#1735](https://togithub.com/nock/nock/issues/1735)) ([#1740](https://togithub.com/nock/nock/issues/1740)) ([f4a208b](https://togithub.com/nock/nock/commit/f4a208b)) ### [`v11.3.6`](https://togithub.com/nock/nock/releases/v11.3.6) [Compare Source](https://togithub.com/nock/nock/compare/v11.3.5...v11.3.6) ##### Bug Fixes - Fix error message ([#1736](https://togithub.com/nock/nock/issues/1736)) ([3f18d70](https://togithub.com/nock/nock/commit/3f18d70))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.