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

doc: update kernel and musl reqs for Alpine build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#61569 opened Jan 28, 2026 by kleisauke Loading…
test_runner: fix passing expectFailure 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_runner Issues and PRs related to the test runner subsystem.
#61568 opened Jan 28, 2026 by MoLow Loading…
doc: move describe/it aliases section before expectFailure doc Issues and PRs related to the documentations. test_runner Issues and PRs related to the test runner subsystem.
#61567 opened Jan 28, 2026 by lraveri Loading…
deps: update undici to 7.19.2 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. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.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.
#61566 opened Jan 28, 2026 by nodejs-github-bot Loading…
test_runner: differentiate todo and failure styles needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#61564 opened Jan 28, 2026 by MoLow Loading…
test_runner: support custom message for expectFailure needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#61563 opened Jan 28, 2026 by Han5991 Loading…
tools,win: upgrade install additional tools to Visual Studio 2026 dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. install Issues and PRs related to the installers. 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.
#61562 opened Jan 28, 2026 by MikeMcC399 Loading…
test: aix: unflake test_threadsafe_function/test flaky on AIX dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. 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. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests. v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch. v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch. v24.x Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#61560 opened Jan 28, 2026 by sxa Loading…
lib: add utf16 fast path for TextDecoder encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#61559 opened Jan 28, 2026 by ChALkeR Draft
util: add hex colors support in styleText needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#61556 opened Jan 28, 2026 by araujogui Loading…
test_runner: avoid reading process.argv and process.cwd() in run() needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#61554 opened Jan 27, 2026 by batjko Loading…
fs: fix globSync traverse on allowed directory fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#61552 opened Jan 27, 2026 by artsiom-malakhau Loading…
tools: update OpenSSL to 3.5.5 in test-shared author ready PRs that have at least one approval, no pending requests for changes, and a CI started. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. 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. tools Issues and PRs related to the tools directory.
#61551 opened Jan 27, 2026 by aduh95 Loading…
build: aix: deoptimise implementation-visitor to avoid segfault needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#61550 opened Jan 27, 2026 by sxa Loading…
lib: use utf8 fast path for streaming TextDecoder encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. 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.
#61549 opened Jan 27, 2026 by ChALkeR Loading…
src: initial support for ESM in embedder 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. semver-minor PRs that contain new features and should be released in the next minor version.
#61548 opened Jan 27, 2026 by joyeecheung Loading…
4 tasks
deps: update OpenSSL to 3.5.5 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-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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.
#61547 opened Jan 27, 2026 by nodejs-github-bot Loading…
path: fix normalization of Windows device paths missing colon needs-ci PRs that need a full CI run. path Issues and PRs related to the path subsystem.
#61545 opened Jan 27, 2026 by HassanFleyah Loading…
sqlite: add virtual table support via createModule() 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.
#61544 opened Jan 27, 2026 by byteforge38 Loading…
sqlite: reserve local vectors space 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.
#61540 opened Jan 27, 2026 by araujogui Loading…
readline: initialize input before history manager needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module.
#61538 opened Jan 27, 2026 by Zohaibarif69 Loading…
build: add --shared-lief configure flag author ready PRs that have at least one approval, no pending requests for changes, and a CI started. build Issues and PRs related to build files or the CI. 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. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. 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. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#61536 opened Jan 26, 2026 by aduh95 Loading…
doc: regenerate node.1 using doc-kit author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run.
#61535 opened Jan 26, 2026 by avivkeller Loading…
doc: clarify fs.copyFile() symlink behavior doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run.
#61534 opened Jan 26, 2026 by KashviYadav09 Loading…
src: set UV_THREADPOOL_SIZE based on available parallelism blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. performance Issues and PRs related to the performance of Node.js. semver-major PRs that contain breaking changes and should be released in the next major version.
#61533 opened Jan 26, 2026 by RafaelGSS Loading…
ProTip! no:milestone will show everything without a milestone.