-
Notifications
You must be signed in to change notification settings - Fork 476
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
[thirdweb] deps: Upgrade viem to 2.23.5 #6336
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
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. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Removed dependencies detected. Learn more about Socket for GitHub ↗︎ 🚮 Removed packages: npm/[email protected] Have feedback? Participate in our User Experience Survey 📊 |
size-limit report 📦
|
7f147c7
to
5d11232
Compare
5d11232
to
0bcab38
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6336 +/- ##
==========================================
- Coverage 54.61% 54.60% -0.01%
==========================================
Files 874 874
Lines 54525 54525
Branches 3680 3682 +2
==========================================
- Hits 29777 29774 -3
- Misses 24653 24656 +3
Partials 95 95
|
0bcab38
to
26586f5
Compare
Merge activity
|
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates several dependencies, particularly the `viem` package, and makes adjustments to the `package.json` and lock files to reflect these changes. It also increases the size limit in the `.size-limit.json` file. ### Detailed summary - Updated `viem` version from `2.22.17` to `2.23.5` in `package.json` and `pnpm-lock.yaml`. - Increased size limit in `packages/thirdweb/.size-limit.json` from `130 kB` to `131 kB`. - Adjusted various dependencies in `pnpm-lock.yaml` to include `@swc/[email protected]`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
26586f5
to
56301bc
Compare
PR-Codex overview
This PR focuses on updating dependencies and ensuring compatibility with new versions, particularly for
viem
, while also adjusting size limits and peer dependencies in various configuration files.Detailed summary
viem
version from2.22.17
to2.23.5
inpackage.json
,.size-limit.json
, andpnpm-lock.yaml
..size-limit.json
from130 kB
to131 kB
.pnpm-lock.yaml
, including nested dependencies for@aws-sdk
packages and others.