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

src: remove unused variable in crypto_x509.cc c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. fast-track PRs that do not need to wait for 48 hours to land. needs-ci PRs that need a full CI run.
#57754 opened Apr 5, 2025 by targos Loading…
deps: update V8 to 13.6 build Issues and PRs related to build files or the CI. 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. semver-major PRs that contain breaking changes and should be released in the next major version. v8 engine Issues and PRs related to the V8 dependency.
#57753 opened Apr 5, 2025 by targos Draft
sqlite: add timeout options to DatabaseSync 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. wip Issues and PRs that are still a work in progress.
#57752 opened Apr 5, 2025 by geeksilva97 Draft
worker_threads: add everysync lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#57749 opened Apr 4, 2025 by mcollina Loading…
build: commit some android build and test fixtures needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory. v8 engine Issues and PRs related to the V8 dependency.
#57748 opened Apr 4, 2025 by thunder-coding Loading…
doc: explicitly state that corepack will be removed in v25+ doc Issues and PRs related to the documentations.
#57747 opened Apr 4, 2025 by trivikr Loading…
http: improve performance by removing async_hooks c++ Issues and PRs that require attention from people who are familiar with C++. http_parser Issues and PRs related to the HTTP Parser dependency or the http_parser binding. needs-benchmark-ci PR that need a benchmark CI run. needs-ci PRs that need a full CI run.
#57746 opened Apr 4, 2025 by JonasBa Draft
doc: update position type to integer | null in fs doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
#57745 opened Apr 4, 2025 by y-hsgw Loading…
doc: update CI instructions 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.
#57743 opened Apr 4, 2025 by aduh95 Loading…
test: update expected error message for macOS 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 Issues and PRs related to the tests.
#57742 opened Apr 4, 2025 by aduh95 Loading…
src: Fix bugs and refactor NativeSymbolDebuggingContext::GetLoadedLibraries c++ Issues and PRs that require attention from people who are familiar with C++. debugger Issues and PRs related to the debugger subsystem. needs-ci PRs that need a full CI run.
#57738 opened Apr 3, 2025 by Whitecx Loading…
lib: fix default AbortController.abort() message needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
#57735 opened Apr 2, 2025 by nektro Loading…
test: improve getCallSites 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 Issues and PRs related to the tests.
#57732 opened Apr 2, 2025 by jakecastelli Loading…
module: add module.detectSyntax module Issues and PRs related to the module subsystem. 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
#57731 opened Apr 2, 2025 by marco-ippolito Draft
zlib: fix pointer alignment c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. zlib Issues and PRs related to the zlib subsystem.
#57727 opened Apr 2, 2025 by jhofstee Loading…
fs: improve globSync performance author ready PRs that have at least one approval, no pending requests for changes, and a CI started. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#57725 opened Apr 2, 2025 by Trott Loading…
src: improve error handling in process.env handling 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. worker Issues and PRs related to Worker support.
#57707 opened Apr 1, 2025 by jasnell Loading…
src: improve StringBytes error handling 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.
#57706 opened Apr 1, 2025 by jasnell Loading…
test: add tests for REPL custom evals needs-ci PRs that need a full CI run. repl Issues and PRs related to the REPL subsystem. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed.
#57691 opened Mar 30, 2025 by dario-piotrowicz Loading…
module: add module.customConditions module Issues and PRs related to the module subsystem. 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.
#57688 opened Mar 30, 2025 by sapphi-red Loading…
deps: update googletest to 52204f7 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.
#57684 opened Mar 30, 2025 by nodejs-github-bot Loading…
tools: update gyp-next to 0.20.0 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. gyp Issues and PRs related to the GYP tool and .gyp build files needs-ci PRs that need a full CI run. tools Issues and PRs related to the tools directory.
#57683 opened Mar 30, 2025 by nodejs-github-bot Loading…
deps, config: update simdjson to 3.12.3 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#57682 opened Mar 30, 2025 by nodejs-github-bot Loading…
readline: add stricter validation for functions called after closed needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. readline Issues and PRs related to the built-in readline module. semver-major PRs that contain breaking changes and should be released in the next major version.
#57680 opened Mar 29, 2025 by dario-piotrowicz Loading…
doc: fix pseudo code in modules.md doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
#57677 opened Mar 29, 2025 by chirsz-ever Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.