Skip to content

Pull requests: nodejs/node

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

tools: update nixpkgs-unstable to 3b32825de172d0bc85664f495edb096b108 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. dont-land-on-v26.x PRs that should not land on the v26.x-staging branch and should not be released in v26.x. tools Issues and PRs related to the tools directory.
#64463 opened Jul 12, 2026 by nodejs-github-bot Collaborator Loading…
stream: skip null output from stateful transforms author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#64462 opened Jul 12, 2026 by trivikr Member Loading…
net: support TCP handle transfer on Windows c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64460 opened Jul 12, 2026 by mcollina Member Loading…
doc: fix spelling in devcontainer guide doc Issues and PRs related to the documentations.
#64459 opened Jul 12, 2026 by manNomi Loading…
doc: fix typo in tls.md doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem.
#64458 opened Jul 12, 2026 by watilde Member Loading…
test_runner: report changed file on watch restart needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#64457 opened Jul 12, 2026 by bitpshr Loading…
stream: reduce allocations in StreamBase reads and writes c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64455 opened Jul 12, 2026 by mcollina Member Loading…
quic: align stream priority with W3C WebTransport sendOrder needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#64454 opened Jul 12, 2026 by SparshGarg999 Loading…
fs: support removing read-only files in rmSync on Windows c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#64453 opened Jul 12, 2026 by SparshGarg999 Loading…
util: allow styleText text param to accept non-string scalars needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#64452 opened Jul 12, 2026 by SparshGarg999 Loading…
stream: fold desired-size check into WHATWG backpressure update needs-ci PRs that need a full CI run. web streams
#64451 opened Jul 12, 2026 by mcollina Member Loading…
repl: add .clearhistory command needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem.
#64450 opened Jul 12, 2026 by bitpshr Loading…
assert: fix TypeError on deepStrictEqual with null Map key or Set member needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#64449 opened Jul 12, 2026 by semx Loading…
stream: speed up async iteration of Readable needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#64447 opened Jul 12, 2026 by mcollina Member Loading…
test_runner: capture process state in entry point instead of runner needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#64446 opened Jul 12, 2026 by krsnaSuraj Loading…
stream: abort pending single-source merge reads needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. stream Issues and PRs related to the stream subsystem.
#64445 opened Jul 12, 2026 by trivikr Member Loading…
repl: add syntax highlighting, auto-indentation, and signature hints c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64443 opened Jul 12, 2026 by hemanth Contributor Loading…
doc: note --env-file is not applied to --run cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations.
#64442 opened Jul 12, 2026 by bitpshr Loading…
assert,util: fix TypeError on Maps with null keys needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#64441 opened Jul 12, 2026 by bitpshr Loading…
deps: update googletest to 8240fa7d62f73e01c7af27d61ed965d6d66698fa author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#64439 opened Jul 12, 2026 by nodejs-github-bot Collaborator Loading…
deps: update libffi to 3.7.1 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. dependencies Pull requests that update a dependency file. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#64438 opened Jul 12, 2026 by nodejs-github-bot Collaborator Loading…
doc: fix execFile/execFileSync shell option docs child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations.
#64437 opened Jul 12, 2026 by bitpshr Loading…
test: update WPT for WebCryptoAPI to ec2fee39a4 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#64435 opened Jul 12, 2026 by nodejs-github-bot Collaborator Loading…
test: update WPT for urlpattern to 5847ee5cfa author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#64436 opened Jul 12, 2026 by nodejs-github-bot Collaborator Loading…
quic: add support for TLS certificate compression c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#64434 opened Jul 12, 2026 by bjohansebas Member Loading…
ProTip! Updated in the last three days: updated:>2026-07-09.