-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Internal: package dependency cycles #9712
Comments
I found these two place of type import causing dependency cycles. https://github.com/facebook/jest/blob/2edd5c4724cfadb944a6a233a7ad8fb5a3e05996/packages/jest-test-sequencer/src/index.ts#L11-L12 I try to move dependencies to devDependencies in |
It seems we have something like this: |
Thanks for digging into it!
|
As of 26.2.0, FWIW
|
After some "grepping", i found this dependencies cycle:
@SimenB any advices to break this cycle? |
We could move |
Ok, i'll take a look this weekend. |
I quickly looked over. If we move Maybe we can move |
Moving |
Resolved in #11466 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Noticed these when publishing a release
I think it's types causing these, but haven't investigated
The text was updated successfully, but these errors were encountered: