OneIdentity / IdentityManager.Imx

HTML5 source code for Identity Manager web apps
Other
28 stars 109 forks source link

Bump @angular/language-service from 11.2.14 to 14.0.6 in /imxweb #30

Closed RaffiMezaduryanQuest closed 2 years ago

RaffiMezaduryanQuest commented 2 years ago

Bumps @angular/language-service from 11.2.14 to 14.0.6.

Release notes

Sourced from @​angular/language-service's releases.

v14.0.6

14.0.6 (2022-07-13)

compiler-cli

Commit Description
fix - 99697dae66 only consider used pipes for inline type-check requirement (#46807)

forms

Commit Description
fix - 4f469cbef3 expose ControlConfig in public API (#46594)
fix - e8c8b695f2 Move all remaining errors in Forms to use RuntimeErrorCode. (#46654)

localize

Commit Description
fix - 14863acb1a add --project option to ng-add schematic (#46664)

Special Thanks

Alan Agius, Andrew Scott, Bob Watson, Dylan Hunn, George Kalpakas, Ivaylo Kirov, Jessica Janiuk, JoostK, Joshua VanAllen, Lukas Matta, Marcin Wosinek, Nicolas Molina Monroy, Paul Gschwendtner, SoulsMark, Uday Sony, dario-piotrowicz, markostanimirovic and zhysky

v14.0.5

14.0.5 (2022-07-06)

router

Commit Description
fix - a3bd65e2b8 Ensure APP_INITIALIZER of enabledBlocking option completes (#46634)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski

v14.0.4

14.0.4 (2022-06-29)

animations

Commit Description
fix - 51be9bbe29 cleanup DOM elements when the root view is removed (#45143)
fix - 999aca86c8 enable shadowElements to leave when their parent does (#46459)

common

Commit Description
fix - 42aed6b13e handle CSS custom properties in NgStyle (#46451)

core

Commit Description
fix - 1e7f22f00a trigger ApplicationRef.destroy when Platform is destroyed (#46497)
fix - 8bde2dbc71 Update ngfor error code to be negative (#46555)
fix - 57e8fc00eb Updates error to use RuntimeError code (#46526)

forms

Commit Description

... (truncated)

Changelog

Sourced from @​angular/language-service's changelog.

14.0.6 (2022-07-13)

compiler-cli

Commit Type Description
99697dae66 fix only consider used pipes for inline type-check requirement (#46807)

forms

Commit Type Description
4f469cbef3 fix expose ControlConfig in public API (#46594)
e8c8b695f2 fix Move all remaining errors in Forms to use RuntimeErrorCode. (#46654)

localize

Commit Type Description
14863acb1a fix add --project option to ng-add schematic (#46664)

Special Thanks

Alan Agius, Andrew Scott, Bob Watson, Dylan Hunn, George Kalpakas, Ivaylo Kirov, Jessica Janiuk, JoostK, Joshua VanAllen, Lukas Matta, Marcin Wosinek, Nicolas Molina Monroy, Paul Gschwendtner, SoulsMark, Uday Sony, dario-piotrowicz, markostanimirovic and zhysky

14.1.0-next.4 (2022-07-06)

Deprecations

core

  • The bit field signature of inject() has been deprecated, in favor of the new options object. Correspondingly, InjectFlags is deprecated as well.

compiler

Commit Type Description
6f11a58040 feat Add extended diagnostic to warn when text attributes are intended to be bindings (#46161)

core

Commit Type Description
96c6139c9a feat add ability to set inputs on ComponentRef (#46641)
a7a14df5f8 feat introduce EnvironmentInjector.runInContext API (#46653)
fa52b6e906 feat options object to supersede bit flags for inject() (#46649)
af20112222 feat support the descendants option for ContentChild queries (#46638)

router

Commit Type Description
6c1357dd7d feat Add stable cancelation code to NavigationCancel event (#46675)
e8c7dd10e9 fix Ensure APP_INITIALIZER of enabledBlocking option completes (#46026)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Scott, Aristeidis Bampakos, Bob Watson, George Kalpakas, Paul Gschwendtner and Pawel Kozlowski

14.0.5 (2022-07-06)

router

| Commit | Type | Description |

... (truncated)

Commits
  • 99697da fix(compiler-cli): only consider used pipes for inline type-check requirement...
  • 3ae133c fix(language-service): Fix detection of Angular for v14+ projects (#45998)
  • 9cd8e50 fix(language-service): Prevent TSServer from removing templates from project ...
  • 13fad9f fix(language-service): Add resource files as roots to their associated projec...
  • 29039fc feat(core): support TypeScript 4.7 (#45749)
  • 9b35787 refactor(compiler-cli): unify tracked template scope dependencies (#45672)
  • f57e46c fix(language-service): two-way binding completion should not remove the trail...
  • ff32301 refactor(compiler-cli): track whether a TcbPosition corresponds with a shim...
  • b2758d7 refactor(compiler-cli): rename ShimLocation to TcbLocation (#45454)
  • 4ddcf81 refactor: replace deprecated String.prototype.substr() (#45397)
  • Additional commits viewable in compare view