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(core): fix missing top-level dependencies #14832

Merged
merged 1 commit into from
Apr 26, 2023
Merged

fix(core): fix missing top-level dependencies #14832

merged 1 commit into from
Apr 26, 2023

Conversation

daiscog
Copy link
Contributor

@daiscog daiscog commented Feb 6, 2023

Fix dependencies sometimes being omitted from the list of top-level dependencies when they are both top-level and transitive

closed #14513

@vercel
Copy link

vercel bot commented Feb 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 26, 2023 6:27pm

@AgentEnder
Copy link
Member

Hey @daiscog! This looks good. You have some conflicts, and circle seems to be having some issues on this PR. Can you rebase and push it back up? If Circle still fails we may have to cherry-pick it over to a different branch.

@daiscog
Copy link
Contributor Author

daiscog commented Feb 21, 2023

Hi @AgentEnder

Sorry for the delay. I've now rebased with resolved conflicts.

I am seeing a lot of seemingly unrelated test failures when running nx affected --target=test locally though.

I've also had to push with --no-verify as I'm getting the following error otherwise:

Screenshot 2023-02-21 at 16 10 36

I believe I've followed all contribution instructions correctly. Not sure if I'm missing something. 🤷‍♂️

@daiscog
Copy link
Contributor Author

daiscog commented Feb 28, 2023

@AgentEnder Circle is running now, but there's a failed test for something unrelated to the PR (scaffolding an SSR MF project)

All tests passing now. :)

@daiscog
Copy link
Contributor Author

daiscog commented Mar 13, 2023

@AgentEnder anything else I can do to help get this over the line?

Fix dependencies sometimes being omitted from the list of top-level dependencies when they are both
top-level and transitive

closed #14513
@barbados-clemens barbados-clemens merged commit 369ee09 into nrwl:master Apr 26, 2023
barbados-clemens added a commit that referenced this pull request Apr 26, 2023
@daiscog daiscog deleted the bugfix/14513-collect-dependencies-top-level-deps-missing branch April 27, 2023 08:43
@github-actions
Copy link

github-actions bot commented May 3, 2023

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

collectDependencies marks some top-level deps as not top-level
3 participants