scaffold-eth-2 icon indicating copy to clipboard operation
scaffold-eth-2 copied to clipboard

Update dependencies Aug 24

Open rin-st opened this issue 6 months ago • 7 comments

Description

  • Updates dependencies
  • Adds react-copy-to-clipboard types definition since after updates types breaks
  • updated husky script and pre-commit. See "How to migrate" block https://github.com/typicode/husky/releases/tag/v9.0.1
  • removed nextjs/out folder from formatting
  • Adds yarn plugin that helps to update all the packages. How to use: yarn upgrade-interactive

There are still possible updates: image

But I think we don't need to touch it for now:

  • abitype breaks types since it differs from viem
  • chai breaks hardhat
  • eslint/prettier packages - https://github.com/scaffold-eth/scaffold-eth-2/pull/905
  • types/node v18 since we use node v18 for now

Tried all the scripts from root package.json and looks like everything works as expected

Additional Information

  • [x] I have read the contributing docs (if this is your first contribution)
  • [x] This is not a duplicate of any existing pull request

rin-st avatar Aug 26 '24 19:08 rin-st