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: set default config as node.json 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.
#57171 opened Feb 21, 2025 by marco-ippolito Loading…
src: namespace config file flags c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#57170 opened Feb 21, 2025 by marco-ippolito Loading…
src: fix crash when lazy getter is invoked in a vm context c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. util Issues and PRs related to the built-in util module.
#57168 opened Feb 21, 2025 by legendecas Loading…
tools: add more details about rolling inspector_protocol tools Issues and PRs related to the tools directory.
#57167 opened Feb 21, 2025 by legendecas Loading…
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-major PRs that contain breaking changes and should be released in the next major version.
#57165 opened Feb 21, 2025 by joyeecheung Draft
crypto: add support for intermediate certs in --use-system-ca 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.
#57164 opened Feb 21, 2025 by timja Draft
1 of 2 tasks
tools: run Linux tests on GitHub arm64 runners as well meta Issues and PRs related to the general management of the project.
#57162 opened Feb 21, 2025 by dennisameling Loading…
doc: fix typo in Windows building instructions build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#57158 opened Feb 21, 2025 by timja Loading…
doc: reserve NMV 135 for Electron 36 doc Issues and PRs related to the documentations.
#57151 opened Feb 20, 2025 by dsanders11 Loading…
doc: add additional caveat for fs.watch doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#57150 opened Feb 20, 2025 by mhdawson Loading…
lib: unexpose six process bindings 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. 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.
#57149 opened Feb 20, 2025 by targos Loading…
inspector: skip promise hook in the inspector async hook async_hooks Issues and PRs related to the async hooks subsystem. inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#57148 opened Feb 20, 2025 by joyeecheung Loading…
Expose cppgc::CppHeap::CollectStatistics() c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#57146 opened Feb 20, 2025 by Aditi-1400 Loading…
test: simplify test-http2-client-promisify-connect-error 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. test Issues and PRs related to the tests.
#57144 opened Feb 20, 2025 by lpinca Loading…
src: fix ThrowInvalidURL call in PathToFileURL c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#57141 opened Feb 19, 2025 by danielmbrasil Loading…
module: implement synchronous module evaluate hooks errors Issues and PRs related to JavaScript errors originated in Node.js core. esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#57139 opened Feb 19, 2025 by joyeecheung Loading…
test: test-buffer-write.js: test each write throw case individually needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#57132 opened Feb 18, 2025 by nektro Loading…
[v18.x backport] doc: fix link and history of SourceMap sections doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem. v18.x Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
#57131 opened Feb 18, 2025 by aduh95 Loading…
[v22.x] backport module.registerHooks() lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#57130 opened Feb 18, 2025 by joyeecheung 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 Loading…
deps: update amaro to 0.4.0 dependencies Pull requests that update a dependency file. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. strip-types Issues or PRs related to strip-types support
#57121 opened Feb 18, 2025 by nodejs-github-bot Loading…
test: add quic datagrams test needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#57119 opened Feb 18, 2025 by achingbrain Draft
build: allow using alternate inspector_protocol path c++ Issues and PRs that require attention from people who are familiar with C++. embedding Issues and PRs related to embedding Node.js in another project. needs-ci PRs that need a full CI run.
#57116 opened Feb 18, 2025 by codebytere Loading…
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…
timers: simplify the compareTimersLists function needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#57110 opened Feb 17, 2025 by gurgunday Loading…
ProTip! Filter pull requests by the default branch with base:main.