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

fs: close dir before throwing if options.bufferSize is invalid blocked PRs that are blocked by other issues or PRs. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58856 opened Jun 26, 2025 by LiviaMedeiros Loading…
test: close dirs in fs-opendir test needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58855 opened Jun 26, 2025 by LiviaMedeiros Loading…
permission: propagate permission model flags on spawn child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model process Issues and PRs related to the process subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#58853 opened Jun 26, 2025 by RafaelGSS Loading…
fs: runtime deprecate closing fs.Dir on garbage collection c++ Issues and PRs that require attention from people who are familiar with C++. deprecations Issues and PRs related to deprecations. fs Issues and PRs related to the fs subsystem / file system. 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.
#58850 opened Jun 26, 2025 by LiviaMedeiros Loading…
assert: allow printf-style messages as assertion error assert Issues and PRs related to the assert subsystem. 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.
#58849 opened Jun 26, 2025 by BridgeAR Draft
fs: throw ERR_INVALID_THIS on illegal invocations author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58848 opened Jun 26, 2025 by LiviaMedeiros Loading…
deps: upgrade npm to 10.9.3 fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. npm Issues and PRs related to the npm client dependency or the npm registry. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#58847 opened Jun 26, 2025 by npm-cli-bot Loading…
v8: fix missing callback in heap utils destroy needs-ci PRs that need a full CI run. v8 module Issues and PRs related to the "v8" subsystem.
#58846 opened Jun 26, 2025 by BridgeAR Loading…
crypto: fix inclusion of OPENSSL_IS_BORINGSSL define c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#58845 opened Jun 26, 2025 by codebytere Loading…
src: -Wmismatched-new-delete in debug_utils.cc c++ Issues and PRs that require attention from people who are familiar with C++. debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run.
#58844 opened Jun 26, 2025 by codebytere Loading…
fs: fix for FileHandle.readableWebStream fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58842 opened Jun 26, 2025 by pdaehne Loading…
inspector: prevent propagation of promise hooks to noPromise hooks async_hooks Issues and PRs related to the async hooks subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#58841 opened Jun 26, 2025 by islandryu Loading…
build: option to use custom inspector_protocol path c++ Issues and PRs that require attention from people who are familiar with C++.
#58839 opened Jun 26, 2025 by codebytere Loading…
doc: discourage private TSC meeting and document process meta Issues and PRs related to the general management of the project. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#58837 opened Jun 25, 2025 by joyeecheung Loading…
fs: special input -1 on chown, lchown and fchown 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.
#58836 opened Jun 25, 2025 by himself65 Loading…
test_runner: correctly filter --experimental-config-file needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58833 opened Jun 25, 2025 by pmarchini Draft
http,https,http2: make async disposers idempotent http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. https Issues or PRs related to the https subsystem. needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#58832 opened Jun 25, 2025 by LiviaMedeiros Loading…
test_runner: fix timeout not propagated to the child process in run author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58831 opened Jun 25, 2025 by jakecastelli Loading…
vm: expose import phase on SourceTextModule.moduleRequests c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#58829 opened Jun 25, 2025 by legendecas Loading…
test_runner: improve mock timer promisifiers needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58824 opened Jun 24, 2025 by Renegade334 Loading…
crypto: add tls.useSystemCA() notable-change PRs with changes that should be highlighted in changelogs. semver-minor PRs that contain new features and should be released in the next minor version.
#58822 opened Jun 24, 2025 by joyeecheung Loading…
[v24.x] deps: V8: backport 1c3e018e7d48 build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#58818 opened Jun 24, 2025 by Renegade334 Loading…
Update test-abort-uncaught-exception.js needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58812 opened Jun 24, 2025 by kaami419 Loading…
doc: clarify http.request supports headers as array doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem.
#58810 opened Jun 24, 2025 by Dinesh0007000 Loading…
src: add an option to make compile cache path relative 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.
#58797 opened Jun 23, 2025 by Aditi-1400 Loading…
ProTip! Follow long discussions with comments:>50.