An open index of dependabot pull requests across open source projects.

chore(deps): bump @angular/forms from 19.2.10 to 20.0.1 in /app-frontend

Open
Number: #324
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 05, 2025 at 11:25 AM UTC
(6 months ago)
Updated: June 05, 2025 at 11:25 AM UTC
(6 months ago)
Description:

Bumps @angular/forms from 19.2.10 to 20.0.1.

Release notes

Sourced from @​angular/forms's releases.

20.0.1

compiler

Commit Description
fix - 66a0ec6510 move defer trigger assertions out of parser (#61747)
fix - 8ecb1ba027 recover invalid parenthesized expressions (#61815)

core

Commit Description
fix - 8c60cbfd1c takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
fix - b1d960d082 produce an error when incremental hydration is expected, but not configured (#61741)
fix - b4ed62ddf6 properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
fix - ddd22bea48 unregister onDestroy in ResourceImpl when destroy() is called (#61870)
fix - 5c31e7e28d unregister onDestroy when observable errors in toSignal (#61596)

migrations

Commit Description
fix - e9820a6d48 avoid trailing whitespaces in unused imports migration (#61698)

service-worker

Commit Description
fix - b93fa22f25 prevent duplicate fetches during concurrent update checks (#61443)
fix - 9743bd1317 update service worker to handle seeking better for videos (#60029)

20.0.0

Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301

common

Commit Description
feat - 2e5362a469 accept undefined inputs in NgTemplateOutlet (#61404)
feat - b7d3f3dbfc Allow passing ScrollOptions to ViewportScroller (#61002)
feat - 74cceba587 throw error for suspicious date patterns (#59798)
fix - 255c79e048 cleanup updateLatestValue if view is destroyed before promise resolves (#58041)
fix - 739cadae62 Handle errors in async pipe subscriptions (#60057)
fix - cbbea70fa3 issue a warning instead of an error when NgOptimizedImage exceeds the preload limit (#60879)
fix - fc4a56d5c5 rename httpResource function in factory (#60022)
fix - 785a1110e6 resolve host binding type issues (#60481)

compiler

Commit Description
feat - 7a971766dc add extended diagnostic for uninvoked track function on @for blocks (#60495)
feat - f2d5cf7edd support exponentiation operator in templates (#59894)
feat - 51b8ff23ce support tagged template literals in expressions (#59947)
feat - 1b8e7ab9fe support the in keyword in Binary expression (#58432)
feat - 0361c2d81f support void operator in templates (#59894)
fix - 8b990a31c3 error if rawText isn't estimated correctly (#60529)
fix - 4fe489f1b4 exponentiation should be right-to-left associative (#60101)
fix - ef1fd137a9 incorrect spans for template literals (#60323)
fix - e0d378d20e incorrectly handling let declarations inside i18n (#60512)

... (truncated)

Changelog

Sourced from @​angular/forms's changelog.

20.0.1 (2025-06-04)

compiler

Commit Type Description
66a0ec6510 fix move defer trigger assertions out of parser (#61747)
8ecb1ba027 fix recover invalid parenthesized expressions (#61815)

core

Commit Type Description
8c60cbfd1c fix takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847)
b1d960d082 fix produce an error when incremental hydration is expected, but not configured (#61741)
b4ed62ddf6 fix properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772)
ddd22bea48 fix unregister onDestroy in ResourceImpl when destroy() is called (#61870)
5c31e7e28d fix unregister onDestroy when observable errors in toSignal (#61596)

migrations

Commit Type Description
e9820a6d48 fix avoid trailing whitespaces in unused imports migration (#61698)

service-worker

Commit Type Description
b93fa22f25 fix prevent duplicate fetches during concurrent update checks (#61443)
9743bd1317 fix update service worker to handle seeking better for videos (#60029)

20.0.0 (2025-05-28)

Blog post: https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301

Breaking Changes

common

  • Using the Y formatter (week-numbering year) without also including w (week number) is now detected as suspicious date pattern, as y is typically intended.
  • AsyncPipe now directly catches unhandled errors in subscriptions and promises and reports them to the application's ErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported to ErrorHandler so the result is generally the same. The change to the exact mechanism for reporting can result in differences in test environments that will require test updates.

compiler

  • 'in' in an expression now refers to the operator

  • void in an expression now refers to the operator

    Previously an expression in the template like {{void}} referred to a property on the component class. After this change it now refers to the void operator, which would make the above example invalid. If you have existing expressions that need to refer to a property named void, change the expression to use this.void instead: {{this.void}}.

... (truncated)

Commits
  • e910893 build: adjust bundling tests to use Angular CLI
  • 9df5f50 docs: update API examples to modern angular (#61688)
  • f6b4602 build: migrate forms to rules_js (#61535)
  • 30e0812 fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61500)
  • 3433021 build: move private testing helpers outside platform-browser/testing (#61476)
  • 4d35670 docs: rename @nodoc to @docs-private (#61194)
  • 051d90a build: remove irrelevant madge circular deps tests (#61197)
  • 9793693 refactor: add Node.js 24 as supported version (#61142)
  • 953c4b2 feat(core): Move zoneless change detection to dev preview (#60748)
  • be99562 fix(forms): make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)
  • 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)
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+10
Deletions:
-9
Package Dependencies
Ecosystem:
npm
Version Change:
19.2.10 → 20.0.1
Update Type:
Major
Path:
/app-frontend
Technical Details
ID: 894196
UUID: 2569990909
Node ID: PR_kwDOLdlMtc6ZLvL9
Host: GitHub
Repository: DevSkillsHQ/fullstack-boilerplate-java-springboot-angular
Merge State: Unknown