-
Notifications
You must be signed in to change notification settings - Fork 407
chore(release): 📦 version packages #1185
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
|
Warning Rate limit exceeded@github-actions[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 8 minutes and 30 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (28)
WalkthroughThis update removes two changeset files that documented recent feature additions and patches for the "uploadthing" package, specifically regarding a new experimental client API and a concurrency option for file uploads. The version of "uploadthing" is incremented from 7.6.0 to 7.7.0 across the main package and all example projects. The changelog is updated to reflect these new features, including the experimental API and the concurrency option for Changes
Possibly related PRs
Suggested reviewers
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
packages/uploadthing/CHANGELOG.md (2)
7-15: Convert bare URLs to links
Bare URLs violate MD034. Use a markdown link for the example usage URL, e.g.:[example usage](https://github.com/pingdotgg/uploadthing/blob/main/playground/app/originui/page.tsx)🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
14-14: Bare URL used
null(MD034, no-bare-urls)
7-15: Align list indentation
Indent commit SHAs and descriptions consistently under### Minor Changesfor readability.🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
14-14: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (28)
.changeset/happy-houses-hang.md(0 hunks).changeset/neat-melons-protect.md(0 hunks)examples/backend-adapters/client-react/package.json(1 hunks)examples/backend-adapters/client-vanilla/package.json(1 hunks)examples/backend-adapters/client-vue/package.json(1 hunks)examples/backend-adapters/package.json(1 hunks)examples/backend-adapters/server/package.json(1 hunks)examples/minimal-appdir/package.json(1 hunks)examples/minimal-astro-react/package.json(1 hunks)examples/minimal-expo/package.json(1 hunks)examples/minimal-nuxt/package.json(1 hunks)examples/minimal-pagedir/package.json(1 hunks)examples/minimal-solidstart/package.json(1 hunks)examples/minimal-sveltekit/package.json(1 hunks)examples/minimal-tanstack-start/package.json(1 hunks)examples/profile-picture/package.json(1 hunks)examples/with-clerk-appdir/package.json(1 hunks)examples/with-clerk-pagesdir/package.json(1 hunks)examples/with-clerk-react-router/package.json(1 hunks)examples/with-clerk-remix/package.json(1 hunks)examples/with-drizzle-appdir/package.json(1 hunks)examples/with-drizzle-pagesdir/package.json(1 hunks)examples/with-novel/package.json(1 hunks)examples/with-react-image-crop/package.json(1 hunks)examples/with-serveractions/package.json(1 hunks)examples/with-tailwindcss/package.json(1 hunks)packages/uploadthing/CHANGELOG.md(1 hunks)packages/uploadthing/package.json(1 hunks)
💤 Files with no reviewable changes (2)
- .changeset/happy-houses-hang.md
- .changeset/neat-melons-protect.md
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
packages/uploadthing/CHANGELOG.md
14-14: Bare URL used
null
(MD034, no-bare-urls)
🔇 Additional comments (27)
packages/uploadthing/CHANGELOG.md (2)
3-4: Release section formatting is correct
The## 7.7.0header properly introduces the new release section.
18-21: Confirm patch entry accuracy
The concurrency option entry forUTApi.uploadFileslooks correct. Ensure it matches the implementation in code.examples/backend-adapters/client-vanilla/package.json (1)
12-12: Bump dependency to 7.7.0
Theuploadthingdependency is updated correctly. Verify that the example still functions with the new experimental client API and concurrency option.examples/minimal-nuxt/package.json (1)
14-14: Bump dependency to 7.7.0
uploadthingis updated successfully. Check compatibility with@uploadthing/nuxt@7.1.7or consider bumping the Nuxt integration package if necessary.packages/uploadthing/package.json (1)
3-3: Version bump to 7.7.0
The package version matches the changelog. Ensure peer and workspace dependencies are aligned for the new release.examples/with-react-image-crop/package.json (1)
17-17: Bump dependency to 7.7.0
uploadthingis updated. Confirm that this version integrates smoothly with@uploadthing/react@7.3.0in the image crop example.examples/backend-adapters/server/package.json (1)
30-30: Release version bump
Updated theuploadthingdependency from7.6.0to7.7.0to align with the new release that includes the experimental client API and concurrency option.examples/backend-adapters/client-vue/package.json (1)
12-12: Release version bump
Updated theuploadthingdependency from7.6.0to7.7.0to ensure the example is using the latest package version with the new experimental API and concurrency support.examples/with-serveractions/package.json (1)
15-15: Release version bump
Bumpeduploadthingfrom7.6.0to7.7.0to match the published version containing the new client API and concurrency feature.examples/with-novel/package.json (1)
25-25: Release version bump
Changeduploadthingdependency to7.7.0in line with the latest release containing the experimental API and upload concurrency option.examples/minimal-expo/package.json (1)
44-44: Release version bump
Updateduploadthingfrom7.6.0to7.7.0to reflect the new release’s features.examples/backend-adapters/package.json (1)
30-30: Bumpuploadthingdependency version.The dependency has been correctly updated from
7.6.0to7.7.0to match the new release. No further adjustments needed in this file.examples/minimal-solidstart/package.json (1)
19-19: Bumpuploadthingdependency version.The dependency has been correctly updated from
7.6.0to7.7.0to match the new release. No further adjustments needed in this file.examples/with-drizzle-pagesdir/package.json (1)
23-23: Bumpuploadthingdependency version.The dependency has been correctly updated from
7.6.0to7.7.0to match the new release. No further adjustments needed in this file.examples/backend-adapters/client-react/package.json (1)
14-14: Bumpuploadthingdependency version.The dependency has been correctly updated from
7.6.0to7.7.0to match the new release. No further adjustments needed in this file.examples/minimal-sveltekit/package.json (1)
18-18: Bumpuploadthingdependency version.The dependency has been correctly updated from
7.6.0to7.7.0to match the new release. No further adjustments needed in this file.examples/minimal-appdir/package.json (1)
16-16: Approve dependency version bump
Theuploadthingdependency has been correctly updated to7.7.0to match the new release.examples/with-clerk-remix/package.json (1)
21-21: Approve dependency version bump
Theuploadthingdependency has been correctly updated to7.7.0to match the new release.examples/minimal-pagedir/package.json (1)
16-16: Approve dependency version bump
Theuploadthingdependency has been correctly updated to7.7.0to match the new release.examples/profile-picture/package.json (1)
32-32: Approve dependency version bump
Theuploadthingdependency has been correctly updated to7.7.0to match the new release.examples/with-tailwindcss/package.json (1)
16-16: Approve dependency version bump
Theuploadthingdependency has been correctly updated to7.7.0to match the new release.examples/with-clerk-appdir/package.json (1)
20-20: Bumpuploadthingdependency to v7.7.0
This update aligns the example with the newly released version 7.7.0, enabling the experimental client API and concurrency option inUTApi.uploadFiles.examples/with-drizzle-appdir/package.json (1)
22-22: Bumpuploadthingdependency to v7.7.0
Consistently upgrades this example to the 7.7.0 release, matching the main package version bump.examples/minimal-astro-react/package.json (1)
20-20: Bumpuploadthingdependency to v7.7.0
Updated to reflect the 7.7.0 release; no other changes are required here.examples/with-clerk-pagesdir/package.json (1)
20-20: Bumpuploadthingdependency to v7.7.0
Aligns this example with the new release version.examples/minimal-tanstack-start/package.json (1)
17-17: Bumpuploadthingdependency to v7.7.0
Ensures the minimal TanStack example uses the latest uploadthing release.examples/with-clerk-react-router/package.json (1)
22-22: Bump uploadthing to v7.7.0
Theuploadthingdependency has been updated from7.6.0to7.7.0to align this example with the new release.
149d576 to
8c7ec41
Compare
c642f95 to
8101848
Compare
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@7.7.0
Minor Changes
#1176
bc3d422Thanks @juliusmarminge! - feat: introduce
new experimental client API
This API is not covered under semver. Check out some example usage here:
https://github.com/pingdotgg/uploadthing/blob/main/playground/app/originui/page.tsx
#1189
b95c591Thanks @juliusmarminge! - feat: dynamic
region selection
📚 https://docs.uploadthing.com/concepts/regions-acl#dynamic-region-selection
Patch Changes
e83c569Thanks @juliusmarminge! - add concurrency
option to
UTApi.uploadFiles