Skip to content
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

fix(deps): update dependency viem to v2.21.10 #602

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
viem (source) 2.16.5 -> 2.21.10 age adoption passing confidence

Release Notes

wevm/viem (viem)

v2.21.10

Compare Source

Patch Changes

v2.21.9

Compare Source

Patch Changes
  • 312160a Thanks @​jxom! - Fixed issue where watchBlock would not respect the emitOnBegin property for WebSocket Transports.

  • b509c6e Thanks @​jxom! - Fixed mnemonicToAccount options type.

v2.21.8

Compare Source

Patch Changes

v2.21.7

Compare Source

Patch Changes

v2.21.6

Compare Source

Patch Changes

v2.21.5

Compare Source

Patch Changes

v2.21.4

Compare Source

Patch Changes

v2.21.3

Compare Source

Patch Changes

v2.21.2

Compare Source

Patch Changes

v2.21.1

Compare Source

Patch Changes

v2.21.0

Compare Source

Minor Changes
Patch Changes

v2.20.1

Compare Source

Patch Changes

v2.20.0

Compare Source

Minor Changes
Patch Changes

v2.19.9

Compare Source

Patch Changes

v2.19.8

Compare Source

Patch Changes

v2.19.7

Compare Source

Patch Changes

v2.19.6

Compare Source

Patch Changes

v2.19.4

Compare Source

Patch Changes

v2.19.3

Compare Source

Patch Changes

v2.19.2

Compare Source

Patch Changes

v2.19.1

Compare Source

Patch Changes

v2.19.0

Compare Source

Minor Changes
  • #​2570 fee80a9a Thanks @​jxom! - Experimental: Added EIP-7702 Extension. See Docs

  • #​2586 0b1693aa Thanks @​tmm! - Renamed "zkSync" to "ZKsync":

    • Context: "zkSync" was officially renamed to "ZKsync" a while ago.
    • Variable names: zkSync -> zksync (for simplicity and consistency between folder/file names and variables).
    • Types: ZkSync -> Zksync.
    • Old naming still remains in Viem, however is marked as @deprecated and will be removed in the next major release.

    Removed deprecated zkSyncTestnet chain.

  • #​2583 b5aa9651 Thanks @​jxom! - Added ability for consumer (libraries built on top of Viem) to globally configure properties on BaseError.

    import { setErrorConfig } from 'viem'
    
    setErrorConfig({
      getDocsUrl({ name }) {
        return `https://examplelib.com?error=${name}`
      }
      version: '[email protected]'
    })
Patch Changes

v2.18.8

Compare Source

Patch Changes

v2.18.7

Compare Source

Patch Changes

v2.18.6

Compare Source

Patch Changes

v2.18.5

Compare Source

Patch Changes

v2.18.4

Compare Source

Patch Changes
  • 5a528d9b Thanks @​jxom! - Propagated message + cause to root Error instance.

v2.18.2

Compare Source

Patch Changes
  • #​2516 44281e8 Thanks @​izayl! - Added keepAlive property to webSocket transport to send keep-alive ping messages (defaults to true).

v2.18.1

Compare Source

Patch Changes

v2.18.0

Compare Source

Minor Changes

v2.17.11

Compare Source

Patch Changes

v2.17.10

Compare Source

Patch Changes

v2.17.9

Compare Source

Patch Changes

v2.17.8

Compare Source

Patch Changes

v2.17.7

Compare Source

Patch Changes
  • 7d3d505 Thanks @​jxom! - Allow override of Content-Type header on http transport.

  • aa42f47 Thanks @​jxom! - Updated Darwinia chain explorer URL.

  • 759e34d Thanks @​jxom! - Enforced r and s hex values on Signature to be always padded to 32 bytes.

v2.17.5

Compare Source

Patch Changes

v2.17.4

Compare Source

Patch Changes

v2.17.3

Compare Source

Patch Changes

v2.17.2

Compare Source

Patch Changes

v2.17.1

Compare Source

Patch Changes

v2.17.0

Compare Source

Minor Changes
Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jul 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app-web3inbox ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 19, 2024 6:37pm

@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.0 fix(deps): update dependency viem to v2.17.1 Jul 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.1 fix(deps): update dependency viem to v2.17.2 Jul 6, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.2 fix(deps): update dependency viem to v2.17.3 Jul 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.3 fix(deps): update dependency viem to v2.17.4 Jul 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.4 fix(deps): update dependency viem to v2.17.5 Jul 19, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.5 fix(deps): update dependency viem to v2.17.8 Jul 20, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.8 fix(deps): update dependency viem to v2.17.9 Jul 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.9 fix(deps): update dependency viem to v2.17.10 Jul 23, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.10 fix(deps): update dependency viem to v2.17.11 Jul 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.17.11 fix(deps): update dependency viem to v2.18.0 Jul 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.0 fix(deps): update dependency viem to v2.21.1 Aug 31, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.1 fix(deps): update dependency viem to v2.21.2 Sep 4, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.2 fix(deps): update dependency viem to v2.21.3 Sep 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.3 fix(deps): update dependency viem to v2.21.4 Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.4 fix(deps): update dependency viem to v2.21.5 Sep 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.5 fix(deps): update dependency viem to v2.21.6 Sep 12, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.6 fix(deps): update dependency viem to v2.21.7 Sep 14, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.7 fix(deps): update dependency viem to v2.21.8 Sep 17, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.8 fix(deps): update dependency viem to v2.21.9 Sep 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to v2.21.9 fix(deps): update dependency viem to v2.21.10 Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants