-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
Pull requests: nodejs/node
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
module: fix typescript import.meta.main
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
#58661
opened Jun 10, 2025 by
marco-ippolito
Loading…
win,tools: use Azure Trusted Signing (v20 backport)
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
v20.x
v20.x Issues that can be reproduced on v20.x or PRs targeting the v20.x-staging branch.
windows
Issues and PRs related to the Windows platform.
#58659
opened Jun 10, 2025 by
StefanStojanovic
Loading…
win,tools: use Azure Trusted Signing (v22 backport)
build
Issues and PRs related to build files or the CI.
needs-ci
PRs that need a full CI run.
tools
Issues and PRs related to the tools directory.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
windows
Issues and PRs related to the Windows platform.
#58658
opened Jun 10, 2025 by
StefanStojanovic
Loading…
module: refactor commonjs typescript loader
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
strip-types
Issues or PRs related to strip-types support
#58657
opened Jun 10, 2025 by
marco-ippolito
Loading…
internal: add ZSTD_COMPRESS, ZSTD_DECOMPRESS to typings
typings
#58655
opened Jun 10, 2025 by
nektro
Loading…
lib,src: support DOMException ser-des
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
Add this label to land a pull request using GitHub Actions.
needs-ci
PRs that need a full CI run.
worker
Issues and PRs related to Worker support.
#58649
opened Jun 9, 2025 by
legendecas
Loading…
lib: validate AbortSignal.timeout delay per its WebIDL definition
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.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
web-standards
Issues and PRs related to Web APIs
#58648
opened Jun 9, 2025 by
himself65
Loading…
tools: improve release proposal linter
tools
Issues and PRs related to the tools directory.
#58647
opened Jun 9, 2025 by
aduh95
Loading…
inspector: add protocol methods retrieving sent/received data
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.
#58645
opened Jun 9, 2025 by
legendecas
Loading…
test: update WPT for dom/abort to dc928169ee
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.
#58644
opened Jun 9, 2025 by
nodejs-github-bot
Loading…
module: remove experimental warning from type stripping
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.
module
Issues and PRs related to the module subsystem.
needs-ci
PRs that need a full CI run.
notable-change
PRs with changes that should be highlighted in changelogs.
process
Issues and PRs related to the process subsystem.
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
#58643
opened Jun 9, 2025 by
marco-ippolito
Loading…
module: runtime deprecate require.extensions
deprecations
Issues and PRs related to deprecations.
module
Issues and PRs related to the module subsystem.
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.
#58642
opened Jun 9, 2025 by
marco-ippolito
•
Draft
test: update WPT for es-exceptions to 2f96fa1996
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.
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.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#58640
opened Jun 9, 2025 by
nodejs-github-bot
Loading…
deps: update amaro to 1.0.0
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
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.
strip-types
Issues or PRs related to strip-types support
#58639
opened Jun 9, 2025 by
nodejs-github-bot
Loading…
test: split indirect eval import tests
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
vm
Issues and PRs related to the vm subsystem.
#58637
opened Jun 8, 2025 by
legendecas
Loading…
test: refactor repl tab complete tests
needs-ci
PRs that need a full CI run.
test
Issues and PRs related to the tests.
#58636
opened Jun 8, 2025 by
dario-piotrowicz
Loading…
deps: patch V8 to 13.7.152.14
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
dependencies
Pull requests that update a dependency file.
needs-ci
PRs that need a full CI run.
v8 engine
Issues and PRs related to the V8 dependency.
#58631
opened Jun 8, 2025 by
nodejs-github-bot
Loading…
doc: add correct argument types for fs.cp APIs
blocked
PRs that are blocked by other issues or PRs.
commit-queue
Add this label to land a pull request using GitHub Actions.
doc
Issues and PRs related to the documentations.
fs
Issues and PRs related to the fs subsystem / file system.
#58627
opened Jun 8, 2025 by
jasnell
Loading…
src: move cpSync dir copy logic completely to C++
blocked
PRs that are blocked by other issues or PRs.
c++
Issues and PRs that require attention from people who are familiar with C++.
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
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.
#58624
opened Jun 7, 2025 by
dario-piotrowicz
Loading…
tools: switch to Issues and PRs related to the tools directory.
@stylistic/eslint-plugin
tools
#58623
opened Jun 7, 2025 by
targos
Loading…
dns: move falsy hostname in lookup to end-of-life
deprecations
Issues and PRs related to deprecations.
dns
Issues and PRs related to the dns 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.
#58619
opened Jun 7, 2025 by
jasnell
Loading…
fs: move rmdir recursive option to end-of-life
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.
#58616
opened Jun 7, 2025 by
jasnell
Loading…
doc: title Issues and PRs related to the documentations.
index.md
doc
#58613
opened Jun 7, 2025 by
avivkeller
•
Draft
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-05-10.