Skip to content

Conversation

@depfu
Copy link

@depfu depfu bot commented Oct 22, 2025

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

What changed?

✳️ @​types/node (24.3.3 → 24.9.1) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ undici-types (indirect, 7.10.0 → 7.16.0) · Repo

Release Notes

7.16.0

What's Changed

  • Drop npm token, use OIDC instead by @mcollina in #4447
  • fetch: instantiate readableStream in extractBody with sync methods by @Uzlopak in #4350
  • fix: remove async on [kClose] and [kDestroy], only return Promise by @Uzlopak in #4450
  • fetch: make consumeBody sync by @Uzlopak in #4449
  • perf: make client.connect() sync by @Uzlopak in #4455
  • fetch: remove promise in exported fetch by @Uzlopak in #4452
  • fix(#4451): implement http2 cookie support by @metcoder95 in #4453
  • test: cache store tests should properly be skipped by @Uzlopak in #4463
  • test: fix IPv6 skip check for test/client.js by @Uzlopak in #4466
  • test: remove skip check for AbortSignal.timeout, as it exists since node18 by @Uzlopak in #4464
  • test: investigate macos failing by @Uzlopak in #4467
  • test: remove obsolete < node v18 test case for http2 by @Uzlopak in #4461
  • perf: avoid intermediate promise on BodyReadable.dump by @Uzlopak in #4459
  • test: remove skip check for long-lived-abort-controller test (was flaky 10 months ago) by @Uzlopak in #4465
  • test: remove skip checks for existance of global available Blob and File by @Uzlopak in #4460
  • perf (fetch): use less promises for ReadableStream by @Uzlopak in #4457
  • fix: catch synchronous errors in request callbacks by @mcollina in #4443
  • fix: avoid instanceof MockNotMatchedError by @Uzlopak in #4474
  • eventsource: remove promise for #reconnect method by @Uzlopak in #4469
  • feat: make UndiciErrors reliable to instanceof by @Uzlopak in #4472
  • chore: call super() after type checks by @Uzlopak in #4475
  • chore: FixedQueue does not need special constructor by @Uzlopak in #4476
  • fix: buildAndValidateMockOptions should always get an object passed and always return an object by @Uzlopak in #4479
  • fix: remove unused ResponseStatusCodeError by @Uzlopak in #4473
  • chore: pool and dispatcherbase dont need constructor, use no array helper functions by @Uzlopak in #4477
  • lint: avoid unintented use of globals in code and tests, improve test for installing/overwriting globals by @Uzlopak in #4478
  • test: fix macos flakyness by @Uzlopak in #4468
  • fix: 'no-referrer-when-downgrade' in determineRequestsReferrer should return referrerURL by @Uzlopak in #4482
  • fix: deflake cache-fastimers-fix.js by @Uzlopak in #4491
  • fix: improve validation of IP addresses as trustworthy, correct ipv4 check by @Uzlopak in #4489
  • test (pool.js): fix flakyness of clientTtl test by @Uzlopak in #4494
  • test (eventsource): refactor tests for eventsource, speed them up by @Uzlopak in #4493
  • fix: remove useless catch in client-h1.js by @Uzlopak in #4481
  • test: skip flaky encoding test on macos and node20 by @Uzlopak in #4497
  • fix: implement proper stale-while-revalidate behavior per RFC 5861 by @mcollina in #4492
  • test (websocket): speed up test/websocket/issue-2679.js by @Uzlopak in #4501
  • webidl: fix existing and add missing buffer source converters by @Renegade334 in #4503
  • use real wpt test server by @KhafraDev in #4486
  • test: another try to fix flaky macos and node 20 by @Uzlopak in #4490
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #4507
  • build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.3 by @dependabot[bot] in #4509
  • fix writing to websocketstream with SharedArrayBuffer/SharedArrayBuff… by @KhafraDev in #4504
  • test: use faketimers for test/client-keep-alive, refactor a little by @Uzlopak in #4499
  • build(deps): bump github/codeql-action from 3.29.7 to 3.30.0 by @dependabot[bot] in #4510
  • build(deps): bump codecov/codecov-action from 5.4.3 to 5.5.0 by @dependabot[bot] in #4508
  • fix(h2): adjust :scheme on h2 requests by @metcoder95 in #4454
  • chore: use lowercase filenames, remove unused verifyVersion.js by @Uzlopak in #4514
  • chore: refactor workflows by @Uzlopak in #4513
  • chore: use [] instead of new Array(0) by @Uzlopak in #4435
  • change webidl attribute to bitwise flag by @KhafraDev in #4505
  • chore: make also cache-tests integrated as a submodule by @Uzlopak in #4517
  • ci: fine grained test nodejs workflow by @Uzlopak in #4516
  • feat: Support for capping the number of origins in Agent by @JoshMock in #4365
  • wpt: properly handle write permissions errors in wpt-runner setup by @Uzlopak in #4518
  • fetch: process content-encoding header only if relevant by @Uzlopak in #4496
  • websocket: always emit error event by @KhafraDev in #4521
  • refactor: parseHttpDate by @Uzlopak in #4421
  • fix: wpt should use master branch by @Uzlopak in #4524
  • fix: shell command built from environment values by @ptrgits in #4392
  • example: use metcoders https-pem for the example by @Uzlopak in #4436
  • Disable SIMD for PPC64 architecture, add UNDICI_NO_WASM_SIMD env to facilitate testing by @mcollina in #4530
  • fix: make error symbols non enumerable by @Uzlopak in #4531

New Contributors

Full Changelog: v7.15.0...v7.16.0

7.15.0

What's Changed

New Contributors

Full Changelog: v7.14.0...v7.15.0

7.14.0

What's Changed

  • Fix flaky snapshot-testing by @mcollina in #4367
  • Actually flush the file in lib/mock/snapshot-recorder.js by @mcollina in #4378
  • docs: clarify Node.js version support in LTS table by @mcollina in #4375
  • cache: fix excessive caching and some other lack of caching by @fredericDelaporte in #4335
  • feat(websocket): add handshake response info to undici:websocket:open diagnostic event by @tawseefnabi in #4396
  • feat: add install() function to type definitions by @jsaguet in #4384
  • build(deps): bump github/codeql-action from 3.29.2 to 3.29.5 by @dependabot[bot] in #4380
  • build(deps): bump cronometro from 4.0.3 to 5.3.0 in /benchmarks by @dependabot[bot] in #4171
  • build(deps): bump step-security/harden-runner from 2.12.0 to 2.13.0 by @dependabot[bot] in #4379
  • fix: h2 CI by @metcoder95 in #4395
  • feat: EventSource can be configured with reconnectionTime by @Uzlopak in #4260
  • build(deps-dev): bump tsd from 0.32.0 to 0.33.0 by @dependabot[bot] in #4404
  • eventsource: deflake reconnectionTime tests by @Uzlopak in #4406
  • cache: change normaliseHeaders to normalizeHeaders by @Uzlopak in #4408
  • build(deps-dev): bump jest from 29.7.0 to 30.0.5 by @dependabot[bot] in #4387
  • build(deps-dev): bump cross-env from 7.0.3 to 10.0.0 by @dependabot[bot] in #4386
  • cache-control: no-cache: use quoted-string form by @alxndrsn in #4177
  • test: fix snapshot testing flaky test by @Uzlopak in #4410
  • fix formdata constructor args mark optional by @tsctx in #4411
  • Update WPT by @github-actions[bot] in #4358
  • Update Cache Tests by @github-actions[bot] in #4096
  • chore: improve imports and requires by @Uzlopak in #4418
  • refactor: snapshot-recorder by @Uzlopak in #4413
  • Update WPT by @github-actions[bot] in #4416
  • fix: better set a finalizer on cloned response by @tsctx in #4419

New Contributors

Full Changelog: v7.13.0...v7.14.0

7.13.0

What's Changed

  • MockAgent.prototype.get support ignoreTrailingSlash option by @lisez in #4344
  • chore: more jsdoc and minor improvements for lib/api/readable.js, by @Uzlopak in #4351
  • ci: skip Node.js 20 tests on Windows by @mcollina in #4353
  • Update WPT by @github-actions[bot] in #4267
  • feat(ProxyAgent) improve Curl-y behavior in HTTP->HTTP Proxy connections (#4180) by @caitp in #4340
  • fix: detect and prevent redirect loops with Client/Pool by @mcollina in #4361
  • remove node:buffer imports by @KhafraDev in #4362
  • fix: remove deprecated maxRedirections option from types by @mcollina in #4363
  • Amend the GC warning in the README to clarify that consuming bodies is recommended but not required by @mcollina in #4364
  • fix(inteceptor/dump): handle preemptive network errors by @metcoder95 in #4354
  • feat: add SnapshotAgent for HTTP request recording and playback by @mcollina in #4270

New Contributors

Full Changelog: v7.12.0...v7.13.0

7.12.0

What's Changed

New Contributors

Full Changelog: v7.11.0...v7.12.0

7.11.0

What's Changed

New Contributors

Full Changelog: v7.10.0...v7.11.0

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

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

🆕 @​emnapi/core (added, 1.4.3)

🆕 @​emnapi/runtime (added, 1.4.3)

🆕 @​emnapi/wasi-threads (added, 1.0.2)

🆕 @​napi-rs/wasm-runtime (added, 0.2.11)

🆕 @​tybys/wasm-util (added, 0.9.0)

🆕 tslib (added, 2.8.0)


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)

@vercel
Copy link

vercel bot commented Oct 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
snippetslibrary-v2 Ready Ready Preview Comment Oct 22, 2025 1:32am

@coderabbitai
Copy link

coderabbitai bot commented Oct 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@depfu
Copy link
Author

depfu bot commented Oct 29, 2025

Closed in favor of #37.

@depfu depfu bot closed this Oct 29, 2025
@depfu depfu bot deleted the depfu/update/npm/@types/node-24.9.1 branch October 29, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant