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,permission: add --allow-inspector ability 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.
#60248 opened Oct 13, 2025 by RafaelGSS Loading…
sqlite: make SQLTagStore.prototype.size a getter 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.
#60246 opened Oct 13, 2025 by Renegade334 Loading…
tools: add inspector_protocol updater meta Issues and PRs related to the general management of the project. tools Issues and PRs related to the tools directory.
#60245 opened Oct 13, 2025 by legendecas Loading…
src: use Utf8Value and TwoByteValue instead of V8 helpers 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. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#60244 opened Oct 13, 2025 by addaleax Loading…
doc: deprecations add more codemods deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations.
#60243 opened Oct 13, 2025 by AugustinMauroy Loading…
quic: For streams allow ReadableStream as body 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.
#60237 opened Oct 12, 2025 by martenrichter Loading…
inspector: add network payload buffer size limits c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#60236 opened Oct 12, 2025 by legendecas Loading…
remove unreachable conditionals in kFinishClose needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#60235 opened Oct 12, 2025 by rishabnotfound Loading…
Added differences in Node.js fetch() implementation and standard in a… doc Issues and PRs related to the documentations.
#60233 opened Oct 12, 2025 by adityasharmawork Loading…
v8: add heap profile API 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.
#60231 opened Oct 12, 2025 by theanarkh Loading…
4 tasks done
2025-10-20, Version 22.21.0 'Jod' (LTS) release Issues and PRs related to Node.js releases. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#60230 opened Oct 12, 2025 by github-actions bot Draft
sqlite: improve error reporting for prepared statements in SQLTagStore 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.
#60227 opened Oct 12, 2025 by islandryu Loading…
test: add missing r.close() calls in REPL multiline tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60226 opened Oct 12, 2025 by Han5991 Loading…
4 tasks
inspector: support handshake response for websocket inspection commit-queue Add this label to land a pull request using GitHub Actions. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. 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. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#60225 opened Oct 12, 2025 by islandryu Loading…
doc: fix not working code example in node:vm docs 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. vm Issues and PRs related to the vm subsystem.
#60224 opened Oct 12, 2025 by arturgawlik Loading…
src: stop using deprecated v8::Context::GetIsolate 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++. 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.
#60223 opened Oct 12, 2025 by targos Loading…
repl: handle screen refresh for multiline input needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#60222 opened Oct 12, 2025 by tarunbatra Loading…
crypto: implement rfc7517 recommendation crypto Issues and PRs related to the crypto subsystem. 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.
#60221 opened Oct 12, 2025 by hotpineapple Loading…
test_runner: add classname hierarchy for JUnit reporter needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#60220 opened Oct 12, 2025 by mag123c Loading…
deps: update googletest to 279f847 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. 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.
#60219 opened Oct 12, 2025 by nodejs-github-bot Loading…
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 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++. 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-minor PRs that contain new features and should be released in the next minor version.
#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…
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…
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…
ProTip! Adding no:label will show everything without a label.