"NX Affected Does Not Detect Changes in pnpm-workspace.yaml for Dependencies Like pnpm catlog #30556
G233
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using pnpm's catlog, the unified dependency versions are maintained in the pnpm-workspace.yaml file. When I upgrade the package versions within this file, I expect nx affected to detect the impacted packages, meaning the ones that depend on catlog. However, nx currently does not understand pnpm catlog, and as a result, changes to this file are transparent to nx. In reality, the dependency version changes affect all sub-packages that depend on it, but nx cannot detect this.
Expected behavior: I hope nx will be able to detect dependency changes in pnpm-workspace.yaml, especially when the versions of dependencies like catlog are updated, so it can properly identify all affected sub-packages.
Beta Was this translation helpful? Give feedback.
All reactions