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 e9a7635a57597d9754eccebdfc7045e6c86 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.
#63671 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
deps: update amaro to 1.1.10 c++ Issues and PRs that require attention from people who are familiar with C++. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support
#63670 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
deps: update googletest to 8736d2cd5c1dcba41170ed2fddca14021d4916c3 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.
#63669 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
test: update test426-fixtures to 2965987bf4c96afa400c9356c8e620cb340aaee needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63668 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
url: refactor URLPattern::{Exec,Test} c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation. whatwg-urlpattern
#63667 opened May 30, 2026 by tniessen Member Loading…
benchmark: remove old alias usage in ffi benchmarks benchmark Issues and PRs related to the benchmark subsystem. ffi Issues and PRs related to experimental Foreign Function Interface support.
#63666 opened May 30, 2026 by addaleax Member Loading…
src: remove redundant handle_ field in ffi c++ Issues and PRs that require attention from people who are familiar with C++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#63665 opened May 30, 2026 by addaleax Member Loading…
2026-06-01, Version 26.3.0 (Current) release Issues and PRs related to Node.js releases. v26.x Issues that can be reproduced on v26.x or PRs targeting the v26.x-staging branch.
#63664 opened May 30, 2026 by github-actions Bot Loading…
debugger: add more logs to probe mode debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run.
#63663 opened May 30, 2026 by joyeecheung Member Loading…
path: remove StringPrototypeCharCodeAt from more posix methods needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#63662 opened May 30, 2026 by whoekage Loading…
6 tasks done
test_runner: add flaky option to retry on failure lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#63661 opened May 30, 2026 by Han5991 Contributor Loading…
doc: clarify QUIC stream state wording doc Issues and PRs related to the documentations. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#63660 opened May 30, 2026 by EduardF1 Loading…
[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
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. request-ci Add this label to start a Jenkins CI on a PR.
#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. review wanted PRs that need reviews. 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…
ProTip! Adding no:label will show everything without a label.