Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps @angular/forms from 20.0.3 to 20.3.4.

Release notes

Sourced from @​angular/forms's releases.

20.3.4

core

Commit Description
fix - 853ed169a8 ensure missing leave animations don't queue leave animations (#64226)
fix - 6fed986b7a Fixes animations in conjunction with content projection (#63776)
fix - 76fe5599fe handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
fix - 3b959105be prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Description
fix - 65884895ff preserve component imports when pruning NgModules in standalone migration (#64186)

20.3.3

compiler

Commit Description
fix - f51ab32fb3 recover template literals with broken expressions (#64150)

core

Commit Description
fix - 542cd0019a do not rename ARIA property bindings to attributes (#64089)
fix - 0e928fbc4a Fixes animations in conjunction with content projection (#63776)
fix - e5157bd933 prevents unintended early termination of leave animations and hoisting (#64088)

migrations

Commit Description
fix - 1710cbd7d4 handle shorthand property declarations in NgModule (#64160)
fix - 77b6305a4b skip migration for inputs with 'this' references (#64142)

20.3.2

compiler-cli

Commit Description
fix - ba40153ac0 capture metadata for undecorated fields (#63904)
fix - 1d4f81c8ee resolve import alias in defer blocks (#63966)

core

Commit Description
fix - 9515a70933 fix narrowing of Resource.hasValue() (#63994)
fix - e78451cf8a prevent animations renderer from impacting animate.leave (#63921)

forms

Commit Description
fix - 1fd8d5d446 Emit FormResetEvent when resetting control (#64034)

migrations

Commit Description
fix - 16d0d43ad4 handle import aliases to the same module name (#63934)
fix - 3ebaeccb46 handle reused templates in control flow migration (#63996)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.3.4 (2025-10-08)

core

Commit Type Description
853ed169a8 fix ensure missing leave animations don't queue leave animations (#64226)
6fed986b7a fix Fixes animations in conjunction with content projection (#63776)
76fe5599fe fix handle undefined CSS time values in parseCssTimeUnitsToMs function (#64181)
3b959105be fix prevent early exit from leave animations when multiple transitions are present (#64225)

migrations

Commit Type Description
65884895ff fix preserve component imports when pruning NgModules in standalone migration (#64186)

21.0.0-next.6 (2025-10-02)

Breaking Changes

elements

  • Fix signal input getter behavior in custom elements.

    Before this change, signal inputs in custom elements required function calls to access their values (elementRef.newInput()), while decorator inputs were accessed directly (elementRef.oldInput). This inconsistency caused confusion and typing difficulties.

    The getter behavior has been standardized so signal inputs can now be accessed directly, matching the behavior of decorator inputs:

    Before:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput()

    After:

    • Decorator Input: elementRef.oldInput
    • Signal Input: elementRef.newInput

common

Commit Type Description
99c5269ee8 feat Support of optional keys for the KeyValue pipe (#48814)

compiler

Commit Type Description
159be56709 fix recover template literals with broken expressions (#64150)

core

Commit Type Description
1cb16fddb5 fix Fixes animations in conjunction with content projection (#63776)
8a0c9ca8be fix prevents unintended early termination of leave animations and hoisting (#64088)

elements

Commit Type Description
be0455adda fix return value on signal input getter (#62113)

migrations

... (truncated)

Commits
  • b12e5e6 docs: add warning to AbstractControl.setErrors (#64063)
  • 1fd8d5d fix(forms): Emit FormResetEvent when resetting control (#64034)
  • 7a7725e refactor(core): Update tests for zoneless by default (#63672)
  • b549cd2 refactor(bazel): reduce build deps (#63348)
  • 9a27c5b build: rename defaults2.bzl to defaults.bzl (#63384)
  • 81dc006 docs: update NG_VALIDATORS examples to use forwardRef (#63247)
  • c353497 feat(forms): add support for pushing an array of controls to formarray (#57102)
  • fa8d8b8 build: migrate all npm packages to use new rules_js based npm_package rule (#...
  • cbc258e build: remove ts_project_interop infrastructure (#62908)
  • 793ff35 build: move http_server and generate_api_docs into defaults2.bzl (#62878)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@angular/forms](https://github.com/angular/angular/tree/HEAD/packages/forms) from 20.0.3 to 20.3.4.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/20.3.4/packages/forms)

---
updated-dependencies:
- dependency-name: "@angular/forms"
  dependency-version: 20.3.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 13, 2025
Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for clinquant-lokum-d9f4de failed. Why did it fail? →

Name Link
🔨 Latest commit 75e0055
🔍 Latest deploy log https://app.netlify.com/projects/clinquant-lokum-d9f4de/deploys/68ed0a970136f100088d43ee

Copy link

netlify bot commented Oct 13, 2025

Deploy Preview for my-angular-api-requests-lab failed. Why did it fail? →

Name Link
🔨 Latest commit 75e0055
🔍 Latest deploy log https://app.netlify.com/projects/my-angular-api-requests-lab/deploys/68ed0a98db8cc3000853dfe0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants