-
Notifications
You must be signed in to change notification settings - Fork 900
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
Replace node-fetch dependency with undici #7705
Conversation
🦋 Changeset detectedLatest commit: fcb842c The changes in this PR will be included in the next version bump. This PR includes changesets to release 9 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1This report is too large (359,154 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
.changeset/smart-maps-wash.md
Outdated
'@firebase/firestore': patch | ||
'@firebase/functions': patch | ||
'@firebase/storage': patch | ||
'@firebase/auth': patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be invisible from the user's perspective but it is a big change under the hood, so I am leaning towards minor. If users notice any bugs or incompatibilities with the upgrade (we have tested this pretty thoroughly so it would be in an environment or use case we haven't thought of) it's feels like it makes more sense to point to this happening with a minor bump.
…he undici import.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the outstanding failed test is just flaky - looks like timeouts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Firestore changes LGTM.
Some of our build/test targets from ddb-upgrade-node-fetch still required a migration from node-fetch to undici.
Changeset File Check
|
Discussion
Update our dependency on aging
node-fetch
v2.6.7
toundici
5.26.5
.This should fix some security vulnerabilities within node-fetch as well as fix user issue #7660.
Testing
API Changes
N/A