taiko-mono
taiko-mono copied to clipboard
Warnings and Peer Dependency Issues on pnpm install
Describe the bug
During the execution of pnpm install, I encountered several warnings and issues related to deprecated dependencies and unmet peer dependencies. Here's a breakdown:
- Deprecated Dependencies:
Noticed a series of deprecated subdependencies including (but not limited to): @ensdomains/[email protected], @walletconnect/[email protected], [email protected], etc.
- Unmet Peer Dependencies:
Several packages are expecting typescript version >=5.0.4, but version 4.9.5 is currently installed. eslint-plugin-svelte3 is expecting eslint version >=8.0.0, but version 7.32.0 is found.
- See screenshot below
I believe addressing these warnings would be beneficial for the overall health of the project. I'd appreciate guidance on how to proceed or if there are plans to update these dependencies in the near future.
Steps to reproduce
execute pnpm install