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

[infra] Upgrade FE dependencies #3232

Merged
merged 5 commits into from
Apr 22, 2020
Merged

Commits on Apr 21, 2020

  1. [infra] Upgrade FE dependencies

    Notable changes:
    - Angular 8 -> Angular 9
    - zonejs upgrade
    - ngrx @ 9
    - TypeScript @ 3.8.3
    - Karma @ 5
    - Angular Ivy compiler (ngcc)
    - Updated rules_nodejs to make it work with Ivy compiler
    - use node 11 in travis
    
    We used [1] as inspiration to our changes.
    
    Other notable changes:
    - window.require is frozen object after require.js upgrade
    
    [1]:
    https://github.com/bazelbuild/rules_nodejs/tree/master/examples/angular
    stephanwlee committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    fc86148 View commit details
    Browse the repository at this point in the history
  2. only commit thing we need

    stephanwlee committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    40fb89a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd9d7aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6875f7d View commit details
    Browse the repository at this point in the history
  5. move the CI

    stephanwlee committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    d064f42 View commit details
    Browse the repository at this point in the history