dethcrypto / dethcrypto/TypeChain

Deps should be upgraded ( prettier, ethers )

Open
#911 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
2.8k
Forks
376
PR merge metrics
No merged PRs in 30d

Description

Dependencies of TypeChain ( prettier, ethers ) should be upgraded.

prettier conflicts with prettier-plugin-solidity plugin because prettier-plugin-solidity depends on prettier v3 which returns promise on format API while v2 would return a string.

This cause conflict that either prettier-plugin-solidity being broken or typechain operations being broken.

Also TypeChain should use less dependencies as possible and rely on latest node APIs as possible to avoid future conflicts like this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.