-
Notifications
You must be signed in to change notification settings - Fork 410
chore(release): 📦 version packages #1264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,11 +13,11 @@ | |
| "dependencies": { | ||
| "@clerk/nextjs": "^6.9.6", | ||
| "@t3-oss/env-nextjs": "^0.11.1", | ||
| "@uploadthing/react": "7.3.3", | ||
| "@uploadthing/react": "7.3.4", | ||
| "next": "15.5.8", | ||
| "react": "19.2.2", | ||
| "react-dom": "19.2.2", | ||
| "uploadthing": "7.7.4", | ||
| "uploadthing": "7.7.5", | ||
|
Comment on lines
+16
to
+20
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: I couldn’t find any evidence that @uploadthing/react 7.3.4 was ever published to npm (or tagged as a GitHub release). The latest published version shown on npm and in third-party package metadata is 7.3.3. [1][2] 🌐 Web query:
💡 Result: No public npm release of How to verify from your machine: npm view uploadthing version
npm view uploadthing versions --json | jq '.[-10:]'Sources: Citations:
🌐 Web query:
💡 Result: UploadThing is compatible with Next.js 15, including the App Router. The main Next.js 15–specific caveat in UploadThing’s docs is:
Also note that Next.js 15’s upgrade guidance sets React 19 as the minimum version (so dependency/peer-dep friction you hit during a Next 15 upgrade is often React 19 ecosystem-related, not UploadThing-specific). [2] Sources: [1] UploadThing Next.js App Router setup docs, [2] Next.js “Upgrading: Version 15” guide. Fix non-existent package versions preventing installation.
Corrected versions🤖 Prompt for AI Agents |
||
| "zod": "^3.24.1" | ||
| }, | ||
| "devDependencies": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,13 +13,13 @@ | |
| "@clerk/react-router": "^0.2.1", | ||
| "@react-router/node": "^7.0.0", | ||
| "@react-router/serve": "^7.0.0", | ||
| "@uploadthing/react": "7.3.3", | ||
| "@uploadthing/react": "7.3.4", | ||
| "isbot": "^5.1.19", | ||
| "react": "19.2.2", | ||
| "react-dom": "19.2.2", | ||
| "react-router": "^7.0.0", | ||
| "react-router-dom": "^7.1.3", | ||
| "uploadthing": "7.7.4" | ||
| "uploadthing": "7.7.5" | ||
|
Comment on lines
+16
to
+22
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: I couldn’t find any evidence that The latest published version I can confirm is 🌐 Web query:
💡 Result: uploadthing
|
||
| }, | ||
| "devDependencies": { | ||
| "@react-router/dev": "^7.0.0", | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,11 +14,11 @@ | |
| "@remix-run/node": "^2.12.0", | ||
| "@remix-run/react": "^2.12.0", | ||
| "@remix-run/serve": "^2.12.0", | ||
| "@uploadthing/react": "7.3.3", | ||
| "@uploadthing/react": "7.3.4", | ||
| "isbot": "^5.1.19", | ||
| "react": "19.2.2", | ||
| "react-dom": "19.2.2", | ||
| "uploadthing": "7.7.4" | ||
| "uploadthing": "7.7.5" | ||
|
Comment on lines
+17
to
+21
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: I couldn’t find any evidence that As of January 23, 2026, multiple package indexes report the latest published Sources: 🌐 Web query:
💡 Result: There don’t appear to be any release notes for If you were actually looking for npm CLI v7.7.5 (not the Sources: [1] [2] [3] Update The specified versions do not exist on npm:
Update both to their actual latest published versions to prevent installation failures in this example. 🤖 Prompt for AI Agents |
||
| }, | ||
| "devDependencies": { | ||
| "@remix-run/dev": "^2.12.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: pingdotgg/uploadthing
Length of output: 85
🌐 Web query:
@uploadthing/react 7.3.4 npm release notes changelog💡 Result:
I couldn’t find any published
@uploadthing/react7.3.4release/changelog entry on either npm or the upstream GitHub releases/tags—the latest 7.3.x release shown is7.3.3. [1][2]@uploadthing/react@7.3.3(Aug 17, 2025) — Patch changes#1232) [1]@uploadthing/shared@7.1.10[1]Sources: GitHub release notes [1], npm package page (shows latest as 7.3.3) [2].
[1] https://github.com/pingdotgg/uploadthing/releases/tag/%40uploadthing%2Freact%407.3.3
[2] https://www.npmjs.com/package/%40uploadthing/react
🌐 Web query:
uploadthing 7.7.5 npm release notes changelog breaking changes💡 Result:
As of January 23, 2026, there doesn’t appear to be an
uploadthing@7.7.5published to npm—public package trackers show7.7.4as the latest and list no7.7.5in the version history. [1], [2]Breaking changes?
If you’re looking for breaking changes in the v7 line, the major breaking changes are documented in the v6 → v7 migration guide, including (high level): env var rename
UPLOADTHING_SECRET→UPLOADTHING_TOKEN,createRouteHandlerreturn shape changes,genUploaderreturn shape changes, logging level changes, and config/polling behavior changes. [3]Sources:
[1] Socket “uploadthing” package page (versions / latest) (socket.dev)
[2] npm “uploadthing” versions page snippet (shows latest tag at 7.7.4) (npmjs.com)
[3] UploadThing docs: “Migrate from v6 to v7” (docs.uploadthing.com)
Citations:
Fix non-existent dependency versions in the example app.
@uploadthing/react@7.3.4anduploadthing@7.7.5do not exist on npm. The latest published versions are@uploadthing/react@7.3.3anduploadthing@7.7.4respectively. Update the package.json to use these actual published versions to ensure the example app can be installed and run.🤖 Prompt for AI Agents