-
Notifications
You must be signed in to change notification settings - Fork 564
Version Packages #7773
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 #7773
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update removes two changeset files, adds new version entries to changelogs for three packages, and increments the version numbers in their respective Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (8)
💤 Files with no reviewable changes (2)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ 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)
✨ 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. 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 (
|
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. |
dea0080
to
df8a8e3
Compare
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7773 +/- ##
=======================================
Coverage 56.37% 56.37%
=======================================
Files 905 905
Lines 58760 58760
Branches 4141 4141
=======================================
Hits 33127 33127
- Misses 25528 25529 +1
+ Partials 105 104 -1
🚀 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
: Empty changelog entry – please add at least one bullet describing the patchLeaving the header without any notes breaks the consistency of the rest of the file and makes it unclear why the version was bumped. Even a single-line “No functional changes, version bump only” note helps future readers.
## 0.2.123 - +### Patch Changes +- Version bump only: aligns package version with updated workspace dependencies.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (8)
.changeset/tangy-ghosts-joke.md
(0 hunks).changeset/witty-ducks-lie.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 (2)
- .changeset/tangy-ghosts-joke.md
- .changeset/witty-ducks-lie.md
🧰 Additional context used
📓 Path-based instructions (1)
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
🧠 Learnings (8)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions
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/`
📚 Learning: applies to packages/thirdweb/src/exports/** : export everything via `exports/` directory, grouped by...
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/exports/** : Export everything via `exports/` directory, grouped by feature in the SDK public API
Applied to files:
packages/thirdweb/package.json
packages/nebula/package.json
packages/wagmi-adapter/package.json
📚 Learning: surface breaking changes prominently in pr descriptions...
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions
Applied to files:
packages/thirdweb/package.json
📚 Learning: applies to packages/thirdweb/src/exports/** : every public symbol must have comprehensive tsdoc with...
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/exports/** : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)
Applied to files:
packages/thirdweb/package.json
packages/nebula/package.json
packages/wagmi-adapter/package.json
📚 Learning: in the thirdweb/js project, the react namespace is available for type annotations (like react.fc) wi...
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
Applied to files:
packages/nebula/package.json
packages/wagmi-adapter/package.json
📚 Learning: applies to packages/wagmi-adapter/** : wagmi ecosystem integration is in `packages/wagmi-adapter/`...
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: applies to packages/thirdweb/src/wallets/** : eip-1193, eip-5792, eip-7702 standard support in walle...
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
📚 Learning: the thirdweb `contract` object is serializable and can safely be used in contexts (e.g., react-query...
Learnt from: MananTank
PR: thirdweb-dev/js#7332
File: apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/public-pages/nft/overview/nft-drop-claim.tsx:82-90
Timestamp: 2025-06-13T13:03:41.732Z
Learning: The thirdweb `contract` object is serializable and can safely be used in contexts (e.g., React-Query keys) that require serializable values.
Applied to files:
packages/thirdweb/CHANGELOG.md
🔇 Additional comments (5)
packages/thirdweb/CHANGELOG.md (1)
3-10
: Changelog entry looks good
Structure, version header, and commit links follow existing conventions; no action needed.packages/thirdweb/package.json (1)
409-409
: Version bump is correct and consistent with the release notes.No further action required.
packages/nebula/package.json (1)
60-60
: Patch version bump aligns with updatedthirdweb
workspace dependency.Looks good.
packages/nebula/CHANGELOG.md (1)
3-8
: Changelog accurately records the dependency update.Entry clearly references the upstream commits; no edits needed.
packages/wagmi-adapter/package.json (1)
58-58
: Version bump looks correct and matches the changelog headerNo further action required.
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
: Consider adding a brief change note under0.2.123
The new header lacks context. Even a single bullet such as “- Patch release: bump internal
thirdweb
dependency to5.105.26
” would help downstream consumers understand why the version changed.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (8)
.changeset/tangy-ghosts-joke.md
(0 hunks).changeset/witty-ducks-lie.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 (2)
- .changeset/witty-ducks-lie.md
- .changeset/tangy-ghosts-joke.md
🧰 Additional context used
📓 Path-based instructions (1)
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
🧠 Learnings (8)
📓 Common learnings
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions
📚 Learning: applies to packages/thirdweb/src/exports/** : export everything via `exports/` directory, grouped by...
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/exports/** : Export everything via `exports/` directory, grouped by feature in the SDK public API
Applied to files:
packages/nebula/package.json
packages/wagmi-adapter/package.json
packages/thirdweb/package.json
📚 Learning: in the thirdweb/js project, the react namespace is available for type annotations (like react.fc) wi...
Learnt from: MananTank
PR: thirdweb-dev/js#7356
File: apps/nebula/src/app/not-found.tsx:1-1
Timestamp: 2025-06-17T18:30:52.976Z
Learning: In the thirdweb/js project, the React namespace is available for type annotations (like React.FC) without needing to explicitly import React. This is project-specific configuration that differs from typical TypeScript/React setups.
Applied to files:
packages/nebula/package.json
packages/wagmi-adapter/package.json
📚 Learning: applies to packages/thirdweb/src/exports/** : every public symbol must have comprehensive tsdoc with...
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/exports/** : Every public symbol must have comprehensive TSDoc with at least one `@example` block that compiles and custom annotation tags (`@beta`, `@internal`, `@experimental`)
Applied to files:
packages/nebula/package.json
packages/wagmi-adapter/package.json
packages/thirdweb/package.json
📚 Learning: applies to packages/wagmi-adapter/** : wagmi ecosystem integration is in `packages/wagmi-adapter/`...
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: surface breaking changes prominently in pr descriptions...
Learnt from: CR
PR: thirdweb-dev/js#0
File: CLAUDE.md:0-0
Timestamp: 2025-07-18T19:19:55.613Z
Learning: Surface breaking changes prominently in PR descriptions
Applied to files:
packages/nebula/CHANGELOG.md
packages/thirdweb/package.json
📚 Learning: applies to packages/thirdweb/src/wallets/** : eip-1193, eip-5792, eip-7702 standard support in walle...
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
📚 Learning: the thirdweb `contract` object is serializable and can safely be used in contexts (e.g., react-query...
Learnt from: MananTank
PR: thirdweb-dev/js#7332
File: apps/dashboard/src/app/(app)/(dashboard)/(chain)/[chain_id]/[contractAddress]/public-pages/nft/overview/nft-drop-claim.tsx:82-90
Timestamp: 2025-06-13T13:03:41.732Z
Learning: The thirdweb `contract` object is serializable and can safely be used in contexts (e.g., React-Query keys) that require serializable values.
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). (3)
- GitHub Check: Size
- GitHub Check: Unit Tests
- GitHub Check: Socket Security: Pull Request Alerts
🔇 Additional comments (5)
packages/wagmi-adapter/package.json (1)
57-59
: Version bump looks good
"version": "0.2.123"
is consistent with the release automation and the accompanying changelog entry. No further action required.packages/nebula/package.json (1)
60-60
: Version bump LGTM
"version": "0.2.26"
correctly reflects the patch release noted in the changelog and aligns with the dependency update tothirdweb@5.105.26
. No further action needed.packages/thirdweb/CHANGELOG.md (1)
3-10
: Changelog entry looks correct – no issues found.The new version header and bullet-pointed patch notes follow the existing formatting conventions. No action needed.
packages/thirdweb/package.json (1)
409-409
: Version bump to 5.105.26 looks correctThe patch version aligns with the accompanying changelog and downstream dependency updates. No additional changes detected.
packages/nebula/CHANGELOG.md (1)
3-9
: Changelog entry is accurate and completeEntry uses correct semantic-versioning section, clearly lists the updated dependency, and cites commit hashes—good practice.
df8a8e3
to
e8a1d94
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
@thirdweb-dev/nebula@0.2.26
Patch Changes
b86d520
,e4ba47b
,58787a2
]:thirdweb@5.105.26
Patch Changes
#7775
b86d520
Thanks @joaquim-verges! - Handle mobile deeplinks for transactions via WalletConnect#7767
e4ba47b
Thanks @joaquim-verges! - Fix decodeFunction and decodeError functions#7766
58787a2
Thanks @alecananian! - FixeduseContractEvents
persisting previous data when filters change@thirdweb-dev/wagmi-adapter@0.2.123
PR-Codex overview
This PR primarily focuses on updating version numbers across various packages and adding new entries to the changelogs for
thirdweb
,nebula
, andwagmi-adapter
, reflecting recent changes and dependency updates.Detailed summary
.md
files in the.changeset
directory.version
inpackages/thirdweb/package.json
from5.105.25
to5.105.26
.version
inpackages/nebula/package.json
from0.2.25
to0.2.26
.version
inpackages/wagmi-adapter/package.json
from0.2.122
to0.2.123
.nebula
version0.2.26
with dependency updates.thirdweb
version5.105.26
detailing several bug fixes and improvements.Summary by CodeRabbit
Bug Fixes
Chores