Skip to content

chore(deps): bump files-sdk to 2.3.1 and retire the local patch - #953

Merged
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/remove-patch-pr-merge-7a6c2d
Sep 5, 2026
Merged

chore(deps): bump files-sdk to 2.3.1 and retire the local patch#953
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
claude/remove-patch-pr-merge-7a6c2d

Conversation

@zachdunn

Copy link
Copy Markdown
Member

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-fetch entry (as s3Fetch), so patches/files-sdk.patch is no longer needed.

  • Drop patches/files-sdk.patch and its patchedDependencies entry.
  • Bump every files-sdk range to ^2.3.1 (peer range in @uploads/ui to >=2.3.1).
  • @uploads/storage imports s3Fetch from files-sdk/s3-fetch instead of the patched files-sdk/r2 re-export.

Behavior note

The public entry hardcodes the adapter name as s3-fetch; the old name/providerLabel overrides were internal-only. The adapter name was s3-http-fetch before. Nothing persists or branches on it outside one regression assertion, which is updated.

Verification

  • pnpm typecheck clean across all packages.
  • pnpm test: 5972 passed, 2 skipped.
  • Verified the 2.3.1 npm tarball exports s3Fetch + types from dist/s3-fetch and includes the workerd fetch default in r2.

Closes #902

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-bot

changeset-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: aec2073

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@buildinternet/uploads Patch

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

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 5, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
uploads-auth aec2073 Sep 05 2026, 08:46 PM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 5, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • coderabbit:review
  • review
🚫 Excluded labels (none allowed) (1)
  • wip

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 48de9ec6-ed80-4365-815c-27e1fe58b347

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 5, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@zachdunn
Zach Dunn (zachdunn) merged commit 5fc4a8c into main Sep 5, 2026
6 checks passed
@zachdunn
Zach Dunn (zachdunn) deleted the claude/remove-patch-pr-merge-7a6c2d branch September 5, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Retire the files-sdk patch once s3FetchAdapter is exported upstream

1 participant