Skip to content

Issues: nodejs/node

Upcoming Node.js Major Release (v24)
#57057 opened Feb 15, 2025 by github-actions bot
Open
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Assignee
Filter by who’s assigned
Sort

Issues list

crypto: update root-certificates to 3.108 c++ Issues and PRs that require attention from people who are familiar with C++. crypto Issues and PRs related to the crypto subsystem. lib / src Issues and PRs related to general changes in the lib or src directory. lts-watch-v18.x PRs that may need to be released in v18.x. lts-watch-v20.x PRs that may need to be released in v20.x needs-ci PRs that need a full CI run. notable-change PRs with changes that should be highlighted in changelogs.
#57381 opened Mar 9, 2025 by nodejs-github-bot Loading…
src: support (de)serialization of DOMException c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#57372 opened Mar 8, 2025 by jazelly Loading…
Suggest --use-system-ca when a certificate error occurs 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.
#57362 opened Mar 7, 2025 by Aditi-1400 Loading…
sqlite: reset statement immediately in run() 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++. commit-queue-failed An error occurred while landing this pull request using GitHub Actions. sqlite Issues and PRs related to the SQLite subsystem.
#57350 opened Mar 6, 2025 by cjihrig Loading…
[v22.x backport] module: unflag --experimental-strip-types c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. needs-citgm PRs that need a CITGM CI run. strip-types Issues or PRs related to strip-types support v22.x v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
#57298 opened Mar 3, 2025 by marco-ippolito Draft
src: port initializeImportMeta to native c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run.
#57286 opened Mar 3, 2025 by aduh95 Loading…
crypto: add optional callback to crypto.diffieHellman 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-minor PRs that contain new features and should be released in the next minor version.
#57274 opened Mar 2, 2025 by panva Loading…
fix(process): improve error message for process.cwd() when directory is deleted 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.
#57184 opened Feb 23, 2025 by Ankush1oo8 Loading…
lib: unflag experimental Temporal blocked PRs that are blocked by other issues or PRs. 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.
#57128 opened Feb 18, 2025 by jasnell Draft
build: allow using alternate inspector_protocol path c++ Issues and PRs that require attention from people who are familiar with C++. embedding Issues and PRs related to embedding Node.js in another project. needs-ci PRs that need a full CI run.
#57116 opened Feb 18, 2025 by codebytere Loading…
crypto: check for nullptr before dereferencing identity_buf 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++. crypto Issues and PRs related to the crypto subsystem. needs-ci PRs that need a full CI run.
#57071 opened Feb 15, 2025 by gurgunday Loading…
esm: unflag --experimental-wasm-modules c++ Issues and PRs that require attention from people who are familiar with C++. esm Issues and PRs related to the ECMAScript Modules implementation. needs-ci PRs that need a full CI run. 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.
#57038 opened Feb 13, 2025 by guybedford Loading…
tls: change TLSWrap::GetProtocol to fix #56935 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.
#57036 opened Feb 13, 2025 by nathanjjohnson7 Loading…
fs: fix rmSync to handle non-ASCII characters 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.
#56934 opened Feb 6, 2025 by Yeaseen Loading…
fs: fix fs.promises.mkdir to also report ENOSPC correctly 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.
#56918 opened Feb 5, 2025 by jackyzha0 Loading…
sqlite: handle exceptions in filter callback database.applyChangeset() 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.
#56903 opened Feb 3, 2025 by louwers Draft
src: cache negative results in GetPackageJSON c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56834 opened Jan 30, 2025 by dmichon-msft Loading…
src: Add enum handle for ToStringHelper + formatting 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.
#56829 opened Jan 30, 2025 by wooffie Loading…
src: fix platform shutdown deadlock c++ Issues and PRs that require attention from people who are familiar with C++. confirmed-bug Issues with confirmed bugs. lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run. v8 platform Issues and PRs related to Node's v8::Platform implementation.
#56827 opened Jan 30, 2025 by Qard Loading…
util: fix parseEnv handling of invalid lines c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56778 opened Jan 26, 2025 by AugustinMauroy Loading…
inspector: support for worker inspection in chrome devtools c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol lib / src Issues and PRs related to general changes in the lib or src directory. needs-ci PRs that need a full CI run.
#56759 opened Jan 25, 2025 by islandryu Loading…
Temporarily increase network_family_autoselection_attempt_timeout to 500ms c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.
#56738 opened Jan 24, 2025 by hvanness Loading…
Fixes: #56518 - Warning Message for .cjs Files Using import Statements c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. vm Issues and PRs related to the vm subsystem.
#56618 opened Jan 15, 2025 by wongprom Loading…
sqlite: add aggregate function 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.
#56600 opened Jan 14, 2025 by geeksilva97 Draft
src: add BaseObjectPtr nullptr operations 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.
#56585 opened Jan 13, 2025 by legendecas Loading…
ProTip! Exclude everything labeled bug with -label:bug.