Closed juliusmarminge closed 1 month ago
Latest commit: effdbe0c015e78e7c4186bcc43c027bea3acfb9c
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 25, 2024 9:24am |
The pull request includes updates to several package.json
files across different projects. The primary changes involve incrementing the versions of various dependencies, specifically the @effect/platform
, @effect/platform-node
, and effect
packages. Additionally, the @effect/vitest
package has been updated. These updates reflect minor improvements and bug fixes, with no changes made to other sections like scripts or configurations.
File | Change Summary |
---|---|
examples/backend-adapters/server/package.json | Updated dependencies: @effect/platform from 0.69.6 to 0.69.8 , @effect/platform-node from 0.64.7 to 0.64.9 , effect from 3.10.2 to 3.10.3 |
package.json | Updated dependency: @effect/vitest from 0.13.1 to 0.13.3 |
packages/shared/package.json | Updated dependency: effect from 3.10.2 to 3.10.3 |
packages/uploadthing/package.json | Updated dependencies: @effect/platform from 0.69.6 to 0.69.8 , effect from 3.10.2 to 3.10.3 |
packages/shared/src/error.ts | Added import: import * as Predicate from "effect/Predicate"; and updated error handling logic |
packages/shared/src/utils.ts | Updated method signature for safeParseJSON , removed isObject and asArray functions |
packages/uploadthing/src/client.ts | Replaced asArray with Arr.ensure in upload handling functions |
packages/uploadthing/src/sdk/index.ts | Replaced asArray with Arr.ensure in multiple methods of UTApi class |
packages/uploadthing/src/sdk/utils.ts | Added import for Predicate and updated type checking in downloadFiles function |
Objective | Addressed | Explanation |
---|---|---|
Ensure callbackUrl defaults are handled correctly in config (1027) |
❌ | The PR does not address the issue of handling callbackUrl: undefined . |
uploadthing
package to version 7.1.0
, which includes dependency updates for @effect/platform
and effect
, directly related to the changes in the main PR that also updates these dependencies.effect/Redacted
type to enhance the handling of sensitive information, which aligns with the updates in the main PR that also involves dependency updates for effect
.uploadthing
package to accommodate recent API changes in effect/platform
, which is relevant as the main PR also updates the @effect/platform
dependency.@effect/platform
dependency, which is also reflected in the main PR's updates to the same package.@effect/platform
dependency, which is consistent with the changes made in the main PR regarding dependency updates.sdk
, examples
🐰 In the garden of code, we hop and play,
With versions updated, we brighten the day.
Dependencies dance, in a rhythmic tune,
Bugs take their leave, like flowers in bloom.
So here’s to the changes, both big and small,
A leap towards progress, let’s celebrate all! 🌼
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/540a6cda-f228-444b-aef5-911bfe48a522) - [@example/minimal-astro-react](https://pkg.pr.new/template/02d010c0-afaa-4e50-808a-07d6ecf31c7a) - [@example/minimal-nuxt](https://pkg.pr.new/template/b8c4de98-9776-4f55-9851-045d4d7b7267) - [@example/minimal-expo](https://pkg.pr.new/template/3270d869-1822-4a94-b252-617792c43f22) - [@example/minimal-pagedir](https://pkg.pr.new/template/44cdf67b-1a0f-4cac-bbfb-6d559ff7e9b8) - [@example/minimal-solidstart](https://pkg.pr.new/template/a538c077-e15b-49b6-a7f5-6184ed79a178) - [@example/minimal-sveltekit](https://pkg.pr.new/template/09c16cc4-9120-484b-bb60-dcc3bfe9d627) - [@example/minimal-tanstack-start](https://pkg.pr.new/template/02a7e367-0658-4860-bf45-fc5d10d40805)
pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/shared@1030
pnpm add https://pkg.pr.new/pingdotgg/uploadthing@1030
commit: effdbe0
Bundle | Size (gzip) | Visualization |
---|---|---|
Main | 27.20KB | See Treemap 📊 |
PR (5c464ebda1aae89067330fa997f1dfd5a1fe72d8) | 27.50KB | See Treemap 📊 |
Diff | ↑299.00B |
Closes #1027
Summary by CodeRabbit
New Features
Bug Fixes
Improvements