googleworkspace / md2googleslides

Generate Google Slides from markdown
Apache License 2.0
4.48k stars 284 forks source link

Update dependency nock to v13.2.7 #139

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nock 13.1.0 -> 13.2.7 age adoption passing confidence

Release Notes

nock/nock ### [`v13.2.7`](https://togithub.com/nock/nock/releases/tag/v13.2.7) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.6...v13.2.7) ##### Bug Fixes - `InterceptedRequestRouter.handleWrite` arity issue ([#​2371](https://togithub.com/nock/nock/issues/2371)) ([7f21d0c](https://togithub.com/nock/nock/commit/7f21d0cbcd61c8602d60f1e40470095176795829)) ### [`v13.2.6`](https://togithub.com/nock/nock/releases/tag/v13.2.6) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.5...v13.2.6) ##### Reverts - Revert "chore(deps-dev): bump got from 11.8.3 to 12.1.0" ([#​2366](https://togithub.com/nock/nock/issues/2366)) ([f46b808](https://togithub.com/nock/nock/commit/f46b8089a46f6e5caf3eab5d7e9c8dfdf29dc8f6)), closes [#​2366](https://togithub.com/nock/nock/issues/2366) ### [`v13.2.5`](https://togithub.com/nock/nock/releases/tag/v13.2.5) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.4...v13.2.5) ##### Bug Fixes - **dep:** migrate from lodash.set to lodash. ([#​2306](https://togithub.com/nock/nock/issues/2306)) ([e4b0331](https://togithub.com/nock/nock/commit/e4b0331339b3d02ea46a4ab041b2617575f87865)) ### [`v13.2.4`](https://togithub.com/nock/nock/releases/tag/v13.2.4) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.3...v13.2.4) ##### Bug Fixes - looking up timeout on agent with no options ([#​2299](https://togithub.com/nock/nock/issues/2299)) ([1b2933d](https://togithub.com/nock/nock/commit/1b2933d7e3790dd88ae3deb09598c016d52c3ed8)) ### [`v13.2.3`](https://togithub.com/nock/nock/releases/tag/v13.2.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.2...v13.2.3) ##### Bug Fixes - delay when timeout is on the Agent ([#​2297](https://togithub.com/nock/nock/issues/2297)) ([616d903](https://togithub.com/nock/nock/commit/616d90358b37314d48c3985952bba1a4f8aa1319)), closes [#​2296](https://togithub.com/nock/nock/issues/2296) ### [`v13.2.2`](https://togithub.com/nock/nock/releases/tag/v13.2.2) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.1...v13.2.2) ##### Bug Fixes - `allowUnocked` not working with regex host + request body match ([#​2277](https://togithub.com/nock/nock/issues/2277)) ([ac7b4fd](https://togithub.com/nock/nock/commit/ac7b4fd5f7e4cbd8275a612c3ce5fa869a62fecf)) ### [`v13.2.1`](https://togithub.com/nock/nock/releases/tag/v13.2.1) [Compare Source](https://togithub.com/nock/nock/compare/v13.2.0...v13.2.1) ##### Bug Fixes - **type:** add `update` type for record mode ([#​2250](https://togithub.com/nock/nock/issues/2250)) ([e8f23b1](https://togithub.com/nock/nock/commit/e8f23b1fc53ecfa7054de1bef2531b39c9218041)), closes [#​2241](https://togithub.com/nock/nock/issues/2241) ### [`v13.2.0`](https://togithub.com/nock/nock/releases/tag/v13.2.0) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.4...v13.2.0) ##### Features - **record:** `update` mode ([#​2241](https://togithub.com/nock/nock/issues/2241)) ([1cb4880](https://togithub.com/nock/nock/commit/1cb4880730621eabc918dbc0dac8713de894290a)) ### [`v13.1.4`](https://togithub.com/nock/nock/releases/tag/v13.1.4) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.3...v13.1.4) ##### Bug Fixes - send Buffer with length ([#​2232](https://togithub.com/nock/nock/issues/2232)) ([8fcc607](https://togithub.com/nock/nock/commit/8fcc607433590e1993d552a06a041e3061d1905b)) ### [`v13.1.3`](https://togithub.com/nock/nock/releases/tag/v13.1.3) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.2...v13.1.3) ##### Bug Fixes - **interceptor:** don't hang, don't leak resources ([#​2224](https://togithub.com/nock/nock/issues/2224)) ([ac8e33d](https://togithub.com/nock/nock/commit/ac8e33d014ec28dcc60a61d4fe5199759579c5c2)) ### [`v13.1.2`](https://togithub.com/nock/nock/releases/tag/v13.1.2) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.1...v13.1.2) ##### Bug Fixes - **types:** add missing argument to optionally() ([#​2223](https://togithub.com/nock/nock/issues/2223)) ([74e30de](https://togithub.com/nock/nock/commit/74e30de827e58bd5debe0c09f8066adf2f3de5ff)) ### [`v13.1.1`](https://togithub.com/nock/nock/releases/tag/v13.1.1) [Compare Source](https://togithub.com/nock/nock/compare/v13.1.0...v13.1.1) ##### Bug Fixes - **types:** allow readonly arrays for data matcher in types ([#​2215](https://togithub.com/nock/nock/issues/2215)) ([940f4b7](https://togithub.com/nock/nock/commit/940f4b7912905523508ec15fadad8666e4b8c6cc))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

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

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



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