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

tools: update sccache and sccache-action 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. meta Issues and PRs related to the general management of the project.
#56815 opened Jan 29, 2025 by targos Loading…
src, deps: port electron's boringssl workarounds lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56812 opened Jan 29, 2025 by jasnell Draft
src: disallow copy/move fns/constructors c++ Issues and PRs that require attention from people who are familiar with C++. 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.
#56811 opened Jan 29, 2025 by anonrig Loading…
test: change jenkins reporter build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#56808 opened Jan 28, 2025 by Ceres6 Loading…
events: getMaxListeners detects 0 listeners events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run.
#56807 opened Jan 28, 2025 by KhafraDev Loading…
inspector: add Network.Initiator in inspector protocol 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.
#56805 opened Jan 28, 2025 by legendecas Loading…
doc: update options to include signal in filehandle.writeFile() 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. fs Issues and PRs related to the fs subsystem / file system.
#56804 opened Jan 28, 2025 by y-hsgw Loading…
2025-01-29, Version 23.7.0 (Current) release Issues and PRs related to Node.js releases. v23.x v23.x Issues that can be reproduced on v23.x or PRs targeting the v23.x-staging branch.
#56800 opened Jan 28, 2025 by github-actions bot Loading…
test: set test-fs-cp as flaky 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. test Issues and PRs related to the tests.
#56799 opened Jan 28, 2025 by StefanStojanovic Loading…
inspector: fix GN build 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. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#56798 opened Jan 28, 2025 by zcbenz Loading…
doc: add esm examples to node:util doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.
#56793 opened Jan 27, 2025 by mfdebian Loading…
src: more ncrypto author ready PRs that have at least one approval, no pending requests for changes, and a CI started. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56792 opened Jan 27, 2025 by jasnell Loading…
test: convert test_encoding_binding.cc to a JS test build Issues and PRs related to build files or the CI. commit-queue-rebase Add this label to allow the Commit Queue to land a PR in several commits. needs-ci PRs that need a full CI run.
#56791 opened Jan 27, 2025 by legendecas Loading…
sqlite: allow returning ArrayBufferViews from user-defined functions c++ Issues and PRs that require attention from people who are familiar with C++. 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. sqlite Issues and PRs related to the SQLite subsystem.
#56790 opened Jan 27, 2025 by Renegade334 Loading…
sqlite: handle conflicting SQLite and JS errors 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.
#56787 opened Jan 27, 2025 by cjihrig Draft
[v20.x backport] deps: V8: backport 9ab40592f697 build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#56782 opened Jan 27, 2025 by kxxt Loading…
deps: V8: cherry-pick 9ab40592f697 backport-open-v20.x Indicate that the PR has an open backport 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. lts-watch-v22.x PRs that may need to be released in v22.x needs-ci PRs that need a full CI run. riscv64 Issues and PRs related to the riscv64 architecture. v8 engine Issues and PRs related to the V8 dependency.
#56781 opened Jan 27, 2025 by kxxt Loading…
util: fix parseEnv handling of invalid lines c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56778 opened Jan 26, 2025 by AugustinMauroy Loading…
tools: update winget manifest on new release meta Issues and PRs related to the general management of the project.
#56774 opened Jan 26, 2025 by mdanish-kh Loading…
doc: fix typo in cjs example of util.styleText doc Issues and PRs related to the documentations. util Issues and PRs related to the built-in util module.
#56769 opened Jan 26, 2025 by deokjinkim Loading…
http: be more generational GC friendly http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#56767 opened Jan 26, 2025 by ywave620 Loading…
test_runner: add timeout support to test plan needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#56765 opened Jan 26, 2025 by pmarchini Loading…
deps: update simdutf to 6.1.1 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#56764 opened Jan 26, 2025 by nodejs-github-bot Loading…
child_process: validate options.shell and correctly enforce shell invocation in exec/execSync child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run.
#56761 opened Jan 25, 2025 by Renegade334 Loading…
[WIP] 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 Draft
2
6
ProTip! Type g i on any issue or pull request to go back to the issue listing page.