Releases: leanix/nx-affected-dependencies-action
Releases · leanix/nx-affected-dependencies-action
Fix typo in action name
What's Changed
- Bump @typescript-eslint/parser from 5.0.0 to 5.6.0 by @dependabot in #27
- Bump prettier from 2.4.1 to 2.5.1 by @dependabot in #26
- Bump actions/setup-node from 2.4.1 to 2.5.0 by @dependabot in #23
Full Changelog: v0.1.0...v0.2.1
Publish action to marketplace
v0.2.0 Merge pull request #11 from leanix/dependabot/npm_and_yarn/eslint-plu…
Initial Release
This action combines nx affected
and nx dep-graph --focus=nameOfSpecificApp
to create an intersection of these two lists to only get the affected projects that are actually a dependency of the nameOfSpecificApp
.
It sets two outputs:
Output name | Description |
---|---|
isAffected | is true when the provided project or one of its dependencies is affected by the changes that happened between the provided base and head references. |
affectedDeps | List of affected project and its affected dependencies concatenated with comma. |
See the action README for detailed information on how to use it.