-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
runtime error when updating from 5.1.1 to 5.2.2 #570
Comments
Unfortunately from the error message alone I can't deduct the problem. Please create a minimal reproduction of the issue so I can look into it. |
Here's a small repository with a minimal reproduction: https://github.com/peplin/knip-issue570-repro This issues seems to be related to running dependency resolution on the nested I removed the offending |
🚀 This issue has been resolved in v5.12.1. See Release 5.12.1 for release notes. Using Knip in a commercial project? Please consider sponsoring me. |
Thanks @peplin, super helpful! Just what we needed. |
Thanks! I can confirm this is fixed for us in 5.12.1. |
I updated my monorepo with this commit: IsaacScript/isaacscript@b727ffa
Here is the corresponding CI run:
https://github.com/IsaacScript/isaacscript/actions/runs/8392460435/job/22985155348
Knip throws the following runtime error:
I believe this is a regression, since the run-time error did not occur in version 5.1.1.
The text was updated successfully, but these errors were encountered: