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_runner: exclude ignored branches from lcov output needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#63994 opened Jun 18, 2026 by starkmarkus Loading…
fs: handle cpSync directory iterator errors 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.
#63993 opened Jun 18, 2026 by starkmarkus Loading…
src: add --enable-run-hooks for node --run pre scripts 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.
#63991 opened Jun 18, 2026 by anonrig Member Loading…
9 of 10 tasks
crypto: support non-byte WebCrypto lengths and cSHAKE crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. webcrypto
#63988 opened Jun 18, 2026 by panva Member Loading…
docs: recommend node/default conditions doc Issues and PRs related to the documentations.
#63987 opened Jun 18, 2026 by starkmarkus Loading…
src: keep global list of addon-provided cleanup hooks c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#63985 opened Jun 18, 2026 by addaleax Member Loading…
util: add util.table() console Issues and PRs related to the console subsystem. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#63984 opened Jun 18, 2026 by watilde Member Loading…
doc: add aduh95 to last security release steward 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. doc Issues and PRs related to the documentations.
#63981 opened Jun 18, 2026 by aduh95 Contributor Loading…
build: suppress compiler warnings for histogram 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. needs-ci PRs that need a full CI run.
#63980 opened Jun 18, 2026 by richardlau Member Loading…
src: run node --run scripts without a subshell c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#63978 opened Jun 18, 2026 by anonrig Member Loading…
2 of 3 tasks
ffi: fix float passing in libffi for riscv64 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#63976 opened Jun 18, 2026 by kxxt Member Loading…
crypto: share WebCrypto method and usage helpers crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. webcrypto
#63975 opened Jun 18, 2026 by panva Member Loading…
doc: fix keepAliveTimeout default in http.createServer options 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. http Issues or PRs related to the http subsystem.
#63974 opened Jun 18, 2026 by jahanzaib-iqbal-dev Loading…
stream: handle setEncoding after buffered data baking-for-lts PRs that need to wait before landing in a LTS release. needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#63973 opened Jun 18, 2026 by mcollina Member Loading…
child_process: fix permission model propagation via NODE_OPTIONS child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#63972 opened Jun 18, 2026 by mcollina Member Loading…
fs: handle cpSync copyDir filesystem errors 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.
#63971 opened Jun 18, 2026 by ChrisChan0668 Loading…
debugger: wait for initial break output debugger Issues and PRs related to the debugger subsystem. flaky-test Issues and PRs related to the tests with unstable failures on the CI. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR.
#63969 opened Jun 18, 2026 by trivikr Member Draft
test: wait for debugger pause state on startup debugger Issues and PRs related to the debugger subsystem. flaky-test Issues and PRs related to the tests with unstable failures on the CI. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. test Issues and PRs related to the tests.
#63968 opened Jun 18, 2026 by trivikr Member Draft
quic: fix readable stream truncation on stop-sending, abort & timeout 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.
#63967 opened Jun 17, 2026 by pimterry Member Loading…
crypto,https,tls: runtime-deprecate OpenSSL engine-based APIs (DEP0183) 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. crypto Issues and PRs related to the crypto subsystem. deprecations Issues and PRs related to deprecations. 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. tls Issues and PRs related to the tls subsystem.
#63966 opened Jun 17, 2026 by panva Member Loading…
net: add experimental net/promises API experimental Issues and PRs related to experimental features. needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#63965 opened Jun 17, 2026 by Ethan-Arrowood Contributor Loading…
stream: fix Utf8Stream stall after full write of multi-byte data 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.
#63964 opened Jun 17, 2026 by watilde Member Loading…
build,tools: fix shared library cross-compile build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#63963 opened Jun 17, 2026 by PickBas Loading…
doc: explain how suites and subtests differ doc Issues and PRs related to the documentations. test_runner Issues and PRs related to the test runner subsystem.
#63962 opened Jun 17, 2026 by emmayusufu Contributor Loading…
doc: fix typo in util.md 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. util Issues and PRs related to the built-in util module.
#63961 opened Jun 17, 2026 by watilde Member Loading…
ProTip! no:milestone will show everything without a milestone.