Skip to content

[dependabot]: Bump @angular/cli from 12.2.12 to 12.2.13

Bumps @angular/cli from 12.2.12 to 12.2.13.

Release notes

Sourced from @​angular/cli's releases.

v12.2.13

12.2.13 (2021-11-03)

@​angular-devkit/build-angular

Commit Description
fix - a2bd940e4 add verbose logging for differential loading and i18n

Special Thanks

Charles Lyding and Doug Parker

Changelog

Sourced from @​angular/cli's changelog.

12.2.13 (2021-11-03)

@​angular-devkit/build-angular

Commit Type Description
a2bd940e4 fix add verbose logging for differential loading and i18n

Special Thanks

Charles Lyding and Doug Parker

13.0.0 (2021-11-03)

Breaking Changes

@​angular/cli

  • We drop support for Node.js versions prior to 12.20.

@​schematics/angular

  • classlist.js and web-animations-js are removed from application polyfills and uninstalled from the package. These were only needed for compatibility with Internet Explorer, which is no longer needed now that Angular only supports evergreen browsers. See: https://angular.io/guide/browser-support.

Add the following to the polyfills file for an app to re-add these packages:

import 'classlist.js';
import 'web-animations-js';

And then run:

npm install classlist.js web-animations-js --save
  • We removed several deprecated @schematics/angular deprecated options.
  • lintFix have been removed from all schematics. ng lint --fix should be used instead.
  • legacyBrowsers have been removed from the application schematics since IE 11 is no longer supported.
  • configuration has been removed from the web-worker as it was unused.
  • target has been removed from the service-worker as it was unused.

@​angular-devkit/build-angular

  • Support for karma-coverage-instanbul-reporter has been dropped in favor of the official karma coverage plugin karma-coverage.

... (truncated)

Commits
  • 3040fde release: cut the v12.2.13 release
  • 8c59dfc build: update some types to be compatible with Node v14
  • a2bd940 fix(@​angular-devkit/build-angular): add verbose logging for differential load...
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading