Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @typechain/hardhat to v9 #321

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typechain/hardhat ^5.0.0 -> ^9.0.0 age adoption passing confidence

Release Notes

ethereum-ts/Typechain (@​typechain/hardhat)

v9.1.0

Compare Source

Minor Changes
  • da71c45: Allow passing node16Modules flag to TypeChain
Patch Changes

v9.0.0

Compare Source

Patch Changes

v8.0.3

Compare Source

Patch Changes

v8.0.2

Compare Source

Patch Changes

v8.0.1

Compare Source

Patch Changes

v8.0.0

Compare Source

Major Changes
Patch Changes

v7.0.0

Compare Source

Patch Changes

v6.1.6

Compare Source

Patch Changes

v6.1.5

Compare Source

Patch Changes

v6.1.4

Compare Source

Patch Changes

v6.1.3

Compare Source

Patch Changes
  • dc5ede9: Reduce the time it takes to load the plugin by importing every library only when needed

v6.1.2

Compare Source

Patch Changes
  • ed6f85b: Don't autodisable overrides for js projects
  • 1663b98: Respect the --quiet flag

v6.1.1

Compare Source

Patch Changes
  • ed6f85b: Don't autodisable overrides for js projects
  • 1663b98: Respect the --quiet flag

v6.1.0

Compare Source

Minor Changes
  • 5f81ca9: Using --ts-nocheck (config.tsNocheck) flag, you can now add // @​ts-nocheck comment in case where code
    generated by TypeChain doesn't pass typechecking.

    Read more in TypeScript docs.

  • 156c744: Given --help flag, typechain CLI now shows the usage guide.

v6.0.0

Compare Source

Major Changes
  • 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: ## What's breaking:

    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`.
Minor Changes
  • a59ae6e: Prefer import type in generated files when possible
Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/typechain-hardhat-9.x branch from eef261b to f2e2899 Compare December 5, 2023 10:06
montekki
montekki previously approved these changes Dec 5, 2023
@montekki montekki enabled auto-merge December 5, 2023 10:07
@montekki montekki added this pull request to the merge queue Dec 5, 2023
auto-merge was automatically disabled December 5, 2023 13:26

Merge queue setting changed

@montekki montekki removed this pull request from the merge queue due to the queue being cleared Dec 5, 2023
@renovate renovate bot force-pushed the renovate/typechain-hardhat-9.x branch 3 times, most recently from e5628c2 to cf244f5 Compare December 5, 2023 14:28
@renovate renovate bot force-pushed the renovate/typechain-hardhat-9.x branch 3 times, most recently from 3bb86e7 to 71c65cf Compare December 6, 2023 07:42
@renovate renovate bot force-pushed the renovate/typechain-hardhat-9.x branch from 71c65cf to ee3caeb Compare December 6, 2023 09:06
@renovate renovate bot force-pushed the renovate/typechain-hardhat-9.x branch from ee3caeb to 03f3d8c Compare December 6, 2023 15:25
@montekki montekki merged commit fe1a7fe into main Dec 6, 2023
6 checks passed
@montekki montekki deleted the renovate/typechain-hardhat-9.x branch December 6, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant