Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2021

Bumps typechain from 2.0.0 to 4.0.1.

Release notes

Sourced from typechain's releases.

[email protected]

@typechain/[email protected]

Major Changes

  • 0d4b293: Changed return type of functions from a object with number indexes, to an array merged with object containing named outputs.

    Before, solidity function like this:

    function x() public pure returns (uint256)
    

    Generated such method signature:

    x(overrides?: CallOverrides): Promise<{0: BigNumber}>;

    New output is:

    x(overrides?: CallOverrides): Promise<[BigNumber]>;

    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/[email protected]

Major Changes

  • 0d4b293: Changed return type of functions from a object with number indexes, to an array merged with object containing named outputs.

    Before, solidity function like this:

    function x() public pure returns (uint256)
    

    Generated such method signature:

    x(overrides?: CallOverrides): Promise<{0: BigNumber}>;

    New output is:

... (truncated)

Commits
  • 0d75de7 Tweak access settings for changesets
  • 483d066 Merge pull request #309 from ethereum-ts/changeset-release/master
  • 1d7e3f6 Version Packages
  • 93ce612 Add experimental config option to changesets
  • 3a9c512 Change versioning of internal dependencies with changesets
  • 6faff34 Tweak readme badges
  • d5548a2 Merge pull request #314 from ethereum-ts/kk/respect-ethers-reserved-keywords
  • db5baa5 Add changeset
  • 218d112 [ethers-v4/5] Respect reserved keywords while generating top-level typings
  • da71427 Merge pull request #312 from ethereum-ts/kk/add-release-task
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2022

Superseded by #650.

@dependabot dependabot bot closed this Sep 15, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/typechain-4.0.1 branch September 15, 2022 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants