Closed t3dotgg closed 1 month 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 | Oct 25, 2024 9:55am |
[!CAUTION]
Review failed
The pull request is closed.
This pull request includes updates across multiple projects related to the @uploadthing
package, reflecting changes in dependency versions, specifically incrementing versions for various dependencies from 7.0.3
to 7.1.0
and from 7.1.0
to 7.2.0
. Additionally, it includes updates to changelogs for the @uploadthing
packages, documenting the changes made. Several files were deleted, indicating that the packages were patched without detailing the specific changes.
File Path | Change Summary |
---|---|
.changeset/breezy-windows-admire.md | Deleted file containing dependency list and changelog for @uploadthing packages. |
.changeset/odd-cheetahs-kneel.md | Deleted file with patch for @uploadthing/svelte for compatibility with Svelte v5. |
examples/backend-adapters/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/backend-adapters/client-react/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/backend-adapters/client-vanilla/package.json | Updated uploadthing from 7.1.0 to 7.2.0 . |
examples/backend-adapters/client-vue/package.json | Updated @uploadthing/vue from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/backend-adapters/server/package.json | Updated uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-appdir/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-astro-react/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-expo/package.json | Updated @uploadthing/expo from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-nuxt/package.json | Updated @uploadthing/nuxt from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-sveltekit/package.json | Updated @uploadthing/svelte from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-solidstart/package.json | Updated @uploadthing/solid from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/minimal-tanstack-start/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-clerk-appdir/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-clerk-pagesdir/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-clerk-remix/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-drizzle-appdir/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-drizzle-pagesdir/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-novel/package.json | Updated @uploadthing/react from ^7.0.3 to ^7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-react-image-crop/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
examples/with-serveractions/package.json | Updated uploadthing from 7.1.0 to 7.2.0 . |
examples/with-tailwindcss/package.json | Updated @uploadthing/react from 7.0.3 to 7.1.0 and uploadthing from 7.1.0 to 7.2.0 . |
packages/expo/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/expo/package.json | Updated version from 7.0.3 to 7.1.0 . |
packages/nuxt/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/nuxt/package.json | Updated version from 7.0.3 to 7.1.0 . |
packages/react/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/react/package.json | Updated version from 7.0.3 to 7.1.0 . |
packages/shared/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/shared/package.json | Updated version from 7.0.3 to 7.1.0 and modified export path for types . |
packages/solid/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/solid/package.json | Updated version from 7.0.3 to 7.1.0 . |
packages/svelte/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/svelte/package.json | Updated version from 7.0.3 to 7.1.0 . |
packages/uploadthing/CHANGELOG.md | Updated changelog to include new version entry for 7.2.0 detailing dependency updates and method changes. |
packages/uploadthing/package.json | Updated version from 7.1.0 to 7.2.0 . |
packages/vue/CHANGELOG.md | Updated changelog to include new version entry for 7.1.0 detailing dependency updates. |
packages/vue/package.json | Updated version from 7.0.3 to 7.1.0 . |
@uploadthing/svelte
, which is directly related to the main PR's changes regarding compatibility with Svelte version 5.@uploadthing/react
, which is relevant as the main PR involves changes to the @uploadthing/svelte
package that may affect related packages.@uploadthing/svelte
package, directly aligning with the main PR's focus on Svelte compatibility.@uploadthing/svelte
.uploadthing/client
, examples
🐰 In the garden where bunnies play,
Dependencies change, come what may.
From7.0.3
to7.1.0
,
Updates galore, we hop and explore!
With patches and bumps, we cheer with glee,
For the code is fresh, as fresh as can be! 🌷
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?
Bundle | Size (gzip) | Visualization |
---|---|---|
Main | 27.50KB | See Treemap 📊 |
PR (a3b73492f5bdd4bed1e08a512a399ff5da1aead9) | 27.50KB | See Treemap 📊 |
Diff | No change |
- [@example/minimal-appdir](https://pkg.pr.new/template/2ac202a9-2b25-4eb0-b4ea-4f3bc5b6656b) - [@example/minimal-astro-react](https://pkg.pr.new/template/d3af8b72-9089-4608-a4f0-e14c5e7eed42) - [@example/minimal-nuxt](https://pkg.pr.new/template/50fd068f-7972-4d22-92b0-05cebeb92fb5) - [@example/minimal-expo](https://pkg.pr.new/template/22b4195e-00e7-40b6-b047-3739599ff227) - [@example/minimal-pagedir](https://pkg.pr.new/template/81370a78-0383-4e99-9abc-f7e012394caf) - [@example/minimal-solidstart](https://pkg.pr.new/template/0c2fa6fb-790b-42cb-8961-257827f13abc) - [@example/minimal-tanstack-start](https://pkg.pr.new/template/65832cea-77a5-41d2-a43f-166e8068c609) - [@example/minimal-sveltekit](https://pkg.pr.new/template/4723be6c-9983-41be-a407-bcc3cd20a7cc)
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/expo@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/mime-types@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/nuxt@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/react@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/shared@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/solid@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/svelte@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing@1010 ```
``` pnpm add https://pkg.pr.new/pingdotgg/uploadthing/@uploadthing/vue@1010 ```
commit: b4f0b26
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/expo@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
,72ac250
,3acc199
]:@uploadthing/nuxt@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
#1018
06c6787
Thanks @juliusmarminge! - fix: options was not forwarded to uploadthing handler correctlyUpdated dependencies [
01b1363
,3acc199
]:@uploadthing/react@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)Updated dependencies [
01b1363
,72ac250
,3acc199
]:@uploadthing/shared@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)#993
72ac250
Thanks @juliusmarminge! - chore: redact sensitive fields from logs usingeffect/Redacted
Updated dependencies [
e2df2a2
]:@uploadthing/solid@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)Updated dependencies [
01b1363
,72ac250
,3acc199
]:@uploadthing/svelte@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)#1029
176b2e9
Thanks @juliusmarminge! - chore: update svelte peer dep rangef73f393
Thanks @juliusmarminge! - chore: allow svelte v5 peer dep (#1006)Updated dependencies [
01b1363
,72ac250
,3acc199
]:uploadthing@7.2.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)426b461
Thanks @juliusmarminge! - fix: server handler not receiving the right middleware args when passed{ request: Request }
instead of just Request (#1017)#993
72ac250
Thanks @juliusmarminge! - chore: redact sensitive fields from logs usingeffect/Redacted
Updated dependencies [
01b1363
,72ac250
,3acc199
,e2df2a2
]:@uploadthing/vue@7.1.0
Minor Changes
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
Patch Changes
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009)Updated dependencies [
01b1363
,72ac250
,3acc199
]:@uploadthing/mime-types@0.3.1
Patch Changes
e2df2a2
Thanks @christian-bromann! - feat(@uploadthing/mime-types) add application/yaml as mime typeSummary by CodeRabbit
New Features
Dependency Updates
@uploadthing/react
,uploadthing
, and others, improving compatibility and functionality.Bug Fixes
Documentation