forked from tensorflow/tensorboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
infra: update JS dependencies. (tensorflow#4874)
This change upgrade: - Angular - Rxjs - rules_nodejs - rules_sass - @bazel/* - @bazel/karma -> @bazel/concatjs - Added dependencies in package.json for things that we have bazel dependency on new toolchain started to do the right thing and used Bazel's visibility for tagging implicit dependencies as private and now throws the error correctly. We had to make some changes accordingly. This change does not include upgrade to @ngrx/* as their 11+ broke the build as their es module-d file gets included as part of the named modules and gets included in our requirejs builds (:dev and :karma targets). Do note that with the toolchain upgrade, we now have to specify the return types of `JSON.parse` more strictly causing larger changes than intended.
- Loading branch information
1 parent
95fea92
commit 1465f31
Showing
8 changed files
with
1,059 additions
and
1,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.