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

chore(deps): update dependency viem to ^2.20.1 #5862

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
viem (source) ^2.9.28 -> ^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

Configuration

📅 Schedule: Branch creation - "after 5pm,every weekend" in timezone America/Los_Angeles, Automerge - "after 5pm,every weekend" in timezone America/Los_Angeles.

🚦 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.

@jeanregisser jeanregisser changed the title chore(deps): update dependency viem to ^2.20.0 chore(deps): update dependency viem to ^2.20.1 Aug 29, 2024
Copy link
Contributor Author

renovate bot commented Aug 29, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.54%. Comparing base (e39bbc3) to head (83268ac).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5862      +/-   ##
==========================================
- Coverage   87.54%   87.54%   -0.01%     
==========================================
  Files         727      727              
  Lines       31143    31143              
  Branches     5217     5507     +290     
==========================================
- Hits        27265    27264       -1     
+ Misses       3834     3658     -176     
- Partials       44      221     +177     
Files with missing lines Coverage Δ
src/viem/prepareTransactions.ts 99.14% <ø> (ø)

... and 72 files with indirect coverage changes


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 e39bbc3...83268ac. Read the comment docs.

@renovate renovate bot added this pull request to the merge queue Aug 29, 2024
Merged via the queue into main with commit cd635fe Aug 29, 2024
15 checks passed
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.

1 participant