-
Notifications
You must be signed in to change notification settings - Fork 603
Version Packages #8047
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 #8047
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WalkthroughRemoves a single .changeset file, bumps package versions for nebula, thirdweb, and wagmi-adapter, and adds corresponding changelog entries documenting the patch release and dependency update. No source code, API, or behavior changes are included. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Pre-merge checks and finishing touches❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal). Please share your feedback with us on this Discord post. Comment |
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. |
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8047 +/- ##
==========================================
- Coverage 56.55% 56.54% -0.01%
==========================================
Files 904 904
Lines 58842 58842
Branches 4166 4167 +1
==========================================
- Hits 33280 33275 -5
- Misses 25456 25461 +5
Partials 106 106
🚀 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/wagmi-adapter/CHANGELOG.md (1)
3-4
: Optional: add a brief note under 0.2.143.Consider adding “No public changes (version bump for release automation)” for clarity; current style with empty header is acceptable.
## 0.2.143 + +### Patch Changes + +- No public changes. Version bump only (release automation).
📜 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 (7)
.changeset/hot-bikes-relax.md
(0 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/hot-bikes-relax.md
🧰 Additional context used
📓 Path-based instructions (2)
packages/wagmi-adapter/**
📄 CodeRabbit inference engine (CLAUDE.md)
Wagmi ecosystem integration is in
packages/wagmi-adapter/
Files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
packages/wagmi-adapter/package.json
packages/nebula/package.json
packages/thirdweb/package.json
🧠 Learnings (3)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Version bump rules: patch for non‑API changes; minor for new/modified public API
Learnt from: CR
PR: thirdweb-dev/js#0
File: AGENTS.md:0-0
Timestamp: 2025-08-29T15:37:38.513Z
Learning: Applies to .changeset/*.md : Each change in `packages/*` must include a changeset for the appropriate package
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/wagmi-adapter/** : Wagmi ecosystem integration is in `packages/wagmi-adapter/`
Applied to files:
packages/wagmi-adapter/package.json
packages/wagmi-adapter/CHANGELOG.md
📚 Learning: 2025-07-18T19:19:55.613Z
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Applies to packages/thirdweb/src/wallets/** : EIP-1193, EIP-5792, EIP-7702 standard support in wallet modules
Applied to files:
packages/thirdweb/CHANGELOG.md
⏰ 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: Lint Packages
- GitHub Check: Build Packages
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: E2E Tests (pnpm, vite)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: Size
- GitHub Check: Unit Tests
- GitHub Check: Socket Security: Pull Request Alerts
- GitHub Check: Analyze (javascript)
🔇 Additional comments (6)
packages/wagmi-adapter/package.json (1)
58-58
: LGTM — version bump only; changelog & changesets verified.
packages/wagmi-adapter 0.2.143 present in CHANGELOG.md; packages/nebula 0.2.46 and thirdweb 5.105.46 present; no remaining .changeset files.packages/nebula/package.json (1)
60-60
: LGTM: patch release to 0.2.46; dependency pin remains workspace.Matches nebula changelog and thirdweb bump to 5.105.46.
packages/nebula/CHANGELOG.md (1)
3-9
: LGTM: dependency bump recorded correctly.Entry references thirdweb@5.105.46 and links a commit hash; aligns with the PR summary.
packages/thirdweb/package.json (1)
420-420
: LGTM: version bumped to 5.105.46; no API/export changes.Matches PR description (“WalletConnect chain switching reliability” in changelog). Bundle budget tooling (size-limit) already present.
packages/thirdweb/CHANGELOG.md (2)
3-8
: Changelog entry looks correct for a patch release.
- Style and links match existing entries.
- Patch bump aligns with non-API reliability fix.
3-8
: Sanity checks passed — no action required.thirdweb version 5.105.46 matches CHANGELOG; CHANGELOG includes PR /pull/8046 and commit 224c9d0; nebula@0.2.46 and wagmi-adapter@0.2.143 present; .changeset/hot-bikes-relax.md removed.
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.46
Patch Changes
224c9d0
]:thirdweb@5.105.46
Patch Changes
224c9d0
Thanks @joaquim-verges! - Improve WalletConnect chain switching reliability@thirdweb-dev/wagmi-adapter@0.2.143
PR-Codex overview
This PR updates version numbers and changelogs for several packages, reflecting recent changes and improvements.
Detailed summary
hot-bikes-relax.md
.version
inpackages/thirdweb/package.json
from5.105.45
to5.105.46
.version
inpackages/nebula/package.json
from0.2.45
to0.2.46
.version
inpackages/wagmi-adapter/package.json
from0.2.142
to0.2.143
.nebula
andthirdweb
packages, detailing the updates.Summary by CodeRabbit
Documentation
Chores
Notes