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

[v22.x] backport module loader & loader hook fixes lib / src Issues and PRs related to general changes in the lib or src directory. 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.
#62029 opened Feb 27, 2026 by joyeecheung Loading…
module: run require.resolve through module.registerHooks() esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#62028 opened Feb 27, 2026 by joyeecheung Loading…
doc: generate llms.txt build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#62027 opened Feb 27, 2026 by araujogui Loading…
test: fix skipping behavior for test-runner-run-files-undefined needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#62026 opened Feb 27, 2026 by aduh95 Loading…
doc: fix small logic error in DETECT_MODULE_SYNTAX 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. esm Issues and PRs related to the ECMAScript Modules implementation.
#62025 opened Feb 27, 2026 by Renegade334 Loading…
tools: revert tools GHA workflow to ubuntu-latest fast-track PRs that do not need to wait for 72 hours to land. meta Issues and PRs related to the general management of the project.
#62024 opened Feb 27, 2026 by richardlau Loading…
tools: fix permissions for merve update script author ready PRs that have at least one approval, no pending requests for changes, and a CI started. tools Issues and PRs related to the tools directory.
#62023 opened Feb 27, 2026 by richardlau Loading…
test: remove unnecessary process.exit calls from test files author ready PRs that have at least one approval, no pending requests for changes, and a CI started. benchmark Issues and PRs related to the benchmark subsystem. buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#62020 opened Feb 27, 2026 by aduh95 Loading…
test: skip test-url on --shared-ada builds commit-queue Add this label to land a pull request using GitHub Actions. needs-ci PRs that need a full CI run.
#62019 opened Feb 27, 2026 by aduh95 Loading…
deps: prefer cpuinfo_cur_freq over scaling_cur_freq in uv_cpu_info() libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run.
#62018 opened Feb 27, 2026 by RajeshKumar11 Loading…
http: validate non-link headers in writeEarlyHints http Issues or PRs related to the http subsystem. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#62017 opened Feb 27, 2026 by mcollina Loading…
3 tasks done
deps: update minimatch to 10.2.4 commit-queue Add this label to land a pull request using GitHub Actions. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#62016 opened Feb 27, 2026 by nodejs-github-bot Loading…
sqlite: add batched async Database API lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#62015 opened Feb 26, 2026 by BurningEnlightenment Draft
tools: bump minimatch from 3.1.3 to 3.1.5 in /tools/eslint dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code tools Issues and PRs related to the tools directory.
#62014 opened Feb 26, 2026 by dependabot bot Loading…
build(deps): bump minimatch from 3.1.2 to 3.1.5 in /tools/clang-format dependencies Pull requests that update a dependency file. javascript Pull requests that update Javascript code tools Issues and PRs related to the tools directory.
#62013 opened Feb 26, 2026 by dependabot bot Loading…
doc: clarify ICU source layout for --with-icu-source build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#62011 opened Feb 26, 2026 by skdas20 Loading…
doc: mention constructor check in deepStrictEqual assert Issues and PRs related to the assert subsystem. doc Issues and PRs related to the documentations.
#62010 opened Feb 26, 2026 by skdas20 Loading…
doc: clarify sqlite bare named parameter default doc Issues and PRs related to the documentations. sqlite Issues and PRs related to the SQLite subsystem.
#62009 opened Feb 26, 2026 by skdas20 Loading…
sqlite: bind undefined to null 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.
#62008 opened Feb 26, 2026 by mike-git374 Loading…
url: suppress warnings from url.format/url.resolve inside node_modules deprecations Issues and PRs related to deprecations. 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. lts-watch-v24.x PRs that may need to be released in v24.x needs-ci PRs that need a full CI run. url Issues and PRs related to the legacy built-in url module.
#62005 opened Feb 26, 2026 by Renegade334 Loading…
tls: forward keepAlive, keepAliveInitialDelay, noDelay to socket 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. needs-ci PRs that need a full CI run. tls Issues and PRs related to the tls subsystem.
#62004 opened Feb 26, 2026 by tadjik1 Loading…
doc: include url.resolve() in DEP0169 application deprecation author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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. 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. url Issues and PRs related to the legacy built-in url module.
#62002 opened Feb 26, 2026 by MikeMcC399 Loading…
sqlite: bind Boolean 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.
#62001 opened Feb 26, 2026 by mike-git374 Loading…
src: fix libuv assertion on windows c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#61999 opened Feb 26, 2026 by liuxingbaoyu Loading…
src: release context frame in AsyncWrap::EmitDestroy async_local_storage AsyncLocalStorage 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++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. needs-ci PRs that need a full CI run.
#61995 opened Feb 26, 2026 by Flarna Loading…
ProTip! Exclude everything labeled bug with -label:bug.