Skip to content

Conversation

@angular-robot
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@angular/animations (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/build dependencies patch 20.0.0-next.4 -> 20.0.0-next.5
@angular/cdk devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/cli devDependencies patch 20.0.0-next.4 -> 20.0.0-next.5
@angular/common (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/compiler (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/compiler-cli (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/core (source) resolutions patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/core (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/forms (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/material devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/platform-browser (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/platform-browser-dynamic (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6
@angular/router (source) devDependencies patch 20.0.0-next.5 -> 20.0.0-next.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


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

v20.0.0-next.5

Compare Source

@​schematics/angular
Commit Type Description
fdc6291dd feat add update migration to keep previous style guide generation behavior
90615a88b fix default component templates to not use .ng.html extension
5fc595144 fix generate guards with a dash type separator
040282d8f fix generate interceptors with a dash type separator
070d60fb3 fix generate modules with a dash type separator
e6083b57b fix generate pipes with a dash type separator
92e193c0b fix generate resolvers with a dash type separator
ea1143ddd fix infer app component name and path in server schematic
661609e3e fix set explicit type in library schematic
@​angular/build
Commit Type Description
3e24a59a9 fix disable TypeScript composite option with Angular compiler
6f913ad5e fix include component test metadata in development builds
fc0e05fea fix skip normalization of relative externals
@​angular/ssr
Commit Type Description
319b8e0c2 fix manage unhandled errors in zoneless applications
@​ngtools/webpack
Commit Type Description
427bd846f fix disable TypeScript composite option with Angular compiler
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 - 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 comp: build renovate managed labels Apr 9, 2025
@angular-robot angular-robot bot added the area: build & ci Related the build and CI infrastructure of the project label Apr 9, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 2 times, most recently from 39a3ebe to eca4cb7 Compare April 9, 2025 22:22
@angular-robot angular-robot changed the title build: update angular dependencies to v20.0.0-next.6 build: update angular dependencies Apr 9, 2025
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch 7 times, most recently from 959cebe to ae82d35 Compare April 14, 2025 12:13
@angular-robot angular-robot force-pushed the ng-renovate/angular-dependencies branch from ae82d35 to ed3ffb3 Compare April 16, 2025 01:41
Copy link
Member

@josephperrott josephperrott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@josephperrott
Copy link
Member

This PR was merged into the repository by commit eca4f10.

The changes were merged into the following branches: main

@angular-robot angular-robot deleted the ng-renovate/angular-dependencies branch April 16, 2025 14:15
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators May 17, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project comp: build renovate managed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants