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 ^2.20.0 #363

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
viem (source) ^2.8.16 -> ^2.20.0 age adoption passing confidence

Release Notes

wevm/viem (viem)

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: 'examplelib@1.2.3'
    })
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

v2.16.5

Compare Source

Patch Changes

v2.16.4

Compare Source

Patch Changes

v2.16.3

Compare Source

Patch Changes

v2.16.2

Compare Source

Patch Changes

v2.16.1

Compare Source

Patch Changes
  • fa494359 Thanks @​jxom! - Added chainId as a parameter to eth_sendTransaction.

  • #​2429 3781bbb8 Thanks @​jxom! - Fixed an issue where getAction would ignore nullish return values from a synchronous Client Action.

  • ed5c70e0 Thanks @​jxom! - Experimental: Added Solady utilities:

    • hashMessage
    • hashTypedData
    • wrapTypedDataSignature

v2.16.0

Compare Source

Minor Changes
  • #​2424 4b929790 Thanks @​jxom! - Stabilized ERC-6492 utilities:

    • isErc6492Signature
    • parseErc6492Signature
    • serializeErc6492Signature

    These utilities are no longer experimental, and can be imported from the viem entrypoint.

Patch Changes

v2.15.1

Compare Source

Patch Changes

v2.15.0

Compare Source

Minor Changes
Patch Changes

v2.14.2

Compare Source

Patch Changes

v2.14.1

Compare Source

Patch Changes

v2.14.0

Compare Source

Minor Changes

v2.13.10

Compare Source

Patch Changes

v2.13.9

Compare Source

Patch Changes

v2.13.8

Compare Source

Patch Changes

v2.13.7

Compare Source

Patch Changes

v2.13.6

Compare Source

Patch Changes

v2.13.5

Compare Source

Patch Changes

v2.13.3

Compare Source

Patch Changes

v2.13.2

Compare Source

Patch Changes

v2.13.1

Compare Source

Minor Changes
Patch Changes

v2.12.5

Compare Source

Patch Changes

v2.12.4

Compare Source

Patch Changes

v2.12.3

Compare Source

Patch Changes

v2.12.1

Compare Source

Patch Changes

v2.12.0

Compare Source

Minor Changes
Patch Changes

v2.11.1

Compare Source

Patch Changes

v2.11.0

Compare Source

Minor Changes

v2.10.11

Compare Source

Patch Changes

v2.10.9

Compare Source

Patch Changes

v2.10.8

Compare Source

Patch Changes

v2.10.5

Compare Source

Patch Changes

v2.10.3

Compare Source

Patch Changes

v2.10.2

Compare Source

Patch Changes

v2.10.1

Compare Source

Patch Changes

v2.10.0

Compare Source

Minor Changes

v2.9.32

Compare Source

Patch Changes

v2.9.31

Compare Source

Patch Changes

v2.9.30

Compare Source

Patch Changes

v2.9.29

Compare Source

Patch Changes

v2.9.28

Compare Source

Patch Changes

v2.9.27

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8:00 before 23:00 every weekday except on Friday" in timezone UTC.

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (squash) March 25, 2024 04:46
@codecov-commenter
Copy link

codecov-commenter commented Mar 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.82%. Comparing base (e76419d) to head (ef3ba6b).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #363   +/-   ##
=======================================
  Coverage   94.82%   94.82%           
=======================================
  Files           6        6           
  Lines         116      116           
  Branches       16       15    -1     
=======================================
  Hits          110      110           
  Misses          6        6           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e76419d...ef3ba6b. Read the comment docs.

@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 8ad3c41 to f1a79d1 Compare March 28, 2024 06:45
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.8.18 fix(deps): update dependency viem to ^2.9.0 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from fd68284 to 7a0e466 Compare March 28, 2024 22:57
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.9.0 fix(deps): update dependency viem to ^2.9.1 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from edb7d0c to 83d2b66 Compare March 29, 2024 08:07
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.9.1 fix(deps): update dependency viem to ^2.9.2 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from bdecdbb to 6d829e3 Compare March 30, 2024 08:17
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.9.2 fix(deps): update dependency viem to ^2.9.3 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 9c0b5c4 to 027a706 Compare March 30, 2024 22:46
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.9.3 fix(deps): update dependency viem to ^2.9.4 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from bad17be to c2fdda9 Compare March 31, 2024 21:56
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.9.4 fix(deps): update dependency viem to ^2.9.5 Mar 31, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from f3ff44f to 99913a1 Compare April 4, 2024 00:17
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.18.5 fix(deps): update dependency viem to ^2.18.6 Aug 3, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.18.6 fix(deps): update dependency viem to ^2.18.7 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from 5344f2a to 6425039 Compare August 7, 2024 04:48
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.18.7 fix(deps): update dependency viem to ^2.18.8 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 075d93e to 4cc940d Compare August 9, 2024 22:22
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.18.8 fix(deps): update dependency viem to ^2.19.0 Aug 9, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.0 fix(deps): update dependency viem to ^2.19.1 Aug 10, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.1 fix(deps): update dependency viem to ^2.19.2 Aug 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.2 fix(deps): update dependency viem to ^2.19.3 Aug 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.3 fix(deps): update dependency viem to ^2.19.4 Aug 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.4 fix(deps): update dependency viem to ^2.19.6 Aug 18, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.6 fix(deps): update dependency viem to ^2.19.7 Aug 21, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.7 fix(deps): update dependency viem to ^2.19.8 Aug 23, 2024
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 6e34d76 to 58a02c6 Compare August 24, 2024 16:39
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.8 fix(deps): update dependency viem to ^2.19.9 Aug 24, 2024
@renovate renovate bot changed the title fix(deps): update dependency viem to ^2.19.9 fix(deps): update dependency viem to ^2.20.0 Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant