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

build: target Power 9 for AIX/IBM i aix Issues and PRs related to the AIX platform. build Issues and PRs related to build files or the CI. 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. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#62296 opened Mar 17, 2026 by richardlau Loading…
lib,src: implement QuotaExceededError as DOMException-derived interface 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. web-standards Issues and PRs related to Web APIs
#62293 opened Mar 17, 2026 by panva Loading…
tools: do not swallow error in lint-nix workflow meta Issues and PRs related to the general management of the project.
#62292 opened Mar 17, 2026 by aduh95 Loading…
stream: fix TypeError in writev when writer.ready rejects needs-ci PRs that need a full CI run. web streams
#62291 opened Mar 17, 2026 by mango766 Loading…
doc: clarify AbortSignal abort listener guidance doc Issues and PRs related to the documentations.
#62288 opened Mar 16, 2026 by nthbotast Loading…
[v22.x] deps: update undici to v6.24.1 lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#62285 opened Mar 16, 2026 by aduh95 Loading…
deps: disable rust icu compiled_data features dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#62284 opened Mar 16, 2026 by legendecas Loading…
test_runner: scope file-level hooks per file in --test-isolation=none needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem. wip Issues and PRs that are still a work in progress.
#62283 opened Mar 16, 2026 by geeksilva97 Loading…
test_runner: set non-zero exit code when suite errors occur 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. 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.
#62282 opened Mar 16, 2026 by geeksilva97 Loading…
src,sqlite: fix filterFunc dangling reference 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++. lts-watch-v24.x PRs that may need to be released in v24.x needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#62281 opened Mar 16, 2026 by geeksilva97 Loading…
build: fix timezone-update path references 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. meta Issues and PRs related to the general management of the project.
#62280 opened Mar 16, 2026 by legendecas Loading…
doc(api): typo in environment variables commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations.
#62279 opened Mar 16, 2026 by chohner Loading…
fs: expose frsize field in statfs 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. lib / src Issues and PRs related to general changes in the lib or src directory. libuv Issues and PRs related to the libuv dependency or the uv binding. 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.
#62277 opened Mar 16, 2026 by verycosy Loading…
doc: clarify dns.lookup callback signature when options.all is enabled doc Issues and PRs related to the documentations.
#62274 opened Mar 16, 2026 by nthbotast 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.
#62273 opened Mar 16, 2026 by IlyasShabi Loading…
test_runner: use run() options with isolation="none" needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#62269 opened Mar 15, 2026 by inukshuk Loading…
src: use stack allocation in indexOf latin1 path author ready PRs that have at least one approval, no pending requests for changes, and a CI started. buffer Issues and PRs related to the buffer subsystem. 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-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#62268 opened Mar 15, 2026 by mertcanaltin Loading…
loader: lazy-load source map cache in CJS loader module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#62267 opened Mar 15, 2026 by gurgunday Loading…
url: optimize URLSearchParams set/delete duplicate handling needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#62266 opened Mar 15, 2026 by gurgunday Loading…
tools: fix timeout errors in lint-nix job 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. tools Issues and PRs related to the tools directory.
#62265 opened Mar 15, 2026 by aduh95 Loading…
test_runner: add context subtests expectFailure only skip todo needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#62263 opened Mar 15, 2026 by JakobJingleheimer Loading…
doc: clarify fs.StatFs field descriptions doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#62262 opened Mar 15, 2026 by AkaHarshit Loading…
events: avoid cloning listeners array on every emit events Issues and PRs related to the events subsystem / EventEmitter. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#62261 opened Mar 15, 2026 by gurgunday Loading…
deps: update simdjson to 4.4.0 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#62257 opened Mar 15, 2026 by nodejs-github-bot Loading…
crypto: add crypto::GetSSLCtx API for addon access to OpenSSL contexts 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.
#62254 opened Mar 14, 2026 by pimterry Loading…
ProTip! Filter pull requests by the default branch with base:main.