Closed t3dotgg closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 8, 2024 9:47pm |
[!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 15 minutes and 24 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](https://coderabbit.ai/docs/faq) for further information.π₯ Commits
Files that changed from the base of the PR and between 3598102f5fd2af3ebc39d1b87535bba578c4f942 and 32464db4bb678021bd2e4286cfe6c98af52adace.
This pull request introduces updates to the @uploadthing/react
, @uploadthing/expo
, and uploadthing
packages, incrementing their version numbers from 7.0.2
to 7.0.3
and from 7.0.2
to 7.1.0
, respectively. The changes primarily address the pluralization of the dropzone label based on maxFileCount
in the @uploadthing/react
package and enforce a return type of JSONObject
for the onUploadComplete
callback in the uploadthing
package. Additionally, several package.json
files across various example projects have been updated to reflect the new dependency versions.
File(s) | Change Summary |
---|---|
.changeset/cool-boats-look.md |
Deleted file contained a patch for pluralization of dropzone label when maxFileCount exceeds 1. |
.changeset/ten-pillows-smile.md |
Deleted file contained a patch for onUploadComplete callback enforcing a return type of JSONObject . |
examples/backend-adapters/*.json , examples/minimal-*.json , examples/with-*.json |
Updated @uploadthing/react version from 7.0.2 to 7.0.3 . |
examples/minimal-expo/package.json |
Updated @uploadthing/expo version from 7.0.2 to 7.0.3 . |
packages/expo/CHANGELOG.md |
Updated changelog for @uploadthing/expo to include version 7.0.3 . |
packages/expo/package.json |
Updated @uploadthing/expo version from 7.0.2 to 7.0.3 . |
packages/react/CHANGELOG.md |
Updated changelog for @uploadthing/react to include version 7.0.3 and pluralization fix. |
packages/react/package.json |
Updated @uploadthing/react version from 7.0.2 to 7.0.3 . |
packages/uploadthing/CHANGELOG.md |
Updated changelog for uploadthing to include version 7.1.0 and a fix for onUploadComplete . |
packages/uploadthing/package.json |
Updated uploadthing version from 7.0.2 to 7.1.0 . |
packages/shared/CHANGELOG.md , packages/shared/package.json , packages/solid/CHANGELOG.md , packages/solid/package.json , packages/svelte/CHANGELOG.md , packages/svelte/package.json , packages/vue/CHANGELOG.md , packages/vue/package.json |
Updated various packages to version 7.0.3 . |
onUploadComplete
callback must return a JSONObject
, which is directly related to the functionality of the upload process mentioned in the main PR.uploadthing
package, which encompasses the changes made in the main PR regarding the pluralization of the dropzone label and other related functionalities.π documentation
π° In the garden where the bunnies play,
New versions hop in, brightening the day.
Labels now dance with a plural flair,
Uploading files with a joyful air!
With each little change, we cheer and we leap,
For updates like these, our hearts brightly beep! πΌ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
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.1.0
Minor Changes
#978
a3fa6af
Thanks @juliusmarminge! - feat: return object hash in onUploadComplete#997
68d7d31
Thanks @juliusmarminge! - feat: allow different log formatsYou can now set any of the built-in log formats by passing in the
logFormat
config option.Patch Changes
#1002
ab572ac
Thanks @juliusmarminge! - chore: deprecateUTApi.getFileUrls
. π Read Accessing files on how to safely access files without requiring an extra API call#998
d4d453d
Thanks @juliusmarminge! - chore: send version header when uploading to have accurate version shown on dashboard#987
e48abf5
Thanks @juraj98! - Fixed withUt to work in monorepos#968
2a918e8
Thanks @juliusmarminge! - fix: enforce JSONObject return inonUploadComplete
callback#991
fe83f4a
Thanks @juliusmarminge! - fix: prefer browser recognized mime type over file extension lookup when matching file's type to router config#1001
d35ad7e
Thanks @juliusmarminge! - fix:UTApi.getFileUrls
ensure we're always sending keys as arrayUpdated dependencies [
2afabe5
,53f4ab6
,fe83f4a
]:@uploadthing/expo@7.0.3
Patch Changes
#989
53f4ab6
Thanks @juraj98! - fix vite monorepos sometimes complaining about$RefreshSig$ is not a function
Updated dependencies [
cfba572
,2afabe5
,e53bc01
,53f4ab6
,fe83f4a
]:@uploadthing/nuxt@7.0.3
Patch Changes
2afabe5
,e53bc01
]:@uploadthing/react@7.0.3
Patch Changes
#966
cfba572
Thanks @juliusmarminge! - fix: pluralize dropzone label whenmaxFileCount > 1
#977
2afabe5
Thanks @juliusmarminge! - chore: remove internal dropzone package to prevent peer dependency conflicts between package managers#980
e53bc01
Thanks @juliusmarminge! - fix: file picker would open twice when clicking the input element on the dropzone#989
53f4ab6
Thanks @juraj98! - fix vite monorepos sometimes complaining about$RefreshSig$ is not a function
Updated dependencies [
2afabe5
,53f4ab6
,fe83f4a
]:@uploadthing/shared@7.0.3
Patch Changes
#977
2afabe5
Thanks @juliusmarminge! - chore: remove internal dropzone package to prevent peer dependency conflicts between package managers#989
53f4ab6
Thanks @juraj98! - fix vite monorepos sometimes complaining about$RefreshSig$ is not a function
#991
fe83f4a
Thanks @juliusmarminge! - fix: prefer browser recognized mime type over file extension lookup when matching file's type to router config@uploadthing/solid@7.0.3
Patch Changes
#977
2afabe5
Thanks @juliusmarminge! - chore: remove internal dropzone package to prevent peer dependency conflicts between package managers#980
e53bc01
Thanks @juliusmarminge! - fix: file picker would open twice when clicking the input element on the dropzoneUpdated dependencies [
2afabe5
,53f4ab6
,fe83f4a
]:@uploadthing/svelte@7.0.3
Patch Changes
#977
2afabe5
Thanks @juliusmarminge! - chore: remove internal dropzone package to prevent peer dependency conflicts between package managers#980
e53bc01
Thanks @juliusmarminge! - fix: file picker would open twice when clicking the input element on the dropzoneUpdated dependencies [
2afabe5
,53f4ab6
,fe83f4a
]:@uploadthing/vue@7.0.3
Patch Changes
#977
2afabe5
Thanks @juliusmarminge! - chore: remove internal dropzone package to prevent peer dependency conflicts between package managers#980
e53bc01
Thanks @juliusmarminge! - fix: file picker would open twice when clicking the input element on the dropzoneUpdated dependencies [
2afabe5
,53f4ab6
,fe83f4a
]: