Closed tonycoco closed 1 week ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Thanks for the PR.
Would you care to explain how did you achieve this? That is, I guess you didn't go through all the warnings one-by-one to resolve them, but did it in some automated way.
I'm also not sure what you mean by "without dependency modifications". Your PR definitely contains lots of changes to the dependencies listed in yarn.lock
file.
Ahh yes, sorry, meant to say no direct dependencies changed. Underlying deps that were removed, outdated, or had critical fixes were changed so that yarn check
works again. I did it by re-generating a yarn.lock
file. I noticed the errors since a few projects I work on used sql-formatter
as a pre-commit hook.
Thanks for the explanation. Much appreciated!
@nene can you bump the version for this change? pre-commit
needs a rev to apply the fix here
No problem. Done.
yarn.lock
failed to passyarn check
. This fixes it without direct dependency modifications.