{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 36.7k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
vfs: align virtual file handles with open(2)
needs-ci
PRs that need a full CI run.
vfs
Issues and PRs related to the virtual filesystem subsystem.
#65854
opened Sep 6, 2026 by
pipobscure
Contributor
Loading…
vfs: apply open(2) effects to ZipProvider handles
needs-ci
PRs that need a full CI run.
vfs
Issues and PRs related to the virtual filesystem subsystem.
#65853
opened Sep 6, 2026 by
pipobscure
Contributor
Loading…
vfs: fs hook gaps
lib / src
Issues and PRs involving general changes in the lib/ or src/ directories.
needs-ci
PRs that need a full CI run.
#65852
opened Sep 6, 2026 by
pipobscure
Contributor
Loading…
doc: clarify supported Python releases
build
Issues and PRs related to Node.js builds or CI infrastructure.
doc
Issues and PRs related to Node.js documentation.
#65850
opened Sep 6, 2026 by
MikeMcC399
Contributor
Loading…
doc: expand revert commit collaborator instructions
doc
Issues and PRs related to Node.js documentation.
#65848
opened Sep 6, 2026 by
MikeMcC399
Contributor
Loading…
stream: amortize writable buffer compaction
needs-ci
PRs that need a full CI run.
performance
Issues and PRs related to the performance of Node.js.
stream
Issues and PRs related to Node.js streams.
#65847
opened Sep 6, 2026 by
gurgunday
Member
Loading…
lib: use Web IDL interface brand checks
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
crypto
Issues and PRs related to the crypto subsystem.
needs-ci
PRs that need a full CI run.
web-standards
Issues and PRs related to web-platform APIs and standards compliance.
#65846
opened Sep 6, 2026 by
panva
Member
Loading…
lib: fix shared buffer growability validation
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
typings
Issues and PRs related to internal TypeScript declarations.
util
Issues and PRs related to the built-in util module.
web-standards
Issues and PRs related to web-platform APIs and standards compliance.
#65845
opened Sep 6, 2026 by
panva
Member
Loading…
lib: validate sequence iterator objects
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
needs-ci
PRs that need a full CI run.
web-standards
Issues and PRs related to web-platform APIs and standards compliance.
#65844
opened Sep 6, 2026 by
panva
Member
Loading…
ffi: throw ERR_INVALID_ARG_TYPE for wrong-typed pointer and size
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
#65842
opened Sep 6, 2026 by
soulee-dev
Contributor
Loading…
lib: implement node:logger
experimental
Issues and PRs related to experimental features.
lib / src
Issues and PRs involving general changes in the lib/ or src/ directories.
needs-ci
PRs that need a full CI run.
#65840
opened Sep 6, 2026 by
jasnell
Member
Loading…
lib: avoid unsafe array iteration in cli table
needs-ci
PRs that need a full CI run.
#65838
opened Sep 6, 2026 by
HoonDongKang
Contributor
Loading…
tools: update nixpkgs-unstable to e5ead30d0824debba629dcf0720abeddee5
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
commit-queue
PRs queued for automated landing through the Commit Queue.
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-v26.x
PRs that should not land on the v26.x-staging branch and should not be released in v26.x.
tools
Issues and PRs related to the tools directory.
#65836
opened Sep 6, 2026 by
nodejs-github-bot
Collaborator
Loading…
deps: update simdjson to 4.6.11
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
dependencies
PRs that add, update, or configure Node.js dependencies.
needs-ci
PRs that need a full CI run.
#65834
opened Sep 6, 2026 by
nodejs-github-bot
Collaborator
Loading…
deps: update zlib to 1.3.2.1-motley-285e94b
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
c++
Issues and PRs that require attention from people who are familiar with C++.
dependencies
PRs that add, update, or configure Node.js dependencies.
needs-ci
PRs that need a full CI run.
zlib
Issues and PRs related to the zlib module and its compression dependencies.
#65835
opened Sep 6, 2026 by
nodejs-github-bot
Collaborator
Loading…
deps: update googletest to 283c17563fe7a1111cd7f581aa5d541e8baeff2f
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
dependencies
PRs that add, update, or configure Node.js dependencies.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to Node.js core tests and test infrastructure.
#65833
opened Sep 6, 2026 by
nodejs-github-bot
Collaborator
Loading…
sqlite: validate backup() source and URL-like paths
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs involving general changes in the lib/ or src/ directories.
needs-ci
PRs that need a full CI run.
#65832
opened Sep 6, 2026 by
TrevorBurnham
Contributor
•
Draft
sqlite: fix crashes on invalid backup and URL args
agentscan:community-flagged
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.
#65831
opened Sep 6, 2026 by
lazerg
Contributor
Loading…
vfs: validate ZipProvider parent directories
author ready
PRs with CI started, the required approvals, and no outstanding review comments.
needs-ci
PRs that need a full CI run.
vfs
Issues and PRs related to the virtual filesystem subsystem.
#65829
opened Sep 5, 2026 by
trivikr
Member
Loading…
quic: reject zero addressLRUSize
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
quic
Issues and PRs related to the QUIC transport implementation.
#65827
opened Sep 5, 2026 by
christianaurichzm
Contributor
Loading…
build: fix quiet default for make builds
build
Issues and PRs related to Node.js builds or CI infrastructure.
needs-ci
PRs that need a full CI run.
#65826
opened Sep 5, 2026 by
codebytere
Member
Loading…
perf_hooks: implement SlidingWindowHistogram
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs involving general changes in the lib/ or src/ directories.
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.
src: fix null pointer call when running without a startup snapshot
c++
Issues and PRs that require attention from people who are familiar with C++.
lib / src
Issues and PRs involving general changes in the lib/ or src/ directories.
needs-ci
PRs that need a full CI run.
#65820
opened Sep 5, 2026 by
codebytere
Member
Loading…
src: fix Stop() terminating the next Environment on the isolate
c++
Issues and PRs that require attention from people who are familiar with C++.
needs-ci
PRs that need a full CI run.
worker
Issues and PRs related to the worker_threads module and Worker API.
#65819
opened Sep 5, 2026 by
codebytere
Member
Loading…
inspector: fix crash when the IsolateData has no platform
c++
Issues and PRs that require attention from people who are familiar with C++.
inspector
Issues and PRs related to the V8 inspector protocol.
needs-ci
PRs that need a full CI run.
#65818
opened Sep 5, 2026 by
codebytere
Member
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.
You can’t perform that action at this time.
