Closed juliusmarminge closed 2 months ago
Latest commit: 01980dca1a605fdd7608e796ec7454b0289885a4
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 | Sep 24, 2024 10:42pm |
The pull request updates the package.json
file for the solid
package by removing the dependency on @uploadthing/dropzone
and adding a new dependency on file-selector
version 0.6.0
. The existing dependency on @uploadthing/shared
remains unchanged. Additionally, a new file has been introduced to specify patches for several UploadThing-related packages, and the internal dropzone package has been removed to resolve peer dependency conflicts.
Files | Change Summary |
---|---|
packages/solid/package.json |
Removed dependency on @uploadthing/dropzone , added file-selector version 0.6.0 . |
packages/solid/patches.json |
Introduced a new file specifying patches for UploadThing-related packages. |
UploadDropzone
component, which is relevant to the changes made in the main PR regarding the removal of the @uploadthing/dropzone
dependency.UploadDropzone
component, which is directly related to the changes in the main PR that involve the UploadDropzone
functionality.package.json
for the @example/minimal-solidstart
project, which includes modifications related to the @uploadthing/solid
package, aligning with the changes in the main PR.🐇 In the meadow where code takes flight,
A dropzone bid farewell, into the night.
Withfile-selector
now in our grasp,
We leap through changes, a joyful clasp.
Hopping along, with each new delight,
Embracing the future, our code shines bright! 🌼
.changeset/curly-hornets-chew.md (2)
`1-7`: **LGTM: Changeset file structure is correct.** The changeset file is well-structured, listing the packages that will receive patch updates. This is in line with best practices for managing versioning in a monorepo. --- `9-9`: **Verify the impact of removing the internal dropzone package.** The removal of the internal dropzone package to prevent peer dependency conflicts is a good step towards improving package management. However, it's important to ensure that this change doesn't negatively impact the functionality of the affected packages. Let's verify the impact of this change: Please review the results of these checks to ensure that the removal of the internal dropzone package has been completed successfully across the project.
- [@example/minimal-astro-react](https://pkg.pr.new/template/80827184-3555-40cb-814c-e74f80fd50b7) - [@example/minimal-appdir](https://pkg.pr.new/template/a16eb809-ab62-4f07-aa19-50ce52fa6c44) - [@example/minimal-nuxt](https://pkg.pr.new/template/cc5a6ecf-a900-4bb6-9c98-e4b0a6586aae) - [@example/minimal-expo](https://pkg.pr.new/template/2d5f2301-714a-44c3-aaab-9473e601bfc6) - [@example/minimal-pagedir](https://pkg.pr.new/template/41f68a6e-b9e4-418e-a3aa-87555b9b5241) - [@example/minimal-solidstart](https://pkg.pr.new/template/d03b1842-d1fb-4376-9e7f-703493fccd02) - [@example/minimal-sveltekit](https://pkg.pr.new/template/8947f51e-841e-449c-abea-b972b6b88b24)
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/nuxt@977 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/react@977 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/shared@977 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/solid@977 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/svelte@977 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/vue@977 ```
commit: 01980dc
Bundle | Size (gzip) | Visualization |
---|---|---|
Main | 26.03KB | See Treemap 📊 |
PR (0ade0807d3fcbba9030e1231bbfb6da975b98eb5) | 26.03KB | See Treemap 📊 |
Diff | No change |
@uploadthing/dropzone/core
into@uploadthing/shared
Summary by CodeRabbit
New Features
file-selector
dependency for improved file handling.Bug Fixes
@uploadthing/dropzone
dependency to streamline package management and resolve bundling issues.Refactor
Documentation