Closed t3dotgg closed 2 weeks 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 | Nov 6, 2024 9:16am |
[!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 4 minutes and 8 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
Reviewing files that changed from the base of the PR and between 24543c906367bd7c1940a25923b37151d3212ef9 and f9394cee3e274142f2ccc60420f8209e4b8f39d7.
This pull request updates various package.json
files across multiple projects to increment the version of the uploadthing
dependency from 7.2.0
to 7.2.1
. Additionally, it removes a file that contained a patch for the uploadthing
and @uploadthing/nuxt
packages, which included conditional logic for dynamically adding stylesheets or Tailwind CSS plugins based on the installation status of the @nuxtjs/tailwindcss
package.
File Path | Change Summary |
---|---|
.changeset/little-boxes-taste.md | Deleted file containing a patch for uploadthing and @uploadthing/nuxt packages. |
examples/backend-adapters/client-react/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/backend-adapters/client-vanilla/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/backend-adapters/client-vue/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/backend-adapters/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/backend-adapters/server/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-appdir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-astro-react/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-expo/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-nuxt/package.json | Updated @uploadthing/nuxt from 7.1.0 to 7.1.1 and uploadthing from 7.2.0 to 7.2.1 . |
examples/minimal-pagedir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-solidstart/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-sveltekit/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/minimal-tanstack-start/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-clerk-appdir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-clerk-pagesdir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-clerk-remix/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-drizzle-appdir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-drizzle-pagesdir/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-novel/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-react-image-crop/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-serveractions/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
examples/with-tailwindcss/package.json | Updated uploadthing version from 7.2.0 to 7.2.1 . |
packages/nuxt/CHANGELOG.md | Updated changelog to include new version 7.1.1 for @uploadthing/nuxt and related changes. |
packages/nuxt/package.json | Updated version from 7.1.0 to 7.1.1 . |
packages/uploadthing/CHANGELOG.md | Updated changelog to include new version 7.2.1 and related changes. |
packages/uploadthing/package.json | Updated version from 7.2.0 to 7.2.1 . |
uploadthing
package.uploadthing
package, including fixes and enhancements.uploadthing/client
, examples
🐇 In the garden, changes bloom,
Withuploadthing
now in tune,
A version bump, a patch so bright,
Tailwind styles in the light.
Hop along, let's celebrate,
New updates make our code great! 🌼
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.3.0
Minor Changes
2d9eb40
Thanks @juliusmarminge! - feat: forward request context toonUploadComplete
andonUploadError
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route#1043
d72a427
Thanks @juliusmarminge! - fix: support input transformers#1033
de98bab
Thanks @juliusmarminge! - fix: dynamically add either stylesheet or tailwind plugin based on whether `@nuxtjs/tailwindcss´ is installed#1013
7ae1ed9
Thanks @juliusmarminge! - chore: only slice file when necessary for resumabilityUpdated dependencies [
7ae1ed9
]:@uploadthing/expo@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file routeUpdated dependencies [
1afb1c9
]:@uploadthing/mime-types@0.3.2
Patch Changes
7ae1ed9
Thanks @juliusmarminge! - fix: support legacy module resolutions to support Expo@uploadthing/nuxt@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route#1033
de98bab
Thanks @juliusmarminge! - fix: dynamically add either stylesheet or tailwind plugin based on whether `@nuxtjs/tailwindcss´ is installedUpdated dependencies [
1afb1c9
]:@uploadthing/react@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file routeUpdated dependencies []:
@uploadthing/shared@7.1.1
Patch Changes
7ae1ed9
]:@uploadthing/solid@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file routeUpdated dependencies []:
@uploadthing/svelte@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file routeUpdated dependencies []:
@uploadthing/vue@7.1.1
Patch Changes
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file routeUpdated dependencies []: