Skip to content
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(angular): loosen package updates requirements #17317

Merged

Conversation

leosvelperez
Copy link
Member

@leosvelperez leosvelperez commented May 30, 2023

Current Behavior

Migrating an Nx workspace with Angular with multiple package updates for Typescript collected causes the Angular package updates to not be collected.

Expected Behavior

Migrating an Nx workspace with Angular should work correctly.

Note: removing the Typescript requirement solves the issue and doesn't cause any additional issues. The requirement was too restrictive and provided very little benefit. It was a small layer of protection for folks running in interactive mode, but when running in interactive mode, you're opting out of the Nx-managed automatic updates which means that you're in control and you need to know what you're doing when it comes to dependencies.

Related Issue(s)

Fixes #17100

@leosvelperez leosvelperez self-assigned this May 30, 2023
@vercel
Copy link

vercel bot commented May 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2023 7:55am

@leosvelperez leosvelperez marked this pull request as ready for review May 30, 2023 16:26
@leosvelperez leosvelperez requested a review from a team as a code owner May 30, 2023 16:26
@leosvelperez leosvelperez requested a review from Coly010 May 30, 2023 16:26
@leosvelperez leosvelperez merged commit 646f79f into nrwl:master May 31, 2023
@leosvelperez leosvelperez deleted the angular/relax-migration-requirements branch May 31, 2023 10:05
@github-actions
Copy link

github-actions bot commented Jun 6, 2023

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

npx nx migrate latest is not updating angular dependencies
2 participants