Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json and lock file changes #30

Open
rahul-bsidestudios opened this issue Apr 23, 2024 · 1 comment
Open

package.json and lock file changes #30

rahul-bsidestudios opened this issue Apr 23, 2024 · 1 comment

Comments

@rahul-bsidestudios
Copy link

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.

@EladBezalel
Copy link
Collaborator

Hello, sorry for missing this issue and thanks for opening it!

package lock changes are flakey and as you mentioned still experimental, what package manager you use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants