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

Update dependency typechain to v8 #927

Merged
merged 1 commit into from
May 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
typechain ^7.0.0 -> ^8.0.0 age adoption passing confidence

Release Notes

ethereum-ts/Typechain

v8.1.1

Compare Source

Patch Changes
  • bbc9656: Skip run if project has no ABIs

v8.1.0

Compare Source

Minor Changes
  • 63691c4: - Expose TypechainUserConfig type.
    • Removed contractName from interface output see #​692 for details.

v8.0.0

Compare Source

Major Changes
  • 5c217a6: Changed emitted event types — named events are now used in Contract methods.
  • 0e555af: Generate types to .ts files instead of .d.ts in Ethers v5 and Web3.js targets
Minor Changes
  • 95517e9: Add support for Solidity structs

    // before
    function deposit(amount: { token: string; value: BigNumberish }): Promise<ContractTransaction>
    
    // after
    export type AmountStruct = { token: string; value: BigNumberish }
    
    function deposit(amount: AmountStruct): Promise<ContractTransaction>
Patch Changes
  • a0b3c4b: Custom generated factories do not require signers now
  • aacdcb0: Export EventFilter type along with Event type
  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

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 requested a review from a team April 2, 2023 20:46
@renovate
Copy link
Contributor Author

renovate bot commented Apr 2, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm notice 
npm notice New major version of npm available! 8.19.4 -> 9.6.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.3>
npm notice Run `npm install -g npm@9.6.3` to update!
npm notice 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @typechain/web3-v1@5.0.0
npm ERR! Found: typechain@8.1.1
npm ERR! node_modules/typechain
npm ERR!   dev typechain@"^8.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer typechain@"^7.0.0" from @typechain/web3-v1@5.0.0
npm ERR! node_modules/@typechain/web3-v1
npm ERR!   dev @typechain/web3-v1@"^5.0.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: typechain@7.0.1
npm ERR! node_modules/typechain
npm ERR!   peer typechain@"^7.0.0" from @typechain/web3-v1@5.0.0
npm ERR!   node_modules/@typechain/web3-v1
npm ERR!     dev @typechain/web3-v1@"^5.0.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate-cache/others/npm/_logs/2023-04-03T04_29_37_934Z-debug-0.log

@renovate renovate bot force-pushed the renovate/typechain-8.x branch from 2b4c151 to 5385632 Compare April 3, 2023 04:29
@JoshuaSchmidt-OpenSea JoshuaSchmidt-OpenSea merged commit 0df121b into master May 17, 2023
@JoshuaSchmidt-OpenSea JoshuaSchmidt-OpenSea deleted the renovate/typechain-8.x branch May 17, 2023 17: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