chore(deps): update dependency typechain to v8 #38
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:
^5.1.2
->^8.0.0
Release Notes
ethereum-ts/Typechain
v8.1.1
Compare Source
Patch Changes
bbc9656
: Skip run if project has no ABIsv8.1.0
Compare Source
Minor Changes
63691c4
: - ExposeTypechainUserConfig
type.contractName
from interface output see #692 for details.v8.0.0
Compare Source
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
.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.
Minor Changes
5b9a7fb
:typechain
will now resolve targets better in cases where the core package is symlinkede447bfb
: 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 possiblePatch Changes
e1f832c
: Make parsing JSON abi files more resilent. This should improve foundry integration.v7.0.1
Compare Source
Patch Changes
7e7bbed
: Add support for foundry / forge style artifactsv7.0.0
Compare Source
Major Changes
92939ea
: Structs will be namespaced using contract name when availablePatch Changes
d244e41
: Fix event name generation for events with arraysv6.1.0
Compare Source
Minor Changes
63691c4
: - ExposeTypechainUserConfig
type.contractName
from interface output see #692 for details.Patch Changes
de656c6
: AdddontOverrideCompile
setting63691c4
]015abb2
]v6.0.5
Compare Source
Patch Changes
135f6ce
: FixstructName
for nested array of structv6.0.4
Compare Source
Patch Changes
a26ea50
: Constant size struct arrays are now properly supported and don't cause malformed TS emit anymore.v6.0.3
Compare Source
Patch Changes
a0fba00
: Ethers V5 target doesn't emit unused imports anymore.v6.0.2
Compare Source
Patch Changes
ffc67f2
: Fix "unused type parameter" ts errorv6.0.1
Compare Source
Patch Changes
44a04c0
: Fix bug in parsing names of free floating structsv6.0.0
Compare Source
Major Changes
cd73777
: Improve typings for events. Generate types forqueryFilter
for events.Note: This is a breaking change as it requires using TypeScript >= 4.0.0 (previously 3.9 was fine.)
Example:
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.