Bump the angular-version-updates group with 19 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(6 months ago)
(6 months ago)
(6 months ago)
by github-actions[bot]
dependencies javascript
Bumps the angular-version-updates group with 19 updates:
| Package | From | To | 
|---|---|---|
| @angular/animations | 19.2.9 | 
19.2.10 | 
| @angular/cdk | 19.2.14 | 
19.2.15 | 
| @angular/common | 19.2.9 | 
19.2.10 | 
| @angular/compiler | 19.2.9 | 
19.2.10 | 
| @angular/core | 19.2.9 | 
19.2.10 | 
| @angular/forms | 19.2.9 | 
19.2.10 | 
| @angular/material | 19.2.14 | 
19.2.15 | 
| @angular/platform-browser | 19.2.9 | 
19.2.10 | 
| @angular/platform-browser-dynamic | 19.2.9 | 
19.2.10 | 
| @angular/router | 19.2.9 | 
19.2.10 | 
| @angular-devkit/build-angular | 19.2.10 | 
19.2.11 | 
| @angular/cli | 19.2.10 | 
19.2.11 | 
| @angular/compiler-cli | 19.2.9 | 
19.2.10 | 
| @angular/language-service | 19.2.9 | 
19.2.10 | 
| @angular-devkit/architect | 0.1902.10 | 
0.1902.11 | 
| @angular-devkit/build-webpack | 0.1902.10 | 
0.1902.11 | 
| @angular-devkit/core | 19.2.10 | 
19.2.11 | 
| @angular-devkit/schematics | 19.2.10 | 
19.2.11 | 
| @angular/build | 19.2.10 | 
19.2.11 | 
Updates @angular/animations from 19.2.9 to 19.2.10
Release notes
Sourced from @angular/animations'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) 
Changelog
Sourced from @angular/animations'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
c081e04docs: fix non-working link (#61131)- See full diff in compare view
 
Updates @angular/cdk from 19.2.14 to 19.2.15
Release notes
Sourced from @angular/cdk's releases.
19.2.15
cdk
Commit Description dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) docs
Commit Description Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) 
Changelog
Sourced from @angular/cdk's changelog.
19.2.15 "abuite-ant" (2025-05-07)
cdk
Commit Type Description 85e448678 fix dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) docs
Commit Type Description 02a893a6d fix Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) 20.0.0-next.10 "sodium-swallow" (2025-05-01)
20.0.0-next.9 "sodium-salamander" (2025-05-01)
Breaking Changes
cdk
CanStickhas been removed.CDK_TABLE_TEMPLATEhas been removed.StickyDirectionhas been removed.StickyStylerhas been removed.cdk-experimental
Commit Type Description e456c751c feat listbox: add cdk-active class (#30932) 96fa9fc55 feat popover-edit: Support skipping over annotated rows when the user moves focus up/down. (#30916) 025010b64 feat tabs: add cdk-active class and update example styles (#30950) 44e9ccbf5 fix listbox: initial listbox focus state (#30764) 0e391700c fix tabs: handle space and enter events (#30889) google-maps
Commit Type Description cc61697fb fix implicitly include google.maps types instead of the triple slash workaround (#30942) material
Commit Type Description 663585a1c feat card: support filled variant (#29868) 764a1ccd1 feat dialog: add closePredicate option 48644f56a fix chips: icon cut off when text-spacing is increased (#30867) 86ea718e7 fix schematics: surface-container-low token not emitted (#30985) d3a8c5b89 fix slide-toggle: opacity tokens not being used (#30946) 0cf6ba107 fix stepper: done icon tokens not emitted in M3 (#30996) 50a9a9b9d fix table: height tokens not applying to flex table (#30978) c63b1fe7b fix tabs: flicker when animationDuration is set to zero (#30966) 6c9678e69 perf form-field: set notch outline variable only on relevant element (#30955) cdk
... (truncated)
Commits
ba23b51release: cut the v19.2.15 release2184cadbuild: pretty-print adev CDK docs manifests (#31043)6fb8afcdocs(cdk/testing): cleanup apis for landing on adev (#31013)545e017build: updaterules_browsersto include latest jasmine improvements (#31035)02a893afix(docs): Automatic scrolling fails on screens smaller than 721px due to fle...85e4486fix(cdk/dialog): avoid setting aria-hidden before focus has moved (#31030) (#...7664411docs(material/dialog): remove default value from doc string (#31025)7cb0adddocs: update the csp to include material.angular.dev for files served statica...- See full diff in compare view
 
Updates @angular/common from 19.2.9 to 19.2.10
Release notes
Sourced from @angular/common'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) 
Changelog
Sourced from @angular/common'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
89056a0fix(common): cleanupupdateLatestValueif view is destroyed before promise ...5b77f93refactor(common): drop platform checks inHttpXsrfCookieExtractor(#59810)- See full diff in compare view
 
Updates @angular/compiler from 19.2.9 to 19.2.10
Release notes
Sourced from @angular/compiler'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) 
Changelog
Sourced from @angular/compiler'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
964b261refactor(compiler): improvestringify(#60013)- See full diff in compare view
 
Updates @angular/core from 19.2.9 to 19.2.10
Release notes
Sourced from @angular/core'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) 
Changelog
Sourced from @angular/core'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
4623b61fix(core): missing useExisting providers throwing for optional calls (#61152)9685469docs: ViewContainerRef.createComponent jsdoc update (#61097)8c6e101docs: ViewContainerRef.createComponent jsdoc update to reflect actual behavio...075145erefactor(core): tree-shakePROPAGATION_STOPPED_SYMBOL(#61004)400dbc5fix(core): properly handle app stabilization with defer blocks (#61056)- See full diff in compare view
 
Updates @angular/forms from 19.2.9 to 19.2.10
Release notes
Sourced from @angular/forms'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) 
Changelog
Sourced from @angular/forms'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
- See full diff in compare view
 
Updates @angular/material from 19.2.14 to 19.2.15
Release notes
Sourced from @angular/material's releases.
19.2.15
cdk
Commit Description dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) docs
Commit Description Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) 
Changelog
Sourced from @angular/material's changelog.
19.2.15 "abuite-ant" (2025-05-07)
cdk
Commit Type Description 85e448678 fix dialog: avoid setting aria-hidden before focus has moved (#31030) (#31036) docs
Commit Type Description 02a893a6d fix Automatic scrolling fails on screens smaller than 721px due to flexbox behavior (#31037) 20.0.0-next.10 "sodium-swallow" (2025-05-01)
20.0.0-next.9 "sodium-salamander" (2025-05-01)
Breaking Changes
cdk
CanStickhas been removed.CDK_TABLE_TEMPLATEhas been removed.StickyDirectionhas been removed.StickyStylerhas been removed.cdk-experimental
Commit Type Description e456c751c feat listbox: add cdk-active class (#30932) 96fa9fc55 feat popover-edit: Support skipping over annotated rows when the user moves focus up/down. (#30916) 025010b64 feat tabs: add cdk-active class and update example styles (#30950) 44e9ccbf5 fix listbox: initial listbox focus state (#30764) 0e391700c fix tabs: handle space and enter events (#30889) google-maps
Commit Type Description cc61697fb fix implicitly include google.maps types instead of the triple slash workaround (#30942) material
Commit Type Description 663585a1c feat card: support filled variant (#29868) 764a1ccd1 feat dialog: add closePredicate option 48644f56a fix chips: icon cut off when text-spacing is increased (#30867) 86ea718e7 fix schematics: surface-container-low token not emitted (#30985) d3a8c5b89 fix slide-toggle: opacity tokens not being used (#30946) 0cf6ba107 fix stepper: done icon tokens not emitted in M3 (#30996) 50a9a9b9d fix table: height tokens not applying to flex table (#30978) c63b1fe7b fix tabs: flicker when animationDuration is set to zero (#30966) 6c9678e69 perf form-field: set notch outline variable only on relevant element (#30955) cdk
... (truncated)
Commits
ba23b51release: cut the v19.2.15 release2184cadbuild: pretty-print adev CDK docs manifests (#31043)6fb8afcdocs(cdk/testing): cleanup apis for landing on adev (#31013)545e017build: updaterules_browsersto include latest jasmine improvements (#31035)02a893afix(docs): Automatic scrolling fails on screens smaller than 721px due to fle...85e4486fix(cdk/dialog): avoid setting aria-hidden before focus has moved (#31030) (#...7664411docs(material/dialog): remove default value from doc string (#31025)7cb0adddocs: update the csp to include material.angular.dev for files served statica...- See full diff in compare view
 
Updates @angular/platform-browser from 19.2.9 to 19.2.10
Release notes
Sourced f...
 Description has been truncated
Pull Request Statistics
1
1
+296
-296
Package Dependencies
@angular/platform-browser
                  npm
19.2.9 → 19.2.10
                    Patch
@angular/platform-browser-dynamic
                  npm
19.2.9 → 19.2.10
                    Patch
@angular-devkit/build-angular
                  npm
19.2.10 → 19.2.11
                    Patch
@angular/language-service
                  npm
19.2.9 → 19.2.10
                    Patch
@angular-devkit/architect
                  npm
0.1902.10 → 0.1902.11
                    Patch
@angular-devkit/schematics
                  npm
19.2.10 → 19.2.11
                    Patch
@angular-devkit/build-webpack
                  npm
0.1902.10 → 0.1902.11
                    Patch
Technical Details
| ID: | 177436 | 
            
| UUID: | 2512964898 | 
            
| Node ID: | PR_kwDONZpH_s6VyM0i | 
            
| Host: | GitHub | 
| Repository: | mrlonis/example-angular-async | 
| Merge State: | Unknown |