Skip to content

Update nock 13.5.6 → 14.0.1 (major) - #550

Merged
julienw merged 3 commits into
masterfrom
depfu/update/yarn/nock-14.0.1
Mar 4, 2025
Merged

Update nock 13.5.6 → 14.0.1 (major)#550
julienw merged 3 commits into
masterfrom
depfu/update/yarn/nock-14.0.1

Conversation

@depfu

@depfu depfu Bot commented Feb 21, 2025

Copy link
Copy Markdown
Contributor

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ nock (13.5.6 → 14.0.1) · Repo · Changelog

Release Notes

14.0.1

14.0.1 (2025-02-06)

Bug Fixes

  • recorder: response body accessed multiple times in parallel requests (#2840) (ac7a1b2)

14.0.0

BREAKING CHANGES

  • drop support for Node < 18

Features

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu Bot added the dependencies Pull requests that update a dependency file label Feb 21, 2025
@depfu
depfu Bot requested review from canova and julienw February 21, 2025 21:56
@julienw

julienw commented Feb 26, 2025

Copy link
Copy Markdown
Contributor

see #539 (comment), this might be possible now that we're in node v22. So I'm not closing just yet

@julienw

julienw commented Mar 3, 2025

Copy link
Copy Markdown
Contributor

I removed node-fetch and instead we're now using node's native fetch. This is used for the shortening and expanding functionality. I did some testing locally, but it would be good to test it further.

Note that node-fetch is still used by the google-storage API.

@julienw

julienw commented Mar 3, 2025

Copy link
Copy Markdown
Contributor

@canova if you can have a look as well that would be great!

@canova canova left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@julienw
julienw enabled auto-merge March 3, 2025 13:48
@julienw
julienw merged commit 81499ff into master Mar 4, 2025
@depfu
depfu Bot deleted the depfu/update/yarn/nock-14.0.1 branch March 4, 2025 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants