pcaversaccio / create2deployer

Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
MIT License
286 stars 42 forks source link

Update `codespell-project/actions-codespell` #119

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@nomicfoundation/hardhat-chai-matchers (source) ^1.0.6 -> ^2.0.0 age adoption passing confidence devDependencies major
@typechain/ethers-v5 ^10.2.1 -> ^11.0.0 age adoption passing confidence devDependencies major
@typechain/hardhat ^6.1.6 -> ^7.0.0 age adoption passing confidence devDependencies major
codespell-project/actions-codespell v1.0 -> v2.0 age adoption passing confidence action major
ethers (source) ^5.7.2 -> ^6.0.0 age adoption passing confidence devDependencies major

Release Notes

nomicfoundation/hardhat ### [`v2.0.0`](https://togithub.com/NomicFoundation/hardhat/releases/tag/%40nomicfoundation/hardhat-toolbox%402.0.0) [Compare Source](https://togithub.com/nomicfoundation/hardhat/compare/@nomicfoundation/hardhat-chai-matchers@1.0.6...@nomicfoundation/hardhat-chai-matchers@2.0.0) This version of the Toolbox upgrades `solidity-coverage` to its latest version. Since this new version includes some breaking changes, we are bumping the Toolbox to a new major version. If you want to upgrade to this version and you are using npm 7 or later, you only need to upgrade the Toolbox: npm i --save-dev hardhat@latest @​nomicfoundation/hardhat-toolbox@latest If you are using yarn or an old version of npm, you'll also need to upgrade Hardhat and `solidity-coverage`: yarn add --dev hardhat@latest @​nomicfoundation/hardhat-toolbox@latest solidity-coverage@latest
ethereum-ts/Typechain ### [`v11.0.0`](https://togithub.com/dethcrypto/TypeChain/releases/tag/%40typechain/ethers-v5%4011.0.0) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/@typechain/ethers-v5@​10.2.1...@typechain/ethers-v5@​11.0.0) ##### Major Changes - [`3eb6ed6`](https://togithub.com/ethereum-ts/Typechain/commit/3eb6ed6): Removes PromiseOrValue ##### Minor Changes - [`15541e4`](https://togithub.com/ethereum-ts/Typechain/commit/15541e4): Support for `nodenext` style import paths with new CLI flag: `--node16-modules` ##### Patch Changes - Updated dependencies \[[`15541e4`](https://togithub.com/ethereum-ts/Typechain/commit/15541e4)] - typechain@8.2.0
codespell-project/actions-codespell ### [`v2.0`](https://togithub.com/codespell-project/actions-codespell/releases/tag/v2.0) [Compare Source](https://togithub.com/codespell-project/actions-codespell/compare/v1.0...v2.0) #### What's Changed - Update GitHub Actions by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/codespell-project/actions-codespell/pull/49](https://togithub.com/codespell-project/actions-codespell/pull/49) - Configure Dependabot to check for outdated actions used in workflows by [@​per1234](https://togithub.com/per1234) in [https://github.com/codespell-project/actions-codespell/pull/50](https://togithub.com/codespell-project/actions-codespell/pull/50) - Encourage the use of semantic versioning in the README by [@​jdufresne](https://togithub.com/jdufresne) in [https://github.com/codespell-project/actions-codespell/pull/58](https://togithub.com/codespell-project/actions-codespell/pull/58) - ENH: Enable use of pyproject.toml by [@​larsoner](https://togithub.com/larsoner) in [https://github.com/codespell-project/actions-codespell/pull/60](https://togithub.com/codespell-project/actions-codespell/pull/60) - Upgrade GitHub Actions setup-python by [@​cclauss](https://togithub.com/cclauss) in [https://github.com/codespell-project/actions-codespell/pull/61](https://togithub.com/codespell-project/actions-codespell/pull/61) - README: Add syntax highlighting for readability by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/codespell-project/actions-codespell/pull/64](https://togithub.com/codespell-project/actions-codespell/pull/64) #### New Contributors - [@​jdufresne](https://togithub.com/jdufresne) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/58](https://togithub.com/codespell-project/actions-codespell/pull/58) - [@​larsoner](https://togithub.com/larsoner) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/60](https://togithub.com/codespell-project/actions-codespell/pull/60) - [@​cclauss](https://togithub.com/cclauss) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/61](https://togithub.com/codespell-project/actions-codespell/pull/61) - [@​hugovk](https://togithub.com/hugovk) made their first contribution in [https://github.com/codespell-project/actions-codespell/pull/64](https://togithub.com/codespell-project/actions-codespell/pull/64) **Full Changelog**: https://github.com/codespell-project/actions-codespell/compare/v1...v2.0
ethers-io/ethers.js ### [`v6.4.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv640-2023-05-18-1728) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.3.0...v6.4.0) - Coerce value into BigInt when checking for value ([83d7f43](https://togithub.com/ethers-io/ethers.js/commit/83d7f43b9ca4b9868a3952510e56b41ea8610baa)). - Better errors when junk passed as Contract target ([#​3947](https://togithub.com/ethers-io/ethers.js/issues/3947), [#​4053](https://togithub.com/ethers-io/ethers.js/issues/4053); [219b16d](https://togithub.com/ethers-io/ethers.js/commit/219b16dc284b0c6a532c8c49e824d8234f94222b)). - More robust message checking in socket providers ([#​4051](https://togithub.com/ethers-io/ethers.js/issues/4051); [f58990b](https://togithub.com/ethers-io/ethers.js/commit/f58990b80cfd83579014339315e58663c0aa6ae3)). - More robust defaultProvider start-up when a backend fails on bootstrap ([#​3979](https://togithub.com/ethers-io/ethers.js/issues/3979); [984f6fa](https://togithub.com/ethers-io/ethers.js/commit/984f6fa155fca08ebec2353c75ee0a0b974e8568)). - Fix Result.map when Array contains zero elements ([#​4036](https://togithub.com/ethers-io/ethers.js/issues/4036), [#​4048](https://togithub.com/ethers-io/ethers.js/issues/4048); [2e5935b](https://togithub.com/ethers-io/ethers.js/commit/2e5935b91cff462165a054b33c8b8413f51e3f39)). - Fixed error handling for contracts with receive and non-payable fallback ([6db7458](https://togithub.com/ethers-io/ethers.js/commit/6db7458cf0a09e8e8a2abb712239972ab81dc9df)). - Remove superfluous logging in defaultProvider ([f87f6ef](https://togithub.com/ethers-io/ethers.js/commit/f87f6ef9a01ca399664f9fe106b0a677dba0c8e8)). - Removed superfluous logging ([1bc8b55](https://togithub.com/ethers-io/ethers.js/commit/1bc8b55d502a95c4ae58352bdcfce9e5f9ea72d3)). - Fix receipt gas price when effectiveGasPrice is 0 on testnets ([#​4014](https://togithub.com/ethers-io/ethers.js/issues/4014); [2b0fe61](https://togithub.com/ethers-io/ethers.js/commit/2b0fe611335432aee334d777a64d8c7827881618)). - Added error event to provider ([#​3970](https://togithub.com/ethers-io/ethers.js/issues/3970), [#​3982](https://togithub.com/ethers-io/ethers.js/issues/3982); [af0291c](https://togithub.com/ethers-io/ethers.js/commit/af0291c01639674658f5049343da88a84da763a1)). - Removed superfluous parameters for internal transaction functions ([e848978](https://togithub.com/ethers-io/ethers.js/commit/e8489787585c2e69a23f6cdec6901f22b096aebe)). - More aggresive tree-shaking ([076edad](https://togithub.com/ethers-io/ethers.js/commit/076edad81ef62474f48f2b4c8af0edc6e4fd64f2)). - More flexible static network checking ([#​3834](https://togithub.com/ethers-io/ethers.js/issues/3834); [7c0465c](https://togithub.com/ethers-io/ethers.js/commit/7c0465c5fb834eba18d4e5535072685bdc1029f0)). - Support transitive dependants that use non-node16 moduleResolution ([#​3920](https://togithub.com/ethers-io/ethers.js/issues/3920); [df685b1](https://togithub.com/ethers-io/ethers.js/commit/df685b1bd9ad346ee7863beb6c3ca3f4e94932a2)). - Populate any missing log.removed with false ([#​3959](https://togithub.com/ethers-io/ethers.js/issues/3959); [4e478e6](https://togithub.com/ethers-io/ethers.js/commit/4e478e625d5648f2172631eef5fda5776ee776b0)). ### [`v6.3.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv630-2023-04-06-0435) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.2.3...v6.3.0) - Added support for legacy ABI JSON fragments ([#​3932](https://togithub.com/ethers-io/ethers.js/issues/3932); [8c5973e](https://togithub.com/ethers-io/ethers.js/commit/8c5973e3a9b8d4d4ed80bdf209d8a0b6cc6b8d6d)). - Add *in* operator support for contract and contract.filters ([#​3901](https://togithub.com/ethers-io/ethers.js/issues/3901); [c58ab3a](https://togithub.com/ethers-io/ethers.js/commit/c58ab3a97687e15a3ffe30b038089c5f4b570bb9)). - Fixed TypedData unsigned value range ([#​3873](https://togithub.com/ethers-io/ethers.js/issues/3873); [a851b24](https://togithub.com/ethers-io/ethers.js/commit/a851b24d0af009ecf277766d2a5f81f9b3e7f9f8)). - Added missing export for getIndexedAccountPath ([#​3875](https://togithub.com/ethers-io/ethers.js/issues/3875); [356ff2b](https://togithub.com/ethers-io/ethers.js/commit/356ff2becb4f4d3622b281d3825770af5caf71ca)). - Fixed TypedData payloads for JSON-restricted chainId field ([#​3836](https://togithub.com/ethers-io/ethers.js/issues/3836); [50b74b8](https://togithub.com/ethers-io/ethers.js/commit/50b74b8806ef2064f2764b09f89c7ac75fda3a3c)). ### [`v6.2.3`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv623-2023-03-27-2122) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.2.2...v6.2.3) - Fixed events when emitted in WebSocketProvider ([#​3767](https://togithub.com/ethers-io/ethers.js/issues/3767), [#​3922](https://togithub.com/ethers-io/ethers.js/issues/3922); [ffaafc0](https://togithub.com/ethers-io/ethers.js/commit/ffaafc0ce1cf40d1d76d8d814c9c445057bf6989)). ### [`v6.2.2`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv622-2023-03-24-0049) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.2.1...v6.2.2) - Fixed FetchRequest when using credentials ([#​3897](https://togithub.com/ethers-io/ethers.js/issues/3897); [88e8124](https://togithub.com/ethers-io/ethers.js/commit/88e8124c37d377628f9b8abdf140fc07ad06259f)). ### [`v6.2.1`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv621-2023-03-23-1733) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.2.0...v6.2.1) - Stall block polling bootstrap when the network is down ([#​3924](https://togithub.com/ethers-io/ethers.js/issues/3924); [603d474](https://togithub.com/ethers-io/ethers.js/commit/603d47496e2b667c15b72f315261d6e299381848)). ### [`v6.2.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv620-2023-03-20-1553) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.1.0...v6.2.0) - Added extra details in the error info field for RPC errors ([30ffa78](https://togithub.com/ethers-io/ethers.js/commit/30ffa78d1441fa033677fa09237fc135a314f373)). - Remove Ankr as a deafult for now as the provided API key is failing ([6e01e54](https://togithub.com/ethers-io/ethers.js/commit/6e01e5448f4a3e2d30288d4c8447db295c3a2e7a)). - Fixed deferred filters after unsafe-eval changes ([#​3749](https://togithub.com/ethers-io/ethers.js/issues/3749), [#​3763](https://togithub.com/ethers-io/ethers.js/issues/3763); [2e3802a](https://togithub.com/ethers-io/ethers.js/commit/2e3802a83b8ad2f5a6269d79fbd1c83c9f2d1047)). - Remove use of Function sub-class to address unsafe-eval issues ([#​3749](https://togithub.com/ethers-io/ethers.js/issues/3749), [#​3763](https://togithub.com/ethers-io/ethers.js/issues/3763); [7d3af51](https://togithub.com/ethers-io/ethers.js/commit/7d3af512c75b4c24027ec2daef1e9f4c1064194a)). - Added verifyTypedData utility (reported on Farcaster) ([f06a445](https://togithub.com/ethers-io/ethers.js/commit/f06a445247f3b294f9fc805cc8fe0752accb8edc)). - Removed stray logging in IpcProvider ([#​3908](https://togithub.com/ethers-io/ethers.js/issues/3908), [#​3909](https://togithub.com/ethers-io/ethers.js/issues/3909); [e11d4c1](https://togithub.com/ethers-io/ethers.js/commit/e11d4c1c20cc5b6fd5803cf9636c4f5bc082dab7)). - Fixed legacy serialization for implicit chainId transactions ([#​3898](https://togithub.com/ethers-io/ethers.js/issues/3898), [#​3899](https://togithub.com/ethers-io/ethers.js/issues/3899); [fcf6c8f](https://togithub.com/ethers-io/ethers.js/commit/fcf6c8fcee95ec412aaafba8ec84d5049b077a4e)). - Fix Webpack issue (reported on discord) ([3ad4273](https://togithub.com/ethers-io/ethers.js/commit/3ad4273b8b714bff344ccbfb1eb71ed8a8b7cfa4)). - Fix some bundlers which cannot handle recursive pkg.exports ([#​3848](https://togithub.com/ethers-io/ethers.js/issues/3848); [6315e78](https://togithub.com/ethers-io/ethers.js/commit/6315e78ea32147653b72ca06f6800f3e2df6ffbf)). - Fixed typo in signature.s error ([#​3891](https://togithub.com/ethers-io/ethers.js/issues/3891); [47ef3eb](https://togithub.com/ethers-io/ethers.js/commit/47ef3ebde37bfa0c015c258c3d8a6800d751e147)). - Fixed stray unreachable code ([#​3890](https://togithub.com/ethers-io/ethers.js/issues/3890); [c220fe2](https://togithub.com/ethers-io/ethers.js/commit/c220fe2ea747ccc80cd3c4020e0278e3daf3c4fc)). - Move all wrapping to proper \_wrap functions ([#​3818](https://togithub.com/ethers-io/ethers.js/issues/3818); [02a0aad](https://togithub.com/ethers-io/ethers.js/commit/02a0aad61212c35e8d2723a8ae589989b97dae3e)). ### [`v6.1.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv610-2023-03-07-0210) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.8...v6.1.0) - Fixed ethers imported in web workers ([#​3856](https://togithub.com/ethers-io/ethers.js/issues/3856); [5f2678f](https://togithub.com/ethers-io/ethers.js/commit/5f2678fb059d643638b9cc1dc59cbfc61ce7a7b8)). - Added Sepolia support ([#​3863](https://togithub.com/ethers-io/ethers.js/issues/3863); [abeaa74](https://togithub.com/ethers-io/ethers.js/commit/abeaa74da04fbe25e837a2ffa7d1e9c1257a5da5)). - Added missing exports ([#​3734](https://togithub.com/ethers-io/ethers.js/issues/3734); [06aa303](https://togithub.com/ethers-io/ethers.js/commit/06aa30363f88144db672376d39012d7fe3f86c33)). - Allow null values for TypedData domain ([#​3623](https://togithub.com/ethers-io/ethers.js/issues/3623); [a32af3a](https://togithub.com/ethers-io/ethers.js/commit/a32af3adc104c4b07a45097a4a3725a4ce9e0be6)). - Added listAccounts to JsonRpcProvider ([#​3778](https://togithub.com/ethers-io/ethers.js/issues/3778); [287d94f](https://togithub.com/ethers-io/ethers.js/commit/287d94fc454d03f1b3086ea98745131cdf40129a)). - Allow BigInt for blockTag ([#​3780](https://togithub.com/ethers-io/ethers.js/issues/3780); [fe1f04c](https://togithub.com/ethers-io/ethers.js/commit/fe1f04c6e5fb4254a100f492d7dcbdc3cf19a446)). - Fixed typo in error messages ([#​3822](https://togithub.com/ethers-io/ethers.js/issues/3822), [#​3824](https://togithub.com/ethers-io/ethers.js/issues/3824); [f1a810d](https://togithub.com/ethers-io/ethers.js/commit/f1a810dcb56df54b1e1567f2a59c73500619472f)). - Re-adding definition files to require exports ([#​3703](https://togithub.com/ethers-io/ethers.js/issues/3703); [76fab92](https://togithub.com/ethers-io/ethers.js/commit/76fab923da33e71e6bb751bb0b5e3ba3faa27ab2)). ### [`v6.0.8`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv608-2023-02-23-0630) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.7...v6.0.8) - Fix matic-mumbai network and include aliases to legacy names ([#​3811](https://togithub.com/ethers-io/ethers.js/issues/3811); [20bbd12](https://togithub.com/ethers-io/ethers.js/commit/20bbd1281911d31b360f6f5032251c9257943541)). - Fixed getSigner bug ([#​3821](https://togithub.com/ethers-io/ethers.js/issues/3821); [388edf6](https://togithub.com/ethers-io/ethers.js/commit/388edf6abc168f89f1ca609e9e5b025dc9205add)). ### [`v6.0.7`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv607-2023-02-23-0141) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.6...v6.0.7) - Fixed getContentHash ([#​3819](https://togithub.com/ethers-io/ethers.js/issues/3819); [b993f7c](https://togithub.com/ethers-io/ethers.js/commit/b993f7c3b6c0e135c460c8b8dc5943215628231a)). ### [`v6.0.6`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv606-2023-02-22-2153) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.5...v6.0.6) - Added chain parameters for Arbitrum and Optimism ([#​3811](https://togithub.com/ethers-io/ethers.js/issues/3811); [77a7323](https://togithub.com/ethers-io/ethers.js/commit/77a7323119923e596f4def4f1bc90beae5447320)). - Fix NonceManager race condition ([#​3812](https://togithub.com/ethers-io/ethers.js/issues/3812), [#​3813](https://togithub.com/ethers-io/ethers.js/issues/3813); [5a3c10a](https://togithub.com/ethers-io/ethers.js/commit/5a3c10a29c047609a50828adb620d88aa8cf0014)). - Add UMD output to dist builds ([#​3814](https://togithub.com/ethers-io/ethers.js/issues/3814); [f9eed4c](https://togithub.com/ethers-io/ethers.js/commit/f9eed4cdb190b06dd4ddaa2382c1de42e8e98de6)). ### [`v6.0.5`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv605-2023-02-18-2236) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.4...v6.0.5) - Fixed Result to behave correctly like an array using slice and toArray ([#​3787](https://togithub.com/ethers-io/ethers.js/issues/3787); [399356b](https://togithub.com/ethers-io/ethers.js/commit/399356b91227db04e496628af60c4b8e38207760)). - Replaced substring from 0 index with startsWith ([#​3691](https://togithub.com/ethers-io/ethers.js/issues/3691); [4512e97](https://togithub.com/ethers-io/ethers.js/commit/4512e97f9b55607ce388aa6eb63a37fc196a5d9d)). - Fixed inverted assert in duplicate name detection for ABI encoding ([#​3792](https://togithub.com/ethers-io/ethers.js/issues/3792); [762c2f3](https://togithub.com/ethers-io/ethers.js/commit/762c2f34eac848c5464389f11d1697dcd8ebcbb5)). - Fixed missing property during transaction copy ([#​3793](https://togithub.com/ethers-io/ethers.js/issues/3793); [48bbef7](https://togithub.com/ethers-io/ethers.js/commit/48bbef7ade69bcfe86542f752f15049cc62f4141)). - Add support for Wallet private keys without 0x prefix ([#​3768](https://togithub.com/ethers-io/ethers.js/issues/3768); [4665fb4](https://togithub.com/ethers-io/ethers.js/commit/4665fb4c6886c8b344dee316ba9f4fde57ce7557)). - Fixed quicknode property for defaultProvider ([#​3741](https://togithub.com/ethers-io/ethers.js/issues/3741); [a8afb72](https://togithub.com/ethers-io/ethers.js/commit/a8afb72fbbceb6a5024c1edb85badb72099787ea)). - Fixed exports field order ([#​3703](https://togithub.com/ethers-io/ethers.js/issues/3703), [#​3755](https://togithub.com/ethers-io/ethers.js/issues/3755); [085a905](https://togithub.com/ethers-io/ethers.js/commit/085a9054f349afb816ca1a123737293ec9bd2532)). ### [`v6.0.4`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv604-2023-02-16-0855) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.3...v6.0.4) - Fixed custom error decoding ([#​3785](https://togithub.com/ethers-io/ethers.js/issues/3785); [4d9b29d](https://togithub.com/ethers-io/ethers.js/commit/4d9b29de751e2387c143e474bb96d271da892ea6)). - Removed stray debug logging ([e1e0929](https://togithub.com/ethers-io/ethers.js/commit/e1e09293483a9d07fd8e8f96552aa958b5ec45ed)). - Fixed lookupAddress when bad resolver is present ([#​3782](https://togithub.com/ethers-io/ethers.js/issues/3782); [92def9c](https://togithub.com/ethers-io/ethers.js/commit/92def9c1489bb35ad13fe58a1cd107ee3a05a112)). - Fixed FallbackProvider median calculation ([#​3746](https://togithub.com/ethers-io/ethers.js/issues/3746); [83957dc](https://togithub.com/ethers-io/ethers.js/commit/83957dc283043b9af8f6e89920faac3e09ca69fc)). - Move the xnf normalize variant to pkg.browser instead of import ([#​3724](https://togithub.com/ethers-io/ethers.js/issues/3724); [179e6ca](https://togithub.com/ethers-io/ethers.js/commit/179e6ca520392177c7dea5e477b29930952ed637)). ### [`v6.0.3`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv603-2023-02-12-2245) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.2...v6.0.3) - Allow null type in transaction receipt for legacy type 0 networks ([#​3459](https://togithub.com/ethers-io/ethers.js/issues/3459); [6372a46](https://togithub.com/ethers-io/ethers.js/commit/6372a46b1b273db3e4c1189daebb4b888bd588bc)). - Fixed events when slicing immutable Result ([#​3765](https://togithub.com/ethers-io/ethers.js/issues/3765); [2ba4a17](https://togithub.com/ethers-io/ethers.js/commit/2ba4a172555b7e17ac01fedfc944549defab61bc)). - More robust support on networks which throw when filters are not supported ([#​3767](https://togithub.com/ethers-io/ethers.js/issues/3767); [37bf4fb](https://togithub.com/ethers-io/ethers.js/commit/37bf4fb55563d7ff66edee15c7515c8a0d6a2266)). - Fixed ignored polling override for JsonRpcApiProvider ([400d576](https://togithub.com/ethers-io/ethers.js/commit/400d57621b3e9a33679a528b5072449699f0a068)). ### [`v6.0.2`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv602-2023-02-04-0850) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.1...v6.0.2) - Fixed crossed assert in Fetch ([#​3733](https://togithub.com/ethers-io/ethers.js/issues/3733); [6c338c1](https://togithub.com/ethers-io/ethers.js/commit/6c338c1c5b4013db9754c9d1a33dcbf54330e5c7)). ### [`v6.0.1`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv601-2023-02-04-0406) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v6.0.0...v6.0.1) - Fix Subscriber model when removed within emit callback ([d0ed918](https://togithub.com/ethers-io/ethers.js/commit/d0ed91840c9f51c7ce9061ebb1d36727dbdd51a4)). - Fixed human-readable parser when identifier begins with valid type prefix ([#​3728](https://togithub.com/ethers-io/ethers.js/issues/3728); [522fd16](https://togithub.com/ethers-io/ethers.js/commit/522fd16f68aabc53e4dc8745d4128e0d61260ed5)). - Update to latest secp256k1 library ([#​3719](https://togithub.com/ethers-io/ethers.js/issues/3719); [803e8f9](https://togithub.com/ethers-io/ethers.js/commit/803e8f9821950b83efa876d64b1cfb35f6bccc38)). ### [`v6.0.0`](https://togithub.com/ethers-io/ethers.js/blob/HEAD/CHANGELOG.md#ethersv600-2023-02-02-2248) [Compare Source](https://togithub.com/ethers-io/ethers.js/compare/v5.7.2...v6.0.0) - Initial release ([90afd9b](https://togithub.com/ethers-io/ethers.js/commit/90afd9bd81ed1408421a0247fa0845a74c9eb319)).

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: create2deployer@1.0.0
npm ERR! Found: ethers@6.4.0
npm ERR! node_modules/ethers
npm ERR!   dev ethers@"^6.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer ethers@"^5.1.3" from @typechain/ethers-v5@11.0.0
npm ERR! node_modules/@typechain/ethers-v5
npm ERR!   dev @typechain/ethers-v5@"^11.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/175774/cf372b/cache/others/npm/_logs/2023-06-01T00_58_26_932Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/175774/cf372b/cache/others/npm/_logs/2023-06-01T00_58_26_932Z-debug-0.log