chore(deps): bump files-sdk to 2.3.1 and retire the local patch - #953
Conversation
Upstream haydenbleasel/files-sdk#142 shipped in 2.3.1, publishing s3FetchAdapter from files-sdk/s3-fetch. Switch @uploads/storage to the public entry and drop patches/files-sdk.patch. Closes #902
🦋 Changeset detectedLatest commit: aec2073 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-auth | aec2073 | Sep 05 2026, 08:46 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-web | aec2073 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 08:46 PM |
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-api | aec2073 | Commit Preview URL Branch Preview URL |
Sep 05 2026, 08:46 PM |
Summary
Upstream haydenbleasel/files-sdk#142 merged and shipped in files-sdk 2.3.1. It publishes the Workers-safe S3 adapter as a public
files-sdk/s3-fetchentry (ass3Fetch), sopatches/files-sdk.patchis no longer needed.patches/files-sdk.patchand itspatchedDependenciesentry.files-sdkrange to^2.3.1(peer range in@uploads/uito>=2.3.1).@uploads/storageimportss3Fetchfromfiles-sdk/s3-fetchinstead of the patchedfiles-sdk/r2re-export.Behavior note
The public entry hardcodes the adapter name as
s3-fetch; the oldname/providerLabeloverrides were internal-only. The adapter name wass3-http-fetchbefore. Nothing persists or branches on it outside one regression assertion, which is updated.Verification
pnpm typecheckclean across all packages.pnpm test: 5972 passed, 2 skipped.s3Fetch+ types fromdist/s3-fetchand includes the workerdfetchdefault inr2.Closes #902