-
Notifications
You must be signed in to change notification settings - Fork 268
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
Broken typescript since release upgrades-core@1.31.2 #976
Comments
Can you share what version of upgrades-core you currently have installed? e.g. what is the output of How are you using the package and when do you see the above error? If possible, could you share an example github repo that encounters the issue? Thanks. |
Sure, here is what I have now (forcing the last working version 1.31.1):
And this is what it installs if not forced (1.32.5), which fails:
We are using it for tests and manage a bunch of upgradable contracts. The error happens while generating typescript dist with |
I wasn't able to reproduce the issue using the above versions. At this point, having a repo that encounters this issue would be needed to look into this further. |
Closing as per the above. Feel free to reopen if this still occurs. |
Since release 1.13.2, with this PR we are getting this error while running
tsc
command:And as this is a not fixed sub-dependency of
"@openzeppelin/hardhat-upgrades": "1.27.0"
, it got updated silently after the release:The text was updated successfully, but these errors were encountered: