Skip to content

chore(deps): bump viem from 1.2.9 to 1.6.7#132

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/viem-1.6.7
Closed

chore(deps): bump viem from 1.2.9 to 1.6.7#132
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/viem-1.6.7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 22, 2023

Bumps viem from 1.2.9 to 1.6.7.

Release notes

Sourced from viem's releases.

viem@1.6.7

Patch Changes

viem@1.6.4

Patch Changes

  • #1040 1e5bd4a0 Thanks @​jxom! - Made value optional on writeContract/simulateContract for payable functions.

  • #1022 2eb56bc7 Thanks @​Songkeys! - Fixed an issue where waitForTransactionReceipt would be infinitely pending when an error is thrown after a transaction has been replaced.

viem@1.6.3

Patch Changes

viem@1.6.2

Patch Changes

viem@1.6.0

Minor Changes

  • #984 e1032c7b Thanks @​holic! - Added signTransaction & privateKeyToAddress exports to viem/accounts entrypoint.

  • #1006 7311e201 Thanks @​jxom! - Added fees to chain config that includes a defaultPriorityFee for setting a default priority fee (maxPriorityFeePerGas) for a chain.

    import type { Chain } from 'viem'
    export const example = {
    // ...
    fees: {
    defaultPriorityFee: 1_000_000n, // 0.001 gwei
    // or
    async defaultPriorityFee() {
    // ... some async behavior to derive the fee.
    }
    },

... (truncated)

Changelog

Sourced from viem's changelog.

viem

1.6.6

Patch Changes

1.6.5

Patch Changes

1.6.4

Patch Changes

  • #1040 1e5bd4a0 Thanks @​jxom! - Made value optional on writeContract/simulateContract for payable functions.
  • #1022 2eb56bc7 Thanks @​Songkeys! - Fixed an issue where waitForTransactionReceipt would be infinitely pending when an error is thrown after a transaction has been replaced.

1.6.3

Patch Changes

1.6.2

Patch Changes

1.6.1

Patch Changes

1.6.0

Minor Changes

  • #984 e1032c7b Thanks @​holic! - Added signTransaction & privateKeyToAddress exports to viem/accounts entrypoint.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [viem](https://github.com/wagmi-dev/viem) from 1.2.9 to 1.6.7.
- [Release notes](https://github.com/wagmi-dev/viem/releases)
- [Changelog](https://github.com/wagmi-dev/viem/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wagmi-dev/viem/compare/viem@1.2.9...viem@1.6.7)

---
updated-dependencies:
- dependency-name: viem
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner August 22, 2023 07:18
@dependabot dependabot bot requested review from hozzjss, okhaimie-dev and tnrdd August 22, 2023 07:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 22, 2023
@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for beautiful-sepolia-0d3117 ready!

Name Link
🔨 Latest commit e246e7d
🔍 Latest deploy log https://app.netlify.com/sites/beautiful-sepolia-0d3117/deploys/64e46164b4c4c3000805497b
😎 Deploy Preview https://deploy-preview-132--beautiful-sepolia-0d3117.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for incredible-optimism-fc8746 ready!

Name Link
🔨 Latest commit e246e7d
🔍 Latest deploy log https://app.netlify.com/sites/incredible-optimism-fc8746/deploys/64e461645fc3e90008b58525
😎 Deploy Preview https://deploy-preview-132--incredible-optimism-fc8746.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Aug 22, 2023

Deploy Preview for glistening-mainnet-d54e71 ready!

Name Link
🔨 Latest commit e246e7d
🔍 Latest deploy log https://app.netlify.com/sites/glistening-mainnet-d54e71/deploys/64e4616494f9ed000877f4d4
😎 Deploy Preview https://deploy-preview-132--glistening-mainnet-d54e71.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Superseded by #133.

@dependabot dependabot bot closed this Aug 24, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/viem-1.6.7 branch August 24, 2023 07:42
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