Travis Jones
Travis Jones
Is there any update one this issue? I'm currently running into the same situation.
I ran into an issue that I feel is related to this issue, which I brought up in a discussion: https://github.com/jscutlery/semver/discussions/385. Essentially, if the first command in the following has...
@edbzn I, too, find I need this feature. I've spent a bit of time and it looks like I have a solid solution in place on my own branch, and...
@edbzn @yjaaidi Thanks! I've made the following PR: https://github.com/jscutlery/semver/pull/278.
@yjaaidi No problem! Happy to contribute! I've addressed the first two points you requested: 1. The option has been changed to `--track-deps`, which I completely agree is a better name....
@yjaaidi Thanks for this idea! I had not considered this approach, but it brings up some interesting questions, and it really depends on the implementation in NX: 1. Does the...
@yjaaidi That makes a lot of sense. I will get started on it, and also add documentation to properly explain the dependency on versioning being enabled on all libraries in...
@yjaaidi You're very welcome, and thanks for the guidance! I've finished up the changes. Note: I didn't make a test specifically for this kind of cascade of versioning, because it's...
@edbzn I noticed when migrating one of my projects to NX 13, that an error is thrown when using --trackDeps, due to the `createProjectGraphAsync` function being called with version 3.0,...