-
Notifications
You must be signed in to change notification settings - Fork 454
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
Upgrading from 25.3.1 to 25.4.0 breaks monorepo projects #1613
Comments
would you please try 25.5.1-alpha.0 by install |
Same issue, shared project is not correctly resolved. |
Hmm ok so it’s a different issue with 25.5.1 trying to solve. Would you please provide a minimum repo ? That will be faster for debugging |
in 25.5.0 we added a partial support for TypeScript Can you please try to run |
I'll try to provide a minimal example. |
I did clear the cache, removed node_modules, etc. Only reverting to 25.3 helped so far. |
did you run |
I didn't, and I never had to before. Can confirm that |
ok, I will add an option to |
See this repo. |
here is the fix for your issue https://drive.google.com/open?id=17p2-uk8Z26k0qd8NGhhtE7KOz3wntcLZ I have cloned your repo and test this fix against |
I'll be able to test it in a few hours, but I'd assume it's OK. I'll give you pushing rights to the repository, you can test it against the CI. |
that is great ! |
anyways, e2e tests already covered it :) |
I can confirm that the fixed version you uploaded passes the CI tests. |
Nice, the fix will be in 25.5.1 Thanks for your confirmation. |
close via #1614 |
25.5.1 is out |
Thanks, the tests pass as expected without |
sure 👍 |
🐛 Bug Report
I have a TypeScript project using Yarn workspaces and TypeScript project references. I have a single shared project used by my backend and frontend projects. As expected, some tests in both backend and frontend projects rely on classes and functions exported from the shared project.
When using 25.3.1 version, I can run the tests without any issues. Shared code is correctly imported.
After updating to 25.4.0 or 25.5.0, I run into the following issue:
It seems that the shared project cannot be correctly resolved.
To Reproduce
Steps to reproduce the behavior:
See https://github.com/czyzby/ts-node-1613-reproduction.
Expected behavior
envinfo
The text was updated successfully, but these errors were encountered: