Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps @wagmi/core from 3.3.1 to 3.3.2.

Changelog

Sourced from @​wagmi/core's changelog.

3.3.2

Patch Changes

  • Updated internal exports (68e17db)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Low Risk
Lockfile-only dependency resolution changes; risk is limited to potential build/runtime differences from updated transitive deps in wagmi tooling.

Overview
Updates package-lock.json dependency resolution around wagmi packages, introducing a new top-level @wagmi/core@3.3.3 entry and reorganizing @wagmi/vue/wagmi nested wagmi dependencies.

Also adjusts lockfile metadata (notably many peer flags) and adds an optional encoding/iconv-lite chain, reflecting changes in npm’s dependency graph without modifying application source.

Written by Cursor Bugbot for commit f38e620. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 2, 2026
@vercel
Copy link

vercel bot commented Feb 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
web3auth-web Ready Ready Preview, Comment Feb 11, 2026 10:52am

Request Review

Bumps [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/wevm/wagmi/releases)
- [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/wevm/wagmi/commits/wagmi@3.3.2/packages/core)

---
updated-dependencies:
- dependency-name: "@wagmi/core"
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

"typescript": {
"optional": true
}
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dual @wagmi/core versions may cause state conflicts

Low Severity

The lockfile now installs @wagmi/core 3.3.3 at the top level (used by workspace packages via ^3.3.1), while wagmi 3.4.1 pins @wagmi/core to exactly "3.3.1" in its own nested node_modules. This creates two separate module instances of @wagmi/core. Since wagmi is a stateful SDK where config objects are shared between @wagmi/core and wagmi hooks, having duplicate module instances could cause subtle issues with singleton patterns, instanceof checks, or shared state. Also note the lockfile resolves to 3.3.3, not 3.3.2 as stated in the PR title.

Additional Locations (1)

Fix in Cursor Fix in Web

"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz",
"integrity": "sha512-Dlq/5LAZgF0Gaz6yiqZCf6VCcZs1ghAJyrsu84Q/GT0gV+mCxbfmKNoGRKBYMJ8IEdGPqu49YWXD02GCknEDkw==",
"license": "MIT",
"peer": true,
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

React downgraded below minimum required version in workspaces

Low Severity

The lockfile removes workspace-specific react 19.2.3 entries from packages/modal and packages/no-modal, causing them to fall back to the root-level react 19.1.1. Both workspace packages declare "react": "^19.2.3" in devDependencies, which requires >=19.2.3. Version 19.1.1 does not satisfy this constraint. This unintended downgrade from 19.2.3 to 19.1.1 could cause development or test failures if any code relies on React 19.2.x features.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants