Skip to content

Conversation

@markflorkowski
Copy link
Collaborator

@markflorkowski markflorkowski commented May 1, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

uploadthing@7.7.0

Minor Changes

Patch Changes

@vercel
Copy link

vercel bot commented May 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-uploadthing 🛑 Canceled (Inspect) May 8, 2025 0:49am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
legacy-docs-uploadthing ⬜️ Ignored (Inspect) May 8, 2025 0:49am

@coderabbitai
Copy link
Contributor

coderabbitai bot commented May 1, 2025

Warning

Rate limit exceeded

@github-actions[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 30 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between c642f95 and afc84b4.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (28)
  • .changeset/happy-houses-hang.md (0 hunks)
  • .changeset/neat-melons-protect.md (0 hunks)
  • examples/backend-adapters/client-react/package.json (1 hunks)
  • examples/backend-adapters/client-vanilla/package.json (1 hunks)
  • examples/backend-adapters/client-vue/package.json (1 hunks)
  • examples/backend-adapters/package.json (1 hunks)
  • examples/backend-adapters/server/package.json (1 hunks)
  • examples/minimal-appdir/package.json (1 hunks)
  • examples/minimal-astro-react/package.json (1 hunks)
  • examples/minimal-expo/package.json (1 hunks)
  • examples/minimal-nuxt/package.json (1 hunks)
  • examples/minimal-pagedir/package.json (1 hunks)
  • examples/minimal-solidstart/package.json (1 hunks)
  • examples/minimal-sveltekit/package.json (1 hunks)
  • examples/minimal-tanstack-start/package.json (1 hunks)
  • examples/profile-picture/package.json (1 hunks)
  • examples/with-clerk-appdir/package.json (1 hunks)
  • examples/with-clerk-pagesdir/package.json (1 hunks)
  • examples/with-clerk-react-router/package.json (1 hunks)
  • examples/with-clerk-remix/package.json (1 hunks)
  • examples/with-drizzle-appdir/package.json (1 hunks)
  • examples/with-drizzle-pagesdir/package.json (1 hunks)
  • examples/with-novel/package.json (1 hunks)
  • examples/with-react-image-crop/package.json (1 hunks)
  • examples/with-serveractions/package.json (1 hunks)
  • examples/with-tailwindcss/package.json (1 hunks)
  • packages/uploadthing/CHANGELOG.md (1 hunks)
  • packages/uploadthing/package.json (1 hunks)

Walkthrough

This update removes two changeset files that documented recent feature additions and patches for the "uploadthing" package, specifically regarding a new experimental client API and a concurrency option for file uploads. The version of "uploadthing" is incremented from 7.6.0 to 7.7.0 across the main package and all example projects. The changelog is updated to reflect these new features, including the experimental API and the concurrency option for UTApi.uploadFiles. No code or interface changes are made in this update; it is limited to documentation and dependency version updates.

Changes

Files/Paths Change Summary
.changeset/happy-houses-hang.md
.changeset/neat-melons-protect.md
Deleted changeset files documenting the new experimental client API and concurrency option patch.
packages/uploadthing/CHANGELOG.md Updated changelog to include version 7.7.0, describing the new experimental client API and concurrency option.
packages/uploadthing/package.json Incremented "uploadthing" version from 7.6.0 to 7.7.0.
examples/.../package.json (all example projects) Updated "uploadthing" dependency version from 7.6.0 to 7.7.0 in all example project package.json files.

Possibly related PRs

Suggested reviewers

  • juliusmarminge
  • markflorkowski

🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@vercel vercel bot temporarily deployed to Preview – legacy-docs-uploadthing May 1, 2025 22:02 Inactive
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
packages/uploadthing/CHANGELOG.md (2)

7-15: Convert bare URLs to links
Bare URLs violate MD034. Use a markdown link for the example usage URL, e.g.:

[example usage](https://github.com/pingdotgg/uploadthing/blob/main/playground/app/originui/page.tsx)
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

14-14: Bare URL used
null

(MD034, no-bare-urls)


7-15: Align list indentation
Indent commit SHAs and descriptions consistently under ### Minor Changes for readability.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

14-14: Bare URL used
null

(MD034, no-bare-urls)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b4dfb38 and 0ad9188.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (28)
  • .changeset/happy-houses-hang.md (0 hunks)
  • .changeset/neat-melons-protect.md (0 hunks)
  • examples/backend-adapters/client-react/package.json (1 hunks)
  • examples/backend-adapters/client-vanilla/package.json (1 hunks)
  • examples/backend-adapters/client-vue/package.json (1 hunks)
  • examples/backend-adapters/package.json (1 hunks)
  • examples/backend-adapters/server/package.json (1 hunks)
  • examples/minimal-appdir/package.json (1 hunks)
  • examples/minimal-astro-react/package.json (1 hunks)
  • examples/minimal-expo/package.json (1 hunks)
  • examples/minimal-nuxt/package.json (1 hunks)
  • examples/minimal-pagedir/package.json (1 hunks)
  • examples/minimal-solidstart/package.json (1 hunks)
  • examples/minimal-sveltekit/package.json (1 hunks)
  • examples/minimal-tanstack-start/package.json (1 hunks)
  • examples/profile-picture/package.json (1 hunks)
  • examples/with-clerk-appdir/package.json (1 hunks)
  • examples/with-clerk-pagesdir/package.json (1 hunks)
  • examples/with-clerk-react-router/package.json (1 hunks)
  • examples/with-clerk-remix/package.json (1 hunks)
  • examples/with-drizzle-appdir/package.json (1 hunks)
  • examples/with-drizzle-pagesdir/package.json (1 hunks)
  • examples/with-novel/package.json (1 hunks)
  • examples/with-react-image-crop/package.json (1 hunks)
  • examples/with-serveractions/package.json (1 hunks)
  • examples/with-tailwindcss/package.json (1 hunks)
  • packages/uploadthing/CHANGELOG.md (1 hunks)
  • packages/uploadthing/package.json (1 hunks)
💤 Files with no reviewable changes (2)
  • .changeset/happy-houses-hang.md
  • .changeset/neat-melons-protect.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/uploadthing/CHANGELOG.md

14-14: Bare URL used
null

(MD034, no-bare-urls)

🔇 Additional comments (27)
packages/uploadthing/CHANGELOG.md (2)

3-4: Release section formatting is correct
The ## 7.7.0 header properly introduces the new release section.


18-21: Confirm patch entry accuracy
The concurrency option entry for UTApi.uploadFiles looks correct. Ensure it matches the implementation in code.

examples/backend-adapters/client-vanilla/package.json (1)

12-12: Bump dependency to 7.7.0
The uploadthing dependency is updated correctly. Verify that the example still functions with the new experimental client API and concurrency option.

examples/minimal-nuxt/package.json (1)

14-14: Bump dependency to 7.7.0
uploadthing is updated successfully. Check compatibility with @uploadthing/nuxt@7.1.7 or consider bumping the Nuxt integration package if necessary.

packages/uploadthing/package.json (1)

3-3: Version bump to 7.7.0
The package version matches the changelog. Ensure peer and workspace dependencies are aligned for the new release.

examples/with-react-image-crop/package.json (1)

17-17: Bump dependency to 7.7.0
uploadthing is updated. Confirm that this version integrates smoothly with @uploadthing/react@7.3.0 in the image crop example.

examples/backend-adapters/server/package.json (1)

30-30: Release version bump
Updated the uploadthing dependency from 7.6.0 to 7.7.0 to align with the new release that includes the experimental client API and concurrency option.

examples/backend-adapters/client-vue/package.json (1)

12-12: Release version bump
Updated the uploadthing dependency from 7.6.0 to 7.7.0 to ensure the example is using the latest package version with the new experimental API and concurrency support.

examples/with-serveractions/package.json (1)

15-15: Release version bump
Bumped uploadthing from 7.6.0 to 7.7.0 to match the published version containing the new client API and concurrency feature.

examples/with-novel/package.json (1)

25-25: Release version bump
Changed uploadthing dependency to 7.7.0 in line with the latest release containing the experimental API and upload concurrency option.

examples/minimal-expo/package.json (1)

44-44: Release version bump
Updated uploadthing from 7.6.0 to 7.7.0 to reflect the new release’s features.

examples/backend-adapters/package.json (1)

30-30: Bump uploadthing dependency version.

The dependency has been correctly updated from 7.6.0 to 7.7.0 to match the new release. No further adjustments needed in this file.

examples/minimal-solidstart/package.json (1)

19-19: Bump uploadthing dependency version.

The dependency has been correctly updated from 7.6.0 to 7.7.0 to match the new release. No further adjustments needed in this file.

examples/with-drizzle-pagesdir/package.json (1)

23-23: Bump uploadthing dependency version.

The dependency has been correctly updated from 7.6.0 to 7.7.0 to match the new release. No further adjustments needed in this file.

examples/backend-adapters/client-react/package.json (1)

14-14: Bump uploadthing dependency version.

The dependency has been correctly updated from 7.6.0 to 7.7.0 to match the new release. No further adjustments needed in this file.

examples/minimal-sveltekit/package.json (1)

18-18: Bump uploadthing dependency version.

The dependency has been correctly updated from 7.6.0 to 7.7.0 to match the new release. No further adjustments needed in this file.

examples/minimal-appdir/package.json (1)

16-16: Approve dependency version bump
The uploadthing dependency has been correctly updated to 7.7.0 to match the new release.

examples/with-clerk-remix/package.json (1)

21-21: Approve dependency version bump
The uploadthing dependency has been correctly updated to 7.7.0 to match the new release.

examples/minimal-pagedir/package.json (1)

16-16: Approve dependency version bump
The uploadthing dependency has been correctly updated to 7.7.0 to match the new release.

examples/profile-picture/package.json (1)

32-32: Approve dependency version bump
The uploadthing dependency has been correctly updated to 7.7.0 to match the new release.

examples/with-tailwindcss/package.json (1)

16-16: Approve dependency version bump
The uploadthing dependency has been correctly updated to 7.7.0 to match the new release.

examples/with-clerk-appdir/package.json (1)

20-20: Bump uploadthing dependency to v7.7.0
This update aligns the example with the newly released version 7.7.0, enabling the experimental client API and concurrency option in UTApi.uploadFiles.

examples/with-drizzle-appdir/package.json (1)

22-22: Bump uploadthing dependency to v7.7.0
Consistently upgrades this example to the 7.7.0 release, matching the main package version bump.

examples/minimal-astro-react/package.json (1)

20-20: Bump uploadthing dependency to v7.7.0
Updated to reflect the 7.7.0 release; no other changes are required here.

examples/with-clerk-pagesdir/package.json (1)

20-20: Bump uploadthing dependency to v7.7.0
Aligns this example with the new release version.

examples/minimal-tanstack-start/package.json (1)

17-17: Bump uploadthing dependency to v7.7.0
Ensures the minimal TanStack example uses the latest uploadthing release.

examples/with-clerk-react-router/package.json (1)

22-22: Bump uploadthing to v7.7.0
The uploadthing dependency has been updated from 7.6.0 to 7.7.0 to align this example with the new release.

@github-actions github-actions bot force-pushed the changeset-release/main branch 3 times, most recently from 149d576 to 8c7ec41 Compare May 8, 2025 12:22
@vercel vercel bot temporarily deployed to Preview – legacy-docs-uploadthing May 8, 2025 12:22 Inactive
@github-actions github-actions bot force-pushed the changeset-release/main branch from c642f95 to 8101848 Compare May 8, 2025 12:26
@vercel vercel bot temporarily deployed to Preview – legacy-docs-uploadthing May 8, 2025 12:26 Inactive
@juliusmarminge juliusmarminge merged commit 5c51825 into main May 8, 2025
3 of 4 checks passed
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.

3 participants