james-gibson / handled

There's a laundry list of things I do not wish to do. These are the items that are handled.
MIT License
0 stars 0 forks source link

Bump @angular-devkit/schematics from 10.1.3 to 13.0.2 #215

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @angular-devkit/schematics from 10.1.3 to 13.0.2.

Release notes

Sourced from @​angular-devkit/schematics's releases.

v13.0.2

13.0.2 (2021-11-10)

@​schematics/angular

Commit Description
fix - 1bc00b6fe migrate ng-packagr configurations in package.json
fix - 9ea74a13d show warning when migrating ng-packagr JS configurations

@​angular/cli

Commit Description
fix - 34047b1ad avoid redirecting @​angular/core in Angular migrations
fix - ff4538e98 favor ng-update packageGroupName in ng update output

@​angular-devkit/build-angular

Commit Description
fix - 35164bf92 don't restore input of type file during HMR
fix - facb5d8ff don't show [NG HMR] Unknown input type when restoring file type input
fix - ef8815d04 improve sourcemap fidelity during code-coverage
fix - 966a1334a suppress "@​charset" must be the first rule in the file warning
fix - 1cdc24da0 update Angular peer dependencies to 13.0 stable

Special Thanks

Alan Agius, Charles Lyding, Joey Perrott and Paul Gschwendtner

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:

... (truncated)

Changelog

Sourced from @​angular-devkit/schematics's changelog.

13.0.2 (2021-11-10)

@​angular/cli

Commit Type Description
34047b1ad fix avoid redirecting @​angular/core in Angular migrations
ff4538e98 fix favor ng-update packageGroupName in ng update output

@​schematics/angular

Commit Type Description
1bc00b6fe fix migrate ng-packagr configurations in package.json
9ea74a13d fix show warning when migrating ng-packagr JS configurations

@​angular-devkit/build-angular

Commit Type Description
35164bf92 fix don't restore input of type file during HMR
facb5d8ff fix don't show [NG HMR] Unknown input type when restoring file type input
ef8815d04 fix improve sourcemap fidelity during code-coverage
966a1334a fix suppress "@​charset" must be the first rule in the file warning
1cdc24da0 fix update Angular peer dependencies to 13.0 stable

Special Thanks

Alan Agius, Charles Lyding, Joey Perrott and Paul Gschwendtner

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

... (truncated)

Commits
  • d185cf8 release: cut the v13.0.2 release
  • f977351 build: update to latest @​angular/dev-infra-private to address issues related ...
  • 1bc00b6 fix(@​schematics/angular): migrate ng-packagr configurations in package.json
  • 57ae543 refactor: fix ng-new template pointing to Angular animations with Material logo
  • ef8815d fix(@​angular-devkit/build-angular): improve sourcemap fidelity during code-co...
  • ff4538e fix(@​angular/cli): favor ng-update packageGroupName in ng update output
  • 9ea74a1 fix(@​schematics/angular): show warning when migrating ng-packagr JS configura...
  • 966a133 fix(@​angular-devkit/build-angular): suppress "@​charset" must be the first rul...
  • 34047b1 fix(@​angular/cli): avoid redirecting @​angular/core in Angular migrations
  • facb5d8 fix(@​angular-devkit/build-angular): don't show [NG HMR] Unknown input type ...
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #216.