UCTalent / uc-smartcontracts

0 stars 0 forks source link

Update dependency @ethersproject/providers to v5.7.2 #19

Open renovate[bot] opened 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ethersproject/providers (source) 5.6.8 -> 5.7.2 age adoption passing confidence

Release Notes

ethers-io/ethers.js (@​ethersproject/providers) ### [`v5.7.2`](https://redirect.github.com/ethers-io/ethers.js/releases/tag/v5.7.2): ethers/v5.7.2 (2022-10-19 04:19) [Compare Source](https://redirect.github.com/ethers-io/ethers.js/compare/v5.7.1...v5.7.2) - Updated tests to use goerli instead of ropsten. ([1392803](https://redirect.github.com/ethers-io/ethers.js/commit/139280390c32b80c533e6a74c84595e6bea706b9), [706d3ca](https://redirect.github.com/ethers-io/ethers.js/commit/706d3ca27c233385944877eb64c099c74109b6c2)) - Added new error strings Pocket returns. ([9f990c5](https://redirect.github.com/ethers-io/ethers.js/commit/9f990c57f0486728902d4b8e049536f2bb3487ee)) - Fixed Alchemy goerli URL. ([#​3320](https://redirect.github.com/ethers-io/ethers.js/issues/3320), [#​3323](https://redirect.github.com/ethers-io/ethers.js/issues/3323), [#​3340](https://redirect.github.com/ethers-io/ethers.js/issues/3340), [#​3358](https://redirect.github.com/ethers-io/ethers.js/issues/3358), [#​3423](https://redirect.github.com/ethers-io/ethers.js/issues/3423); [74e3d98](https://redirect.github.com/ethers-io/ethers.js/commit/74e3d98d1df2bd97be258202a63517d4aa1ba8fd)) - Update testnets for third-party providers. ([#​3320](https://redirect.github.com/ethers-io/ethers.js/issues/3320), [#​3323](https://redirect.github.com/ethers-io/ethers.js/issues/3323), [#​3340](https://redirect.github.com/ethers-io/ethers.js/issues/3340), [#​3358](https://redirect.github.com/ethers-io/ethers.js/issues/3358), [#​3423](https://redirect.github.com/ethers-io/ethers.js/issues/3423); [2a3a2e1](https://redirect.github.com/ethers-io/ethers.js/commit/2a3a2e1feda7b18c8e234c84e4de32d4246f18ed)) *** **Embedding UMD with [SRI](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity):** ```html ``` ### [`v5.7.1`](https://redirect.github.com/ethers-io/ethers.js/releases/tag/v5.7.1): ethers/v5.7.1 (2022-09-13 21:28) [Compare Source](https://redirect.github.com/ethers-io/ethers.js/compare/v5.7.0...v5.7.1) - Fixed message signing errors that clobbered critical Error properties. ([#​3356](https://redirect.github.com/ethers-io/ethers.js/issues/3356); [b14cb0f](https://redirect.github.com/ethers-io/ethers.js/commit/b14cb0fa2c31c09bfc4c668e5b9dbbc52e9b5dce)) - Add support for all data URL formats. ([#​3341](https://redirect.github.com/ethers-io/ethers.js/issues/3341); [4c86dc9](https://redirect.github.com/ethers-io/ethers.js/commit/4c86dc9ed41fcf889daaaca41686a218a0c68e90)) - Added Sepolia network. ([#​3325](https://redirect.github.com/ethers-io/ethers.js/issues/3325); [d083522](https://redirect.github.com/ethers-io/ethers.js/commit/d083522374b8e48e02688d2f8e29cd86f99e5fc4)) *** **Embedding UMD with [SRI](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity):** ```html ``` ### [`v5.7.0`](https://redirect.github.com/ethers-io/ethers.js/releases/tag/v5.7.0): ethers/v5.7.0 (2022-08-18 16:17) [Compare Source](https://redirect.github.com/ethers-io/ethers.js/compare/v5.6.8...v5.7.0) - Update PocketProvider to newer URL format. ([#​2980](https://redirect.github.com/ethers-io/ethers.js/issues/2980); [10d07ca](https://redirect.github.com/ethers-io/ethers.js/commit/10d07ca6ec0622fb5a58b7e61b089166ebe8ea15)) - Add new ENS normalization specification for wider UTF-8 support. ([#​42](https://redirect.github.com/ethers-io/ethers.js/issues/42), [#​2376](https://redirect.github.com/ethers-io/ethers.js/issues/2376), [#​2754](https://redirect.github.com/ethers-io/ethers.js/issues/2754); [14bf407](https://redirect.github.com/ethers-io/ethers.js/commit/14bf407bd948bb1bc91161032c93a67d81fb5a02), [fce9aaa](https://redirect.github.com/ethers-io/ethers.js/commit/fce9aaa7345a001a4a56bce66298ee23948d120c), [f274104](https://redirect.github.com/ethers-io/ethers.js/commit/f274104865794f7f24db4244d591c39ad16f6688)) - Added ACTION_REJECTED error for UI-based Signers. ([d9897e0](https://redirect.github.com/ethers-io/ethers.js/commit/d9897e0fdb5f9ca34822929c95a478634cc2a460)) - Include current baseFee in feeData for easier custom fee calculation. ([8314236](https://redirect.github.com/ethers-io/ethers.js/commit/8314236143a300ae81c1dcc27a7a36640df22061)) - Add restrictions for new UTF-8 specification ENS names. ([#​42](https://redirect.github.com/ethers-io/ethers.js/issues/42), [#​2376](https://redirect.github.com/ethers-io/ethers.js/issues/2376), [#​2754](https://redirect.github.com/ethers-io/ethers.js/issues/2754); [e52fbfb](https://redirect.github.com/ethers-io/ethers.js/commit/e52fbfbe70014e8033d3beed9c0dff2809eeef7f)) - Expand the definition of a WebSocketLike. ([#​2843](https://redirect.github.com/ethers-io/ethers.js/issues/2843); [00114d7](https://redirect.github.com/ethers-io/ethers.js/commit/00114d7b2f6e65a1cc974ea5b03abad568db4827)) - Expanded type for queryFitler to allow string. ([#​2882](https://redirect.github.com/ethers-io/ethers.js/issues/2882); [60da870](https://redirect.github.com/ethers-io/ethers.js/commit/60da870cf2f8b71a4ec0c4bec67e28a11463038d)) - Added finalized and safe blockTags. ([#​3091](https://redirect.github.com/ethers-io/ethers.js/issues/3091); [549168c](https://redirect.github.com/ethers-io/ethers.js/commit/549168cc4d0d3d18b12caa70bf5c58f4bcdc0175)) - Added arbitrum-goerli to Networks and AlchemyProvider. ([#​3246](https://redirect.github.com/ethers-io/ethers.js/issues/3246); [e72d13e](https://redirect.github.com/ethers-io/ethers.js/commit/e72d13e651c236c0222265931285a466f1441134)) - Add EIP-712 type exports. ([#​221](https://redirect.github.com/ethers-io/ethers.js/issues/221); [7ce41cd](https://redirect.github.com/ethers-io/ethers.js/commit/7ce41cdec706def0cd41f7f294c4d31bcb99a4ec)) - Added optimism-goerli to AlchemyProvider. ([#​3246](https://redirect.github.com/ethers-io/ethers.js/issues/3246); [f1cb0d2](https://redirect.github.com/ethers-io/ethers.js/commit/f1cb0d2dd654890836810e5c8d221e2664b2ae4a)) - Updated EtherscanProvider for new CommunityResource API throttling. ([6bd13c3](https://redirect.github.com/ethers-io/ethers.js/commit/6bd13c312fd53eaa78269d2c10e6bc373d67a2a9)) - Fix old events from being emitted at the beginning of a filter. ([#​3069](https://redirect.github.com/ethers-io/ethers.js/issues/3069), [#​3094](https://redirect.github.com/ethers-io/ethers.js/issues/3094); [ea2d245](https://redirect.github.com/ethers-io/ethers.js/commit/ea2d2453a535a319ad55e7ca739ab1bcdb1432b7)) - Fixed Interface signautres missing strings as eventFragments. ([#​3157](https://redirect.github.com/ethers-io/ethers.js/issues/3157); [c004ae5](https://redirect.github.com/ethers-io/ethers.js/commit/c004ae50f3df833380ca1540ef5024965ac8ef48)) - Fix bug in EIP1193Bridge forwarding to the wrong method. ([#​3166](https://redirect.github.com/ethers-io/ethers.js/issues/3166); [17676e9](https://redirect.github.com/ethers-io/ethers.js/commit/17676e9597ef7610443e3a7d7bb2967e7b509c26)) - Use updated Web3 Secret Storage format for JSON wallets. ([#​3075](https://redirect.github.com/ethers-io/ethers.js/issues/3075); [6f57e8b](https://redirect.github.com/ethers-io/ethers.js/commit/6f57e8b1564a0b5c80b742775d02b9fad710c8e6)) - Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4. ([#​3161](https://redirect.github.com/ethers-io/ethers.js/issues/3161); [abdf2e3](https://redirect.github.com/ethers-io/ethers.js/commit/abdf2e30a5169d6ddd368f2bc3cdcd5feed25ae5)) - Switch to hash.js for ripemd160 on node as it was removed from the default crypto provider in node 17. ([#​3082](https://redirect.github.com/ethers-io/ethers.js/issues/3082); [450694e](https://redirect.github.com/ethers-io/ethers.js/commit/450694e25760d383f3fe3b299d181ebe5fd6ab06)) - Add optimism-kovan to EtherscanProvider. ([#​3135](https://redirect.github.com/ethers-io/ethers.js/issues/3135); [4d3e586](https://redirect.github.com/ethers-io/ethers.js/commit/4d3e586701ca9ecd0ab63133d90185809d4f3811)) - Forward any blockTag along in the FallbackProvider during call. ([#​3168](https://redirect.github.com/ethers-io/ethers.js/issues/3168); [ab43e7d](https://redirect.github.com/ethers-io/ethers.js/commit/ab43e7d171b6191abc47318e76ddec4ee7156cdd)) - Allow browser fetch option overrides. ([#​3096](https://redirect.github.com/ethers-io/ethers.js/issues/3096); [c309df8](https://redirect.github.com/ethers-io/ethers.js/commit/c309df8a3e988b00b4bc636622be78e246379f73)) *** **Embedding UMD with [SRI](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity):** ```html ```

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 weeks ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @defi-wonderland/smock@2.4.0
npm error Found: hardhat@2.19.1
npm error node_modules/hardhat
npm error   peer hardhat@"^2.9.4" from @nomicfoundation/hardhat-chai-matchers@1.0.2
npm error   node_modules/@nomicfoundation/hardhat-chai-matchers
npm error     peer @nomicfoundation/hardhat-chai-matchers@"^1.0.0" from @nomicfoundation/hardhat-toolbox@1.0.2
npm error     node_modules/@nomicfoundation/hardhat-toolbox
npm error       dev @nomicfoundation/hardhat-toolbox@"^1.0.1" from the root project
npm error     dev @nomicfoundation/hardhat-chai-matchers@"^1.0.0" from the root project
npm error   peer hardhat@"^2.0.0" from @nomicfoundation/hardhat-network-helpers@1.0.3
npm error   node_modules/@nomicfoundation/hardhat-network-helpers
npm error     peer @nomicfoundation/hardhat-network-helpers@"^1.0.0" from @nomicfoundation/hardhat-toolbox@1.0.2
npm error     node_modules/@nomicfoundation/hardhat-toolbox
npm error       dev @nomicfoundation/hardhat-toolbox@"^1.0.1" from the root project
npm error     dev @nomicfoundation/hardhat-network-helpers@"^1.0.0" from the root project
npm error   10 more (@nomicfoundation/hardhat-toolbox, ...)
npm error
npm error Could not resolve dependency:
npm error peer hardhat@"^2.21.0" from @defi-wonderland/smock@2.4.0
npm error node_modules/@defi-wonderland/smock
npm error   dev @defi-wonderland/smock@"^2.3.5" from the root project
npm error
npm error Conflicting peer dependency: hardhat@2.22.15
npm error node_modules/hardhat
npm error   peer hardhat@"^2.21.0" from @defi-wonderland/smock@2.4.0
npm error   node_modules/@defi-wonderland/smock
npm error     dev @defi-wonderland/smock@"^2.3.5" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-07T05_31_34_118Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-07T05_31_34_118Z-debug-0.log