-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(query): make immediate dependencies default (#9114)
### Description We have a `dependencies` field on our `Package` type in `turbo query`. This returned all the transitive dependencies, i.e. the dependencies of the package's dependencies and their dependencies, and so on. This is a little confusing, so now we have explicit `directDependencies`, `indirectDependencies` and `allDependencies` fields. ### Testing Instructions Tests in `command-query.t` are updated.
- Loading branch information
1 parent
c2a51d8
commit d0f4a0a
Showing
2 changed files
with
175 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters