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

chore: bump versions of Angular and devkit betas #13359

Merged
merged 1 commit into from
Sep 30, 2018

Commits on Sep 29, 2018

  1. chore: bump versions of Angular and devkit betas

    We can't bump to Angular 7 RC because it requires TypeScript 3.1, and
    devkit/schematics hasn't published a version w/ TypeScript 3.1 yet.
    Since it's a full dependency there (and not a peer dependency), the
    version mismatch breaks our schematics.
    
    For going to Angular 7 beta.7, we need to now explicitly unset some of
    the `angularCompilerOptions` in the `tsconfig-test` because they're now
    inherited.
    
    For going to devkit/schematics v6 beta 4, we need to update some imports
    around the `WorkspaceProject` class. There seem to now be two
    incompatible versions of this class in the devkit, so we'll need to sort
    that out soon.
    jelbourn committed Sep 29, 2018
    Configuration menu
    Copy the full SHA
    8883cbe View commit details
    Browse the repository at this point in the history