-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix(release): sort groups topologically bottom-up and fix typo to allow multi-level group dependencies #31374
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(release): sort groups topologically bottom-up and fix typo to allow multi-level group dependencies #31374
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
View your CI Pipeline Execution ↗ for commit d34d3c9.
☁️ Nx Cloud last updated this comment at |
Thanks a lot for this @mpsanchis! You'll need to please update some e2e snapshots as a result of this change. We capture the user experience as best as we can via the snapshots so with the ordering of things changes it impacts those |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
…ow multi-level group dependencies
52b9631
t
8000
o
d34d3c9
Compare
@JamesHenry I adapted the e2e :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
set: Set<string>
is accessed withset[0]
, which always returnsundefined
Expected Behavior
set.values().next().value
, assuming we want to get any one element from itRelated Issue(s)
Fixes #31375