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

Update tooling packages to version 13. #43417

Closed
wants to merge 6 commits into from
Closed

Update tooling packages to version 13. #43417

wants to merge 6 commits into from

Commits on Sep 24, 2021

  1. build: update Angular tooling packages to 13.0.0-next.6

    This is a followup on #43343
    alan-agius4 committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    28e0ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    916ca40 View commit details
    Browse the repository at this point in the history
  3. test: update remove deprecated builder options from Angular workspace

    `extractCss` option has been removed without replacement.
    alan-agius4 committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    268566c View commit details
    Browse the repository at this point in the history
  4. test: update integration payload size checks golden file

    With this change we update the integration payload size checks golden file to reflect the file names in version 13.
    
    Some considering about the increased in file sizes
    - The increase in runtime is caused by inrtroduction of Trusted Types in CLI 12.1 which causes addition bytes to be included in the file
    - Other increase/decreases are caused by changes of the minifier. Since the CLI now uses ESbuild as primary minifier instead of terser.
    alan-agius4 committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d81fe1b View commit details
    Browse the repository at this point in the history
  5. test: update localize-extract source paths

    As a result of dropping differential loading, In version 13 the Angular CLI no longer generates files prefixed with the ECMA version.
    alan-agius4 committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    6a5a76e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7aa2cc8 View commit details
    Browse the repository at this point in the history