-
-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
deps: add ata JSON Schema validator for node.config.json
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
#62603
opened Apr 5, 2026 by
mertcanaltin
•
Draft
dgram: don't swallow bind errors when callback is provided
dgram
Issues and PRs related to the dgram subsystem / UDP.
needs-ci
PRs that need a full CI run.
#62602
opened Apr 5, 2026 by
armanmikoyan
Loading…
crypto: add uuidv7 monotonic counter
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
#62601
opened Apr 5, 2026 by
araujogui
Loading…
doc: note non-monotonic clock in crypto.randomUUIDv7
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
crypto
Issues and PRs related to the crypto subsystem.
doc
Issues and PRs related to the documentations.
#62600
opened Apr 5, 2026 by
nabeel378
Loading…
dns: coalesce identical concurrent lookup() requests
baking-for-lts
PRs that need to wait before landing in a LTS release.
dns
Issues and PRs related to the dns subsystem.
needs-ci
PRs that need a full CI run.
needs-citgm
PRs that need a CITGM CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
#62599
opened Apr 5, 2026 by
orgads
Loading…
tools: update nixpkgs-unstable to a6522db5b947cd7026a40d02acc3ca26136
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.
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.
dont-land-on-v25.x
PRs that should not land on the v25.x-staging branch and should not be released in v25.x.
tools
Issues and PRs related to the tools directory.
#62596
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
deps: update ngtcp2 to 1.22.0
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.
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.
quic
Issues and PRs related to the QUIC implementation / HTTP/3.
#62595
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
deps: update minimatch to 10.2.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.
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
#62594
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
deps: update simdjson to 4.6.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.
#62592
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
deps: update googletest to d72f9c8aea6817cdf1ca0ac10887f328de7f3da2
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.
test
Issues and PRs related to the tests.
#62593
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
test: update WPT for url to 7a3645b79a
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
Issues and PRs related to the tests.
#62591
opened Apr 5, 2026 by
nodejs-github-bot
Loading…
doc: update bug bounty program
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.
#62590
opened Apr 4, 2026 by
RafaelGSS
Loading…
tools: improve output for unexpected passes in WTP 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.
#62587
opened Apr 4, 2026 by
aduh95
Loading…
[v24.x backport] doc: remove obsolete Boxstarter automated install
build
Issues and PRs related to build files or the CI.
doc
Issues and PRs related to the documentations.
tools
Issues and PRs related to the tools directory.
v24.x
Issues that can be reproduced on v24.x or PRs targeting the v24.x-staging branch.
#62586
opened Apr 4, 2026 by
MikeMcC399
Loading…
tools: fix cpplint false positive for v8::FastApiCallbackOptions&
tools
Issues and PRs related to the tools directory.
#62585
opened Apr 4, 2026 by
DivyanshuX9
Loading…
test: use on-disk fixture for test-npm-install
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#62584
opened Apr 4, 2026 by
joyeecheung
Loading…
Modify DEBUG_HELPER echo statement in vcbuild.bat
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
windows
Issues and PRs related to the Windows platform.
#62583
opened Apr 4, 2026 by
ahmadkoko-jpg
Loading…
doc: clarify fs.StatFs property descriptions
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#62582
opened Apr 4, 2026 by
Herrtian
Loading…
sqlite: add serialize() and deserialize() to DatabaseSync
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.
#62579
opened Apr 3, 2026 by
thisalihassan
Loading…
doc: improve fs.StatFs documentation with examples and clarifications
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#62578
opened Apr 3, 2026 by
aymanxdev
Loading…
crypto: improve system certificate enumeration logic on macOS
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.
#62576
opened Apr 3, 2026 by
deepak1556
Loading…
url: process crash via malformed UNC hostname in pathToFileURL()
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
whatwg-url
Issues and PRs related to the WHATWG URL implementation.
#62574
opened Apr 3, 2026 by
NickNaso
Loading…
tools: improve backport review 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.
#62573
opened Apr 3, 2026 by
aduh95
Loading…
deps: update V8 to 14.8
build
Issues and PRs related to build files or the CI.
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.
v8 engine
Issues and PRs related to the V8 dependency.
#62572
opened Apr 3, 2026 by
targos
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.