Closed juliusmarminge closed 1 month ago
Latest commit: 97b69fa18ca1aef69e184959b41328ba3119c861
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a 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 | Oct 14, 2024 7:43am |
The pull request includes updates to the package.json
files across three packages: @example/backend-adapters-server
, @uploadthing/shared
, and uploadthing
. These updates primarily involve incrementing the versions of several dependencies, particularly the effect
package and related packages from the @effect
namespace. Additionally, there are type simplifications in the UTApi
class within the uploadthing
package, specifically in the runtime
and executeAsync
methods.
File | Change Summary |
---|---|
examples/backend-adapters/server/package.json | Updated dependencies: @effect/platform from 0.66.2 to 0.68.4 , @effect/platform-node from 0.61.3 to 0.63.4 , @effect/schema from 0.74.1 to 0.75.4 , effect from 3.8.4 to 3.9.2 . |
packages/shared/package.json | Updated version to 7.0.3 , effect from 3.8.4 to 3.9.2 , corrected export path from ./dist/index.d.cts to ./dist/index.d.ts . |
packages/uploadthing/package.json | Updated dependencies: @effect/platform from 0.66.2 to 0.68.4 , @effect/schema from 0.74.1 to 0.75.4 , effect from 3.8.4 to 3.9.2 . |
packages/uploadthing/src/sdk/index.ts | Updated UTApi class: simplified runtime type and executeAsync method parameter type. |
upload.browser.ts
and upload.server.ts
files to include the version from package.json
in upload requests, which is relevant as the main PR also updates the effect
package version in package.json
.effect
dependencies in multiple files, including package.json
, which aligns with the main PR's updates to the effect
package version.examples
In the garden where code does bloom,
Dependencies dance, dispelling gloom.
With versions updated, we hop with glee,
Simplified types, oh what a spree!
From0.66
to0.68
, we leap,
In the world of code, our joy runs deep! 🐇✨
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?
- [@example/minimal-appdir](https://pkg.pr.new/template/224c9efc-34fe-405c-a31c-51448775030f) - [@example/minimal-astro-react](https://pkg.pr.new/template/70db0744-f2cf-41ad-9ca7-38544e684b0b) - [@example/minimal-expo](https://pkg.pr.new/template/804acab9-8a21-4397-82bf-e4355b30771f) - [@example/minimal-nuxt](https://pkg.pr.new/template/5869dd6b-a625-4abd-bcbe-dc0ab6542974) - [@example/minimal-pagedir](https://pkg.pr.new/template/8e2d08cf-f7b4-4e26-a13d-34a30d8bdd71) - [@example/minimal-solidstart](https://pkg.pr.new/template/ee660d5d-6b21-4b7b-866c-5f947cae6a33) - [@example/minimal-sveltekit](https://pkg.pr.new/template/1159bfbe-e7b1-42de-8784-c62b77459aa4) - [@example/minimal-tanstack-start](https://pkg.pr.new/template/e7478080-f9b2-4e1d-9ef0-a7d6f834e437)
pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/shared@1009
pnpm add https://pkg.pr.new/pingdotgg/uploadthing@1009
commit: 97b69fa
Bundle | Size (gzip) | Visualization |
---|---|---|
Main | 26.11KB | See Treemap 📊 |
PR (130cfaab425e36f686f092d5ea7800b68f7012d0) | 26.11KB | See Treemap 📊 |
Diff | ↓4.00B |
follow-up on #1005
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
UTApi
class to streamline HTTP client interactions.