Skip to content

Bump ethers from 6.13.5 to 6.14.0 #38

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 7, 2025

Bumps ethers from 6.13.5 to 6.14.0.

Release notes

Sourced from ethers's releases.

ethers/v6.14.0 (2025-05-06 22:02)

  • Remove BlockscoutProvider temporarily until custom error issues are fixed (805a8b3).
  • EIP-7702 support (#4916; db490e1, e7c1bdf).
  • Added support for to override fetch init options in the Browser (#3895; 844ae68).
  • Added EIP-6963 discovery to BrowserProvider (f5469dd).
  • Accept modern KZG library API while exposing legacy API (#4841; e5036e7).
  • Added BlockscoutProvider (#4790, b59b5a4).
  • Added CommunityResourcable to exports (#4776; bca8d1b).

ethers/v6.13.7 (2025-04-25 21:50)

  • Fix FallbackProvider coalescing call exceptions when backends return slightly different error message (268a0ac).
  • Fixed Infura BSC network URLs (#4951; d01b4cb).
Changelog

Sourced from ethers's changelog.

ethers/v6.14.0 (2025-05-06 22:02)

  • Remove BlockscoutProvider temporarily until custom error issues are fixed (805a8b3).
  • EIP-7702 support (#4916; db490e1, e7c1bdf).
  • Added support for to override fetch init options in the Browser (#3895; 844ae68).
  • Added EIP-6963 discovery to BrowserProvider (f5469dd).
  • Accept modern KZG library API while exposing legacy API (#4841; e5036e7).
  • Added CommunityResourcable to exports (#4776; bca8d1b).

ethers/v6.13.7 (2025-04-25 21:50)

  • Fix FallbackProvider coalescing call exceptions when backends return slightly different error message (268a0ac).
  • Fixed Infura BSC network URLs (#4951; d01b4cb).

ethers/v6.13.6 (2025-03-21 18:21)

  • Implicitly use EIP-7702 if authorizationList is given and non-empty (#4961; e7c1bdf).
  • Initial EIP-7702 support (#4916; db490e1).
  • Added support for to override fetch init options in the Browser (#3895; 844ae68).
  • Added EIP-6963 discovery to BrowserProvider (f5469dd).
  • Merge: e5036e77 158f5d02 Merge branch 'main' into wip-v6.14 (e7165a6).
  • tests: squelch the noisy runtime console API event in browser tests (79428fd).
  • tests: added faucet key environment for browser CI tests (27d42af).
  • tests: better runtime exception output for browser tests (0beed25).
  • tests: added more debug endpoints to browser tests (33bbf66).
  • tests: added JSON-RPC tests to web browser CI (1c0c23c).
  • tests: added browser tests for sending (afd613a).
  • tests: debugging browser tests failing to launch (d1baa74).
  • tests: fix assert call for browser assert (1806bbd).
  • tests: inlcude more node tests in the browser tests (92fd5d1).
  • tests: move more tests to dev network (996f30c).
  • tests: debugging CI browser failure (ce7212d).
  • tests: debugging CI browser failure (f1821a6).
  • tests: debugging CI browser failure (cc9119c).
  • tests: debugging CI browser failure (3ac33f9).
  • tests: debugging CI browser failure (25b11ee).
  • tests: debug CI failing (3bcbcae).
  • tests: added circular support to browser-safe inspect (3854b39).
  • tests: added browser-safe inspect for tests (e299a31).
  • tests: fix for browser CI tests (74a68bc).
  • tests: adding debug info to local JsonPrcProvider (c508538).
  • tests: temporarily remove QuickNode (499ed8c).
  • Accept modern KZG library API while exposing legacy API (#4841; e5036e7).
  • Added CommunityResourcable to exports (#4776; bca8d1b).
Commits
  • d2c9ca0 admin: updated dist files
  • 805a8b3 Remove BlockscoutProvider temporarily until custom error issues are fixed.
  • d18aba6 admin: updated dist files
  • 614bfb0 admin: merged WIP branch
  • 1d85931 Added filter to EIP6963 discovery API.
  • 374d301 Added KZG library support for micro-ecc-signer.
  • 047fc04 Merge branch 'eip-7702' into wip-v6.14
  • 12b629d admin: update dist files
  • c9c18ce tests: exempt AlchemyProvider from legacy state root as they no longer includ...
  • bcac675 admin: updated dist files
  • Additional commits viewable in compare view

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 [ethers](https://github.com/ethers-io/ethers.js) from 6.13.5 to 6.14.0.
- [Release notes](https://github.com/ethers-io/ethers.js/releases)
- [Changelog](https://github.com/ethers-io/ethers.js/blob/main/CHANGELOG.md)
- [Commits](ethers-io/ethers.js@v6.13.5...v6.14.0)

---
updated-dependencies:
- dependency-name: ethers
  dependency-version: 6.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 7, 2025 18:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 7, 2025
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