Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build: update cross-repo angular dependencies #30602

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 25, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest dcc309c -> c73c385
@angular/animations (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/cdk dependencies digest 0b95bbb -> 21b6978
@angular/cdk devDependencies patch 20.1.0-next.1 -> 20.1.0-next.2
@angular/common dependencies digest e6a5056 -> 84f7b1f
@angular/common (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/compiler dependencies digest 0e31247 -> 1a02f20
@angular/compiler (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/compiler-cli dependencies digest 9c078d0 -> 040f6f5
@angular/compiler-cli (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/core dependencies digest 8e9db1c -> 73174cd
@angular/core (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/forms dependencies digest ab64c37 -> 0ccf8a5
@angular/forms (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/language-service dependencies digest 1a18201 -> 9efff51
@angular/localize dependencies digest d3b349f -> 35fc98d
@angular/localize devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/material dependencies digest 0e8ec4b -> c9cfa63
@angular/material devDependencies patch 20.1.0-next.1 -> 20.1.0-next.2
@angular/material-moment-adapter dependencies digest 45b844a -> 1738ff1
@angular/platform-browser dependencies digest 678e52c -> 9027474
@angular/platform-browser (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/platform-browser-dynamic dependencies digest 6c735fd -> be52575
@angular/platform-server dependencies digest 798ccf5 -> 50cf84d
@angular/platform-server (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/router dependencies digest c4d8d37 -> 197ec0f
@angular/router (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3
@angular/service-worker dependencies digest 6a978a3 -> 8471f07
@angular/service-worker (source) devDependencies patch 20.1.0-next.2 -> 20.1.0-next.3

🔡 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.3

Compare Source

compiler
Commit Type Description
0dcf230d52 feat add support for new binary assignment operators (#​62064)
compiler-cli
Commit Type Description
ed5062a91c fix add suggestion when pipe is missing (#​62146)
d25a6a0120 fix handle initializer APIs wrapped in type casts (#​62203)
core
Commit Type Description
737b35b684 feat Add destroyed property to EnvironmentInjector (#​61951)
36a193139a fix allow to set a resource in an error state (#​62253)
c4dd258658 fix avoid injecting ErrorHandler from a destroyed injector (#​61886)
3eee19d892 fix unable to retrieve defer blocks in tests when component injects ViewContainerRef (#​62156)
http
Commit Type Description
73269cf5ce feat add keepalive support for fetch requests in httpResource (#​61833)
9791ab1b6f feat Add support for fetch request cache and priority options (#​61766)
language-service
Commit Type Description
20c1f991e6 feat add semantic tokens for templates (#​60260)
5d2e85920e feat support to fix missing required inputs diagnostic (#​50911)
router
Commit Type Description
9833d9ea47 feat Run loadComponent and loadChildren functions in the route's injection context (#​62133)
7600bec71d fix handle scrollRestoration error in restricted environments (#​62186)
upgrade
Commit Type Description
900cd37f68 fix Make zoneless work with hybrid apps (#​61660)
angular/components (@​angular/cdk)

v20.1.0-next.2

Compare Source

cdk
Commit Type Description
5564d7d01 feat menu: add setActiveMenuItem to cdkMenu (#​31371)
423029287 fix menu: close sibling triggers when opening a menu (#​30894)
material
Commit Type Description
9e942b4ba feat menu: add support for context menu
5f4fa6218 fix button: harness not picking up buttons with dynamic appearance (#​31327)
3bde4f78f fix button: update button golden (#​31346)
8c9cae0a8 fix chips: sync with g3 (#​31393)
d52ede562 fix expansion: add token for box shadow (#​31340)
e57aef291 fix expansion: use correct typography (#​31347)
0bdf51275 fix input: remove native clear button (#​31394)
663d8160e fix input: revert wheel workaround (#​31391)
89d9cd07b fix slide-toggle: use system colors (#​31303)
c10f376a5 fix slide-toggle: use token system for label text (#​31366)
0a47244b6 fix stepper: use system color for error text (#​31333)
ea76df604 fix tabs: fix missing token values (#​31345)
f26ff4ece fix toolbar: use correct typography (#​31348)
ae3b0bfcf fix tree: use correct typography (#​31349)
youtube-player
Commit Type Description
2c87ec31b fix invalid URL when playlist is passed in without videoId (#​31403)
cdk-experimental
Commit Type Description
cdc0dab26 feat tabs: add setDefaultState and unit tests, refactor the content children strategy (#​31374)
97d60c537 feat tree: add tree directives, example, and tests (#​31350)
9a856ad55 fix tabs: fix tabs example styles (#​31382)
ea700e6d8 fix ui-patterns: add guardrails to selectOne for edge cases (#​31402)
multiple
Commit Type Description
e462301f8 fix use inline m2 token definitions (#​31359)

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 25, 2025
@jkrems jkrems added the target: minor This PR is targeted for the next minor release label Jun 25, 2025
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from b61967d to 73fc49b Compare June 25, 2025 16:41
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/cross-repo-angular-dependencies branch from 73fc49b to 8e0966f Compare June 25, 2025 16:57
@alan-agius4 alan-agius4 merged commit 5b179d3 into angular:main Jun 25, 2025
41 checks passed
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.

3 participants