You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: