chore(deps): update dependency typechain to v5 #11
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:
^1.0.5
->5.0.0
Release Notes
ethereum-ts/Typechain
v5.0.0
Compare Source
Major Changes
d60a343
: Rename--outDir
CLI option to--out-dir
5a60d00
: Remove dependency onts-generator
Minor Changes
d60a343
: Add--always-generate-overloads
option and by default stop generating types for overloaded functions ifthere are no overloads (reduces bloat)
v4.0.3
Compare Source
Patch Changes
dbfe92a
: Improve error message in case of a missing targetv4.0.2
Compare Source
Patch Changes
d07ae43
: Fix signature of overloaded methods with struct in argumentsv4.0.1
@typechain/ethers-v4@4.0.0
Major Changes
0d4b293
: Changed return type of functions from a object with number indexes, to an array merged with object containing namedoutputs.
Before, solidity function like this:
Generated such method signature:
New output is:
The difference is that now you can use standard array destructuring while working with output types.
Patch Changes
db5baa5
: Do not generate typings in contract type itself for reserved keywords that would collide with ethers internals@typechain/ethers-v5@5.0.0
Major Changes
0d4b293
: Changed return type of functions from a object with number indexes, to an array merged with object containing namedoutputs.
Before, solidity function like this:
Generated such method signature:
New output is:
The difference is that now you can use standard array destructuring while working with output types.
Patch Changes
db5baa5
: Do not generate typings in contract type itself for reserved keywords that would collide with ethers internals@typechain/truffle-v5@4.0.0
Major Changes
f8711eb
: Changed return type of functions from an array to a object. This represents better runtime types.Before, solidity function like this:
Generated such method signature:
New output is:
The difference is that now you can use standard object destructuring while working with output types.
typechain@4.0.1
Patch Changes
82633bb
: Do not ship tests and original source files with the npm packagev4.0.0
v3.0.0
Compare Source
target-ethers-v5
index.ts
[ethers-v5] Contract types not exported in generated index.ts dethcrypto/TypeChain#278v2.0.1
Compare Source
--show-stack-traces
CLI option for printout full stack trace on errorsv2.0.0
TypeChain Ver 2 is finally out! 🎉 🎉 🎉
Packages:
Breaking changes:
@typechain/X-vY
Check out the readme for more detailstruffle-typings
package anymore - it's generated on the fly.All changes
Configuration
📅 Schedule: 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 WhiteSource Renovate. View repository job log here.