-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi,
The affected projects support for package lock changes is currently experimental, but when I tried with the experimental flag, it does not return the expected output.
I am using Nx version 18.2.3. I have 2 packages (is-even and is-odd) and 1 app (products) in my Nx integrated monorepo. The is-even package is being used by the products app.
When I upgrade a dependency (for exp - lodash) in is-even package.json, and run the affected command, it does not return the app name which will be affected for sure.
Expected output -
is-even
products
Received output -
Empty or is-even after making a few changes in the traf package code.
Metadata
Metadata
Assignees
Labels
No labels