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: avoid call to chmodSync in test-fs-cp-async-file-modes needs-ci PRs that need a full CI run. test Issues and PRs related to Node.js core tests and test infrastructure.
#66104 opened Sep 18, 2026 by aduh95 Contributor Loading…
meta: bump codecov/codecov-action from 7.0.0 to 7.1.0 author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. dependencies PRs that add, update, or configure Node.js dependencies. github_actions PRs that update GitHub Actions workflows. meta Issues and PRs related to the general management of the project.
#66103 opened Sep 18, 2026 by dependabot Bot Loading…
tools: bump eslint-plugin-jsdoc from 64.3.9 to 64.3.10 in /tools/eslint in the eslint group author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. dependencies PRs that add, update, or configure Node.js dependencies. javascript PRs that update JavaScript code. tools Issues and PRs related to the tools directory.
#66102 opened Sep 18, 2026 by dependabot Bot Loading…
perf_hooks: add histogram snapshot and diff c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run. perf_hooks Issues and PRs related to the perf_hooks module and performance measurement APIs. semver-minor PRs that contain new features and should be released in the next minor version.
#66099 opened Sep 18, 2026 by jasnell Member Loading…
perf_hooks: harden histogram CBOR import validation c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-squash PRs the Commit Queue should land as one squashed commit. needs-ci PRs that need a full CI run. perf_hooks Issues and PRs related to the perf_hooks module and performance measurement APIs. semver-minor PRs that contain new features and should be released in the next minor version.
#66098 opened Sep 18, 2026 by jasnell Member Loading…
perf_hooks: fix PerformanceObserver handling c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. typings Issues and PRs related to internal TypeScript declarations.
#66097 opened Sep 17, 2026 by jasnell Member Loading…
https: handle invalid TLS options in proxied requests author ready PRs with CI started, the required approvals, and no outstanding review comments. commit-queue PRs queued for automated landing through the Commit Queue. https Issues and PRs related to the https subsystem. needs-ci PRs that need a full CI run.
#66096 opened Sep 17, 2026 by christianaurichzm Contributor Loading…
fs: close fd 0 on discarded FileHandle transfer author ready PRs with CI started, the required approvals, and no outstanding review comments. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue PRs queued for automated landing through the Commit Queue. fs Issues and PRs related to file-system APIs and the fs module. needs-ci PRs that need a full CI run.
#66095 opened Sep 17, 2026 by christianaurichzm Contributor Loading…
perf_hooks: fix truncation of uvMetricsInfo counters c++ Issues and PRs that require attention from people who are familiar with C++. lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66094 opened Sep 17, 2026 by jasnell Member Loading…
quic: cleanly tear down QUIC after worker.terminate() 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 transport implementation.
#66093 opened Sep 17, 2026 by pimterry Member Loading…
[v26.x backport] crypto: optimize and benchmark key preparation crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run. v26.x Issues that can be reproduced on v26.x or PRs targeting the v26.x-staging branch.
#66092 opened Sep 17, 2026 by panva Member Loading…
doc: add araujogui to collaborators doc Issues and PRs related to Node.js documentation. fast-track PRs proposed for a shorter-than-standard waiting period before landing. notable-change PRs with changes that should be highlighted in changelogs.
#66090 opened Sep 17, 2026 by araujogui Member Loading…
[v24.x] deps: backport V8 prototype retention fixes build Issues and PRs related to Node.js builds or CI infrastructure. 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.
#66089 opened Sep 17, 2026 by inoway46 Contributor Loading…
zlib: reject reset while a zstd frame is incomplete c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib module and its compression dependencies.
#66088 opened Sep 17, 2026 by xia-chao Contributor Loading…
doc: document the node:ffi call paths doc Issues and PRs related to Node.js documentation. ffi Issues and PRs related to experimental Foreign Function Interface support.
#66086 opened Sep 17, 2026 by soulee-dev Contributor Loading…
worker: strip types in Web Worker module entries needs-ci PRs that need a full CI run.
#66085 opened Sep 17, 2026 by osztenkurden Loading…
build,src: gate jspi flag on V8_ENABLE_WEBASSEMBLY agentscan:mixed-signals build Issues and PRs related to Node.js builds or CI infrastructure. c++ Issues and PRs that require attention from people who are familiar with C++. 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.
#66082 opened Sep 17, 2026 by pkubaj Loading…
http: add diagnostics channel for outgoing body chunks http Issues and PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#66081 opened Sep 17, 2026 by mcollina Member Loading…
fs: fix FileHandle close listener/ref leak in streams fs Issues and PRs related to file-system APIs and the fs module. needs-ci PRs that need a full CI run.
#66080 opened Sep 17, 2026 by rasadregmi Loading…
stream: apply more stream/iter fixes, round 3 lib / src Issues and PRs involving general changes in the lib/ or src/ directories. needs-ci PRs that need a full CI run.
#66079 opened Sep 17, 2026 by jasnell Member Draft
doc: remove stale bug bounty references in SECURITY.md doc Issues and PRs related to Node.js documentation.
#66077 opened Sep 17, 2026 by ammar3040 Loading…
worker: remove messageerror listeners on exit needs-ci PRs that need a full CI run. worker Issues and PRs related to the worker_threads module and Worker API.
#66075 opened Sep 17, 2026 by dayun6530 Contributor Loading…
test_runner: remove failure attribute from JUnit reporter needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#66072 opened Sep 16, 2026 by AlexCannonball Contributor Loading…
tools: patch python3 wrapper from depot_tools tools Issues and PRs related to the tools directory.
#66070 opened Sep 16, 2026 by richardlau Member Draft
test: enable trace_events tests with perfetto build Issues and PRs related to Node.js builds or CI infrastructure. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. trace_events Issues and PRs related to trace events from V8, Node.js core, and user code.
#66068 opened Sep 16, 2026 by legendecas Member Loading…
ProTip! Exclude everything labeled bug with -label:bug.