chore(deps): update dependency @typechain/ethers-v5 to v11 #119
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.0
Release Notes
ethereum-ts/Typechain (@typechain/ethers-v5)
v11.1.0
Compare Source
Minor Changes
c4720b9
: fix tuples in event signatures and also arrays of tuples in functionsPatch Changes
c4720b9
]v11.0.1
Compare Source
Patch Changes
cd4bb0f
]v11.0.0
Compare Source
Major Changes
3eb6ed6
: Removes PromiseOrValueMinor Changes
15541e4
: Support fornodenext
style import paths with new CLI flag:--node16-modules
Patch Changes
15541e4
]v10.2.1
Compare Source
Patch Changes
5b0759d
: Remove obsolete peer dependency@ethersproject/bytes@^5.0.0
fromtarget-ethers-v5
a036651
: Fix for unused type in new ethers-v5 codegenv10.2.0
Compare Source
Minor Changes
31e6957
: Add const assertion for exported ABIv10.1.1
Compare Source
Patch Changes
bbc9656
]v10.1.0
Compare Source
Minor Changes
015abb2
: Added support for inputs wrapped in promise for ethers-v5 target.Patch Changes
63691c4
]v10.0.0
Compare 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 emittingcontractName
fields on contracts and factories anymore.Why?
contractName
breaks polymorphism for example: exact token implementation is not assignable to token interface.What do to?
We are adding optional flag
--discriminate-types
to continue emittingcontractName
.Minor Changes
d86d048
: The method overloads forgetEvent
,getFunction
,decodeFunctionResult
,encodeFunctionData
follow these rules:--always-generate-overloads
is off, just theentities' names are used (without the signature)
disambiguate them
--always-generate-overloads
is 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.inputDir
property and--input-dir
flag to control directory structure in generatedtypes. If not set, it's inferred as lowest common path of all ABI files.
a59ae6e
: Preferimport type
in 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.0
Compare 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.5
Compare Source
Patch Changes
8f7144c
: Constant size with length greater than 4 no longer emit as TypeScript tuples.v8.0.4
Compare Source
Patch Changes
a26ea50
: Constant size struct arrays are now properly supported and don't cause malformed TS emit anymore.a26ea50
]v8.0.3
Compare Source
Patch Changes
a0fba00
: Ethers V5 target doesn't emit unused imports anymore.a0fba00
]v8.0.2
Compare Source
Patch Changes
ba4c18a
: Fix support for constructors with structsv8.0.1
Compare Source
Patch Changes
b989dff
: Fix structs generated as arraysv8.0.0
Compare 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.