-
Notifications
You must be signed in to change notification settings - Fork 602
Version Packages #8243
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
base: main
Are you sure you want to change the base?
Version Packages #8243
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. |
WalkthroughRemoves one changeset file and increments package versions across multiple projects, updating corresponding CHANGELOG.md entries to record the new patch releases and dependency versions. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
size-limit report 📦
|
80b5d4b
to
ea9812b
Compare
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
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
apps/wagmi-demo/package.json (1)
1-33
: Add size-limit configuration to track bundle budgets
apps/wagmi-demo/package.json needs asize
script andsize-limit
config per guidelines to catch bundle regressions. For example:"scripts": { "lint": "biome check ./src", + "size": "size-limit" }, + "size-limit": [ + { + "path": "dist/**/*.{js,css}", + "limit": "200 kB" + } + ]Also pin
"size-limit": "11.2.0"
(or latest) in devDependencies.
🧹 Nitpick comments (2)
apps/wagmi-demo/package.json (1)
23-31
: Avoid "latest" for reproducible builds.
"@wagmi/cli": "latest" can cause non-deterministic installs. Pin to a known version (e.g., "^x.y.z") and update via scheduled dependency bumps.If desired, I can scan the repo for other "latest" specifiers and propose pins.
packages/thirdweb/CHANGELOG.md (1)
7-7
: Capitalize “Stylus” and avoid double hyphen for clarityUse consistent capitalization and wording seen elsewhere (e.g., “Support Stylus contracts…”). Prefer “and” instead of “-” between phrases.
- - [#8235](https://github.com/thirdweb-dev/js/pull/8235) [`464af6a`](https://github.com/thirdweb-dev/js/commit/464af6a54cb776158a1656e793ee181c2c221f27) Thanks [@kumaryash90](https://github.com/kumaryash90)! - CLI updates for stylus - new templates + - [#8235](https://github.com/thirdweb-dev/js/pull/8235) [`464af6a`](https://github.com/thirdweb-dev/js/commit/464af6a54cb776158a1656e793ee181c2c221f27) Thanks [@kumaryash90](https://github.com/kumaryash90)! - CLI updates for Stylus and new templates
📜 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/solid-hotels-play.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/solid-hotels-play.md
✅ Files skipped from review due to trivial changes (1)
- packages/wagmi-adapter/CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (5)
- apps/wagmi-demo/CHANGELOG.md
- packages/nebula/package.json
- packages/thirdweb/package.json
- packages/wagmi-adapter/package.json
- packages/nebula/CHANGELOG.md
🧰 Additional context used
📓 Path-based instructions (1)
**/package.json
📄 CodeRabbit inference engine (AGENTS.md)
Track bundle budgets via
package.json#size-limit
Files:
apps/wagmi-demo/package.json
🧠 Learnings (1)
📓 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 : Each change in `packages/*` must include a changeset for the appropriate package
⏰ 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: E2E Tests (pnpm, vite)
- GitHub Check: E2E Tests (pnpm, esbuild)
- GitHub Check: E2E Tests (pnpm, webpack)
- GitHub Check: Size
- GitHub Check: Unit Tests
- GitHub Check: Build Packages
- GitHub Check: Lint Packages
- GitHub Check: Analyze (javascript)
🔇 Additional comments (1)
apps/wagmi-demo/package.json (1)
4-4
: Version bump looks good.
Matches the coordinated release to 0.0.9 noted in the PR.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8243 +/- ##
=======================================
Coverage 55.02% 55.02%
=======================================
Files 919 919
Lines 60583 60583
Branches 4127 4126 -1
=======================================
+ Hits 33335 33336 +1
+ Misses 27145 27144 -1
Partials 103 103
🚀 New features to boost your workflow:
|
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.67
Patch Changes
464af6a
]:thirdweb@5.108.14
Patch Changes
464af6a
Thanks @kumaryash90! - CLI updates for stylus - new templates@thirdweb-dev/wagmi-adapter@0.2.164
wagmi-inapp@0.0.9
Patch Changes
464af6a
]:PR-Codex overview
This PR focuses on updating version numbers across various packages and adding changelog entries for those updates, including dependency updates for
thirdweb
and@thirdweb-dev/wagmi-adapter
.Detailed summary
solid-hotels-play.md
from.changeset
.version
inpackages/thirdweb/package.json
from5.108.13
to5.108.14
.version
inapps/wagmi-demo/package.json
from0.0.8
to0.0.9
.version
inpackages/nebula/package.json
from0.2.66
to0.2.67
.version
inpackages/wagmi-adapter/package.json
from0.2.163
to0.2.164
.packages/nebula
version0.2.67
.apps/wagmi-demo
version0.0.9
.packages/thirdweb
version5.108.14
.Summary by CodeRabbit
Chores
Documentation
No user-facing functionality changes are included in this release.