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

test: make sqlite-database-sync tests work with system sqlite needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58507 opened May 30, 2025 by jellelicht Loading…
doc: clarify DEP0194 scope 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. lts-watch-v20.x PRs that may need to be released in v20.x lts-watch-v22.x PRs that may need to be released in v22.x
#58504 opened May 29, 2025 by aduh95 Loading…
win,tools: use Azure Trusted SIgning build Issues and PRs related to build files or the CI. lts-watch-v20.x PRs that may need to be released in v20.x lts-watch-v22.x PRs that may need to be released in v22.x needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
#58502 opened May 29, 2025 by StefanStojanovic Loading…
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#58500 opened May 28, 2025 by Aditi-1400 Loading…
tools: check for std::vector<v8::Local> in lint tools Issues and PRs related to the tools directory.
#58497 opened May 28, 2025 by Aditi-1400 Loading…
lib: fix testNamePatterns and testSkipPatterns being ignored with isolation "none" needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58496 opened May 28, 2025 by danielmbrasil Draft
deps: update V8 to 13.8 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. v8 engine Issues and PRs related to the V8 dependency.
#58491 opened May 28, 2025 by targos Loading…
fs: fix race-condition in fs.watch async iterator fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58490 opened May 28, 2025 by pipobscure Loading…
src: remove fast API for InternalModuleStat 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.
#58489 opened May 28, 2025 by joyeecheung Loading…
fs: fix cpSync handle existing symlinks author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58476 opened May 27, 2025 by jakecastelli Loading…
dgram: move deprecated APIs to EOL dgram Issues and PRs related to the dgram subsystem / UDP. 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.
#58474 opened May 26, 2025 by jasnell Loading…
module: move Module._debug to end-of-life module Issues and PRs related to the module subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#58473 opened May 26, 2025 by jasnell Loading…
src: remove node.h APIs to make callback without an async context c++ Issues and PRs that require attention from people who are familiar with C++. 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.
#58471 opened May 26, 2025 by legendecas Loading…
doc: add ambassadors recurring livestream proposal commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations.
#58466 opened May 26, 2025 by ErickWendel Loading…
fs: improve cpSync no-filter copyDir performance 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.
#58461 opened May 26, 2025 by dario-piotrowicz Loading…
[v22.x backport] worker: make Worker async disposable needs-ci PRs that need a full CI run. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch. worker Issues and PRs related to Worker support.
#58455 opened May 26, 2025 by jasnell Loading…
events: Add use/useOnce methods to EventEmitter events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem. test_runner Issues and PRs related to the test runner subsystem.
#58453 opened May 25, 2025 by jasnell Draft
dns: set timeout to 1000ms when timeout <= 0 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++. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. needs-ci PRs that need a full CI run.
#58441 opened May 23, 2025 by theanarkh Loading…
4 tasks done
dns: support max timeout 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. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. semver-minor PRs that contain new features and should be released in the next minor version.
#58440 opened May 23, 2025 by theanarkh Loading…
4 tasks done
test_runner: support object property mocking needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#58438 opened May 23, 2025 by idango10 Loading…
deps: update OpenSSL gen container to Ubuntu 22.04 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency.
#58432 opened May 23, 2025 by targos Loading…
fs: prevent multiple invocations of callback in Dir class fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58430 opened May 23, 2025 by 0hmX Loading…
fs: remove IIFE in glob fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58418 opened May 22, 2025 by LiviaMedeiros Loading…
process: make process.execve's args argument optional needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#58412 opened May 21, 2025 by mureinik Loading…
dns: fix dns query cache implementation c++ Issues and PRs that require attention from people who are familiar with C++. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. needs-ci PRs that need a full CI run. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed.
#58404 opened May 20, 2025 by Ethan-Arrowood Loading…
ProTip! Filter pull requests by the default branch with base:main.