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(core): filter generators that don't have a version for migrations #4267

Merged
merged 1 commit into from Dec 11, 2020

Conversation

FrozenPandaz
Copy link
Collaborator

Current Behavior

Some migrations.json such as @angular/material might have a private generator which is not a migration. These currently cause an error.

Expected Behavior

Generators that do not have a version associated with them should not be added to the list of migrations to be run as they are probably private.

Related Issue(s)

Fixes #4262

@nx-cloud
Copy link

nx-cloud bot commented Dec 11, 2020

Nx Cloud Report

CI ran the following commands for commit 1365df2. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx run-many --target=build --all --parallel 12/11/2020, 11:00:17 PM
#000000 nx run-many --target=e2e --projects=e2e-cli,e2e-nx-plugin 12/11/2020, 11:00:25 PM

Sent with 💌 from NxCloud.

@FrozenPandaz FrozenPandaz merged commit e4734bb into nrwl:master Dec 11, 2020
@FrozenPandaz FrozenPandaz deleted the fix-material branch December 11, 2020 23:27
@github-actions
Copy link

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 Mar 21, 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.

Nx migrate does not work with Angular Material/CDK
1 participant