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
Sort

Pull requests list

Fix the bug caused by fast api changes in v22.5.0 and have a post-mortem blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. post-mortem Issues and PRs related to the post-mortem diagnostics of Node.js. v8 engine Issues and PRs related to the V8 dependency.
#53934 opened Jul 18, 2024 by anonrig Loading…
[v22.x backport] module: unflag --experimental-strip-types c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. strip-types Issues or PRs related to strip-types support v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#57298 opened Mar 3, 2025 by marco-ippolito Draft
quic: add scaffolding for Web Transport API needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#52628 opened Apr 21, 2024 by jasnell Draft
build: enable yarn and pnpm Corepack binaries by default build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python. semver-major PRs that contain breaking changes and should be released in the next major version.
#51886 opened Feb 26, 2024 by aduh95 Loading…
http: add http.createStaticServer http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. review wanted PRs that need reviews. semver-minor PRs that contain new features and should be released in the next minor version.
#45096 opened Oct 20, 2022 by aduh95 Loading…
util: add %c to ANSI transform for console.log() author ready PRs that have at least one approval, no pending requests for changes, and a CI started. console Issues and PRs related to the console 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. util Issues and PRs related to the built-in util module.
#49205 opened Aug 16, 2023 by jcbhmr Loading…
permission: add initial environment permission lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model wip Issues and PRs that are still a work in progress.
#48077 opened May 19, 2023 by daeyeon Loading…
4 of 5 tasks
http: support HTTP[S]_PROXY environment variables lib / src Issues and PRs related to general changes in the lib or src directory. 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.
#57165 opened Feb 21, 2025 by joyeecheung Draft
src,lib: remove the cost of encoding parameter serialization 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.
#56047 opened Nov 28, 2024 by anonrig Loading…
src: make parsing compatible with motdotla/dotenv package build Issues and PRs related to build files or the CI. c++ Issues and PRs that require attention from people who are familiar with C++. dotenv Issues and PRs related to .env file parsing needs-ci PRs that need a full CI run.
#54215 opened Aug 5, 2024 by marekpiechut Loading…
cli: implement node --run <script-in-package-json> 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.
#46534 opened Feb 7, 2023 by joyeecheung Draft
[help wanted] deps: update V8 to 13.4 build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. help wanted Issues that need assistance from volunteers or PRs that need help to proceed. meta Issues and PRs related to the general management of the project. 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.
#57114 opened Feb 18, 2025 by targos Loading…
7 tasks
events: add fast and slow path events Issues and PRs related to the events subsystem / EventEmitter. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. performance Issues and PRs related to the performance of Node.js.
#52733 opened Apr 28, 2024 by rluvaton Draft
5 of 11 tasks
sqlite: reset statement immediately in run() 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 Add this label to land a pull request using GitHub Actions. sqlite Issues and PRs related to the SQLite subsystem.
#57350 opened Mar 6, 2025 by cjihrig Loading…
[v18.x backport] build, deps, test, tools: avoid excessive LTO, debug information blocked PRs that are blocked by other issues or PRs. build Issues and PRs related to build files or the CI. dependencies Pull requests that update a dependency file. i18n-api Issues and PRs related to the i18n implementation. icu Issues and PRs related to the ICU dependency. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#49065 opened Aug 8, 2023 by rockdrilla Loading…
lib: unflag experimental Temporal blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++. 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.
#57128 opened Feb 18, 2025 by jasnell Draft
events,bootstrap: make globalThis extend EventTarget events Issues and PRs related to the events subsystem / EventEmitter. 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. tools Issues and PRs related to the tools directory.
#45993 opened Dec 28, 2022 by KhafraDev Loading…
lib: add security warning on io full access needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model process Issues and PRs related to the process subsystem.
#53609 opened Jun 27, 2024 by LeoDog896 Loading…
src: introduce PullAll method to speed up blob.text/arrayBuffer c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#52546 opened Apr 15, 2024 by debadree25 Loading…
inspector: support for worker inspection in chrome devtools c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56759 opened Jan 25, 2025 by islandryu Loading…
dns: implement light dns caching dns Issues and PRs related to the dns subsystem. 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.
#49560 opened Sep 8, 2023 by kshitjj Loading…
worker: inherits mutated NODE_OPTIONS needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#44732 opened Sep 20, 2022 by arcanis Loading…
fs: fix fs.openAsBlob, add fs.openAsBlobSync and fsPromises.openAsBlob fs Issues and PRs related to the fs subsystem / file system. 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.
#49759 opened Sep 22, 2023 by LiviaMedeiros Loading…
fs: allow writing files with ArrayBuffers fs Issues and PRs related to the fs subsystem / file system. 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.
#46490 opened Feb 3, 2023 by SRHerzog Loading…
worker: implement Web Locks API semver-minor PRs that contain new features and should be released in the next minor version. worker Issues and PRs related to Worker support.
#36502 opened Dec 13, 2020 by addaleax Loading…
4 tasks done
ProTip! Type g i on any issue or pull request to go back to the issue listing page.