chore: use strict-compatible range syntax for peer deps#5669
Conversation
Replace ^X.Y.Z with >=X.Y.Z <(X+1).0.0 so the DangerJS strict-versioning check passes while still capping at the next major. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
9 Skipped Deployments
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Description
Replace
^X.Y.Zspecifiers in five package.jsons with the equivalent>=X.Y.Z <(X+1).0.0range. Same semantics (cap at next major) but passes the DangerJS strict-versioning check, which flags any added^or~.Affected:
packages/adapters/wagmi(@wagmi/connectors, @wagmi/core, viem, wagmi),packages/appkit-utils,packages/appkit,packages/common,packages/controllers(viem in each).Type of change
Associated Issues
N/A
Checklist