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: add initial source map ecma426 coverage build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. source maps Issues and PRs related to source map support.
#56436 opened Jan 2, 2025 by legendecas Loading…
test_runner: add assert.register() API needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#56434 opened Jan 2, 2025 by cjihrig Loading…
tools: disable unneeded rule ignoring in Python linting 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. python PRs and issues that require attention from people who are familiar with Python.
#56429 opened Jan 1, 2025 by Trott Loading…
worker: flush stdout and stderr on exit needs-ci PRs that need a full CI run. worker Issues and PRs related to Worker support.
#56428 opened Jan 1, 2025 by mcollina Loading…
tools: use a configurable value for number of open Dependabot PRs 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.
#56427 opened Jan 1, 2025 by aduh95 Loading…
tools: bump the eslint group in /tools/eslint with 4 updates 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. javascript Pull requests that update Javascript code tools Issues and PRs related to the tools directory.
#56426 opened Jan 1, 2025 by dependabot bot Loading…
test_runner: finish marking snapshot testing as stable 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_runner Issues and PRs related to the test runner subsystem.
#56425 opened Jan 1, 2025 by cjihrig Loading…
src: move more crypto impl detail to ncrypto dep 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.
#56421 opened Dec 31, 2024 by jasnell Loading…
test: update error code in tls-psk-circuit for for OpenSSL 3.4 needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#56420 opened Dec 31, 2024 by sebastianas Loading…
docs: clarify writableNeedDrain behavior and usage in streams doc Issues and PRs related to the documentations. stream Issues and PRs related to the stream subsystem.
#56419 opened Dec 31, 2024 by oussamaBGZ Loading…
src,lib: use uv_thread_setname to a better multi-thread debugging lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56416 opened Dec 30, 2024 by RafaelGSS Loading…
1 task
src: drain platform tasks before taking startup snapshot c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56403 opened Dec 30, 2024 by legendecas Loading…
module: fixing url change in load sync hook chain 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. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#56402 opened Dec 29, 2024 by awto Loading…
Fixes for building when the path to the repo contains spaces build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run.
#56401 opened Dec 29, 2024 by Jayman2000 Draft
1 of 13 tasks
worker: add eval ts input author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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. semver-minor PRs that contain new features and should be released in the next minor version. strip-types Issues or PRs related to strip-types support worker Issues and PRs related to Worker support.
#56394 opened Dec 29, 2024 by marco-ippolito Loading…
deps: update simdutf to 5.7.2 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#56388 opened Dec 29, 2024 by nodejs-github-bot Loading…
sqlite: support TypedArray and DataView in StatementSync 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.
#56385 opened Dec 28, 2024 by himself65 Loading…
inspector: report loadingFinished until the response data is consumed inspector Issues and PRs related to the V8 inspector protocol needs-ci PRs that need a full CI run.
#56372 opened Dec 26, 2024 by legendecas Loading…
fix: build undefined symbol sf_parser_init needs-ci PRs that need a full CI run. quic Issues and PRs related to the QUIC implementation / HTTP/3.
#56353 opened Dec 24, 2024 by kevinuehara Loading…
test: print test errors only when finished needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#56351 opened Dec 24, 2024 by Llorx Loading…
deps: update nghttp3 to 1.7.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.
#56333 opened Dec 22, 2024 by nodejs-github-bot Loading…
2025-01-07, Version 22.13.0 'Jod' (LTS) 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. release Issues and PRs related to Node.js releases. v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#56329 opened Dec 20, 2024 by ruyadorno Loading…
quic: more implementation lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56328 opened Dec 20, 2024 by jasnell Draft
src: lock the thread properly in snapshot builder c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56327 opened Dec 20, 2024 by joyeecheung Loading…
doc: add differences between Node.js fetch and standard Fetch API doc Issues and PRs related to the documentations.
#56314 opened Dec 19, 2024 by asrar211 Loading…
ProTip! no:milestone will show everything without a milestone.