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 12.2.10 #211

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v12.2.10

12.2.10 (2021-10-13)

@​schematics/angular

Commit Description
fix - f6ed31fdf wrap bootstrapping code in an HMR compatible manner

@​angular/cli

Commit Description
fix - 73a47af80 accept UA-00000-0 format in analytics tracking id
fix - d2e24d396 generate new random user ID when passing empty string to uuid

@​angular-devkit/build-angular

Commit Description
fix - 7b01a0004 enable custom es2015 conditional exports
fix - 892567487 improve fidelity and performance of babel loader sourcemaps

Special Thanks

Alan Agius and Charles Lyding

v12.2.9

12.2.9 (2021-10-06)

@​angular-devkit/build-angular

Commit Description
fix - 9d45b7752 add web-streams-polyfill to downlevel exclusion list
fix - ccedf53a8 update esbuild to 0.13.4

Special Thanks

Alan Agius and Charles Lyding

v12.2.8

12.2.8 (2021-10-01)

@​angular-devkit/build-angular

Commit Description
fix - 821a1b5a9 babel adjust enum plugin incorrectly transforming loose enums

Special Thanks

Paul Gschwendtner

v12.2.7

12.2.7 (2021-09-22)

@​angular-devkit/build-angular

Commit Description
fix - d856b4d23 support WASM-based esbuild optimizer fallback

Special Thanks

Alan Agius and Charles Lyding

... (truncated)

Changelog

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

12.2.10 (2021-10-13)

@​angular/cli

Commit Type Description
73a47af80 fix accept UA-00000-0 format in analytics tracking id
d2e24d396 fix generate new random user ID when passing empty string to uuid

@​schematics/angular

Commit Type Description
f6ed31fdf fix wrap bootstrapping code in an HMR compatible manner

@​angular-devkit/build-angular

Commit Type Description
7b01a0004 fix enable custom es2015 conditional exports
892567487 fix improve fidelity and performance of babel loader sourcemaps

Special Thanks

Alan Agius and Charles Lyding

13.0.0-next.9 (2021-10-06)

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

... (truncated)

Commits
  • 2109a09 release: cut the v12.2.10 release
  • c88264c ci: temporarily disable component-path-case E2E on Windows
  • f6ed31f fix(@​schematics/angular): wrap bootstrapping code in an HMR compatible manner
  • d2e24d3 fix(@​angular/cli): generate new random user ID when passing empty string to `...
  • 73a47af fix(@​angular/cli): accept UA-00000-0 format in analytics tracking id
  • 7b01a00 fix(@​angular-devkit/build-angular): enable custom es2015 conditional exports
  • 8925674 fix(@​angular-devkit/build-angular): improve fidelity and performance of babel...
  • e8df33b release: cut the v12.2.9 release
  • ccedf53 fix(@​angular-devkit/build-angular): update esbuild to 0.13.4
  • 9d45b77 fix(@​angular-devkit/build-angular): add web-streams-polyfill to downlevel exc...
  • 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 3 years ago

Superseded by #212.