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

stream: add diagnostics for readable stream chunk additions needs-ci PRs that need a full CI run. stream Issues and PRs related to the stream subsystem.
#60514 opened Oct 31, 2025 by RaisinTen Loading…
test: ensure assertions are reachable in test/internet needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60513 opened Oct 31, 2025 by aduh95 Loading…
src: move Node-API version detection to where it is used c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#60512 opened Oct 31, 2025 by addaleax Loading…
build: fix inconsistent quoting in Makefile build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#60511 opened Oct 31, 2025 by aduh95 Loading…
deps: rewrite openssl x86asm.pl win32 workaround 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.
#60510 opened Oct 31, 2025 by jaanrebane Loading…
buffer: let Buffer.of use heap buffer Issues and PRs related to the buffer subsystem. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#60503 opened Oct 31, 2025 by ChALkeR Loading…
src: add locksCounters() to monitor Web Locks usage 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.
#60502 opened Oct 30, 2025 by IlyasShabi Loading…
test: ensure assertions are reachable in test/es-module esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60501 opened Oct 30, 2025 by aduh95 Loading…
test: ensure assertions are reached on more tests 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.
#60500 opened Oct 30, 2025 by aduh95 Loading…
Fix: Allow mock.property() to work with process.env variables needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#60499 opened Oct 30, 2025 by sakina1303 Loading…
test: ensure assertions are reached on more tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60498 opened Oct 30, 2025 by aduh95 Draft
src: add internal binding for constructing SharedArrayBuffers 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. 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.
#60497 opened Oct 30, 2025 by Renegade334 Loading…
src: include node_api_types.h instead of node_api.h in node.h blocked PRs that are blocked by other issues or PRs. 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. 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-major PRs that contain breaking changes and should be released in the next major version.
#60496 opened Oct 30, 2025 by addaleax Draft
tools: extract Nix dependency lists to separate files build Issues and PRs related to build files or the CI. 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. 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.
#60495 opened Oct 30, 2025 by aduh95 Loading…
test: spin longer on flaky platforms for test-worker-prof needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60492 opened Oct 29, 2025 by joyeecheung Loading…
test: split test-esm-wasm.js esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#60491 opened Oct 29, 2025 by joyeecheung Loading…
doc: reorganize README.md doc Issues and PRs related to the documentations.
#60490 opened Oct 29, 2025 by joyeecheung Loading…
deps: update V8 to 14.3 build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#60488 opened Oct 29, 2025 by targos Loading…
doc: process.execve: add example for restarting current process doc Issues and PRs related to the documentations. process Issues and PRs related to the process subsystem.
#60487 opened Oct 29, 2025 by elibarzilay Loading…
test: ensure assertions are reached on more tests 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.
#60485 opened Oct 29, 2025 by aduh95 Loading…
inspector: support inspecting HTTP/2 request and response bodies http2 Issues or PRs related to the http2 subsystem. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#60483 opened Oct 29, 2025 by RaisinTen Loading…
tools: fix linter for semver-major release proposals author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. tools Issues and PRs related to the tools directory.
#60481 opened Oct 29, 2025 by aduh95 Loading…
http2: add diagnostics channels for client stream request body http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#60480 opened Oct 29, 2025 by RaisinTen Loading…
doc: replace allocUnsafe with alloc in examples buffer Issues and PRs related to the buffer subsystem. doc Issues and PRs related to the documentations.
#60477 opened Oct 29, 2025 by ChALkeR Loading…
doc: instantiate resolver object doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#60476 opened Oct 29, 2025 by codenamenam Loading…
ProTip! Filter pull requests by the default branch with base:main.