SIGN IN SIGN UP

fix(@angular/cli): introduce initial package manager workspace awareness

This change adds the getCurrentPackageName method to the package manager abstraction.
When dealing with workspaces (such as npm workspaces), the parser uses the resolved identity of the active package to prioritize dependencies belonging directly to that subproject.

It ensures that running ng update inside a subproject directory resolves the dependency versions declared for that subproject, while gracefully falling back to root hoisted versions for shared dependencies.
C
Charles Lyding committed
d6121b5e87796b61dd0e2157a5ce4e8f3d33e915
Parent: 0572df0
Committed by Douglas Parker <dgp1130@users.noreply.github.com> on 4/27/2026, 3:39:51 PM