-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
stream: fix pipeTo to defer writes per WHATWG spec
needs-ci
PRs that need a full CI run.
web streams
#61800
opened Feb 13, 2026 by
mcollina
Loading…
3 tasks done
deps: V8: cherry-pick 64b36b441179
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.
v24.x
Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#61798
opened Feb 13, 2026 by
Dhruv-Garg79
Loading…
doc: fix grammar in README
doc
Issues and PRs related to the documentations.
#61797
opened Feb 13, 2026 by
artemkolba321-spec
Loading…
test: add retry logic for eventloopdelay histogram sampling
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#61796
opened Feb 12, 2026 by
mcollina
Loading…
lib: optimize styleText when validateStream is false
needs-ci
PRs that need a full CI run.
performance
Issues and PRs related to the performance of Node.js.
util
Issues and PRs related to the built-in util module.
#61792
opened Feb 12, 2026 by
RafaelGSS
Loading…
build: Issues and PRs related to the tools directory.
generate_config_gypi.py generates valid JSON
tools
#61791
opened Feb 12, 2026 by
codebytere
Loading…
build: skip sscache action on non-main branches
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
meta
Issues and PRs related to the general management of the project.
#61790
opened Feb 12, 2026 by
joyeecheung
Loading…
[v22.x] src: use std::sort in node_metadata for libc++13 compatibility
c++
Issues and PRs that require attention from people who are familiar with C++.
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.
#61789
opened Feb 12, 2026 by
rebroad
Loading…
crypto: Fix potential null pointer dereference when BIO_meth_new() fails
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
#61788
opened Feb 12, 2026 by
ndossche
Loading…
src: remove unnecessary 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++.
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
c_str() conversions in diagnostic messages
author ready
#61786
opened Feb 12, 2026 by
addaleax
Loading…
doc: remove obsolete Boxstarter automated install
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.
doc
Issues and PRs related to the documentations.
meta
Issues and PRs related to the general management of the project.
tools
Issues and PRs related to the tools directory.
#61785
opened Feb 12, 2026 by
MikeMcC399
Loading…
src: enable X509sToArrayOfStrings to skip errors
c++
Issues and PRs that require attention from people who are familiar with C++.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
#61784
opened Feb 12, 2026 by
StefanStojanovic
Loading…
docs: add missing documentation for fs.StatFs class (#50749)
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#61783
opened Feb 12, 2026 by
zhanglinqian
Loading…
url: doc deprecate url.resolve
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
deprecations
Issues and PRs related to deprecations.
doc
Issues and PRs related to the documentations.
url
Issues and PRs related to the legacy built-in url module.
#61780
opened Feb 11, 2026 by
legendecas
Loading…
watch: get flags from execArgv
commit-queue
Add this label to land a pull request using GitHub Actions.
needs-ci
PRs that need a full CI run.
#61779
opened Feb 11, 2026 by
efekrskl
Loading…
url: only emit DEP0169 on url.parse
needs-ci
PRs that need a full CI run.
url
Issues and PRs related to the legacy built-in url module.
#61776
opened Feb 11, 2026 by
legendecas
Loading…
test_runner: fix suite rerun
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.
test_runner
Issues and PRs related to the test runner subsystem.
#61775
opened Feb 11, 2026 by
MoLow
Loading…
test: adapt buffer test for v8 sandbox
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
test
Issues and PRs related to the tests.
#61772
opened Feb 11, 2026 by
codebytere
Loading…
http: attach error handler to socket synchronously in onSocket
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
http
Issues or PRs related to the http subsystem.
needs-ci
PRs that need a full CI run.
#61770
opened Feb 11, 2026 by
RajeshKumar11
Loading…
lib: include ESM loader in the built-in snapshot
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
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.
#61769
opened Feb 11, 2026 by
joyeecheung
Loading…
module: add clearCache for CJS and ESM
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.
notable-change
PRs with changes that should be highlighted in changelogs.
semver-minor
PRs that contain new features and should be released in the next minor version.
#61767
opened Feb 10, 2026 by
anonrig
Loading…
diagnostics_channel: ensure tracePromise consistency with non-Promises
diagnostics_channel
Issues and PRs related to diagnostics channel
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.
#61766
opened Feb 10, 2026 by
Renegade334
Loading…
test: fix flaky test-http2-close-while-writing
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#61764
opened Feb 10, 2026 by
mcollina
Loading…
zlib: add support for brotli compression dictionary
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.
zlib
Issues and PRs related to the zlib subsystem.
#61763
opened Feb 10, 2026 by
rokob
Loading…
Previous Next
ProTip!
Updated in the last three days: updated:>2026-02-10.