huan / auth-angular

An Angular NgModule That Provide Auth0/Authing RxJS-ified Service with Lock UI
https://www.npmjs.com/package/auth-angular
Apache License 2.0
0 stars 1 forks source link

Bump @angular/compiler-cli from 7.2.16 to 12.2.6 #200

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @angular/compiler-cli from 7.2.16 to 12.2.6.

Release notes

Sourced from @​angular/compiler-cli's releases.

v12.2.6

12.2.6 (2021-09-15)

animations

Commit Description
fix - 141fde1632 emit pure annotations to static property initializers (#43344)

core

Commit Description
fix - ca510c87c5 emit pure annotations to static property initializers (#43344)

router

Commit Description
fix - 4034f252c9 Allow renavigating to failed URLs (#43424)

service-worker

Commit Description
fix - a102b27641 clear service worker cache in safety worker (#43324)

Special Thanks

Alan Agius, Amadou Sall, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bjarki, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Michele Stieven, Naveed Ahmed, dario-piotrowicz, mezhik91 and mgechev

v12.2.5

12.2.5 (2021-09-08)

router

Commit Description
fix - a0bd6e90f9 add more context to Unhandled Navigation Error (#43291)

Special Thanks:

Alan Agius, Charles Barnes, Enea Jahollari, George Kalpakas, Ikko Ashimine, Paul Gschwendtner, Pete Bacon Darwin, William Sedlacek and dario-piotrowicz

v12.2.4

12.2.4 (2021-09-01)

compiler-cli

Commit Description
fix - 8233906be2 Emit type annotations for synthesized decorator fields (#43021)

Special Thanks:

Andrew Scott, Daniel Trevino, George Kalpakas, Joey Perrott, Kristiyan Kostadinov, nickreid and segunb

v12.2.3

12.2.3 (2021-08-25)

service-worker

Commit Description
fix - fc7f92159d NPE if onActionClick is undefined (#43210)

Special Thanks:

... (truncated)

Changelog

Sourced from @​angular/compiler-cli's changelog.

12.2.6 (2021-09-15)

animations

Commit Type Description
141fde1632 fix emit pure annotations to static property initializers (#43344)

core

Commit Type Description
ca510c87c5 fix emit pure annotations to static property initializers (#43344)

router

Commit Type Description
4034f252c9 fix Allow renavigating to failed URLs (#43424)

service-worker

Commit Type Description
a102b27641 fix clear service worker cache in safety worker (#43324)

Special Thanks

Alan Agius, Amadou Sall, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bjarki, David Shevitz, George Kalpakas, Joe Martin (Crowdstaffing), Michele Stieven, Naveed Ahmed, dario-piotrowicz, mezhik91 and mgechev

13.0.0-next.5 (2021-09-08)

Breaking Changes

common

  • The behavior of the SpyLocation used by the RouterTestingModule has changed to match the behavior of browsers. It no longer emits a 'popstate' event when Location.go is called. In addition, simulateHashChange now triggers both a hashchange and a popstate event. Tests which use location.go and expect the changes to be picked up by the Router should likely change to simulateHashChange instead. Each test is different in what it attempts to assert so there is no single change that works for all tests. Each test using the SpyLocation to simulate browser URL changes should be evaluated on a case-by-case basis.

common

Commit Type Description
c6a93001eb fix synchronise location mock behavior with the navigators (#41730)

language-service

Commit Type Description
fc3b50e427 fix exclude the SafePropertyRead when applying the optional chaining (#43321)

migrations

Commit Type Description
2efc18e675 fix migration failed finding tsconfig file (#43343)

router

Commit Type Description
3c6b653089 feat Option to correctly restore history on failed navigation (#43289)

... (truncated)

Commits
  • 692e8ab test(compiler-cli): add tests for NullishCoalescingNotNullableCheck (#43232)
  • 5d64d17 refactor(compiler-cli): add NullishCoalescingNotNullableCheck (#43232)
  • 9c63999 refactor(compiler-cli): use TemplateCheckWithVisitor in `InvalidBananaInBox...
  • 75fc846 refactor(compiler-cli): add abstract TemplateCheckWithVisitor class (#43232)
  • debe517 refactor(compiler-cli): move component out of TemplateContext (#43232)
  • e29f1d9 refactor(compiler-cli): change checks folder structure (#43232)
  • 553eb2c refactor(compiler-cli): remove whitespace (#43232)
  • 8233906 fix(compiler-cli): Emit type annotations for synthesized decorator fields (#4...
  • 3b317dc refactor(compiler-cli): integrate extended diagnostics with the language serv...
  • 3ad527d refactor(compiler-cli): rename ExtendedTemplateChecker get diagnostics fucn...
  • 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 #205.