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

test: split test-wasi.js and mark test-wasi-pthread as flaky needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59488 opened Aug 15, 2025 by joyeecheung Loading…
src: fix order of CHECK_NOT_NULL/dereference 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.
#59487 opened Aug 15, 2025 by tniessen Loading…
cherry-pick V8 Linux s390x fixes for clang build Issues and PRs related to build files or the CI. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. needs-ci PRs that need a full CI run. s390 Issues and PRs related to the s390 architecture. v8 engine Issues and PRs related to the V8 dependency.
#59485 opened Aug 15, 2025 by richardlau Loading…
build: do not set -mminimal-toc with clang author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. ppc Issues and PRs related to the Power architecture.
#59484 opened Aug 15, 2025 by richardlau Loading…
lib: set mock timer's interval undefined needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#59479 opened Aug 15, 2025 by hotpineapple Loading…
lib: support glob on --watch-path fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#59478 opened Aug 15, 2025 by louiellan Loading…
test: deflake connection refused proxy tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#59476 opened Aug 14, 2025 by joyeecheung Loading…
test: use case-insensitive path checking on Windows in fs.cpSync tests 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.
#59475 opened Aug 14, 2025 by joyeecheung Loading…
src: use simdjson to parse --snapshot-config c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#59473 opened Aug 14, 2025 by joyeecheung Loading…
src: move shared_ptr objects in KeyObjectData author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue Add this label to land a pull request using GitHub Actions. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#59472 opened Aug 14, 2025 by tniessen Loading…
crypto: fix EVPKeyCtxPointer::publicCheck() author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#59471 opened Aug 14, 2025 by tniessen Loading…
doc: add security incident reponse plan author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. security Issues and PRs related to security.
#59470 opened Aug 14, 2025 by RafaelGSS Loading…
benchmark: make child_process tests windows-compatible benchmark Issues and PRs related to the benchmark subsystem. child_process Issues and PRs related to the child_process subsystem.
#59469 opened Aug 14, 2025 by ri7116 Loading…
typings: add missing URLBinding methods typings
#59468 opened Aug 14, 2025 by whsung0330 Loading…
http, benchmark: remove CRLF variables commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#59466 opened Aug 14, 2025 by wlgh1553 Loading…
stream: add brotli support to CompressionStream and DecompressionStream needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. review wanted PRs that need reviews. semver-minor PRs that contain new features and should be released in the next minor version. web streams
#59464 opened Aug 13, 2025 by KhafraDev Loading…
test_runner: add inlineSnapshot needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#59463 opened Aug 13, 2025 by pmarchini Draft
sqlite: statement.setReadNullAsUndefined() c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#59462 opened Aug 13, 2025 by jac0bandres Loading…
crypto: support ML-KEM and SLH-DSA KeyObject author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. crypto Issues and PRs related to the crypto subsystem. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. review wanted PRs that need reviews. semver-minor PRs that contain new features and should be released in the next minor version.
#59461 opened Aug 13, 2025 by panva Loading…
assert available memory can be calculated for max-old-space-size-percentage c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run.
#59460 opened Aug 13, 2025 by Asaf-Federman Loading…
util: add remaining errors to wellKnownPrototypes 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. typings util Issues and PRs related to the built-in util module.
#59456 opened Aug 12, 2025 by erights Loading…
http2: add support for raw header arrays in h2Stream.respond() commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run. semver-minor PRs that contain new features and should be released in the next minor version.
#59455 opened Aug 12, 2025 by pimterry Loading…
feat(readline): add skipHistory option to rl.question() to exclude input from history needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module. repl Issues and PRs related to the REPL subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#59450 opened Aug 12, 2025 by pckrishnadas88 Loading…
assert,util: fail promise comparison in deep equal checks 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. semver-major PRs that contain breaking changes and should be released in the next major version. util Issues and PRs related to the built-in util module.
#59448 opened Aug 11, 2025 by BridgeAR Loading…
util: hide duplicated stack frames when using util.inspect 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. util Issues and PRs related to the built-in util module.
#59447 opened Aug 11, 2025 by BridgeAR Loading…
ProTip! Add no:assignee to see everything that’s not assigned.