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: migrate node --run message test needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63243 opened May 11, 2026 by raashish1601 Loading…
test: migrate max tick depth message test needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63242 opened May 11, 2026 by raashish1601 Loading…
test: migrate internal assert fail message test needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63241 opened May 11, 2026 by raashish1601 Loading…
test: migrate internal assert message test to JS needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63240 opened May 11, 2026 by raashish1601 Loading…
test: migrate assert throws message test to JS needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63239 opened May 11, 2026 by raashish1601 Loading…
test: migrate nexttick message test to JS needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#63238 opened May 11, 2026 by raashish1601 Loading…
meta: move one or more collaborators to emeritus doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#63235 opened May 11, 2026 by nodejs-github-bot Collaborator Loading…
doc: run license-builder meta Issues and PRs related to the general management of the project.
#63232 opened May 11, 2026 by github-actions Bot Loading…
src: skip duplicate UTF-8 validation in TextDecoder fatal path 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.
#63231 opened May 10, 2026 by mertcanaltin Member Loading…
quic: fixup quic stream variable chunk len 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.
#63230 opened May 10, 2026 by jasnell Member Loading…
deps: cherry-pick libuv/libuv@a43e543 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run.
#63222 opened May 10, 2026 by thisalihassan Contributor Loading…
test_runner: add tags option and tag-name filter author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#63221 opened May 10, 2026 by atlowChemi Member Loading…
tools: update nixpkgs-unstable to b3da656039dc7a6240f27b2ef8cc6a3ef3b author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.
#63218 opened May 10, 2026 by nodejs-github-bot Collaborator Loading…
deps: update sqlite to 3.53.1 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. sqlite Issues and PRs related to the SQLite subsystem.
#63217 opened May 10, 2026 by nodejs-github-bot Collaborator Loading…
lib: fix ERR_INVALID_ARG_TYPE with --enable-source-maps errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run. source maps Issues and PRs related to source map support.
#63215 opened May 9, 2026 by kimjune01 Loading…
doc: replace Visual Studio 2022 Evergreen version reference with 17.14 build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#63211 opened May 9, 2026 by MikeMcC399 Contributor Loading…
permission: check symlink target in cpSync 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. permission Issues and PRs related to the Permission Model
#63208 opened May 9, 2026 by fg0x0 Loading…
src,tools: enable BoringSSL in test-shared.yml 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. crypto Issues and PRs related to the crypto subsystem. 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. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#63206 opened May 8, 2026 by panva Member Loading…
fs: add dot option to glob fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#63205 opened May 8, 2026 by owlstronaut Loading…
src,sqlite: remove dead code 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++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
#63204 opened May 8, 2026 by geeksilva97 Contributor Loading…
deps: upgrade npm to 11.14.1 dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. needs-ci PRs that need a full CI run. npm Issues and PRs related to the npm client dependency or the npm registry.
#63203 opened May 8, 2026 by npm-cli-bot Contributor Loading…
debugger: add --help to node inspect and improve docs debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run.
#63201 opened May 8, 2026 by joyeecheung Member Loading…
quic: add proper error codes & messages for QUIC failures 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. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#63198 opened May 8, 2026 by pimterry Member Loading…
src: support override option in process.loadEnvFile 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.
#63197 opened May 8, 2026 by Han5991 Contributor Loading…
[v22.x backport] deps: update nghttp2 to 1.69.0 http2 Issues or PRs related to the http2 subsystem. 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.
#63195 opened May 8, 2026 by mcollina Member Loading…
ProTip! Add no:assignee to see everything that’s not assigned.