-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix(core): Update move/remove workspace generators to work with ts project references #29331
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Your CI Pipeline Execution ↗ for commit b4192be ⏳ is in progress.
Last updated at 2024-12-16 16:45:44UTC Sent with 💌 from NxCloud. |
1205b0e
to
d86d2df
Compare
packages/workspace/src/utilities/typescript/ts-solution-setup.ts
Outdated
Show resolved
Hide resolved
packages/workspace/src/generators/remove/lib/update-tsconfig.ts
Outdated
Show resolved
Hide resolved
packages/workspace/src/generators/remove/lib/update-tsconfig.spec.ts
Outdated
Show resolved
Hide resolved
5443fe0
to
b4192be
Compare
The flaky test for release e2e will be fixed separately, it isn't affected by this PR. Merging. |
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
When a workspace is setup to use ts project references the move/remove generators from
@nx/workspace
do not work correctly or result in an incorrect state for the workspace.Expected Behavior
This should work OOTB.
Related Issue(s)
Fixes #