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 #4300

Merged
merged 1 commit into from
Jun 29, 2020
Merged

Update dependency nock to v13 #4300

merged 1 commit into from
Jun 29, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2020

This PR contains the following updates:

Package Type Update Change
nock devDependencies major 12.0.3 -> 13.0.0

Release Notes

nock/nock

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.


Renovate configuration

📅 Schedule: 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 has been generated by WhiteSource Renovate. View repository job log here.

Sorry, something went wrong.

@ardatan ardatan merged commit 19bfaa4 into master Jun 29, 2020
@renovate renovate bot deleted the renovate/nock-13.x branch June 29, 2020 13:44
@theguild-bot
Copy link
Collaborator

The latest changes of this PR are available as alpha in npm: 1.15.5-alpha-19bfaa42.0

Quickly update your package.json by running:

npx match-version @graphql-codegen 1.15.5-alpha-19bfaa42.0

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.

None yet

3 participants