Skip to content

build(deps): bump @wagmi/core from 2.22.1 to 3.5.0#734

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wagmi/core-3.5.0
Open

build(deps): bump @wagmi/core from 2.22.1 to 3.5.0#734
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/wagmi/core-3.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Copy link
Copy Markdown
Contributor

Bumps @wagmi/core from 2.22.1 to 3.5.0.

Release notes

Sourced from @​wagmi/core's releases.

@​wagmi/core@​3.5.0

Minor Changes

  • Added discovered EIP-6963 providers to the connector setup config. (#5128)

@​wagmi/core@​3.4.12

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()

@​wagmi/core@​3.4.11

Patch Changes

  • wagmi/tempo: Fixed getClient on Tempo connectors to always provide a JSON-RPC account. (#5117)

@​wagmi/core@​3.4.10

Patch Changes

  • Breaking(wagmi/tempo): Removed the signable setup parameter from Tempo connectors. The connector now always hands viem the root account in getClient and the SDK provider performs signing orchestration internally. (#5112)

@​wagmi/core@​3.4.9

Patch Changes

  • wagmi/tempo: Added Actions and Hooks for viem/tempo#wallet actions. (#5103)

@​wagmi/core@​3.4.8

Patch Changes

... (truncated)

Changelog

Sourced from @​wagmi/core's changelog.

3.5.0

Minor Changes

  • Added discovered EIP-6963 providers to the connector setup config. (#5128)

3.4.12

Patch Changes

  • Handled malformed cookie state in cookieToInitialState. (#5116)

  • wagmi/tempo: Renamed Actions.wallet.send to Actions.wallet.transfer and Hooks.wallet.useSend to Hooks.wallet.useTransfer. (#5121)

    Also bumps the accounts peer dependency to ~0.12.

    - await Actions.wallet.send(config, {
    -   to: '0x...',
    -   token: '0x...',
    -   value: '1.5',
    - })
    + await Actions.wallet.transfer(config, {
    +   amount: '1.5',
    +   to: '0x...',
    +   token: '0x...',
    + })
    - const send = Hooks.wallet.useSend()
    + const transfer = Hooks.wallet.useTransfer()

3.4.11

Patch Changes

  • wagmi/tempo: Fixed getClient on Tempo connectors to always provide a JSON-RPC account. (#5117)

3.4.10

Patch Changes

  • Breaking(wagmi/tempo): Removed the signable setup parameter from Tempo connectors. The connector now always hands viem the root account in getClient and the SDK provider performs signing orchestration internally. (#5112)

3.4.9

Patch Changes

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 2, 2026
Bumps [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) from 2.22.1 to 3.5.0.
- [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/core@3.5.0/packages/core)

---
updated-dependencies:
- dependency-name: "@wagmi/core"
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/wagmi/core-3.5.0 branch from d173e02 to aefc1bb Compare June 2, 2026 05:49
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown

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