-
Notifications
You must be signed in to change notification settings - Fork 619
Version Packages #7957
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
Version Packages #7957
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
WalkthroughRemoved a changeset entry, bumped packages/ai-sdk-provider version to 0.1.2, and added a corresponding 0.1.2 changelog entry. No source code or public API changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7957 +/- ##
=======================================
Coverage 56.52% 56.52%
=======================================
Files 904 904
Lines 58623 58623
Branches 4146 4146
=======================================
Hits 33138 33138
Misses 25380 25380
Partials 105 105
🚀 New features to boost your workflow:
|
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 (1)
packages/ai-sdk-provider/package.json (1)
59-59: Add a size-limit budget in package.json to track bundle size.Per guidelines, please wire up size-limit for this package. Non-blocking for this release PR.
Apply something like:
{ "name": "@thirdweb-dev/ai-sdk-provider", + "size-limit": [ + { "path": "dist/esm/exports/thirdweb.js", "limit": "5 KB" } + ], "scripts": { "build": "pnpm clean && pnpm build:cjs && pnpm build:esm && pnpm build:types", + "size": "size-limit" }, "devDependencies": { "@ai-sdk/provider": "2.0.0", "@ai-sdk/provider-utils": "3.0.7", "@biomejs/biome": "2.0.6", - "rimraf": "6.0.1" + "rimraf": "6.0.1", + "size-limit": "^11.1.0", + "esbuild": "^0.21.0" } }
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (3)
.changeset/pink-hands-find.md(0 hunks)packages/ai-sdk-provider/CHANGELOG.md(1 hunks)packages/ai-sdk-provider/package.json(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/pink-hands-find.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/ai-sdk-provider/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (6)
- GitHub Check: Unit Tests
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Size
- GitHub Check: Analyze (javascript)
🔇 Additional comments (2)
packages/ai-sdk-provider/package.json (1)
59-59: Version bump looks good for release automation.Patch release to 0.1.2 aligns with the changelog entry. No other manifest changes observed.
packages/ai-sdk-provider/CHANGELOG.md (1)
3-8: Changelog entry is clear and correctly references PR and commit.No action needed.
size-limit report 📦
|
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
@thirdweb-dev/ai-sdk-provider@0.1.2
Patch Changes
6ef2f3bThanks @joaquim-verges! - Auto handle session idsPR-Codex overview
This PR updates the
versionof theai-sdk-providerpackage from0.1.1to0.1.2and adds a new entry in theCHANGELOG.mdto reflect the changes made in this version, specifically highlighting a fix related to automatic handling of session IDs.Detailed summary
versioninpackage.jsonfrom0.1.1to0.1.2.CHANGELOG.mdfor version0.1.2.Summary by CodeRabbit
Documentation
Chores
No functional or API changes were introduced in this PR.