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

src: add --install runtime flag lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57593 opened Mar 22, 2025 by aduh95 Draft
src: add --run-from flag 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.
#57592 opened Mar 22, 2025 by flakey5
readline: fix unicode line separators being ignored needs-ci PRs that need a full CI run. readline Issues and PRs related to the built-in readline module. semver-major PRs that contain breaking changes and should be released in the next major version.
#57591 opened Mar 22, 2025 by dario-piotrowicz Approved
src: improve error message for invalid child stdio type in spawn_sync c++ Issues and PRs that require attention from people who are familiar with C++. child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#57589 opened Mar 22, 2025 by dario-piotrowicz
http2: add session tracking and graceful shutdown of http2 server http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#57586 opened Mar 21, 2025 by pandeykushagra51
src, permission: make ERR_ACCESS_DENIED more descriptive c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. permission Issues and PRs related to the Permission Model
#57585 opened Mar 21, 2025 by RafaelGSS Approved
src: disable abseil deadlock detection 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++. needs-ci PRs that need a full CI run.
#57582 opened Mar 21, 2025 by legendecas Approved
doc: remove cryptoStream API reference 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. tls Issues and PRs related to the tls subsystem.
#57579 opened Mar 21, 2025 by JonasBa Approved
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T> c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#57578 opened Mar 21, 2025 by Aditi-1400 Approved
src: add a variant of ToV8Value() c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#57576 opened Mar 21, 2025 by Aditi-1400 Changes requested
crypto: fix output of privateDecrypt with zero-length data author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. confirmed-bug Issues with confirmed bugs. 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. request-ci Add this label to start a Jenkins CI on a PR. webcrypto
#57575 opened Mar 21, 2025 by panva Approved
tools: expose v8 fast-calls header to native addons 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.
#57574 opened Mar 21, 2025 by Aditi-1400 Changes requested
tools: update sccache to support GH cache changes 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. lts-watch-v20.x PRs that may need to be released in v20.x lts-watch-v22.x PRs that may need to be released in v22.x meta Issues and PRs related to the general management of the project.
#57573 opened Mar 21, 2025 by targos Approved
Fix crypto-rsa code 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.
#57572 opened Mar 21, 2025 by AmitPrajapati-1 Changes requested
sqlite,src: refactor sqlite value conversion c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. request-ci Add this label to start a Jenkins CI on a PR. sqlite Issues and PRs related to the SQLite subsystem.
#57571 opened Mar 21, 2025 by geeksilva97 Approved
sqlite: refactor prepared statement iterator 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.
#57569 opened Mar 20, 2025 by cjihrig Approved
[v18.x backport] build: update gcovr to 7.2 and codecov config build Issues and PRs related to build files or the CI. fast-track PRs that do not need to wait for 48 hours to land. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57565 opened Mar 20, 2025 by richardlau Approved
docs: add bjohansebas as triager author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.
#57564 opened Mar 20, 2025 by bjohansebas Approved
doc: allow the $schema property in node.config.json 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.
#57560 opened Mar 20, 2025 by remcohaszing Approved
[v18.x] deps: update undici to v5.29.0 fast-track PRs that do not need to wait for 48 hours to land. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57557 opened Mar 20, 2025 by mcollina Approved
http: remove outgoingmessage _headers and _headersList 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. http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#57551 opened Mar 20, 2025 by anonrig Approved
url: add flatpak+https url scheme needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#57549 opened Mar 20, 2025 by razzeee Draft
sqlite: add setReturnArrays method to StatementSync 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.
#57542 opened Mar 19, 2025 by gurgunday
doc: add section stating that very stale PRs should be closed doc Issues and PRs related to the documentations.
#57541 opened Mar 19, 2025 by dario-piotrowicz Approved
module: remove underscore modules from builtinModules and isBuiltin lib / src Issues and PRs related to general changes in the lib or src directory. module Issues and PRs related to the module 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.
#57540 opened Mar 18, 2025 by dario-piotrowicz Changes requested
ProTip! What’s not been updated in a month: updated:<2025-02-22.