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

[v24.x] src: allow empty --experimental-config-file 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. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#63659 opened May 30, 2026 by marco-ippolito Member Loading…
src: fix crash when writing odd-length hex string via Writev buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#63658 opened May 30, 2026 by RajeshKumar11 Contributor Loading…
doc: fix incorrect test runner mock examples doc Issues and PRs related to the documentations. test_runner Issues and PRs related to the test runner subsystem.
#63656 opened May 30, 2026 by emmayusufu Loading…
vfs: integrate with CJS and ESM module loaders lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#63653 opened May 30, 2026 by mcollina Member Loading…
diagnostics_channel: add opt-in subscriber suppression via suppressedBy and suppressed() c++ Issues and PRs that require attention from people who are familiar with C++. diagnostics_channel Issues and PRs related to diagnostics channel needs-ci PRs that need a full CI run.
#63651 opened May 29, 2026 by DivyanshuX9 Contributor Loading…
8 tasks
doc: remove duplicated sentences in large-pull-requests.md commit-queue-failed An error occurred while landing this pull request using GitHub Actions. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 72 hours to land.
#63650 opened May 29, 2026 by joyeecheung Member Loading…
test: update WPT for WebCryptoAPI to 0c413fb56b 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. request-ci Add this label to start a Jenkins CI on a PR. test Issues and PRs related to the tests.
#63647 opened May 29, 2026 by nodejs-github-bot Collaborator Loading…
sqlite: set SQLITE_THREADSAFE flag as multithreaded dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#63645 opened May 29, 2026 by geeksilva97 Contributor Loading…
crypto: deduplicate X509 subject matching logic 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. needs-ci PRs that need a full CI run.
#63644 opened May 29, 2026 by tniessen Member Loading…
src: raise the maximum open files limit on Windows c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#63643 opened May 29, 2026 by medns Contributor Loading…
src: add cleanup hooks to node::ObjectWrap addons Issues and PRs related to native addons. c++ Issues and PRs that require attention from people who are familiar with C++. 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. worker Issues and PRs related to Worker support.
#63642 opened May 29, 2026 by addaleax Member Loading…
async_hooks: remove legacy AsyncLocalStorage implementation async_hooks Issues and PRs related to the async hooks subsystem. async_local_storage AsyncLocalStorage 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. semver-major PRs that contain breaking changes and should be released in the next major version.
#63641 opened May 29, 2026 by mcollina Member Loading…
sqlite: fix stack-use-after-scope with function callback 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.
#63640 opened May 29, 2026 by ndossche Contributor Loading…
buffer: use simdutf for two-byte utf8 byteLength buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#63639 opened May 29, 2026 by mertcanaltin Member Loading…
sqlite: fix undefined behaviour in Session::Changeset() 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.
#63637 opened May 29, 2026 by ndossche Contributor Loading…
fs: support caller-supplied readFile() buffers fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#63634 opened May 29, 2026 by mcollina Member Loading…
debugger: avoid probe timeouts on target throws debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR.
#63632 opened May 29, 2026 by trivikr Member Loading…
doc: document that fs.copyFile() always dereferences symlinks doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#63631 opened May 28, 2026 by developers-universe-1 Loading…
build: remove duplicated node_use_sqlite and node_use_ffi conditions 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. commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run.
#63629 opened May 28, 2026 by legendecas Member Loading…
doc: add webstreams to args for pipeline from stream/promises doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#63628 opened May 28, 2026 by dsanders11 Contributor Loading…
test_runner: mark ignored branches as covered in coverage report needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#63627 opened May 28, 2026 by developers-universe-1 Loading…
build: build codecache and snapshot with libnode build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#63626 opened May 28, 2026 by legendecas Member Loading…
tools: refine v8.nix source definition tools Issues and PRs related to the tools directory.
#63625 opened May 28, 2026 by aduh95 Contributor Loading…
crypto: runtime-deprecate calling Hmac.digest() more than once crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#63624 opened May 28, 2026 by developers-universe-1 Loading…
crypto: refactor keyObject.toCryptoKey() and SubtleCrypto.getPublicKey() 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. review wanted PRs that need reviews. webcrypto
#63622 opened May 28, 2026 by panva Member Loading…
ProTip! What’s not been updated in a month: updated:<2026-04-30.