-
Notifications
You must be signed in to change notification settings - Fork 313
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
fix(tw plugin): use require.resolve to avoid going outside of fs root #696
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 65a58ce The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
A new canary is available for testing. You can install this latest build in your project with: pnpm add @uploadthing/dropzone@0.2.2-canary.8c54a76
pnpm add @uploadthing/mime-types@0.2.7-canary.8c54a76
pnpm add @uploadthing/react@6.3.5-canary.8c54a76
pnpm add @uploadthing/shared@6.3.5-canary.8c54a76
pnpm add @uploadthing/solid@6.2.2-canary.8c54a76
pnpm add uploadthing@6.5.3-canary.8c54a76 |
Need to resolve local dev first. this works for consumers but currently running dev in the monorepo fails... : (see https://pinglabsworkspace.slack.com/archives/C052S77L05C/p1710020749504469?thread_ts=1709973815.322309&cid=C052S77L05C) |
Local issue will be resolved with this fix in Next.js to support Bun workspaces with turbo: vercel/next.js#63112 |
Think we're good to merge even before Next.js fixes their issue. We don't currently run examples with Stuff works for consumers nevertheless |
Closes #687