Bump @angular/platform-browser-dynamic from 19.2.7 to 19.2.10 in /app-frontend
Type: Pull Request
State: Open
Association: Contributor
Comments: 2
(7 months ago)
(6 months ago)
Bumps @angular/platform-browser-dynamic from 19.2.7 to 19.2.10.
Release notes
Sourced from @angular/platform-browser-dynamic's releases.
19.2.10
common
Commit Description cleanup updateLatestValueif view is destroyed before promise resolves (#61064)core
Commit Description missing useExisting providers throwing for optional calls (#61152) properly handle app stabilization with defer blocks (#61056) platform-server
Commit Description less aggressive ngServerMode cleanup (#61106) 19.2.9
core
Commit Description async EventEmitter error should not prevent stability (#61028) call DestroyRef on destroy callback if view is destroyed [patch] (#61061) prevent stash listener conflicts [patch] (#61063) 19.2.8
forms
Commit Description make NgForm emit FormSubmittedEvent and FormResetEvent (#60887)
Changelog
Sourced from @angular/platform-browser-dynamic's changelog.
19.2.10 (2025-05-07)
common
Commit Type Description 89056a0356 fix cleanup updateLatestValueif view is destroyed before promise resolves (#61064)core
Commit Type Description 4623b61448 fix missing useExisting providers throwing for optional calls (#61152) 400dbc5b89 fix properly handle app stabilization with defer blocks (#61056) platform-server
Commit Type Description a6f0d5bc20 fix less aggressive ngServerMode cleanup (#61106) 20.0.0-next.9 (2025-04-30)
Breaking Changes
core
the
TestBed.flushEffects()was removed - use theTestBed.tick()instead.
provideExperimentalCheckNoChangesForDebughas several breaking changes:
- It is renamed to
provideCheckNoChangesConfig- The behavior applies to all checkNoChanges runs
- The
useNgZoneOnStableoption is removed. This wasn't found to be generally more useful thanintervalafterRender was renamed to afterEveryRender.
This commit deprecates
ng-reflect-*attributes and updates the runtime to stop producing them by default. Please refactor application and test code to avoid relying onng-reflect-*attributes.To enable a more seamless upgrade to v20, we've added the
provideNgReflectAttributes()function (can be imported from the@angular/corepackage), which enables the mode in which Angular would be producing those attribites (in dev mode only). You can add theprovideNgReflectAttributes()function to the list of providers within the bootstrap call.common
Commit Type Description b7d3f3dbfc feat Allow passing ScrollOptions to ViewportScroller (#61002) fc4a56d5c5 fix rename httpResource function in factory (#60022) compiler-cli
Commit Type Description c889382a20 feat detect missing structural directive imports (#59443) core
Commit Type Description d5fd7349fb feat introduce TestBed.tick() (#60993) e711f99d81 feat move provideExperimentalCheckNoChangesForDebugtoprovideCheckNoChangesConfig(#60906)d8fbb909ce feat rename afterRender to afterEveryRender and stabilize (#60999) 8d82a39a60 fix async EventEmitter error should not prevent stability (#61028) 624be2ef0c fix prevent stash listener conflicts (#59635)
... (truncated)
Commits
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
0
0
+0
-0
Package Dependencies
@angular/platform-browser-dynamic
npm
19.2.7 → 19.2.10
Patch
/app-frontend
Technical Details
| ID: | 98378 |
| UUID: | 3048794205 |
| Node ID: | PR_kwDOLdlMtc6VbKTo |
| Host: | GitHub |
| Repository: | DevSkillsHQ/fullstack-boilerplate-java-springboot-angular |