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

Conversation

stephanwlee
Copy link
Contributor

@stephanwlee stephanwlee commented Feb 10, 2020

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

cc: @caisq

@stephanwlee
Copy link
Contributor Author

The change is ready to be reviewed. Will update the TF cache when I get LGTM.

@stephanwlee stephanwlee force-pushed the upgrade branch 6 times, most recently from f736faf to 043f08b Compare April 21, 2020 21:41
Copy link
Contributor

@nfelt nfelt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking this on!!

image

.travis.yml Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@@ -100,7 +100,6 @@ tf_ts_library(

tf_ts_devserver(
name = "dev_server",
index_html = "demo/demo.html",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that removing this was required when I was trying to do this upgrade too. Not blocking but cc @caisq in case this affects the devserver and it needs to be retooled at all to work again after this change.

tensorboard/webapp/BUILD Show resolved Hide resolved
.bazelrc Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
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 stephanwlee merged commit 4fe081c into tensorflow:master Apr 22, 2020
@stephanwlee stephanwlee deleted the upgrade branch April 22, 2020 00:16
@stephanwlee stephanwlee linked an issue Apr 22, 2020 that may be closed by this pull request
@stephanwlee stephanwlee linked an issue Apr 22, 2020 that may be closed by this pull request
caisq pushed a commit to caisq/tensorboard that referenced this pull request May 19, 2020
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
caisq pushed a commit that referenced this pull request May 27, 2020
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Eliminate transitive JS dependencies on old versions of minimist chore: Upgrade TypeScript to 3.8
3 participants