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

fix: ensure workspace links query parents correctly #6829

Merged

Conversation

Carl-Foster
Copy link
Contributor

The hasParent query handler does not handle ArboristLink(s) correctly. This causes child workspaces to not return their dependencies when not in a direct child query.

References

Fixes #6828

Not sure why the formatting got changed. I ran the linter and it seemed to do all this change.

@Carl-Foster Carl-Foster requested a review from a team as a code owner September 22, 2023 06:24
@wraithgar
Copy link
Member

Is there any way you can revert the linting changes? Restore the test to latest and just add your own test?

@Carl-Foster Carl-Foster force-pushed the fix/query-child-workspace-dependencies branch from 628eb61 to 5df232e Compare September 23, 2023 00:32
@Carl-Foster
Copy link
Contributor Author

Fixed up.

@wraithgar wraithgar merged commit 0860159 into npm:latest Sep 27, 2023
19 checks passed
@github-actions github-actions bot mentioned this pull request Sep 27, 2023
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

Successfully merging this pull request may close these issues.

[BUG] Query dependencies of a child workspace returns no results
2 participants