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
Assigned to nobody Loading
Sort

Pull requests list

esm: add import trace for evaluation errors esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#61612 opened Feb 1, 2026 by mattskel Loading…
src: allow empty --experimental-config-file 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. semver-minor PRs that contain new features and should be released in the next minor version.
#61610 opened Feb 1, 2026 by marco-ippolito Loading…
deps: try different HexEncode impl dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#61609 opened Feb 1, 2026 by ChALkeR Draft
tools: update nixpkgs-unstable to 6308c3b21396534d8aaeac46179c14c439a dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. dont-land-on-v22.x PRs that should not land on the v22.x-staging branch and should not be released in v22.x. dont-land-on-v24.x PRs that should not land on the v24.x-staging branch and should not be released in v24.x. dont-land-on-v25.x PRs that should not land on the v25.x-staging branch and should not be released in v25.x. tools Issues and PRs related to the tools directory.
#61606 opened Feb 1, 2026 by nodejs-github-bot Loading…
deps: update googletest to 56efe3983185e3f37e43415d1afa97e3860f187f dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#61605 opened Feb 1, 2026 by nodejs-github-bot Loading…
deps: update ada to 3.4.2 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#61604 opened Feb 1, 2026 by nodejs-github-bot Loading…
deps: update amaro to 1.1.6 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
#61603 opened Feb 1, 2026 by nodejs-github-bot Loading…
test: update WPT for url to e3c46fdf55 needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#61602 opened Feb 1, 2026 by nodejs-github-bot Loading…
src: optimize utf-8 byte length calculation using simdutf buffer Issues and PRs related to the buffer subsystem. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js.
#61601 opened Jan 31, 2026 by mertcanaltin Loading…
module: fix extensionless entry with explicit type=commonjs module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#61600 opened Jan 31, 2026 by inoway46 Loading…
errors: fix incorrect argument label for array elements errors Issues and PRs related to JavaScript errors originated in Node.js core. needs-ci PRs that need a full CI run.
#61599 opened Jan 31, 2026 by kimtaejin3 Loading…
test_runner: exclude ignored lines from BRDA in lcov output needs-ci PRs that need a full CI run. test_runner Issues and PRs related to the test runner subsystem.
#61598 opened Jan 31, 2026 by RajeshKumar11 Loading…
http: align header value validation with Fetch spec 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.
#61597 opened Jan 31, 2026 by RajeshKumar11 Loading…
doc: fix node-config-schema 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. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. config Issues or PRs related to the config subsystem doc Issues and PRs related to the documentations.
#61596 opened Jan 30, 2026 by ChALkeR Loading…
url: update ada to v3.4.2 and support unicode 17 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. needs-ci PRs that need a full CI run.
#61593 opened Jan 30, 2026 by anonrig Loading…
test: unify assertSnapshot common patterns needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#61590 opened Jan 30, 2026 by legendecas Loading…
doc: add arm64-musl info into platform list build Issues and PRs related to build files or the CI. doc Issues and PRs related to the documentations.
#61589 opened Jan 30, 2026 by kleisauke Loading…
doc: update IBM/Red Hat volunteers with dedicated project time 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. doc Issues and PRs related to the documentations.
#61588 opened Jan 30, 2026 by BethGriggs Loading…
assert: fix loose deepEqual arrays with undefined and null failing 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. util Issues and PRs related to the built-in util module.
#61587 opened Jan 30, 2026 by BridgeAR Loading…
doc: update server.dropMaxConnection link doc Issues and PRs related to the documentations. net Issues and PRs related to the net subsystem.
#61584 opened Jan 30, 2026 by samuel871211 Loading…
sea: print error information when fs operations fail needs-ci PRs that need a full CI run. single-executable Issues and PRs related to single-executable applications
#61581 opened Jan 29, 2026 by joyeecheung Loading…
sqlite: avoid extra copy for large text binds 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.
#61580 opened Jan 29, 2026 by thisalihassan Loading…
doc: clarify limitations of path.isAbsolute doc Issues and PRs related to the documentations. path Issues and PRs related to the path subsystem.
#61576 opened Jan 29, 2026 by dellson-arch Loading…
test_runner: fix test enqueue when test file has syntax 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_runner Issues and PRs related to the test runner subsystem.
#61573 opened Jan 29, 2026 by geeksilva97 Loading…
doc: clarify async caveats for events.once() doc Issues and PRs related to the documentations. events Issues and PRs related to the events subsystem / EventEmitter.
#61572 opened Jan 28, 2026 by Renegade334 Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.