21f0deeaa6
This commit updates the Angular framework, Angular CDK/Material and Angular CLI to latest stable versions (11.2.3, 11.2.2 and 11.2.2 respectively). This update also fixes a Lighthouse audit fail due to `@angular/core@11.0.0` being identified as vulnerable to XSS: https://snyk.io/vuln/SNYK-JS-ANGULARCORE-1070902 Regarding the payload size increases, they are mostly attributed to Angular Material: - Before this commit: 448461 B - After framework update: 448554 B ( +93 B) - After Material update: 449292 B (+738 B) - After CLI update: 449310 B ( +18 B) PR Close #40994 |
||
---|---|---|
.. | ||
circular-deps | ||
public-api | ||
size-tracking | ||
BUILD.bazel | ||
README.md |
README.md
public-api/
This directory contains all of the public api goldens for our npm packages we publish to NPM. These are tested on all PRs and commits as part of the our bazel tests.
To check or update the public api goldens, run one of the following commands:
yarn public-api:check
yarn public-api:update
packages-circular-deps.json
This golden file contains a list of all circular dependencies in the project. As part of the lint CI job we compare the current circular dependencies against this golden to ensure that we don't add more cycles. If cycles have been fixed, this file is also updated so that we can slowly burn down the number of cycles in the project.
To check or update the golden, run the following commands:
yarn ts-circular-deps:check
yarn ts-circular-deps:approve