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

lib: remove globalPreload support esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#58743 opened Jun 17, 2025 by kazuma0129 Loading…
doc: update "Spawning .bat and .cmd files on Windows" section child_process Issues and PRs related to the child_process subsystem. doc Issues and PRs related to the documentations.
#58739 opened Jun 17, 2025 by ericcornelissen Loading…
test: skip the test if the buffer allocation fails 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. test Issues and PRs related to the tests.
#58738 opened Jun 17, 2025 by lpinca Loading…
Branch: feature/n-failures test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory.
#58737 opened Jun 17, 2025 by FelixVaughan Draft
test: deflake test-buffer-large-size-buffer-alloc needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58734 opened Jun 16, 2025 by lpinca Loading…
doc: add history entry for TS support in hooks 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. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. module Issues and PRs related to the module subsystem.
#58732 opened Jun 16, 2025 by aduh95 Loading…
Check var_type_feedback before dereference needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#58731 opened Jun 16, 2025 by GoldFish2500 Loading…
fs: avoid computing time coefficient constants in runtime 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. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#58728 opened Jun 16, 2025 by LiviaMedeiros Loading…
fs: add signal option to filehandle.readableWebStream() fs Issues and PRs related to the fs subsystem / file system. 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.
#58725 opened Jun 16, 2025 by LiviaMedeiros Loading…
n-api: fix dead lock if multi push events c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. node-api Issues and PRs related to the Node-API.
#58724 opened Jun 16, 2025 by milkpotatoes Loading…
doc: run license-builder 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.
#58722 opened Jun 16, 2025 by github-actions bot Loading…
watch: add --watch-kill-signal flag 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. semver-minor PRs that contain new features and should be released in the next minor version.
#58719 opened Jun 15, 2025 by dario-piotrowicz Loading…
test: refactor repl save-load tests needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
#58715 opened Jun 15, 2025 by dario-piotrowicz Loading…
deps: patch V8 to 13.7.152.17 dependencies Pull requests that update a dependency file. 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 v18.x-staging branch and should not be released in v24.x. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#58713 opened Jun 15, 2025 by nodejs-github-bot Loading…
deps: update minimatch to 10.0.3 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#58712 opened Jun 15, 2025 by nodejs-github-bot Loading…
deps: update acorn to 8.15.0 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.
#58711 opened Jun 15, 2025 by nodejs-github-bot Loading…
deps: update googletest to 35b75a2 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.
#58710 opened Jun 15, 2025 by nodejs-github-bot Loading…
Add --max-heap-size option c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run.
#58708 opened Jun 14, 2025 by tannal Loading…
process: move multipleResolves event to EOL deprecations Issues and PRs related to deprecations. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#58707 opened Jun 14, 2025 by jasnell Loading…
crypto: move deprecated hash and mgf1Hash options to EOL commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. crypto Issues and PRs related to the crypto subsystem. deprecations Issues and PRs related to deprecations. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#58706 opened Jun 14, 2025 by jasnell Loading…
Avoid match looping in sourceMappingURL tag detection by using negative lookahead needs-ci PRs that need a full CI run.
#58704 opened Jun 13, 2025 by Llorx Loading…
src: unflag --experimental-default-config-file c++ Issues and PRs that require attention from people who are familiar with C++. config Issues or PRs related to the config subsystem needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. semver-major PRs that contain breaking changes and should be released in the next major version. test_runner Issues and PRs related to the test runner subsystem.
#58703 opened Jun 13, 2025 by marco-ippolito Loading…
dns: support IPv6-only and IPv4-only in setLocalAddress() dns Issues and PRs related to the dns subsystem. needs-ci PRs that need a full CI run.
#58701 opened Jun 12, 2025 by mohiuddin-khan-shiam Loading…
New SQlite database options 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.
#58697 opened Jun 12, 2025 by miguelmarcondesf Loading…
deps: upgrade npm to 11.4.2 commit-queue-failed An error occurred while landing this pull request using GitHub Actions. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run. npm Issues and PRs related to the npm client dependency or the npm registry.
#58696 opened Jun 12, 2025 by npm-cli-bot Loading…
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.