modern-angular
modern-angular copied to clipboard
chore(deps): bump @angular/common from 19.2.7 to 19.2.9
Bumps @angular/common from 19.2.7 to 19.2.9.
Release notes
Sourced from @angular/common's releases.
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/common's changelog.
19.2.9 (2025-04-30)
core
Commit Type Description 946b844e0d fix async EventEmitter error should not prevent stability (#61028) dbb87026ca fix call DestroyRef on destroy callback if view is destroyed [patch] (#61061) 2e140a136a fix prevent stash listener conflicts [patch] (#61063) 20.0.0-next.8 (2025-04-23)
Breaking Changes
compiler
- 'in' in an expression now refers to the operator
core
provideExperimentalZonelessChangeDetectionis renamed toprovideZonelessChangeDetectionas it is now "Developer Preview" rather than "Experimental".router
- The
RedirectFncan now returnObservableorPromise. Any code that directly calls functions returning this type may need to be adjusted to account for this.- Several methods in the public API of the Router which required writable arrays have now been updated to accept readonly arrays when no mutations are done.
Deprecations
platform-server
@angular/platform-server/testingUse e2e tests to verify SSR behavior instead.
compiler
Commit Type Description 1b8e7ab9fe feat support the inkeyword in Binary expression (#58432)core
Commit Type Description 953c4b2580 feat Move zoneless change detection to dev preview (#60748) 0ac949c266 fix do not run change detection on global error events (#60944) 0162ceb427 fix inject migration should treat @Attributeas optional (#60916)forms
Commit Type Description be995623cd fix make NgForm emit FormSubmittedEvent and FormResetEvent (#60887) platform-server
Commit Type Description 2240a21c97 refactor deprecate the testing entry point (#60915) router
... (truncated)
Commits
9c4591crefactor(core): Update FakeNavigation to extract some Angular quirks (#60961)- See full diff 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)