chore(angular): upgrade test apps to latest#30517
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Not sure why this was considered a rename when I manually deleted the file from ng19 and added a new file within ng16. The same applies for the other renames.
There was a problem hiding this comment.
Git doesn't have a way to identify when a file was deleted or renamed, so if a file is removed and another one is added and they're similar enough it just considers it a rename. If a file just disappears then it considers it deleted. Sometimes it has false positives like this haha
There was a problem hiding this comment.
Git doesn't have a way to identify when a file was deleted or renamed, so if a file is removed and another one is added and they're similar enough it just considers it a rename. If a file just disappears then it considers it deleted. Sometimes it has false positives like this haha
Issue number: N/A
What is the current behavior?
Angular base has outdated files, which has lead to many duplicated files within the versioned apps. Base files should always be the latest.
What is the new behavior?
Does this introduce a breaking change?
Other information
N/A