Skip to content

build: update cross-repo angular dependencies to v20.1.0-next.0 #2849

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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 (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/build dependencies minor 20.0.0 -> 20.1.0-next.0
@angular/cdk devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/cli devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/common (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/compiler (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/compiler-cli (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/core (source) resolutions minor 20.0.0 -> 20.1.0-next.0
@angular/core (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/forms (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/material devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/platform-browser (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/platform-browser-dynamic (source) devDependencies minor 20.0.0 -> 20.1.0-next.0
@angular/router (source) devDependencies minor 20.0.0 -> 20.1.0-next.0

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.2

Compare Source

core
Commit Type Description
1e8158baee fix components marked for traversal resets reactive context (#​61663)
1cd23be57e fix unregister onDestroy in outputToObservable (#​61882)

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/angular-cli (@​angular/build)

v20.1.0-next.0

Compare Source

@​schematics/angular
Commit Type Description
0b7d48c7c fix correctly detect modules using new file extension format
@​angular/build
Commit Type Description
1159cf081 feat add code coverage reporters option for unit-test
8f305ef0b feat add dataurl, base64 loaders

v20.0.1

Compare Source

@​angular/cli
Commit Type Description
0883248cb fix improve Node.js version check and error messages
@​schematics/angular
Commit Type Description
525ddcbd2 fix only overwrite JSON file if actually changed
83c820e5a fix remove karma config devkit package usages during application migration
87266b38a fix skip zone.js dependency for zoneless applications
@​angular/build
Commit Type Description
e5efdc577 fix also disable outputMode in vitest unit-tests
5814393db fix resolve junit karma reporter output to workspace root
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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 from 2e55595 to c48bd84 Compare June 4, 2025 21:38
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from c48bd84 to 2cd0313 Compare June 5, 2025 17:39
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant