Skip to content

build: update cross-repo angular dependencies #30357

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 May 21, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest ffcf810 -> dd62215
@angular/animations (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/cdk dependencies digest 2945e42 -> 8f3ddb4
@angular/cdk devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/common dependencies digest 28c9907 -> 0952f02
@angular/common (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler dependencies digest ff855e1 -> 832aaa1
@angular/compiler (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/compiler-cli dependencies digest 8dcc3fc -> 8252eed
@angular/compiler-cli (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/core dependencies digest 3ddf6ce -> 353af90
@angular/core (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/forms dependencies digest a8cf1f6 -> 0bf2619
@angular/forms (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/language-service dependencies digest 154af86 -> ff51118
@angular/localize dependencies digest 16ac26f -> dd67362
@angular/localize devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/material dependencies digest 5ac0bb0 -> 3c40a79
@angular/material devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/material-moment-adapter dependencies digest 2ddb75d -> e6e4057
@angular/ng-dev devDependencies digest a0e5237 -> 605518e
@angular/platform-browser dependencies digest 392f965 -> 3c6f158
@angular/platform-browser (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/platform-browser-dynamic dependencies digest cfd5f52 -> e15c29e
@angular/platform-server dependencies digest ac0aeaa -> 489e3f6
@angular/platform-server (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/router dependencies digest e6d41a7 -> 72880df
@angular/router (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
@angular/service-worker dependencies digest cb7ea09 -> ba85869
@angular/service-worker (source) devDependencies patch 20.0.0-rc.1 -> 20.0.0-rc.2
angular/dev-infra action digest b5a3609 -> fd57e38
devinfra git_repository digest b5a3609 -> fd57e38

🔡 If you wish to disable git hash updates, add ":disableDigestUpdates" to the extends array in your config.


Release Notes

angular/angular (@​angular/animations)

v20.0.0-rc.2

Compare Source

Deprecations

platform-browser
  • All entries of the @angular/platform-browser-dynamic

Breaking Changes

core
  • Resource.value() now returns a default value when in a loading state after reloading the error state
  • Resource.value() now throws an error when it's in an error state. Previously it returned undefined.
  • Resource.error now has a type of Signal<Error | undefined> instead of Signal<unknown>
  • Resource.reload has been moved to WritableResource.reload.
common
Commit Type Description
af7881abac fix cancel reader when app is destroyed (#​61528)
966df84351 fix prevent reading chunks if app is destroyed (#​61354)
compiler
Commit Type Description
e74266b108 fix avoid conflicts between HMR code and local symbols (#​61550)
compiler-cli
Commit Type Description
b57084267e fix Always retain prior results for all files (#​61487)
7a3a41f33f fix avoid ECMAScript private field metadata emit (#​61227)
core
Commit Type Description
7efb3384a7 fix cleanup rxResource abort listener (#​58306)
b90160d10a fix cleanup testability subscriptions (#​61261)
3ba39bc28f fix getting resource value throws an error instead of returning undefined (#​61441)
ca6295e90b fix handle different DI token types in Chrome DevTools integration (#​61333)
d62379bb13 fix move reload method from Resource to WritableResource (#​61441)
a89f1cff24 fix narrow error type for resources API (#​61441)
6e79eaf739 fix reading resource value after reload in the error state (#​61441)
350776b412 fix TestBed.tick should ensure test components are synchronized (#​61382)
648d42fe65 fix Testing should not throw when Zone does not patch test FW APIs (#​61376)
5dbeb42308 fix unregister onDestroy in toSignal. (#​61514)
30e081287d fix update min Node.js support to 20.19, 22.12, and 24.0 (#​61500)
platform-browser
Commit Type Description
bc2cab747f refactor Deprecate the platform-browser-dynamic package (#​61043)
platform-server
Commit Type Description
6d8e57d131 perf speed up resolution of base (#​61392)
angular/components (@​angular/cdk)

v20.0.0-rc.2

Compare Source

material
Commit Type Description
7d360ac776 fix button-toggle: changed after checked error when updating tabindex (#​31172)
c17cdadaed fix datepicker: prevent calendar from stealing away focus (#​31128)
704761652d fix dialog: use custom token to disable animations (#​31156)
8a45ec9280 fix radio: assistive technology announcing button as invalid (#​31160)
e5eb939693 fix radio: updating required value should mark for check (#​31109)
fa150969b2 fix sidenav: removes -1 tabindex from sidenav (#​31155)
a3711eb091 fix tabs: avoid not having any focusable tabs (#​31144)
922c678c07 fix tabs: not emitting token in M3 (#​31136)
cdk-experimental
Commit Type Description
16493ecab8 fix scrolling: Fix ExpressionChangedAfterItWasCheckedError (#​31076)

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 May 21, 2025
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch 13 times, most recently from 8b416e7 to 9cf9429 Compare May 21, 2025 20:04
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 9cf9429 to 35ff1b8 Compare May 21, 2025 20:36
@alan-agius4 alan-agius4 added the target: minor This PR is targeted for the next minor release label May 21, 2025
@alan-agius4 alan-agius4 merged commit bd9e4a4 into angular:main May 21, 2025
41 of 42 checks passed
@alan-agius4 alan-agius4 deleted the ng-renovate/cross-repo-angular-dependencies branch May 21, 2025 21:07
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