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 dependency nock to v13 #70

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
nock 11.3.5 -> 13.5.6 age adoption passing confidence

Release Notes

nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes

v13.5.5

Compare Source

v13.5.4

Compare Source

Bug Fixes

v13.5.3

Compare Source

Bug Fixes

v13.5.2

Compare Source

Bug Fixes
  • remove duplicates from activeMocks() and pendingMocks() (#​2356) (7e957b3)

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features

v13.4.0

Compare Source

Features

v13.3.8

Compare Source

Bug Fixes

v13.3.7

Compare Source

Reverts

v13.3.6

Compare Source

Bug Fixes

v13.3.5

Compare Source

Bug Fixes

v13.3.4

Compare Source

Bug Fixes
  • typescript: support nock(new URL('https://example.test/')) (#​2526) (6987327)

v13.3.3

Compare Source

Bug Fixes

v13.3.2

Compare Source

Bug Fixes
  • nock.removeInterceptor can remove the wrong Intercept (#​2497) (92de0de)

v13.3.1

Compare Source

Bug Fixes

v13.3.0

Compare Source

Features

v13.2.9

Compare Source

Bug Fixes
  • README: Add notes about Scope vs Interceptor matchHeader calls (#​2382) (d9bab65)

v13.2.8

Compare Source

Bug Fixes
  • types: allow regexp on Definition#scope and Definition#path (#​2374) (2edf341)

v13.2.7

Compare Source

Bug Fixes

v13.2.6

Compare Source

Reverts

v13.2.5

Compare Source

Bug Fixes

v13.2.4

Compare Source

Bug Fixes

v13.2.3

Compare Source

Bug Fixes

v13.2.2

Compare Source

Bug Fixes
  • allowUnocked not working with regex host + request body match (#​2277) (ac7b4fd)

v13.2.1

Compare Source

Bug Fixes

v13.2.0

Compare Source

Features

v13.1.4

Compare Source

Bug Fixes

v13.1.3

Compare Source

Bug Fixes

v13.1.2

Compare Source

Bug Fixes

v13.1.1

Compare Source

Bug Fixes
  • types: allow readonly arrays for data matcher in types (#​2215) (940f4b7)

v13.1.0

Compare Source

Features

v13.0.11

Compare Source

Bug Fixes
  • interceptor: don't require leading slash if Scope has a base pathname (#​2168) (bfbbbb7)

v13.0.10

Compare Source

Bug Fixes

v13.0.9

Compare Source

Bug Fixes
  • playback: consistently check for destroyed attribute (#​2152) (b9758c8)

v13.0.8

Compare Source

Bug Fixes

v13.0.7

Compare Source

Bug Fixes
  • recorder: escape single quotes in path of default output (#​2137) (0f7b52e)

v13.0.6

Compare Source

Bug Fixes

v13.0.5

Compare Source

Bug Fixes

v13.0.4

Compare Source

Bug Fixes
  • Parallel requests on same Interceptor are exposed correctly in reply functions (#​2056) (6260217)

v13.0.3

Compare Source

Bug Fixes

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

See the Migration Guide

Breaking changes
  1. Scope.log has been removed. Use the debug library when debugging failed matches.

  2. socketDelay has been removed. Use delayConnection instead.

  3. delay, delayConnection, and delayBody are now setters instead of additive.

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

Compare Source

Bug Fixes

v12.0.2

Compare Source

Bug Fixes

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

BREAKING CHANGES

When checking types of strings, Nock will no longer recognize the String constructor, only string primitives.

Features

v11.9.1

Compare Source

Bug Fixes
  • revert breaking changes from v11.9.0 (062c10e)

v11.9.0

Compare Source

Features

v11.8.2

Compare Source

Bug Fixes

v11.8.1

Compare Source

Bug Fixes

v11.8.0

Compare Source

Bug Fixes
Features

v11.7.2

Compare Source

Bug Fixes
  • Fix a regression due to Jest having different globals (#​1850) (c7363e5)

v11.7.1

Compare Source

Bug Fixes

v11.7.0

Compare Source

Features

v11.6.0

Compare Source

Features

v11.5.0

Compare Source

Features

v11.4.0

Compare Source

Features

v11.3.6

Compare Source

Bug Fixes

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nock-13.x branch 2 times, most recently from ac90eb3 to d743b89 Compare July 1, 2020 19:09
@renovate renovate bot force-pushed the renovate/nock-13.x branch from d743b89 to 9f9473b Compare August 27, 2020 03:59
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 9f9473b to 0ad4f9c Compare November 27, 2020 18:56
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 0ad4f9c to 30f6f5f Compare January 24, 2021 15:55
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 30f6f5f to 6010ca1 Compare February 2, 2021 10:56
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 6010ca1 to e65d68a Compare April 26, 2021 16:05
@renovate renovate bot force-pushed the renovate/nock-13.x branch from e65d68a to b8e6fcf Compare June 6, 2021 20:15
@renovate renovate bot force-pushed the renovate/nock-13.x branch 2 times, most recently from ca80f94 to 6ad2549 Compare August 20, 2021 18:11
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 6ad2549 to 6b0f0d7 Compare August 25, 2021 07:57
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 6b0f0d7 to c9c60ad Compare March 7, 2022 14:57
@renovate renovate bot force-pushed the renovate/nock-13.x branch from c9c60ad to 81d83d2 Compare June 18, 2022 22:33
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 81d83d2 to 7487323 Compare September 25, 2022 22:22
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 7487323 to 86c03ef Compare March 18, 2023 09:59
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 86c03ef to fe6f207 Compare May 28, 2023 09:29
@renovate renovate bot force-pushed the renovate/nock-13.x branch from fe6f207 to 6e1f8c7 Compare July 13, 2023 22:33
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 6e1f8c7 to d7b0954 Compare August 16, 2023 21:52
@renovate renovate bot force-pushed the renovate/nock-13.x branch from d7b0954 to 665e144 Compare October 11, 2023 00:32
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 665e144 to 7d8d442 Compare October 19, 2023 21:26
@renovate renovate bot force-pushed the renovate/nock-13.x branch 2 times, most recently from c84331c to fabf30a Compare November 3, 2023 10:18
@renovate renovate bot force-pushed the renovate/nock-13.x branch from fabf30a to 16916d3 Compare November 27, 2023 22:54
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 16916d3 to 3f8a872 Compare January 14, 2024 19:48
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 3f8a872 to 26746a4 Compare January 28, 2024 19:45
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 26746a4 to 7d34996 Compare February 17, 2024 18:52
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 7d34996 to aee52cf Compare February 26, 2024 23:07
@renovate renovate bot force-pushed the renovate/nock-13.x branch from aee52cf to 874e2e1 Compare August 20, 2024 09:19
@renovate renovate bot force-pushed the renovate/nock-13.x branch from 874e2e1 to f18aac8 Compare November 9, 2024 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants