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

meta: bump actions/setup-python from 4.7.1 to 5.0.0 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. dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project.
#51335 opened Jan 1, 2024 by dependabot bot Loading…
meta: bump actions/setup-node from 4.0.0 to 4.0.1 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. dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project.
#51334 opened Jan 1, 2024 by dependabot bot Loading…
meta: bump github/codeql-action from 2.22.8 to 3.22.12 dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project.
#51333 opened Jan 1, 2024 by dependabot bot Loading…
meta: bump actions/stale from 8.0.0 to 9.0.0 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. dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project.
#51332 opened Jan 1, 2024 by dependabot bot Loading…
stream: fix eventNames() to not return not defined events events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run.
#51331 opened Jan 1, 2024 by IlyasShabi Loading…
meta: move one or more collaborators to emeritus doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#51329 opened Jan 1, 2024 by nodejs-github-bot Loading…
lib: introduce 'unhandledErrorEvent' event in 'uncaughtException' handler events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem.
#51328 opened Dec 31, 2023 by juanarbol Loading…
Load data url with search correctly esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#51324 opened Dec 31, 2023 by LongTengDao Loading…
http2: Receive customsettings 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.
#51323 opened Dec 31, 2023 by martenrichter Loading…
deps: update nghttp3 to 1.1.0 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#51321 opened Dec 31, 2023 by nodejs-github-bot Loading…
tools: update lint-md-dependencies to rollup@4.9.2 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.
#51320 opened Dec 31, 2023 by nodejs-github-bot Loading…
deps: update ngtcp2 to 1.1.0 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#51319 opened Dec 31, 2023 by nodejs-github-bot Loading…
deps: update corepack to 0.24.0 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. dependencies Pull requests that update a dependency file. lts-watch-v18.x PRs that may need to be released in v18.x. lts-watch-v20.x PRs that may need to be released in v20.x needs-ci PRs that need a full CI run.
#51318 opened Dec 31, 2023 by nodejs-github-bot Loading…
deps: update acorn to 8.11.3 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. 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.
#51317 opened Dec 31, 2023 by nodejs-github-bot Loading…
build: update GN build files for ngtcp2 needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#51313 opened Dec 30, 2023 by zcbenz Loading…
lib: fix --preserve-symlinks-main 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.
#51312 opened Dec 29, 2023 by per4uk Loading…
quic: various additional cleanups, fixes in Endpoint 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. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#51310 opened Dec 29, 2023 by jasnell Loading…
tools: update inspector_protocol to 83b1154 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. tools Issues and PRs related to the tools directory. trace_events Issues and PRs related to V8, Node.js core, and userspace code trace events.
#51309 opened Dec 29, 2023 by cola119 Loading…
[v20.x backport] perf_hooks: reduce overhead of createHistogram needs-ci PRs that need a full CI run. v20.x v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
#51306 opened Dec 28, 2023 by H4ad Loading…
lib: Enhancing Performance and Readability with Switch Statements 🚀 buffer Issues and PRs related to the buffer subsystem. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#51304 opened Dec 28, 2023 by sanjaiyan-dev Loading…
doc: added details about statfs.type and statfs.bsize doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#51301 opened Dec 28, 2023 by DrowningWhale Loading…
src: avoid draining platform tasks at FreeEnvironment 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. process Issues and PRs related to the process subsystem. review wanted PRs that need reviews.
#51290 opened Dec 26, 2023 by legendecas Loading…
2
5
src: support multi-line values for .env file c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs.
#51289 opened Dec 26, 2023 by IlyasShabi Loading…
test_runner: added coverage support with watch mode needs-ci PRs that need a full CI run. test_runner
#51288 opened Dec 26, 2023 by pulkit-30 Loading…
src: use v8 fast api on runMicroTasks() c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#51286 opened Dec 25, 2023 by anonrig Loading…
ProTip! Updated in the last three days: updated:>2023-12-29.