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

cleanup(core): move a few api points to return root maps directly #22949

Merged
merged 1 commit into from Apr 23, 2024

Conversation

AgentEnder
Copy link
Member

Current Behavior

retrieveProjectConfigurations returns a Record<name, config>

Expected Behavior

retrieveProjectConfigurations returns a Record<root, config>

Related Issue(s)

Fixes #

@AgentEnder AgentEnder requested review from a team as code owners April 22, 2024 21:24
Copy link

vercel bot commented Apr 22, 2024

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Apr 23, 2024 5:31pm

@AgentEnder AgentEnder force-pushed the cleanup/root-map-apis branch 2 times, most recently from de51a22 to 5aa9f39 Compare April 22, 2024 22:05
packages/devkit/src/utils/convert-nx-executor.ts Outdated Show resolved Hide resolved
//
// The signature itself can't be changed as we need it to return
// project configurations for use in devkit.
readProjectConfigurationsFromRootMap(projectRootMap);

This comment was marked as resolved.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still use the function in 2-3 other places to read the configs, so I don't think we'd change it

@AgentEnder AgentEnder force-pushed the cleanup/root-map-apis branch 6 times, most recently from 1498060 to 244973d Compare April 23, 2024 15:00
@AgentEnder AgentEnder force-pushed the cleanup/root-map-apis branch 2 times, most recently from 58c8668 to 909fd23 Compare April 23, 2024 17:17
@FrozenPandaz FrozenPandaz merged commit 355d5c5 into nrwl:master Apr 23, 2024
6 checks passed
FrozenPandaz pushed a commit that referenced this pull request Apr 25, 2024
Copy link

github-actions bot commented May 1, 2024

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 1, 2024
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.

None yet

2 participants