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

test: remove unneeded listeners needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55486 opened Oct 21, 2024 by lpinca Loading…
deps: V8: cherry-pick f915fa4c9f41 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. commit-queue Add this label to land a pull request using GitHub Actions. 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. v8 engine Issues and PRs related to the V8 dependency.
#55484 opened Oct 21, 2024 by legendecas Loading…
add verbose to identify the flaky cases needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55481 opened Oct 21, 2024 by MrJithil Loading…
doc: HTTP Module request.reusedSocket documentation sample code error fix doc Issues and PRs related to the documentations. http Issues or PRs related to the http subsystem.
#55478 opened Oct 21, 2024 by koushil-mankali Loading…
build: fix GN build for cares/uv deps cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. commit-queue Add this label to land a pull request using GitHub Actions. dependencies Pull requests that update a dependency file. libuv Issues and PRs related to the libuv dependency or the uv binding.
#55477 opened Oct 21, 2024 by zcbenz Loading…
url: refactor pathToFileURL to native c++ Issues and PRs that require attention from people who are familiar with C++. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. whatwg-url Issues and PRs related to the WHATWG URL implementation.
#55476 opened Oct 20, 2024 by aduh95 Loading…
assert: fix the string length check for printing the simple diff assert Issues and PRs related to the assert subsystem. needs-ci PRs that need a full CI run.
#55474 opened Oct 20, 2024 by puskin94 Loading…
stream: propagate AbortSignal reason 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. stream Issues and PRs related to the stream subsystem.
#55473 opened Oct 20, 2024 by marvinroger Loading…
test: refactor some esm tests author ready PRs that have at least one approval, no pending requests for changes, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55472 opened Oct 20, 2024 by aduh95 Loading…
esm: add a fall back when importer in not a file author ready PRs that have at least one approval, no pending requests for changes, and a CI started. esm Issues and PRs related to the ECMAScript Modules implementation. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run.
#55471 opened Oct 20, 2024 by aduh95 Loading…
tools: update lint-md-dependencies to @rollup/[email protected] @rollup/[email protected] [email protected] [email protected] 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. tools Issues and PRs related to the tools directory.
#55470 opened Oct 20, 2024 by nodejs-github-bot Loading…
test: increase test coverage for http.OutgoingMessage.appendHeader() author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#55467 opened Oct 20, 2024 by juanarbol Loading…
tools: update gyp-next to 0.18.3 build Issues and PRs related to build files or the CI. gyp Issues and PRs related to the GYP tool and .gyp build files needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#55464 opened Oct 20, 2024 by nodejs-github-bot Loading…
fs: make FileHandle.readableWebStream always create byte streams fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#55461 opened Oct 19, 2024 by isker Loading…
http2: fix client async storage persistence http2 Issues or PRs related to the http2 subsystem. needs-ci PRs that need a full CI run.
#55460 opened Oct 19, 2024 by orgads Loading…
src: migrate String::Value to String::ValueView 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-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run.
#55458 opened Oct 19, 2024 by RedYetiDev Loading…
http: don't emit error after destroy author ready PRs that have at least one approval, no pending requests for changes, and a CI started. baking-for-lts PRs that need to wait before landing in a LTS release. 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.
#55457 opened Oct 19, 2024 by ronag Loading…
doc: add missing options.signal to readlinePromises.createInterface() doc Issues and PRs related to the documentations. readline Issues and PRs related to the built-in readline module.
#55456 opened Oct 19, 2024 by hkleungai Loading…
src: switch from Get/SetPrototype to Get/SetPrototypeV2 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.
#55453 opened Oct 18, 2024 by RedYetiDev Loading…
doc: add isBigIntObject to documentation 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. util Issues and PRs related to the built-in util module.
#55450 opened Oct 18, 2024 by leviscar Loading…
doc: move dual package shipping docs to separate repo blocked PRs that are blocked by other issues or PRs. doc Issues and PRs related to the documentations.
#55444 opened Oct 18, 2024 by joyeecheung Loading…
sqlite: refactor open options 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.
#55442 opened Oct 18, 2024 by tniessen Loading…
test: fix addons and node-api test assumptions addons Issues and PRs related to native addons. 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. node-api Issues and PRs related to the Node-API. test Issues and PRs related to the tests.
#55441 opened Oct 18, 2024 by aduh95 Loading…
os: improve path check with direct index access needs-ci PRs that need a full CI run. os Issues and PRs related to the os subsystem. review wanted PRs that need reviews.
#55434 opened Oct 17, 2024 by mertcanaltin Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.