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 v2 #29

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

This PR contains the following updates:

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

Release Notes

wevm/viem (viem)

v2.21.47

Compare Source

Patch Changes

v2.21.45

Compare Source

Patch Changes

v2.21.44

Compare Source

Patch Changes

v2.21.43

Compare Source

Patch Changes

v2.21.42

Compare Source

Patch Changes

v2.21.41

Compare Source

Patch Changes

v2.21.40

Compare Source

Patch Changes

v2.21.39

Compare Source

Patch Changes

v2.21.38

Compare Source

Patch Changes

v2.21.37

Compare Source

Patch Changes

v2.21.36

Compare Source

Patch Changes

v2.21.35

Compare Source

Patch Changes

v2.21.34

Compare Source

Patch Changes

v2.21.33

Compare Source

Patch Changes

v2.21.32

Compare Source

Patch Changes

v2.21.31

Compare Source

Patch Changes

v2.21.30

Compare Source

Patch Changes

v2.21.29

Compare Source

Patch Changes

v2.21.28

Compare Source

Patch Changes

v2.21.27

Compare Source

Patch Changes

v2.21.26

Compare Source

Patch Changes

v2.21.25

Compare Source

Patch Changes

v2.21.24

Compare Source

Patch Changes

v2.21.23

Compare Source

Patch Changes

v2.21.22

Compare Source

Patch Changes

v2.21.21

Compare Source

Patch Changes

v2.21.19

Compare Source

Patch Changes

v2.21.18

Compare Source

Patch Changes

v2.21.17

Compare Source

Patch Changes

v2.21.16

Compare Source

Patch Changes

v2.21.15

Compare Source

Patch Changes

v2.21.14

Compare Source

Patch Changes

v2.21.13

Compare Source

Patch Changes

v2.21.12

Compare Source

Patch Changes

v2.21.11

Compare Source

Patch Changes

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](https://redirect.github.com/wevm/viem/rele


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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

coderabbitai bot commented Jan 5, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The primary change involves upgrading the viem dependency in the package.json file from version 1.5.3 to 2.21.1. This enhancement may introduce new features, bug fixes, or breaking changes that could impact the application's compatibility and performance. Other dependencies, such as typescript and wagmi, remain unchanged, ensuring stability across those components.

Changes

File Change Summary
package.json Updated viem dependency from 1.5.3 to 2.21.1 in both dependencies and peerDependencies.

Poem

🐰 In the garden of code, we hop with glee,
A new viem version for all to see!
Bugs squashed, features bright,
Upgrades make our code take flight.
With every change, we dance and play,
Hopping forward, come what may! 🌼✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 580e9f2 to 7fbc9bc Compare January 11, 2024 02:28
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 5d2481c to 8a2fcf1 Compare January 22, 2024 05:30
@renovate renovate bot force-pushed the renovate/viem-2.x branch 5 times, most recently from b8cd374 to 051859b Compare February 6, 2024 05:36
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 49f88f1 to e01d57a Compare February 14, 2024 02:06
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 4a720dd to b89701c Compare February 23, 2024 05:38
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from 6cca301 to bcd0b5a Compare February 29, 2024 02:38
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from 64b676f to e65fd70 Compare March 8, 2024 11:52
@renovate renovate bot force-pushed the renovate/viem-2.x branch 3 times, most recently from ca5296d to dbf6e8c Compare March 16, 2024 11:30
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 2dba22f to d85dad1 Compare September 18, 2024 17:47
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from d8ba0e7 to ebd18ee Compare September 27, 2024 08:34
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 6ed6bb2 to 16786d6 Compare October 5, 2024 08:11
@renovate renovate bot force-pushed the renovate/viem-2.x branch 6 times, most recently from 819d2f6 to b09761e Compare October 15, 2024 05:21
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from 8d1d8f4 to a77a014 Compare October 23, 2024 23:57
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 9793395 to 9e60ac2 Compare November 1, 2024 05:53
@renovate renovate bot force-pushed the renovate/viem-2.x branch 4 times, most recently from 1c782d0 to 46ffbc7 Compare November 8, 2024 08:34
@renovate renovate bot force-pushed the renovate/viem-2.x branch 2 times, most recently from acc262a to aabeeab Compare November 13, 2024 08:33
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