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

worker: add connect and setConnectionsListener lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs. worker Issues and PRs related to Worker support.
#53488 opened Jun 17, 2024 by ShogunPanda Loading… updated Jun 23, 2024
test: support glob matching coverage files blocked PRs that are blocked by other issues or PRs. 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. coverage Issues and PRs related to native coverage support. needs-ci PRs that need a full CI run. test_runner
#53553 opened Jun 22, 2024 by RedYetiDev Loading… updated Jun 23, 2024
deps: update c-ares to v1.31.0 cares Issues and PRs related to the c-ares dependency or the cares_wrap binding. dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#53554 opened Jun 23, 2024 by nodejs-github-bot Loading… updated Jun 23, 2024
meta: make emitting warnings bypass deprecation cycle doc Issues and PRs related to the documentations. meta Issues and PRs related to the general management of the project.
#53513 opened Jun 19, 2024 by benjamingr Loading… updated Jun 23, 2024
deps: update googletest to 1d17ea1 author ready PRs that have at least one approval, no pending requests for changes, and a CI started. 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.
#53157 opened May 26, 2024 by nodejs-github-bot Loading… updated Jun 23, 2024
src: replace kPathSeparator with std::filesystem 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.
#53063 opened May 20, 2024 by anonrig Loading… updated Jun 23, 2024
assert,util: change WeakMap and WeakSet comparison handling assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started. semver-major PRs that contain breaking changes and should be released in the next major version. util Issues and PRs related to the built-in util module.
#53495 opened Jun 18, 2024 by synapse Loading… updated Jun 23, 2024
buffer: Reallocate() instead of creating a new backing store author ready PRs that have at least one approval, no pending requests for changes, and a CI started. buffer Issues and PRs related to the buffer subsystem. 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.
#53552 opened Jun 22, 2024 by mildsunrise Loading… updated Jun 23, 2024
tools: update doc to new version blocked PRs that are blocked by other issues or PRs. doc Issues and PRs related to the documentations. needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#51192 opened Dec 17, 2023 by nodejs-github-bot Loading… updated Jun 23, 2024
fs: improve ExistsSync performance on Windows c++ Issues and PRs that require attention from people who are familiar with C++. fs Issues and PRs related to the fs subsystem / file system. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run. windows Issues and PRs related to the Windows platform.
#53537 opened Jun 21, 2024 by anonrig Loading… updated Jun 23, 2024
deps: update zlib to 1.3.0.1-motley-e432200 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.
#53464 opened Jun 16, 2024 by nodejs-github-bot Loading… updated Jun 23, 2024
tools: update lint-md-dependencies to unified@11.0.5 tools Issues and PRs related to the tools directory.
#53555 opened Jun 23, 2024 by nodejs-github-bot Loading… updated Jun 23, 2024
src: move FromNamespacedPath to path.cc 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.
#53540 opened Jun 21, 2024 by anonrig Loading… updated Jun 23, 2024
tools: lock versions of irrelevant DB deps tools Issues and PRs related to the tools directory.
#53546 opened Jun 22, 2024 by targos Loading… updated Jun 23, 2024
src: avoid allocation in the Size method for BASE64URL and BASE64 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.
#53550 opened Jun 22, 2024 by lemire Loading… updated Jun 23, 2024
module: package imports targets outside package esm Issues and PRs related to the ECMAScript Modules implementation. module Issues and PRs related to the module subsystem. needs-ci PRs that need a full CI run.
#52641 opened Apr 22, 2024 by bmeck Loading… updated Jun 23, 2024
path: add matchesGlob method 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. notable-change PRs with changes that should be highlighted in changelogs. path Issues and PRs related to the path subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#52881 opened May 7, 2024 by RedYetiDev Loading… updated Jun 22, 2024
deps: V8: cherry-pick 9ebca66a5740 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-failed An error occurred while landing this pull request using GitHub Actions. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#53522 opened Jun 20, 2024 by legendecas Loading… updated Jun 22, 2024
deps: swap minimatch with picomatch dependencies Pull requests that update a dependency file. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run.
#53547 opened Jun 22, 2024 by danielbayley Draft updated Jun 22, 2024
test: extend env for test-node-output-errors 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.
#53535 opened Jun 21, 2024 by richardlau Loading… updated Jun 22, 2024
process: port on-exit-leak-free to core 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. process Issues and PRs related to the process subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
#53239 opened May 31, 2024 by H4ad Loading… updated Jun 22, 2024
4 tasks done
doc, typings: events.once accepts symbol event type doc Issues and PRs related to the documentations. events Issues and PRs related to the events subsystem / EventEmitter.
#53542 opened Jun 22, 2024 by Renegade334 Loading… updated Jun 22, 2024
Coverage reporter shallow error doc doc Issues and PRs related to the documentations. test_runner
#53523 opened Jun 20, 2024 by sophoniie Loading… updated Jun 22, 2024
tools: fix skip detection of test runner output test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
#53545 opened Jun 22, 2024 by richardlau Loading… updated Jun 22, 2024
module: resolve format for all situations with auto module detection on c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. loaders Issues and PRs related to ES module loaders needs-ci PRs that need a full CI run.
#53044 opened May 18, 2024 by dygabo Loading… updated Jun 22, 2024
ProTip! Filter pull requests by the default branch with base:main.