chore(deps): bump @angular/forms from 19.2.10 to 20.0.1 in /app-frontend
Type: Pull Request
State: Open
Association: Contributor
Comments: 1
(6 months ago)
(6 months ago)
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 move defer trigger assertions out of parser (#61747) recover invalid parenthesized expressions (#61815) core
Commit Description takeUntilDestroyedcompletes immediately if DestroyRef already destroyed (#61847)produce an error when incremental hydration is expected, but not configured (#61741) properly handle the case where getSignalGraph is called on a componentless NodeInjector (#60772) unregister onDestroyinResourceImplwhendestroy()is called (#61870)unregister onDestroywhen observable errors intoSignal(#61596)migrations
Commit Description avoid trailing whitespaces in unused imports migration (#61698) service-worker
Commit Description prevent duplicate fetches during concurrent update checks (#61443) 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 accept undefined inputs in NgTemplateOutlet (#61404) Allow passing ScrollOptions to ViewportScroller (#61002) throw error for suspicious date patterns (#59798) cleanup updateLatestValueif view is destroyed before promise resolves (#58041)Handle errors in async pipe subscriptions (#60057) issue a warning instead of an error when NgOptimizedImageexceeds the preload limit (#60879)rename httpResource function in factory (#60022) resolve host binding type issues (#60481) compiler
Commit Description add extended diagnostic for uninvoked track function on @forblocks (#60495)support exponentiation operator in templates (#59894) support tagged template literals in expressions (#59947) support the inkeyword in Binary expression (#58432)support void operator in templates (#59894) error if rawText isn't estimated correctly (#60529) exponentiation should be right-to-left associative (#60101) incorrect spans for template literals (#60323) 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 takeUntilDestroyedcompletes 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 onDestroyinResourceImplwhendestroy()is called (#61870)5c31e7e28d fix unregister onDestroywhen observable errors intoSignal(#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
Yformatter (week-numbering year) without also includingw(week number) is now detected as suspicious date pattern, asyis typically intended.AsyncPipenow directly catches unhandled errors in subscriptions and promises and reports them to the application'sErrorHandler. For Zone-based applications, these errors would have been caught by ZoneJS and reported toErrorHandlerso 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
voidin an expression now refers to the operatorPreviously an expression in the template like
{{void}}referred to a property on the component class. After this change it now refers to thevoidoperator, which would make the above example invalid. If you have existing expressions that need to refer to a property namedvoid, change the expression to usethis.voidinstead:{{this.void}}.
... (truncated)
Commits
e910893build: adjust bundling tests to use Angular CLI9df5f50docs: update API examples to modern angular (#61688)f6b4602build: migrate forms to rules_js (#61535)30e0812fix(core): update min Node.js support to 20.19, 22.12, and 24.0 (#61500)3433021build: move private testing helpers outsideplatform-browser/testing(#61476)4d35670docs: rename@nodocto@docs-private(#61194)051d90abuild: remove irrelevant madge circular deps tests (#61197)9793693refactor: add Node.js 24 as supported version (#61142)953c4b2feat(core): Move zoneless change detection to dev preview (#60748)be99562fix(forms): make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
1
2
+10
-9
Package Dependencies
@angular/forms
npm
19.2.10 → 20.0.1
Major
/app-frontend
Technical Details
| ID: | 894196 |
| UUID: | 2569990909 |
| Node ID: | PR_kwDOLdlMtc6ZLvL9 |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-java-springboot-angular |
| Merge State: | Unknown |