Version Packages#8494
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRemoved one changeset entry and applied patch-version bumps plus new CHANGELOG entries for packages/apps: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
packages/thirdweb/CHANGELOG.md (1)
3-8: Changelog entry looks good.Formatting, links, and semver placement are consistent. Optional: clarify the bullet to a verb phrase like “Improve payment selection tracking” for readability.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (9)
.changeset/large-cats-judge.md(0 hunks)apps/wagmi-demo/CHANGELOG.md(1 hunks)apps/wagmi-demo/package.json(1 hunks)packages/nebula/CHANGELOG.md(1 hunks)packages/nebula/package.json(1 hunks)packages/thirdweb/CHANGELOG.md(1 hunks)packages/thirdweb/package.json(1 hunks)packages/wagmi-adapter/CHANGELOG.md(1 hunks)packages/wagmi-adapter/package.json(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/large-cats-judge.md
🧰 Additional context used
📓 Path-based instructions (2)
packages/thirdweb/package.json
📄 CodeRabbit inference engine (CLAUDE.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/thirdweb/package.json
**/*.{js,jsx,ts,tsx,json}
📄 CodeRabbit inference engine (AGENTS.md)
Biome governs formatting and linting; its rules live in biome.json. Run
pnpm fix&pnpm lintbefore committing, ensure there are no linting errors
Files:
packages/thirdweb/package.jsonpackages/nebula/package.jsonpackages/wagmi-adapter/package.jsonapps/wagmi-demo/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). (8)
- GitHub Check: Size
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Unit Tests
- GitHub Check: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (6)
packages/thirdweb/package.json (1)
433-433: LGTM!Version bump is correct for the patch release (5.115.0 → 5.115.1).
packages/wagmi-adapter/package.json (1)
59-59: LGTM!Version bump is correct for the patch release (0.2.194 → 0.2.195).
apps/wagmi-demo/package.json (1)
4-4: LGTM!Version bump is correct for the patch release (0.0.39 → 0.0.40).
apps/wagmi-demo/CHANGELOG.md (1)
3-9: ✓ Changelog entry properly formatted.The new 0.0.40 entry follows the established format and correctly documents the dependency updates with the proper commit hash reference.
packages/nebula/package.json (1)
60-60: ✓ Version correctly bumped to 0.2.98.Patch version increment is proper and matches the corresponding changelog entry.
packages/nebula/CHANGELOG.md (1)
3-9: ✓ Changelog entry correctly formatted.The new 0.2.98 entry is properly placed and documents the thirdweb@5.115.1 dependency update with the correct commit hash reference.
| ## 0.2.195 | ||
|
|
There was a problem hiding this comment.
Missing changelog entry content for 0.2.195.
The version header is present but the entry lacks a "### Patch Changes" section documenting the dependency updates. Per the PR summary, this release updates dependencies to thirdweb@5.115.1. Add this context to maintain changelog consistency with previous entries (e.g., lines 19–21 for 0.2.188).
Expected structure:
## 0.2.195
### Patch Changes
- Updated dependencies to thirdweb@5.115.1🤖 Prompt for AI Agents
In packages/wagmi-adapter/CHANGELOG.md around lines 3 to 4, the release header
for 0.2.195 is missing its patch changes; add a "### Patch Changes" section
beneath the version and include a bullet documenting the dependency update
(e.g., "- Updated dependencies to thirdweb@5.115.1") so the entry matches the
format of prior releases.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8494 +/- ##
=======================================
Coverage 54.62% 54.63%
=======================================
Files 920 920
Lines 61142 61142
Branches 4143 4145 +2
=======================================
+ Hits 33397 33402 +5
+ Misses 27643 27638 -5
Partials 102 102
🚀 New features to boost your workflow:
|
size-limit report 📦
|
0629627 to
26bf71f
Compare
26bf71f to
5e61648
Compare
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
packages/thirdweb/CHANGELOG.md (1)
3-10: Changelog entry looks good; minor copy tweak optional.Formatting, versioning, and links are consistent with prior entries. Optional: tighten wording on the second bullet for clarity.
- - [#8495](https://github.com/thirdweb-dev/js/pull/8495) [`b6be8d6`](https://github.com/thirdweb-dev/js/commit/b6be8d67ef74f425e911d900a9adb19f9a70efd9) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Faster token balance load query + - [#8495](https://github.com/thirdweb-dev/js/pull/8495) [`b6be8d6`](https://github.com/thirdweb-dev/js/commit/b6be8d67ef74f425e911d900a9adb19f9a70efd9) Thanks [@joaquim-verges](https://github.com/joaquim-verges)! - Faster token balance query
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
Disabled knowledge base sources:
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (9)
.changeset/large-cats-judge.md(0 hunks)apps/wagmi-demo/CHANGELOG.md(1 hunks)apps/wagmi-demo/package.json(1 hunks)packages/nebula/CHANGELOG.md(1 hunks)packages/nebula/package.json(1 hunks)packages/thirdweb/CHANGELOG.md(1 hunks)packages/thirdweb/package.json(1 hunks)packages/wagmi-adapter/CHANGELOG.md(1 hunks)packages/wagmi-adapter/package.json(1 hunks)
💤 Files with no reviewable changes (1)
- .changeset/large-cats-judge.md
🚧 Files skipped from review as they are similar to previous changes (5)
- packages/nebula/CHANGELOG.md
- packages/wagmi-adapter/package.json
- packages/wagmi-adapter/CHANGELOG.md
- packages/thirdweb/package.json
- apps/wagmi-demo/package.json
🧰 Additional context used
📓 Path-based instructions (1)
**/*.{js,jsx,ts,tsx,json}
📄 CodeRabbit inference engine (AGENTS.md)
Biome governs formatting and linting; its rules live in biome.json. Run
pnpm fix&pnpm lintbefore committing, ensure there are no linting errors
Files:
packages/nebula/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). (9)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: Size
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Build Packages
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: Lint Packages
- GitHub Check: Unit Tests
- GitHub Check: Vercel Agent Review
- GitHub Check: Analyze (javascript)
🔇 Additional comments (3)
packages/nebula/package.json (1)
60-60: Patch version bump is correct for automated release.Line 60: Version correctly incremented from 0.2.97 to 0.2.98 as a patch release. This aligns with the Changesets workflow for publishing to npm.
apps/wagmi-demo/CHANGELOG.md (2)
3-10: Changelog entry format and version bump are correct.Lines 3–10: The new 0.0.40 version entry follows the established pattern, with correctly formatted commit links (551ec68, b6be8d6) and accurate dependency versions (thirdweb@5.115.1 and @thirdweb-dev/wagmi-adapter@0.2.195). The version increment from 0.0.39 to 0.0.40 is correct for a patch release.
1-10: > Likely an incorrect or invalid review comment.
| ## 0.2.195 | ||
|
|
There was a problem hiding this comment.
The version 0.2.195 entry in the wagmi-adapter CHANGELOG is incomplete and missing its patch changes documentation.
View Details
📝 Patch Details
diff --git a/packages/wagmi-adapter/CHANGELOG.md b/packages/wagmi-adapter/CHANGELOG.md
index da170ba7a..a1950859f 100644
--- a/packages/wagmi-adapter/CHANGELOG.md
+++ b/packages/wagmi-adapter/CHANGELOG.md
@@ -2,6 +2,11 @@
## 0.2.195
+### Patch Changes
+
+- Updated dependencies [[`551ec68`](https://github.com/thirdweb-dev/js/commit/551ec680df3a84d2cacca4dfb9f0522fd7383f7a), [`b6be8d6`](https://github.com/thirdweb-dev/js/commit/b6be8d67ef74f425e911d900a9adb19f9a70efd9)]:
+ - thirdweb@5.115.1
+
## 0.2.194
## 0.2.193
Analysis
Missing Patch Changes in wagmi-adapter CHANGELOG version 0.2.195
What fails: The CHANGELOG.md for @thirdweb-dev/wagmi-adapter version 0.2.195 is missing its "### Patch Changes" section and dependency documentation, resulting in an incomplete changelog entry compared to other packages
How to reproduce:
# Check the wagmi-adapter CHANGELOG
cat packages/wagmi-adapter/CHANGELOG.md | head -20
# Compare with wagmi-demo CHANGELOG
cat apps/wagmi-demo/CHANGELOG.md | head -20Result: wagmi-adapter version 0.2.195 shows empty, while apps/wagmi-demo/CHANGELOG.md version 0.0.40 references @thirdweb-dev/wagmi-adapter@0.2.195 with complete patch change documentation indicating updated dependencies to thirdweb@5.115.1 with commits 551ec68 and b6be8d6
Expected: wagmi-adapter version 0.2.195 should include the "### Patch Changes" section with dependency updates, matching the pattern used in packages/nebula/CHANGELOG.md version 0.2.98 and other release entries in the repository. This ensures consistency across changelog documentation and prevents misleading users reviewing release notes.
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/nebula@0.2.98
Patch Changes
551ec68,b6be8d6]:thirdweb@5.115.1
Patch Changes
#8490
551ec68Thanks @joaquim-verges! - Payment selection tracking#8495
b6be8d6Thanks @joaquim-verges! - Faster token balance load query@thirdweb-dev/wagmi-adapter@0.2.195
wagmi-inapp@0.0.40
Patch Changes
551ec68,b6be8d6]:PR-Codex overview
This PR focuses on updating version numbers across various packages and enhancing changelogs with new patch changes for dependencies.
Detailed summary
versioninpackages/thirdweb/package.jsonfrom5.115.0to5.115.1.versioninapps/wagmi-demo/package.jsonfrom0.0.39to0.0.40.versioninpackages/nebula/package.jsonfrom0.2.97to0.2.98.versioninpackages/wagmi-adapter/package.jsonfrom0.2.194to0.2.195.packages/nebulaandapps/wagmi-demofor versions0.2.98and0.0.40, respectively, detailing dependency updates.packages/thirdwebfor version5.115.1, listing specific patch changes and contributors.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.