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

util: improve textdecoder performance by 15% c++ Issues and PRs that require attention from people who are familiar with C++. encoding Issues and PRs related to the TextEncoder and TextDecoder APIs. i18n-api Issues and PRs related to the i18n implementation. needs-ci PRs that need a full CI run. performance Issues and PRs related to the performance of Node.js. request-ci Add this label to start a Jenkins CI on a PR. util Issues and PRs related to the built-in util module.
#45294 opened Nov 3, 2022 by anonrig Loading…
doc: update name of Node.js core Slack channel author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land.
#45293 opened Nov 2, 2022 by Trott Loading…
tools: fix request-ci-failed comment 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. fast-track PRs that do not need to wait for 48 hours to land. tools Issues and PRs related to the tools directory.
#45291 opened Nov 2, 2022 by aduh95 Loading…
diagnostics_channel: mark as stable diag-agenda Issues and PRs to discuss during the meetings of the diagnostics working group. diagnostics_channel Issues and PRs related to diagnostics channel doc Issues and PRs related to the documentations.
#45290 opened Nov 2, 2022 by Qard Loading…
deps: update timezone to 2022f dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run.
#45289 opened Nov 2, 2022 by nodejs-github-bot Loading…
lib: drop fetch experimental warning c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. process Issues and PRs related to the process subsystem. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed.
#45287 opened Nov 2, 2022 by mcollina Loading…
deps: update OpenSSL 3.0.7+quic dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency.
#45286 opened Nov 2, 2022 by RafaelGSS Loading…
src: track contexts in the Environment instead of AsyncHooks 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.
#45282 opened Nov 2, 2022 by joyeecheung Loading…
doc: fix RESOLVE_ESM_MATCH in modules.md doc Issues and PRs related to the documentations. module Issues and PRs related to the module subsystem.
#45280 opened Nov 2, 2022 by sapphi-red Loading…
async_hooks: AsyncLocalStorage to diagnostics_channel integration async_hooks Issues and PRs related to the async hooks subsystem. diagnostics_channel Issues and PRs related to diagnostics channel http Issues or PRs related to the http subsystem. needs-ci PRs that need a full CI run.
#45277 opened Nov 2, 2022 by Qard Draft
[v16.x] deps: update OpenSSL 1.1.1s+quic dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#45274 opened Nov 1, 2022 by RafaelGSS Loading…
deps: upgrade npm to 9.0.1 dont-land-on-v14.x PRs that should not land on the v14.x-staging branch and should not be released in v14.x. dont-land-on-v16.x PRs that should not land on the v16.x-staging branch and should not be released in v16.x. 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-v19.x PRs that should not land on the v19.x-staging branch and should not be released in v19.x. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. npm Issues and PRs related to the npm client dependency or the npm registry.
#45273 opened Nov 1, 2022 by lukekarrys Loading…
[v14.x] deps: update OpenSSL 1.1.1s dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. openssl Issues and PRs related to the OpenSSL dependency. v14.x Issues that can be reproduced on v14.x or PRs targeting the v14.x-staging branch.
#45272 opened Nov 1, 2022 by RafaelGSS Loading…
watch mode: use recursive fs.watch errors Issues and PRs related to JavaScript errors originated in Node.js core. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
#45271 opened Nov 1, 2022 by MoLow Loading…
tools: add documentation regarding our api tooling doc Issues and PRs related to the documentations.
#45270 opened Nov 1, 2022 by ovflowd Loading…
v19.1.0 proposal release Issues and PRs related to Node.js releases. v19.x Issues that can be reproduced on v19.x or PRs targeting the v19.x-staging branch.
#45269 opened Nov 1, 2022 by RafaelGSS Loading…
doc: clarify triage comitments 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.
#45267 opened Nov 1, 2022 by mhdawson Loading…
trace_events: add new categories c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed.
#45266 opened Nov 1, 2022 by theanarkh Loading…
4 tasks done
test_runner: avoid swallowing of asynchronously thrown errors dont-land-on-v14.x PRs that should not land on the v14.x-staging branch and should not be released in v14.x. needs-ci PRs that need a full CI run. test_runner
#45264 opened Nov 1, 2022 by fossamagna Loading…
[v14.x backport] loader: make require.resolve throw for unknown builtin modules needs-ci PRs that need a full CI run. v14.x Issues that can be reproduced on v14.x or PRs targeting the v14.x-staging branch.
#45263 opened Nov 1, 2022 by danielleadams Loading…
watch: fix reloading for rebuild/compiled files needs-ci PRs that need a full CI run. watch-mode Issues and PRs related to watch mode
#45259 opened Oct 31, 2022 by ruyadorno Loading…
src: implement DataQueue and non-memory resident Blob build Issues and PRs related to build files or the CI. c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#45258 opened Oct 31, 2022 by jasnell Draft
Fix Intel VTune profiling support build Issues and PRs related to build files or the CI. meta Issues and PRs related to the general management of the project. needs-ci PRs that need a full CI run. v8 engine Issues and PRs related to the V8 dependency.
#45248 opened Oct 31, 2022 by lucshi Loading…
[v16.x backport] deps: update corepack to 0.15.0 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. v16.x Issues that can be reproduced on v16.x or PRs targeting the v16.x-staging branch.
#45246 opened Oct 30, 2022 by aduh95 Loading…
[v14.x backport] deps: update corepack to 0.15.0 dependencies Pull requests that update a dependency file. needs-ci PRs that need a full CI run. v14.x Issues that can be reproduced on v14.x or PRs targeting the v14.x-staging branch.
#45245 opened Oct 30, 2022 by aduh95 Loading…
ProTip! Updated in the last three days: updated:>2022-10-30.