angular-cli
angular-cli copied to clipboard
build: update cross-repo angular dependencies
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @angular/animations | dependencies | digest | e91be52 -> 83c3c25 |
| @angular/animations (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/cdk | dependencies | digest | 872e76d -> 3942a8a |
| @angular/cdk | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/common | dependencies | digest | 508029f -> 3999a81 |
| @angular/common (source) | peerDependencies | minor | ^20.0.0-next -> ^20.1.0-next |
| @angular/common (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/compiler | dependencies | digest | cacfcb8 -> 1b0b24c |
| @angular/compiler (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/compiler-cli | dependencies | digest | f89fb00 -> 7a52d54 |
| @angular/compiler-cli (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/core | dependencies | digest | 6f5c833 -> fcb63d1 |
| @angular/core (source) | peerDependencies | minor | ^20.0.0-next -> ^20.1.0-next |
| @angular/core (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/forms | dependencies | digest | 9fa90fb -> 7e1de50 |
| @angular/forms (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/language-service | dependencies | digest | dfdffbd -> 29ebe58 |
| @angular/localize | dependencies | digest | 376a4c4 -> 280aa43 |
| @angular/localize | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/material | dependencies | digest | cde4885 -> 54497d9 |
| @angular/material | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/material-moment-adapter | dependencies | digest | 0ee3832 -> 10aa5b0 |
| @angular/platform-browser | dependencies | digest | 0470d47 -> 2f4cd70 |
| @angular/platform-browser (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/platform-browser-dynamic | dependencies | digest | ec825be -> acd66dc |
| @angular/platform-server | dependencies | digest | 541a19a -> c27f94d |
| @angular/platform-server (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/router | dependencies | digest | 6a4dfb8 -> 949bb1f |
| @angular/router (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
| @angular/service-worker | dependencies | digest | 4e642cc -> 1fb6b3d |
| @angular/service-worker (source) | devDependencies | minor | 20.0.0 -> 20.1.0-next.0 |
π‘ If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.
Release Notes
angular/angular (@βangular/animations)
v20.1.0-next.0
compiler
| Commit | Type | Description |
|---|---|---|
| 5a76826d26 | fix | only report parser errors on invalid expression (#β61793) |
| e9fcbb8af1 | fix | remove TypeScript from linker (#β61618) |
compiler-cli
| Commit | Type | Description |
|---|---|---|
| e62fb359d6 | feat | add experimental support for fast type declaration emission (#β61334) |
| 0cf1001715 | feat | support host directives with direct external references in fast type declaration emission (#β61469) |
| 77fa204ad1 | fix | rename flag for enabling fast type declaration emission (#β61353) |
| c439d6938d | fix | symbol builder duplicating host directives (#β61240) |
| 3e1baa5a95 | fix | typo in NG2026 message (#β61325) |
core
| Commit | Type | Description |
|---|---|---|
| 8163a8995e | feat | Add destroyed property on DestroyRef (#β61849) |
| 4356e85456 | fix | fakeAsync should not depend on module import order (#β61375) |
| 583b9a7be5 | fix | missing useExisting providers throwing for optional calls (#β61137) |
| 8f65223bd8 | fix | update min Node.js support to 20.19, 22.12, and 24.0 (#β61499) |
| b785256b9e | perf | avoid intermediate arrays in definition (#β61445) |
forms
| Commit | Type | Description |
|---|---|---|
| 610bebfce9 | fix | Allow ControlState as reset arguments for FormGroup/FormRecord (#β55860) |
language-service
| Commit | Type | Description |
|---|---|---|
| cf55d1bdd4 | feat | Support importing the external module's export about the angular metadata. (#β61122) |
service-worker
| Commit | Type | Description |
|---|---|---|
| c67dbda8ff | feat | support notification closes (#β61442) |
| 6e1df54799 | feat | support push subscription changes (#β61856) |
v20.0.1
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) |
angular/components (@βangular/cdk)
v20.1.0-next.0
cdk
| Commit | Type | Description |
|---|---|---|
| f446d7c41 | feat | drag-drop: add opt-in indicator of pick-up position (#β31288) |
| cfa97bb78 | fix | dialog: avoid setting aria-hidden before focus has moved (#β31030) |
material
| Commit | Type | Description |
|---|---|---|
| 243845460 | feat | chips: add (optional) edit icon to input chips (#β31041) |
| 4de7c0fb2 | feat | testing: Extend Angular harness testing functionality (#β30960) |
| 512433b6d | fix | badge: remove badge opacity color mix (#β31213) |
| 92a8253e2 | fix | badge: use system disabled states (#β31266) |
| a7150d42c | fix | button-toggle: simplify divider color (#β31214) |
| 1f8b1302f | fix | button-toggle: use system colors (#β31231) |
| 5ee7d79e4 | fix | button: FAB emitting invalid elevation tokens (#β31028) |
| afe36e4d4 | fix | button: remove internal-only M2 styles (#β31017) |
| 589ea5905 | fix | button: remove internal-only M2 styles (#β31018) |
| 203c1737e | fix | card: subtitle text token should be on-surface-variant (#β31261) |
| 55b7ba081 | fix | card: use system outline (#β31218) |
| eb9abc366 | fix | checkbox: remove internal-only M2 styles (#β31019) |
| 68d7ea035 | fix | chips: provide ability to edit for all screen readers with a click on already focused chip (#β30983) |
| a24081f2b | fix | dialog: remove internal-only M2 styles (#β31020) |
| ecc6a09ca | fix | expansion: align state layer colors (#β31236) |
| 82ab91e58 | fix | form-field: remove internal-only M2 styles (#β31021) |
| 6d27e0405 | fix | form-field: use system for neutral colors (#β31272) |
| a62164db5 | fix | menu: do not auto-focus when hover opens menu (#β31257) |
| 9a96db323 | fix | select: remove internal-only M2 styles (#β31022) |
| d22191a61 | fix | sort: simplify m2 sort color (#β31165) |
| 680dd6fa8 | fix | stepper: align state colors (#β31227) |
| 4b85f9f62 | fix | toolbar: use system surface for neutral background (#β31234) |
cdk-experimental
| Commit | Type | Description |
|---|---|---|
| 4f9ab216c | feat | accordion: add accordion directives, example, and tests (#β31134) |
| 3704b7e32 | feat | radio: add radio demo to dev-app (#β31180) |
| 50c3e0e12 | feat | radio: create radio group and button directives (#β31050) |
| ff0f6c61b | feat | ui-patterns: accordion (#β31034) |
| ce145fa9a | feat | ui-patterns: create the grid focus behavior (#β31055) |
| 9f249d0a2 | feat | ui-patterns: radio button and group (#β31016) |
multiple
| Commit | Type | Description |
|---|---|---|
| dc3ae8d94 | fix | update goldens (#β31123) |
| 5546d1099 | fix | use system on-surface (#β31225) |
v20.0.2
material
| Commit | Type | Description |
|---|---|---|
| 45fcf24b6 | fix | core: brand family not set for plain value (#β31260) |
| 3a3a9b1c2 | fix | schematics: avoid overwriting files that didn't change (#β31270) |
| 1af07e3b2 | fix | schematics: token migration not replacing all instances (#β31277) |
v20.0.1
material
| Commit | Type | Description |
|---|---|---|
| ecd17ad75 | fix | button: add token for icon button shape (#β31223) |
| 20fa71807 | fix | schematics: filter paths when renaming tokens (#β31249) |
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.