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,win: add PGO workload scripts build Issues and PRs related to build files or the CI. tools Issues and PRs related to the tools directory. windows Issues and PRs related to the Windows platform.
#63696 opened Jun 1, 2026 by StefanStojanovic Contributor Loading…
fs: normalize encoding before utf8 fast path check fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#63695 opened Jun 1, 2026 by goingforstudying-ctrl Loading…
doc: mark Node.js 25 as End-of-Life 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.
#63692 opened Jun 1, 2026 by aduh95 Contributor Loading…
test_runner: fix watch cwd with isolation none needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. test_runner Issues and PRs related to the test runner subsystem.
#63690 opened Jun 1, 2026 by trivikr Member Loading…
test: accept SIGILL aborts in async-hooks tests async_hooks Issues and PRs related to the async hooks subsystem. flaky-test Issues and PRs related to the tests with unstable failures on the CI. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. test Issues and PRs related to the tests.
#63687 opened Jun 1, 2026 by trivikr Member Loading…
fs: ignore deleted dirs in recursive watch scan 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.
#63686 opened Jun 1, 2026 by trivikr Member Loading…
doc: add guide and answers to FAQs for first-time contributors doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#63685 opened May 31, 2026 by joyeecheung Member Loading…
stream: remove transform-writer handling in pipeTo needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. stream Issues and PRs related to the stream subsystem.
#63684 opened May 31, 2026 by trivikr Member Loading…
doc: clarify fromReadable() duck-typed contract doc Issues and PRs related to the documentations.
#63682 opened May 31, 2026 by trivikr Member Loading…
quic: add missing documentation for stream.stopSending() and stream.r… doc Issues and PRs related to the documentations. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#63681 opened May 31, 2026 by vishalranaut Loading…
4 tasks done
src: fix external reference registration for new CFunction lifetime c++ Issues and PRs that require attention from people who are familiar with C++. 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. dont-land-on-v25.x PRs that should not land on the v25.x-staging branch and should not be released in v25.x. dont-land-on-v26.x PRs that should not land on the v26.x-staging branch and should not be released in v26.x. needs-ci PRs that need a full CI run. wasi Issues and PRs related to the WebAssembly System Interface.
#63679 opened May 31, 2026 by joyeecheung Member Loading…
test: migrate event_loop message tests to JS needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63677 opened May 31, 2026 by Aanushka001 Loading…
test_runner: avoid recompiling coverage globs for every file fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#63675 opened May 31, 2026 by Han5991 Contributor Loading…
doc: fix broken link in releases guide doc Issues and PRs related to the documentations.
#63672 opened May 31, 2026 by parkhojeong Loading…
tools: update nixpkgs-unstable to e9a7635a57597d9754eccebdfc7045e6c86 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. 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. dont-land-on-v26.x PRs that should not land on the v26.x-staging branch and should not be released in v26.x. tools Issues and PRs related to the tools directory.
#63671 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
deps: update amaro to 1.1.10 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++. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support
#63670 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
test: update test426-fixtures to 2965987bf4c96afa400c9356c8e620cb340aaee author ready PRs that have at least one approval, no pending requests for changes, and a CI started. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63668 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
deps: update googletest to 8736d2cd5c1dcba41170ed2fddca14021d4916c3 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.
#63669 opened May 31, 2026 by nodejs-github-bot Collaborator Loading…
url: refactor URLPattern::{Exec,Test} c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation. whatwg-urlpattern
#63667 opened May 30, 2026 by tniessen Member Loading…
benchmark: remove old alias usage in ffi benchmarks benchmark Issues and PRs related to the benchmark subsystem. 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. ffi Issues and PRs related to experimental Foreign Function Interface support.
#63666 opened May 30, 2026 by addaleax Member Loading…
src: remove redundant handle_ field in ffi 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++. ffi Issues and PRs related to experimental Foreign Function Interface support. needs-ci PRs that need a full CI run.
#63665 opened May 30, 2026 by addaleax Member Loading…
debugger: add more logs to probe mode debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run.
#63663 opened May 30, 2026 by joyeecheung Member Loading…
path: remove StringPrototypeCharCodeAt from more posix methods needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#63662 opened May 30, 2026 by whoekage Loading…
6 tasks done
test_runner: add flaky option to retry on failure lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#63661 opened May 30, 2026 by Han5991 Contributor Loading…
doc: clarify QUIC stream state wording doc Issues and PRs related to the documentations. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#63660 opened May 30, 2026 by EduardF1 Loading…
ProTip! Updated in the last three days: updated:>2026-05-29.