Skip to content

Build(deps): Bump @angular/forms from 19.1.3 to 19.1.7 in /angular

Bumps @angular/forms from 19.1.3 to 19.1.7.

Release notes

Sourced from @​angular/forms's releases.

v19.1.7

19.1.7 (2025-02-19)

common

Commit Description
fix - e9f10eb4c9 clean up urlChanges subscribers when root scope is destroyed (#59703)

compiler-cli

Commit Description
fix - 16fc074689 avoid crash in isolated transform operations (#59869)

forms

Commit Description
fix - ec1e4c3d94 Fix typing on FormRecord. (#59993)

v19.1.6

19.1.6 (2025-02-12)

compiler

Commit Description
fix - 01f669a274 handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Description
fix - dcfb9f1959 handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Description
fix - cab7a9b69c invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Description
fix - 710759ddcc account for let declarations in control flow migration (#59861)
fix - 46f36a58bf count used dependencies inside existing control flow (#59861)

v19.1.5

19.1.5 (2025-02-06)

compiler-cli

Commit Description
fix - d7b5c597ffc gracefully fall back if const enum cannot be passed through (#59815)
fix - 53a4668b58b handle const enums used inside HMR data (#59815)
fix - 976125e0b4c handle enum members without initializers in partial evaluator (#59815)

v19.1.4

19.1.4 (2025-01-29)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

19.1.7 (2025-02-19)

common

Commit Type Description
e9f10eb4c9 fix clean up urlChanges subscribers when root scope is destroyed (#59703)

compiler-cli

Commit Type Description
16fc074689 fix avoid crash in isolated transform operations (#59869)

forms

Commit Type Description
ec1e4c3d94 fix Fix typing on FormRecord. (#59993)

19.2.0-next.3 (2025-02-13)

compiler

Commit Type Description
9e847fc60d fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
5cd26a9420 fix handle deferred blocks with shared dependencies correctly (#59926)

core

Commit Type Description
6789c7ef94 fix Defer afterRender until after first CD (#59455) (#59551)
c87e581dd9 fix Don't run effects in check no changes pass (#59455) (#59551)
b0266bda4a fix invalidate HMR component if replacement throws an error (#59854)

migrations

Commit Type Description
aa285c548c fix account for let declarations in control flow migration (#59861)
1119f85ca9 fix count used dependencies inside existing control flow (#59861)

19.1.6 (2025-02-12)

compiler

Commit Type Description
01f669a274 fix handle tracking expressions requiring temporary variables (#58520)

compiler-cli

Commit Type Description
dcfb9f1959 fix handle deferred blocks with shared dependencies correctly (#59926)

... (truncated)

Commits
  • b323e2d refactor(forms): remove _checkFormPresent and move directly to `ngOnChanges...
  • ec1e4c3 fix(forms): Fix typing on FormRecord. (#59993)
  • f8b8a3e refactor(forms): wrap _checkParentType with ngDevMode (#59489)
  • See full diff in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading