-
Notifications
You must be signed in to change notification settings - Fork 31.2k
Issues: nodejs/node
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
Label
Projects
Milestones
Assignee
Sort
Issues list
"version" field on Issues or PRs related to the config subsystem
feature request
Issues that request new features to be added to Node.js.
node.config.json
config
#57781
by marco-ippolito
was closed Apr 7, 2025
build: remove 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.
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-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.
dont-land-on-v23.x
PRs that should not land on the v23.x-staging branch and should not be released in v23.x.
dont-land-on-v24.x
PRs that should not land on the v18.x-staging branch and should not be released in v24.x.
needs-ci
PRs that need a full CI run.
windows
Issues and PRs related to the Windows platform.
nocorepack
vcbuild
flag
author ready
#57772
by aduh95
was merged Apr 8, 2025
Loading…
tools: update doc to new version
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.
tools
Issues and PRs related to the tools directory.
#57769
by nodejs-github-bot
was merged Apr 8, 2025
Loading…
src: improve error handling in 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.
node_env_var.cc
author ready
#57767
by aduh95
was merged Apr 7, 2025
Loading…
lib: add defaultValue and name options to AsyncLocalStorage
async_local_storage
AsyncLocalStorage
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.
semver-minor
PRs that contain new features and should be released in the next minor version.
#57766
by jasnell
was closed Apr 7, 2025
Loading…
doc: graduate more experimental APIs
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.
semver-minor
PRs that contain new features and should be released in the next minor version.
#57765
by jasnell
was closed Apr 7, 2025
Loading…
src: improve error handling in node_http2
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.
http2
Issues or PRs related to the http2 subsystem.
needs-ci
PRs that need a full CI run.
#57764
by jasnell
was closed Apr 7, 2025
Loading…
src: improve error handing in node_messaging
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.
#57760
by jasnell
was closed Apr 7, 2025
Loading…
src: improve error handling in callback.cc
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.
#57758
by jasnell
was closed Apr 7, 2025
Loading…
src: improve error handling in crypto_x509
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.
#57757
by jasnell
was closed Apr 7, 2025
Loading…
ERR_UNKNOWN_FILE_EXTENSION on typescript files (broken TS support on node 22.14)
#57756
by fregante
was closed Apr 5, 2025
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
by targos
was merged Apr 5, 2025
Loading…
doc: explicitly state that corepack will be removed in v25+
commit-queue-squash
Add this label to instruct the Commit Queue to squash all the PR commits into the first one.
doc
Issues and PRs related to the documentations.
#57747
by trivikr
was merged Apr 7, 2025
Loading…
doc: update position type to integer | null in fs
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.
fs
Issues and PRs related to the fs subsystem / file system.
#57745
by y-hsgw
was merged Apr 6, 2025
Loading…
doc: update CI instructions
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.
#57743
by aduh95
was merged Apr 6, 2025
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
by aduh95
was merged Apr 6, 2025
Loading…
sqlite: database is locked
sqlite
Issues and PRs related to the SQLite subsystem.
#57741
by ronag
was closed Apr 5, 2025
tracking-id-websit
<template>
<div class="tracking-container">
<h1>Track Your Shipment</h1>
<input v-model="trackingID" placeholder="Enter Tracking ID" />
<button @click="fetchTrackingStatus">Track</button><div v-if="trackingData">
<h2>Status: {{ trackingData.status }}</h2>
<p>Estimated Delivery: {{ trackingData.estimatedDelivery }}</p>
<p>Carrier: {{ trackingData.carrier }}</p>
<p>Current Location: {{ trackingData.location }}</p>
<div id="map"></div>
</div>
#57739
by Valia1477
was closed Apr 4, 2025
Unexpected output of Intl.NumberFormat#format with locale "it-IT"
#57737
by gabrieleborelli
was closed Apr 3, 2025
v23 test runner no longer matches .ts causing silent success
#57734
by chrisdickinson
was closed Apr 2, 2025
src: update std::vector<v8::Local<T>> to use v8::LocalVector<T>
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.
#57733
by Aditi-1400
was merged Apr 5, 2025
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
by marco-ippolito
was closed Apr 7, 2025
•
Draft
doc: add back mention of visa fees to onboarding doc
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.
doc
Issues and PRs related to the documentations.
#57730
by RaisinTen
was merged Apr 4, 2025
Loading…
doc: remove link to PRs that have at least one approval, no pending requests for changes, and a CI started.
doc
Issues and PRs related to the documentations.
QUIC.md
author ready
#57729
by aduh95
was merged Apr 4, 2025
Loading…
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.