Closed renovate[bot] closed 1 year ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above.
ā Warning: custom changes will be lost.
This PR contains the following updates:
^6.0.2
->^8.1.1
Release Notes
ethereum-ts/Typechain
### [`v8.1.1`](https://togithub.com/dethcrypto/TypeChain/releases/tag/typechain%408.1.1) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/typechain@8.1.0...typechain@8.1.1) ##### Patch Changes - [`bbc9656`](https://togithub.com/ethereum-ts/Typechain/commit/bbc9656): Skip run if project has no ABIs ### [`v8.1.0`](https://togithub.com/dethcrypto/TypeChain/releases/tag/typechain%408.1.0) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/typechain@8.0.0...typechain@8.1.0) ##### Minor Changes - [`63691c4`](https://togithub.com/ethereum-ts/Typechain/commit/63691c4): - Expose `TypechainUserConfig` type. - Removed `contractName` from interface output see [#692](https://togithub.com/ethereum-ts/Typechain/issues/692) for details. ### [`v8.0.0`](https://togithub.com/dethcrypto/TypeChain/releases/tag/typechain%408.0.0) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/typechain@7.0.1...typechain@8.0.0) ##### Major Changes - [`3a8a99a`](https://togithub.com/ethereum-ts/Typechain/commit/3a8a99a): Directory tree in generated types now reflects the directory tree in the inputs. Also, only the main contract type 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`](https://togithub.com/ethereum-ts/Typechain/commit/978490f): We are not emitting `contractName` 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 emitting `contractName`. - [`975a9dc`](https://togithub.com/ethereum-ts/Typechain/commit/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`](https://togithub.com/ethereum-ts/Typechain/commit/5b9a7fb): `typechain` will now resolve targets better in cases where the core package is symlinked - [`e447bfb`](https://togithub.com/ethereum-ts/Typechain/commit/e447bfb): Added optional `config.inputDir` property and `--input-dir` flag to control directory structure in generated types. If not set, it's inferred as lowest common path of all ABI files. - [`a59ae6e`](https://togithub.com/ethereum-ts/Typechain/commit/a59ae6e): Prefer `import type` in generated files when possible ##### Patch Changes - [`e1f832c`](https://togithub.com/ethereum-ts/Typechain/commit/e1f832c): Make parsing JSON abi files more resilent. This should improve foundry integration. ### [`v7.0.1`](https://togithub.com/dethcrypto/TypeChain/releases/tag/typechain%407.0.1) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/typechain@7.0.0...typechain@7.0.1) ##### Patch Changes - [`7e7bbed`](https://togithub.com/ethereum-ts/Typechain/commit/7e7bbed): Add support for foundry / forge style artifacts ### [`v7.0.0`](https://togithub.com/dethcrypto/TypeChain/releases/tag/typechain%407.0.0) [Compare Source](https://togithub.com/ethereum-ts/Typechain/compare/typechain@6.1.0...typechain@7.0.0) ##### Major Changes - [`92939ea`](https://togithub.com/ethereum-ts/Typechain/commit/92939ea): Structs will be namespaced using contract name when available ##### Patch Changes - [`d244e41`](https://togithub.com/ethereum-ts/Typechain/commit/d244e41): Fix event name generation for events with arraysConfiguration
š 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.