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

build: set macos deployment target to 13.3 build Issues and PRs related to build files or the CI. 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.
#53668 opened Jul 1, 2024 by anonrig Loading…
deps: update V8 to 12.7 build Issues and PRs related to build files or the CI. 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.
#53651 opened Jun 30, 2024 by targos Loading…
fs: improve cpSync performance 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-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version. typings
#53541 opened Jun 22, 2024 by anonrig Loading…
tls: fix 'ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED' typo c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. 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.
#52627 opened Apr 21, 2024 by RedYetiDev Loading…
module,cli: fix module loading for paths ending with /. or /.. cli Issues and PRs related to the Node.js command line interface. module Issues and PRs related to the module subsystem. 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.
#52532 opened Apr 14, 2024 by RedYetiDev Loading…
2
9
build: enable yarn and pnpm Corepack binaries by default build Issues and PRs related to build files or the CI. needs-ci PRs that need a full CI run. python PRs and issues that require attention from people who are familiar with Python. semver-major PRs that contain breaking changes and should be released in the next major version.
#51886 opened Feb 26, 2024 by aduh95 Loading…
buffer: make buflen in integer range 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. semver-major PRs that contain breaking changes and should be released in the next major version.
#51821 opened Feb 21, 2024 by kylo5aby Loading…
esm: allow --import to define main entry 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. esm Issues and PRs related to the ECMAScript Modules implementation. 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.
#49946 opened Sep 29, 2023 by GeoffreyBooth Loading…
fs: runtime deprecate fs.F_OK, fs.R_OK, fs.W_OK, fs.X_OK deprecations Issues and PRs related to deprecations. fs Issues and PRs related to the fs subsystem / file system. 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.
#49686 opened Sep 17, 2023 by LiviaMedeiros Loading…
test_runner: use validateStringArray for timers.enable() 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. test_runner Issues and PRs related to the test runner subsystem.
#49534 opened Sep 7, 2023 by deokjinkim Loading…
net: set default highwatermark at socket creation time needs-ci PRs that need a full CI run. net Issues and PRs related to the net subsystem. semver-major PRs that contain breaking changes and should be released in the next major version.
#48882 opened Jul 22, 2023 by lukiano Loading…
fix: both %i and %d should parse floats to int according to Formatter docs 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. util Issues and PRs related to the built-in util module.
#48246 opened May 30, 2023 by joshuapare Loading…
buffer: make File cloneable 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.
#47613 opened Apr 19, 2023 by KhafraDev Loading…
lib, doc: standardize params in PerformanceObserver.observe needs-ci PRs that need a full CI run. perf_hooks Issues and PRs related to the implementation of the Performance Timing API. semver-major PRs that contain breaking changes and should be released in the next major version.
#47025 opened Mar 9, 2023 by umuoy1 Loading…
events,bootstrap: make globalThis extend EventTarget events Issues and PRs related to the events subsystem / EventEmitter. 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. tools Issues and PRs related to the tools directory.
#45993 opened Dec 28, 2022 by KhafraDev Loading…
doc,lib: remove deprecated domain module blocked PRs that are blocked by other issues or PRs. 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-major PRs that contain breaking changes and should be released in the next major version. wip Issues and PRs that are still a work in progress.
#45839 opened Dec 13, 2022 by bnoordhuis Draft
events: refactor to use validator events Issues and PRs related to the events subsystem / EventEmitter. 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.
#45448 opened Nov 13, 2022 by Lxxyx Loading…
fs: adjust truncate mode from r+ to a fs Issues and PRs related to the fs subsystem / file system. 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.
#43315 opened Jun 5, 2022 by LiviaMedeiros Loading…
process: add reportError 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. tools Issues and PRs related to the tools directory.
#41912 opened Feb 9, 2022 by benjamingr Loading…
assert: allow arbitrary argument order in match() and doesNotMatch() assert Issues and PRs related to the assert subsystem. 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.
#41007 opened Nov 28, 2021 by BridgeAR Loading…
stream: return undefined writable/readable semver-major PRs that contain breaking changes and should be released in the next major version. stream Issues and PRs related to the stream subsystem.
#40803 opened Nov 13, 2021 by ronag Loading…
stream: adjust src hwm when pipelining notable-change PRs with changes that should be highlighted in changelogs. semver-major PRs that contain breaking changes and should be released in the next major version. stream Issues and PRs related to the stream subsystem.
#40751 opened Nov 7, 2021 by ronag Loading…
events: speed up emit by create faster null prototype object events Issues and PRs related to the events subsystem / EventEmitter. 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.
#39939 opened Aug 30, 2021 by wwwzbwcom Loading…
node: warn for Object.prototype.__* accessors common in security warnings deprecations Issues and PRs related to deprecations. 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.
#39824 opened Aug 20, 2021 by bmeck Loading…
stream: deprecate readableFlowing setter doc Issues and PRs related to the documentations. semver-major PRs that contain breaking changes and should be released in the next major version. stream Issues and PRs related to the stream subsystem.
#39644 opened Aug 3, 2021 by Mesteery Loading…
ProTip! Follow long discussions with comments:>50.