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

Update test.js addons Issues and PRs related to native addons. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57826 by SercanSerpen was closed Apr 10, 2025 Loading…
Update README.md doc Issues and PRs related to the documentations.
#57821 by tejasree-h9 was closed Apr 10, 2025 Loading…
doc: clarify Corepack removal in v25+ doc Issues and PRs related to the documentations. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. 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-v23.x PRs that should not land on the v23.x-staging branch and should not be released in v23.x. dont-land-on-v24.x PRs that should not land on the v18.x-staging branch and should not be released in v24.x.
#57813 by trivikr was closed Apr 10, 2025 Loading…
Elp meta Issues and PRs related to the general management of the project.
#57812 by koagonzalo11 was closed Apr 10, 2025 Loading…
deps: upgrade npm to 11.3.0 dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. 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. needs-ci PRs that need a full CI run. npm Issues and PRs related to the npm client dependency or the npm registry.
#57801 by npm-cli-bot was merged Apr 10, 2025 Loading…
tools: bump OpenSSL updater to 3.5 tools Issues and PRs related to the tools directory.
#57796 by ranisalt was closed Apr 8, 2025 Loading…
Revert "test: add tests for REPL custom evals" author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem.
#57793 by tniessen was merged Apr 8, 2025 Loading…
deps: update c-ares to v1.34.5 cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. 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 needs-ci PRs that need a full CI run.
#57792 by nodejs-github-bot was merged Apr 10, 2025 Loading…
src: remove void* -> char* -> void* casts 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++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57791 by tniessen was merged Apr 10, 2025 Loading…
tools: do not use temp files when merging PRs 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. tools Issues and PRs related to the tools directory.
#57790 by aduh95 was merged Apr 10, 2025 Loading…
test: deflake test-buffer-large-size 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57789 by jakecastelli was merged Apr 11, 2025 Loading…
crypto: remove CipherBase::Init 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++. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57787 by tniessen was merged Apr 9, 2025 Loading…
doc: fix deprecation type for DEP0148 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. lts-watch-v20.x PRs that may need to be released in v20.x
#57785 by LiviaMedeiros was merged Apr 9, 2025 Loading…
doc: list DOMException as a potential error raised by Node.js 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. errors Issues and PRs related to JavaScript errors originated in Node.js core.
#57783 by legendecas was merged Apr 9, 2025 Loading…
doc: add missing v0.11.15 changelog entry author ready PRs that have at least one approval, no pending requests for changes, and a CI started. release Issues and PRs related to Node.js releases.
#57779 by aduh95 was merged Apr 8, 2025 Loading…
doc: fix typo in writing-docs 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.
#57776 by bjohansebas was merged Apr 8, 2025 Loading…
build: remove nocorepack vcbuild flag 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. dont-land-on-v18.x PRs that should not land on the v18.x-staging branch and should not be released in v18.x. 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-v23.x PRs that should not land on the v23.x-staging branch and should not be released in v23.x. dont-land-on-v24.x PRs that should not land on the v18.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#57772 by aduh95 was merged Apr 8, 2025 Loading…
tools: update doc to new version 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. tools Issues and PRs related to the tools directory.
#57769 by nodejs-github-bot was merged Apr 8, 2025 Loading…
src: improve error handling in node_env_var.cc 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.
#57767 by aduh95 was merged Apr 7, 2025 Loading…
lib: add defaultValue and name options to AsyncLocalStorage async_local_storage AsyncLocalStorage 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. semver-minor PRs that contain new features and should be released in the next minor version.
#57766 by jasnell was closed Apr 7, 2025 Loading…
doc: graduate more experimental APIs 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. semver-minor PRs that contain new features and should be released in the next minor version.
#57765 by jasnell was closed Apr 7, 2025 Loading…
src: improve error handling in node_http2 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. http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#57764 by jasnell was closed Apr 7, 2025 Loading…
doc: clarify examples section in REPL doc 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. doc Issues and PRs related to the documentations. repl Issues and PRs related to the REPL subsystem.
#57762 by dario-piotrowicz was merged Apr 8, 2025 Loading…
src: improve error handing in node_messaging 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.
#57760 by jasnell was closed Apr 7, 2025 Loading…
src: improve error handling in callback.cc 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.
#57758 by jasnell was closed Apr 7, 2025 Loading…
ProTip! Exclude everything labeled bug with -label:bug.