components icon indicating copy to clipboard operation
components copied to clipboard

bug(COMPONENT): Angular 20 Migration issue

Open dinesh250-star opened this issue 5 months ago • 1 comments
trafficstars

Is this a regression?

  • [ ] Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

While migrating from angular material 19 to 20, on cli there is a message that says -

"UPDATE some/dummy/file/path1 (869 bytes) UPDATE some/dummy/file/path2 (7981 bytes) UPDATE some/dummy/file/path2018 (7981 bytes) UPDATE some/dummy/file/path2019 (194 bytes)

Migration completed (2109 files modified)."

But on my git I can only see 25 file that have been modified from the script. Is this a bug? Or what is being updated?

Reproduction

StackBlitz link: Steps to reproduce:

  1. ng update @angular/core@20 @angular/cli@20 2.ng update @angular/material@20

Expected Behavior

It should have given me exactly 25 files modified message in my cli

Actual Behavior

But it gave 2019 file modified message in cli

Environment

  • Angular:
  • CDK/Material:
  • Browser(s):
  • Operating System (e.g. Windows, macOS, Ubuntu):

dinesh250-star avatar May 30 '25 06:05 dinesh250-star