chore(deps): update dependency @typechain/ethers-v5 to v11#119
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency @typechain/ethers-v5 to v11#119renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
f658609 to
ad569c4
Compare
2fb0814 to
d554ce7
Compare
e10fd3c to
beef120
Compare
ef28939 to
7a5d879
Compare
7da03b9 to
7468110
Compare
9660ab6 to
5ccdf4c
Compare
7be2be5 to
a011d2c
Compare
4546f0f to
4188a6c
Compare
26a8a0e to
5531bca
Compare
5531bca to
590288e
Compare
auto-merge was automatically disabled
September 5, 2023 12:39
Pull request was closed
Contributor
Author
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.0.1->^11.0.0Release Notes
ethereum-ts/Typechain (@typechain/ethers-v5)
v11.1.0Compare Source
Minor Changes
c4720b9: fix tuples in event signatures and also arrays of tuples in functionsPatch Changes
c4720b9]v11.0.1Compare Source
Patch Changes
cd4bb0f]v11.0.0Compare Source
Major Changes
3eb6ed6: Removes PromiseOrValueMinor Changes
15541e4: Support fornodenextstyle import paths with new CLI flag:--node16-modulesPatch Changes
15541e4]v10.2.1Compare Source
Patch Changes
5b0759d: Remove obsolete peer dependency@ethersproject/bytes@^5.0.0fromtarget-ethers-v5a036651: Fix for unused type in new ethers-v5 codegenv10.2.0Compare Source
Minor Changes
31e6957: Add const assertion for exported ABIv10.1.1Compare Source
Patch Changes
bbc9656]v10.1.0Compare Source
Minor Changes
015abb2: Added support for inputs wrapped in promise for ethers-v5 target.Patch Changes
63691c4]v10.0.0Compare Source
Depends on
typechain ^8.0.0.Major Changes
3a8a99a: Directory tree in generated types now reflects the directory tree in the inputs. Also, only the main contracttype is reexported from each file.
This change solves a number of name clashing problems. All generated code can still be imported after updating the
import path.
978490f: We are not emittingcontractNamefields on contracts and factories anymore.Why?
contractNamebreaks polymorphism for example: exact token implementation is not assignable to token interface.What do to?
We are adding optional flag
--discriminate-typesto continue emittingcontractName.Minor Changes
d86d048: The method overloads forgetEvent,getFunction,decodeFunctionResult,encodeFunctionDatafollow these rules:--always-generate-overloadsis off, just theentities' names are used (without the signature)
disambiguate them
--always-generate-overloadsis on, additional overloads are generated for functions that arenot ambiguous
(that's according to the ethers API - they don't use shorthand naming).
e447bfb: Added optionalconfig.inputDirproperty and--input-dirflag to control directory structure in generatedtypes. If not set, it's inferred as lowest common path of all ABI files.
a59ae6e: Preferimport typein generated files when possible47ab651: For every event, TypeChain now emits an interface with its named properties.Before
After
Patch Changes
2395289: ContractFactory subclasses now use explicit "override" modifiers.TypeScript version 4.3 or newer is now required.
975a9dc: Fix type generation for arrays of nested structs ex:GovernanceMessage.Call[][] calldata _remoteCalls.Fix structs parser in typechain package. Now only struct tuples are registered.
v9.0.0Compare Source
Major Changes
92939ea: Structs will be namespaced using contract name when availableMinor Changes
c2b7c3c: Added support descrimnated unions to contracts generated by typechainPatch Changes
f22f962: Events with multiple positional parameters no longer get "undefined" as argument incontract.filters.dethcrypto/TypeChain#575
d244e41: Fix event name generation for events with arraysUpdated dependencies [
92939ea]Updated dependencies [
d244e41]v8.0.5Compare Source
Patch Changes
8f7144c: Constant size with length greater than 4 no longer emit as TypeScript tuples.v8.0.4Compare Source
Patch Changes
a26ea50: Constant size struct arrays are now properly supported and don't cause malformed TS emit anymore.a26ea50]v8.0.3Compare Source
Patch Changes
a0fba00: Ethers V5 target doesn't emit unused imports anymore.a0fba00]v8.0.2Compare Source
Patch Changes
ba4c18a: Fix support for constructors with structsv8.0.1Compare Source
Patch Changes
b989dff: Fix structs generated as arraysv8.0.0Compare Source
Major Changes
2380a8f: Added support for ethers v6 in @typechain/hardhatPatch Changes
2380a8f]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 has been generated by Mend Renovate. View repository job log here.