-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade Angular (to 14) and related dependencies (#6066)
Upgrade Angular to version 14 and related dependencies appropriately. See: https://github.com/tensorflow/tensorboard/blob/master/DEVELOPMENT.md#updating-angular See: https://update.angular.io/?l=3&v=13.0-14.0 See: https://dev.to/ngrx/announcing-ngrx-v14-action-groups-componentstore-lifecycle-hooks-eslint-package-revamped-ngrx-component-and-more-18ck Highlights: * Upgrade the following set of dependencies: * `typescript`: 4.7.4 * `@angular/*` and `@angular-devkit`: 14.2.X * `@ngrx/*`: 14.3.X * `rxjs`: 7.5.7 * `zone.js` 0.12.0 * `ngx-color-picker`: 13.0.0 * Vulcanize.java had to be updated to be slightly less aggressive for finding sourceMappingUrls. It was not playing well with some JS being output by the build tooling. * A test had to be updated to find another theoretical XSS attack string now that 'data:text/html' is no longer considered a threat by the Angular library. * See: angular/angular#45860 * Impact on binaries and performance: * The '//tensorboard' tb_webapp_binary.js grows slightly from 2,559,890 bytes to 2,858,626 bytes. * The '//tensorboard' polymer binary has same size at 3,169,051 bytes. * The '//tensorboard:dev' tb_webapp_binary.js grows slightly from 7,005,529 bytes to 7,120,348 bytes.
- Loading branch information
Showing
5 changed files
with
1,033 additions
and
1,451 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
Oops, something went wrong.