Skip to content

build: update angular #30085

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

Merged
merged 1 commit into from
Apr 10, 2025
Merged

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Apr 10, 2025

This PR contains the following updates:

Package Type Update Change
@angular/animations dependencies digest e2717dc -> 207e345
@angular/animations (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/cdk dependencies digest 3949f26 -> 2276241
@angular/cdk devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/common dependencies digest 007769e -> a02eaba
@angular/common (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/compiler dependencies digest 86ebca3 -> 850d629
@angular/compiler (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/compiler-cli dependencies digest 84c4a33 -> e139b08
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/core dependencies digest 3b9c1bf -> 5918545
@angular/core (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/forms dependencies digest 998f5dd -> 667eb70
@angular/forms (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/language-service dependencies digest d3f1e6f -> f8df72f
@angular/localize dependencies digest 1992d88 -> 1d47a58
@angular/localize devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/material dependencies digest 56b58ae -> 350a3a2
@angular/material devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/material-moment-adapter dependencies digest a87bedc -> f77c745
@angular/ng-dev devDependencies digest 71904c5 -> 78c7e24
@angular/platform-browser dependencies digest 530d206 -> 9404712
@angular/platform-browser (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/platform-browser-dynamic dependencies digest 5a28090 -> 7187006
@angular/platform-server dependencies digest 569fb8f -> f6a8075
@angular/platform-server (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/router dependencies digest 24abf7c -> f5069d9
@angular/router (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/service-worker dependencies digest 0869dea -> 8b30b5d
@angular/service-worker (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
angular/dev-infra action digest b45dfa7 -> 77fb8b4

🔡 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-next.6

Compare Source

Breaking Changes

core
  • Animations are guaranteed to be flushed when Angular
    runs automatic change detection or manual calls to ApplicationRef.tick.
    Prior to this change, animations would not be flushed in some situations
    if change detection did not run on any views attached to the
    application. This change can affect tests which may rely on the old
    behavior, often by making assertions on DOM elements that should have
    been removed but weren't because DOM removal is delayed until animations
    are flushed.
compiler
Commit Type Description
7a971766dc feat add extended diagnostic for uninvoked track function on @for blocks (#​60495)
compiler-cli
Commit Type Description
8744c9a165 fix ensure HMR works with different output module type (#​60797)
core
Commit Type Description
4e88e18a8e feat mark toObservable as stable (#​60449)
8d050b5bfc feat stabilize linkedSignal API (#​60741)
866cea9a05 feat Stabilize PendingTasks Injectable (#​60716)
39a4e00464 fix fix ng generate @​angular/core:output-migration. Fixes angular#​58650 (#​60763)
0b69b61929 fix Flush animations when no component has been checked (#​58089)
3d85d9363c fix reduce total memory usage of various migration schematics (#​60774)
0ae1889560 fix run ApplicationRef.prototype.bootstrap in NgZone (#​60720)
http
Commit Type Description
5795e03cdf fix Delay stabilization until next app synchronization (#​60656)
language-service
Commit Type Description
a22b13f990 fix Do not provide element completions in end tag (#​60616)
b9cf414790 fix Ensure dollar signs are escaped in completions (#​60597)
angular/components (@​angular/cdk)

v20.0.0-next.6

Compare Source

cdk
Commit Type Description
b1cc0501e fix table: error if data is accessed too early (#​30817)
material
Commit Type Description
82f0fa6fa feat core: handle prefers-reduced-motion automatically (#​30796)
cdk-experimental
Commit Type Description
6ac4c1ae2 feat listbox: readonly mode (#​30803)
2e34b20cb fix ui-patterns: add missing event handlers (#​30786)
material-angular-io
Commit Type Description
3a1a0b368 fix streamline directive and component metadata handling in dgeni (#​30661)
multiple
Commit Type Description
5229fe0a0 fix rename hardcoded tokens that were renamed (#​30807)
9bf4be9e2 fix rename token prefixes to match components (#​30802)

Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 4:00am every weekday,every weekend" in timezone America/Tijuana, 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 target: minor This PR is targeted for the next minor release labels Apr 10, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 10, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular branch 3 times, most recently from 94f37c0 to b2c2d05 Compare April 10, 2025 15:54
@dgp1130 dgp1130 merged commit b363700 into angular:main Apr 10, 2025
41 checks passed
@angular-robot angular-robot deleted the ng-renovate/angular branch April 10, 2025 17: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.

3 participants