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

chore: update logo asset doc Issues and PRs related to the documentations.
#60218 opened Oct 11, 2025 by abdulfarid-dev Loading…
sqlite: allow setting defensive flag 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.
#60217 opened Oct 11, 2025 by louwers Loading…
events: repurpose events.listenerCount() to accept EventTargets events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run.
#60214 opened Oct 11, 2025 by Renegade334 Loading…
doc: improve code snippet alternative of url.parse() using WHATWG URL 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. url Issues and PRs related to the legacy built-in url module.
#60209 opened Oct 11, 2025 by styfle Loading…
http2: rename variable to additionalPseudoHeaders author ready PRs that have at least one approval, no pending requests for changes, and a CI started. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#60208 opened Oct 11, 2025 by tniessen Loading…
deps: V8: cherry-pick 1e190bbb0396 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. 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. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#60206 opened Oct 10, 2025 by richardlau Loading…
vm: make vm.Module.evaluate() conditionally synchronous needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#60205 opened Oct 10, 2025 by joyeecheung Loading…
src: use string_view in WriteReport() 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. 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. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. report Issues and PRs related to process.report.
#60201 opened Oct 10, 2025 by addaleax Loading…
doc: correct and expand documentation for SQLTagStore doc Issues and PRs related to the documentations. sqlite Issues and PRs related to the SQLite subsystem.
#60200 opened Oct 10, 2025 by Renegade334 Loading…
vm: hint module identifier in instantiate errors 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. needs-ci PRs that need a full CI run.
#60199 opened Oct 10, 2025 by legendecas Loading…
add a non-tutorial confirmation to PR template meta Issues and PRs related to the general management of the project.
#60196 opened Oct 10, 2025 by StroepWafel Loading…
doc: add note explaining ESM vs CommonJS startup performance difference doc Issues and PRs related to the documentations. esm Issues and PRs related to the ECMAScript Modules implementation.
#60192 opened Oct 10, 2025 by pudinaman Loading…
node-api,test: use local files for instanceof tests needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests.
#60190 opened Oct 10, 2025 by vmoroz Loading…
shadow_realm: fix memory leak by removing strong reference tracking c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#60188 opened Oct 9, 2025 by kayossouza Loading…
http: fix parser memory leak on double response http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#60187 opened Oct 9, 2025 by kayossouza Loading…
4 tasks done
src: fix Promise.race() memory leak with deprecated events c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#60184 opened Oct 9, 2025 by kayossouza Loading…
3 tasks done
module: warn on invalid package.json type field c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#60180 opened Oct 9, 2025 by Shuklax Loading…
src: add watch config namespace 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.
#60178 opened Oct 9, 2025 by marco-ippolito Draft
test: ensure assertions are reachable in test/client-proxy 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. tools Issues and PRs related to the tools directory.
#60175 opened Oct 9, 2025 by aduh95 Loading…
Fix repl cursor multiline overflow needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#60171 opened Oct 9, 2025 by Han5991 Loading…
benchmark: improve cpu.sh for safety and usability benchmark Issues and PRs related to the benchmark subsystem. performance Issues and PRs related to the performance of Node.js.
#60162 opened Oct 8, 2025 by meteorqz6 Loading…
buffer: throw RangeError on atob overflow buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run.
#60161 opened Oct 8, 2025 by haramj Loading…
lib: fix constructor in _errnoException stack tree 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.
#60156 opened Oct 8, 2025 by SeokhunEom Loading…
src: enable libm trig functions in V8 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. performance Issues and PRs related to the performance of Node.js. v8 engine Issues and PRs related to the V8 dependency.
#60153 opened Oct 8, 2025 by jasnell Draft
doc: correct tls ALPNProtocols types doc Issues and PRs related to the documentations. tls Issues and PRs related to the tls subsystem.
#60143 opened Oct 7, 2025 by Renegade334 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.