Skip to content

build: update cross-repo angular dependencies #30462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Jun 4, 2025

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 -> b0fc2e5
@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 -> 94e9010
@angular/material devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/material-moment-adapter dependencies digest 0ee3832 -> f3ae2f4
@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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

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.

@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project labels Jun 4, 2025
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 7 times, most recently from 26a7435 to 2a275c2 Compare June 4, 2025 22:04
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 2a275c2 to ca027fc Compare June 5, 2025 00:48
@alan-agius4 alan-agius4 added the target: minor This PR is targeted for the next minor release label Jun 5, 2025
@alan-agius4 alan-agius4 merged commit e0d30fb into angular:main Jun 5, 2025
41 of 42 checks passed
@angular-robot angular-robot deleted the ng-renovate/cross-repo-angular-dependencies branch June 5, 2025 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants