Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2021

Bumps @angular/cli from 11.2.1 to 13.0.1.

Release notes

Sourced from @​angular/cli's releases.

v13.0.1

13.0.1 (2021-11-03)

@​schematics/angular

Commit Description
fix - 40f599241 updated Angular new project version to v13.0.0

Special Thanks

Charles Lyding and Joey Perrott

v13.0.0

13.0.0 (2021-11-03)

Breaking Changes

@​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/cli

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

@​angular-devkit/build-angular

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

  • Support for node-sass has been removed. sass will be used by default to compile SASS and SCSS files.

  • NG_PERSISTENT_BUILD_CACHE environment variable option no longer have effect. Configure cli.cache in the workspace configuration instead.

{
  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
  "version": 1,
  "cli": {
    "cache": {
</tr></table> 

... (truncated)

Changelog

Sourced from @​angular/cli's changelog.

13.0.1 (2021-11-03)

@​schematics/angular

Commit Type Description
40f599241 fix updated Angular new project version to v13.0.0

Special Thanks

Charles Lyding and Joey Perrott

13.1.0-next.0 (2021-11-03)

@​ngtools/webpack

Commit Type Description
5402f99f8 fix add cjs and mjs to passthrough files

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Joey Perrott and Ruslan Lekhman

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)

... (truncated)

Commits
  • a0ff636 release: cut the v13.0.1 release
  • 40f5992 fix(@​schematics/angular): updated Angular new project version to v13.0.0
  • d9a8bbe docs(@​ngtools/webpack): add Ivy linker setup documentation to readme
  • 9592cb4 release: cut the v13.0.0 release
  • a9d441e build: update ng-packagr to stable version
  • f388455 release: cut the v13.0.0-rc.3 release
  • 4168441 fix(@​angular-devkit/build-angular): remove potential race condition in i18n w...
  • 1d8cdf8 fix(@​angular-devkit/build-angular): update esbuild to 0.13.12
  • 4dec082 build: update angular
  • ea926db fix(@​angular-devkit/build-angular): use es2015 when generating server bundles
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@angular/cli](https://github.com/angular/angular-cli) from 11.2.1 to 13.0.1.
- [Release notes](https://github.com/angular/angular-cli/releases)
- [Changelog](https://github.com/angular/angular-cli/blob/master/CHANGELOG.md)
- [Commits](angular/angular-cli@v11.2.1...13.0.1)

---
updated-dependencies:
- dependency-name: "@angular/cli"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 4, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 11, 2021

Superseded by #127.

@dependabot dependabot bot closed this Nov 11, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/angular/cli-13.0.1 branch November 11, 2021 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant