Skip to content

package.json and lock file changes #30

@rahul-bsidestudios

Description

@rahul-bsidestudios

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions