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 ethers to v6.13.1 #13289

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 1, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ethers (source) 6.12.1 -> 6.13.1 age adoption passing confidence
ethers (source) 6.13.0 -> 6.13.1 age adoption passing confidence
ethers (source) 5.7.2 -> 6.13.1 age adoption passing confidence

Release Notes

ethers-io/ethers.js (ethers)

v6.13.1

Compare Source

  • Update ws package to address possible DoS vulnerability (a4b1d1f).

v6.13.0

Compare Source

v6.12.2

Compare Source

  • Copy EIP-4844 properties during estimateGas and call (#​4728; cebe5ee).
    • Use non-capturing regex for data to prevent memory exhaustion for long strings (#​4741; 5463aa0).
    • Added Base endpointsto EtherscanProvider (#​4729; 7e1dc95).

Configuration

📅 Schedule: Branch creation - "on the first day of the month" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Never, 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 has been generated by Mend Renovate. View repository job log here.

@cla-bot cla-bot bot added the cla-signed label Feb 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency ethers to v6.10.0 fix(deps): update dependency ethers to v6.11.1 Mar 3, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 16f69c4 to 318713a Compare March 5, 2024 18:41
@julien51
Copy link
Member

julien51 commented Apr 2, 2024

Blocking #13159

@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 857eb91 to 44a7382 Compare April 2, 2024 19:25
@renovate renovate bot changed the title fix(deps): update dependency ethers to v6.11.1 fix(deps): update dependency ethers to v6.12.1 May 2, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 8 times, most recently from 5c04090 to a535136 Compare May 8, 2024 20:25
@clemsos clemsos self-assigned this May 13, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 4 times, most recently from fdf851d to 81d3971 Compare May 15, 2024 13:37
@julien51 julien51 requested review from clemsos and julien51 and removed request for clemsos May 16, 2024 14:30
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 3 times, most recently from e9e1b68 to 965ca82 Compare June 4, 2024 12:58
@renovate renovate bot changed the title fix(deps): update dependency ethers to v6.12.2 fix(deps): update dependency ethers to v6.13.0 Jun 4, 2024
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 11 times, most recently from 659e6a5 to 55f1e0e Compare June 7, 2024 18:01
@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 2c21914 to 139ad22 Compare June 20, 2024 00:58
@renovate renovate bot changed the title fix(deps): update dependency ethers to v6.13.0 fix(deps): update dependency ethers to v6.13.1 Jun 20, 2024
@@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"axios": "1.7.2",
"ethers": "5.7.2"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@clemsos do we still need that one? I would say no?

@renovate renovate bot force-pushed the renovate/ethers-6.x branch 2 times, most recently from 4ff77dc to fb3e014 Compare July 12, 2024 16:13
@julien51
Copy link
Member

Unfortunately removing the peerDependency breaks things when building unlock-app:

../packages/unlock-js/dist/index.mjs:24439:1
Module not found: Can't resolve 'net'
  24437 |
  24438 | // node_modules/ethers/lib.esm/providers/provider-ipcsocket.js
> 24439 | import { connect } from "net";
        | ^
  24440 | function splitBuffer(data4) {
  24441 |   const messages = [];
  24442 |   let lastStart = 0;

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

2 participants