Open tim-smart opened 3 weeks ago
Latest commit: df032366872c382e104c43805b2b3ae1074687c0
The changes in this PR will be included in the next version bump.
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
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 20, 2024 2:06pm |
[!IMPORTANT]
Review skipped
Draft detected.
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.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The pull request introduces changes to multiple package.json
files and the client.ts
file within the uploadthing
project. The effect
package dependency is updated to reference a specific commit URL instead of a version string in both the examples/backend-adapters/server/package.json
and uploadthing-turbo/package.json
. Additionally, the client.ts
file sees modifications to the error handling and control flow, specifically updating the tagging system for success and interruption states in the upload functionality.
File Path | Change Summary |
---|---|
examples/backend-adapters/server/package.json |
Updated effect dependency from version "3.10.3" to commit URL "https://pkg.pr.new/Effect-TS/effect@0ec61cf" |
uploadthing-turbo/package.json |
Added new overrides section to specify effect package override to "https://pkg.pr.new/Effect-TS/effect@0ec61cf" |
packages/uploadthing/src/client.ts |
Modified error handling and control flow; updated tags for success and interruption states in upload functions. |
effect
package version in the package.json
file, which is directly related to the changes made in the main PR where the effect
package version was also updated to a specific commit URL.effect
package version in the examples/backend-adapters/server/package.json
, indicating a direct relationship in terms of dependency management.effect
package version in the examples/backend-adapters/server/package.json
, aligning with the changes made in the main PR regarding the effect
package.effect
package version in the examples/backend-adapters/server/package.json
, which is consistent with the version change in the main PR.sdk
, uploadthing/client
🐇 In the code, I hop and play,
With packages that change each day.
From version strings to URLs bright,
I dance through errors, making it right!
With tags of success, I leap and bound,
In the world of uploads, joy is found! 🌟
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?
Damn CodeRabbit is yappin'
- [@example/minimal-appdir](https://pkg.pr.new/template/9491d90a-7bef-420e-8ab8-9a1c6bb11d2c) - [@example/minimal-astro-react](https://pkg.pr.new/template/d2c86e66-0a90-4f4b-a271-ea3b61ef702f) - [@example/minimal-expo](https://pkg.pr.new/template/d5eae986-b881-4222-84b8-cdfb66eab218) - [@example/minimal-nuxt](https://pkg.pr.new/template/681c85cb-6201-4050-aa12-47cd673dcf98) - [@example/minimal-pagedir](https://pkg.pr.new/template/b248c042-bada-4bf8-ad91-0524e01c731d) - [@example/minimal-solidstart](https://pkg.pr.new/template/e6fbab0e-2219-43b2-8e73-dce5907806e0) - [@example/minimal-sveltekit](https://pkg.pr.new/template/93ae2db4-dca6-413a-85b6-9edee3650d3a) - [@example/minimal-tanstack-start](https://pkg.pr.new/template/8c5e66fe-708c-439e-b3bb-5ea7d9635ee4)
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/expo@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/mime-types@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/nuxt@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/react@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/shared@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/solid@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/svelte@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing@1037 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/vue@1037 ```
commit: 7d7a262
Summary by CodeRabbit
New Features
overrides
section in thepackage.json
for improved dependency management.Bug Fixes
Chores
effect
package to point to a specific commit for better version control.