Skip to content

Pull requests: nodejs/node

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

src: attach CppHeap to an v8::Isolate with isolate params 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.
#53038 opened May 17, 2024 by legendecas Loading…
deps: update undici to 6.17.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.
#53034 opened May 17, 2024 by nodejs-github-bot Loading…
cli: add lifecycle event env to node --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++. 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.
#53032 opened May 17, 2024 by anonrig Loading…
src: fix execArgv in worker c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#53029 opened May 16, 2024 by theanarkh Loading…
4 tasks done
v18.20.3 proposal build Issues and PRs related to build files or the CI. cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. doc Issues and PRs related to the documentations. 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.
#53028 opened May 16, 2024 by richardlau Loading…
crypto: move Hmac constructor to eol crypto Issues and PRs related to the crypto subsystem. deprecations Issues and PRs related to deprecations. 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.
#53026 opened May 16, 2024 by marco-ippolito Draft
build: support lint-md-fix 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. needs-ci PRs that need a full CI run.
#53024 opened May 16, 2024 by RedYetiDev Loading…
tools: move webcrypto into no-restricted-properties needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#53023 opened May 16, 2024 by ZihongQu Loading…
Revert "src: make sure pass the argv to worker threads" c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. revert PRs that revert previously landed PRs. worker Issues and PRs related to Worker support.
#53021 opened May 16, 2024 by nicolo-ribaudo Loading…
test: add AbortController to knownGlobals 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. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53020 opened May 16, 2024 by lpinca Loading…
test: remove timers from test-tls-socket-close needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#53019 opened May 16, 2024 by lpinca Loading…
module: prevent format from being set to null internaly esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#53015 opened May 15, 2024 by RedYetiDev Loading…
doc: clarify options for single customization hooks thread doc Issues and PRs related to the documentations. loaders Issues and PRs related to ES module loaders module Issues and PRs related to the module subsystem. worker Issues and PRs related to Worker support.
#53006 opened May 15, 2024 by dygabo Loading…
doc: deprecate NaN or negative number as delay to setTimeout and setInterval 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. deprecations Issues and PRs related to deprecations. doc Issues and PRs related to the documentations. notable-change PRs with changes that should be highlighted in changelogs. timers Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
#53005 opened May 15, 2024 by jakecastelli Loading…
build: set "clang" in config.gypi in GN build tools Issues and PRs related to the tools directory.
#53004 opened May 15, 2024 by zcbenz Loading…
[WIP] Fix ClangCL ARM64 cross-compilation 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. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#53003 opened May 15, 2024 by StefanStojanovic Draft
tls: fix negative sessionTimeout handling 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. openssl Issues and PRs related to the OpenSSL dependency. review wanted PRs that need reviews. tls Issues and PRs related to the tls subsystem.
#53002 opened May 15, 2024 by tniessen Loading…
cli: allow --test-[name/skip]-pattern in NODE_OPTIONS c++ Issues and PRs that require attention from people who are familiar with C++. cli Issues and PRs related to the Node.js command line interface. needs-ci PRs that need a full CI run. test_runner
#53001 opened May 15, 2024 by RedYetiDev Loading…
src: replace deprecated GetImportAssertions V8 API c++ Issues and PRs that require attention from people who are familiar with C++. 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. needs-ci PRs that need a full CI run.
#52997 opened May 15, 2024 by targos Loading…
src: remove calls to recently deprecated V8 APIs 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-rebase Add this label to allow the Commit Queue to land a PR in several commits. 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. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#52996 opened May 15, 2024 by targos Loading…
napi: add support for napi_set_named_property_len function c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#52984 opened May 14, 2024 by mertcanaltin Loading…
dns: add TLSA record query support c++ Issues and PRs that require attention from people who are familiar with C++. dns Issues and PRs related to the dns subsystem. 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-minor PRs that contain new features and should be released in the next minor version.
#52983 opened May 14, 2024 by rithvikvibhu Loading…
doc: add links to security steward companies doc Issues and PRs related to the documentations. tsc-agenda Issues and PRs to discuss during the meetings of the TSC.
#52981 opened May 14, 2024 by RedYetiDev Loading…
deps: patch V8 to 12.4.254.17 needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#52980 opened May 14, 2024 by nodejs-github-bot Loading…
src: convert all endian checks to constexpr 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++. 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. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#52974 opened May 14, 2024 by tniessen Loading…
ProTip! no:milestone will show everything without a milestone.