Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build: update cross-repo angular dependencies (main) #31048

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

Copy link
Collaborator

@angular-robot angular-robot commented Aug 26, 2025
edited
Loading

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest 00f3c3f -> a305848
@angular/animations (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/cdk dependencies digest ca8d21a -> 98d8700
@angular/cdk devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/common dependencies digest f51a72b -> fdabd7b
@angular/common (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/compiler dependencies digest 19c286a -> 8bc75a7
@angular/compiler (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/compiler-cli dependencies digest 57c064a -> 3a7145f
@angular/compiler-cli (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/core dependencies digest aefd55b -> d1b644a
@angular/core (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/forms dependencies digest efdae9d -> eb420f4
@angular/forms (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/language-service dependencies digest 0c6754c -> 06939a1
@angular/localize dependencies digest 4f1fe83 -> 0039520
@angular/localize devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/material dependencies digest ff5c7f5 -> cf1d8ce
@angular/material devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/material-moment-adapter dependencies digest 19e620f -> 5e8c1ba
@angular/ng-dev devDependencies digest 1dd1369 -> 93fe86f
@angular/platform-browser dependencies digest 8514d52 -> ab5abcc
@angular/platform-browser (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/platform-browser-dynamic dependencies digest 1aff458 -> 7a752ed
@angular/platform-server dependencies digest 602378c -> 4f070f7
@angular/platform-server (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/router dependencies digest bfb279c -> 5b06c58
@angular/router (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
@angular/service-worker dependencies digest 66d1241 -> db38ab8
@angular/service-worker (source) devDependencies patch 21.0.0-next.0 -> 21.0.0-next.1
angular/dev-infra action digest fc71b57 -> ae4e348
devinfra git_override digest 7e2eefa -> ae4e348

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


Release Notes

angular/angular (@​angular/animations)

v21.0.0-next.1

Compare Source

Breaking Changes

common
  • NgModuleFactory has been removed, use NgModule instead.
forms
  • This new directive will conflict with existing FormArray directives or formArray inputs on the same element.
common
Commit Type Description
25f593ce2a refactor removengModuleFactory input of NgComponentOutlet (#​62838)
compiler
Commit Type Description
a0388409e3 fix fixes animations on elements with structural directives (#​63390)
827c3c15f4 fix Keep paraenthesis in Nullish + Boolean expression. (#​63292)
core
Commit Type Description
37ead5ffb5 fix Ensures @for loop animations never get cancelled (#​63328)
18c9352d21 fix fix memory leak with leaving nodes tracking (#​63328)
9139fe0d95 fix Fixes animate.leave binding to a string with spaces (#​63366)
forms
Commit Type Description
0dd95c503f feat Add FormArrayDirective (#​55880)
migrations
Commit Type Description
6ddb250391 feat add migration to convert ngClass to use class (#​62983)
angular/components (@​angular/cdk)

v21.0.0-next.1

Compare Source

cdk
Commit Type Description
540637270 fix tree: resolve memory leak (#​31754)
material
Commit Type Description
29f0bb238 feat chips: make ChipInput optional for MatChipGrid (#​31693)
13a9c48a0 fix chips: refactor non-interactive actions to prevent adding click handlers (#​31664)
347963303 fix chips: strengthen edit/remove icons focus/hover styling (#​31759)
605e2c9f6 fix core: rename utility-classes to system-classes (#​31745)
8010c7cde fix datepicker: add visible labels to calendar buttons (#​31777)
46e189569 fix sort: error if signal is bound to disabled input (#​31776)
cdk-experimental
Commit Type Description
668a2b4d5 fix ui-patterns: deselectAll unavailable items (#​31734)
d2c3bb971 fix ui-patterns: focus list when using active desce... (#​31756)
df0d753f1 fix ui-patterns: Tree expand/collapse key should work in follow focus mode (#​31747)

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 target: minor This PR is targeted for the next minor release labels Aug 26, 2025
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 3 times, most recently from f1318aa to c2ac6c7 Compare August 27, 2025 17:36
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch 19 times, most recently from 5541dbf to 9cb229c Compare August 28, 2025 18:05
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-cross-repo-angular-dependencies branch from 9cb229c to 38144e8 Compare August 28, 2025 19:04
@dgp1130 dgp1130 merged commit dae7c71 into angular:main Aug 28, 2025
42 checks passed
@angular-robot angular-robot deleted the ng-renovate/main-cross-repo-angular-dependencies branch August 28, 2025 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@dgp1130 dgp1130 dgp1130 approved these changes

Assignees
No one assigned
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
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /