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(angular): honor buildableProjectDepsInPackageJsonType in angula… #4760

Merged
merged 1 commit into from Feb 19, 2021

Conversation

mhodgson
Copy link
Contributor

The option is said to be available, but it is not actually used. This commit properly utilizes the option.

Current Behavior

The buildableProjectDepsInPackageJsonType is ignored in the @nrwl/angular:package builder. Setting it to the non-default peerDependencies has no effect.

Expected Behavior

The buildableProjectDepsInPackageJsonType should be honored in the @nrwl/angular:package builder. Setting it to the non-default peerDependencies should add buildable dependencies to the peerDependencies of the package.json file for the packaged library.

Related Issue(s)

None found

@juristr
Copy link
Member

juristr commented Feb 12, 2021

@mhodgson can you do a push again, e.g. rebase with master and force push again or something else to trigger the pipeline. It got stuck for some weird reason.

@mhodgson
Copy link
Contributor Author

@juristr not really... I don't have access to check out the repo right now. I did the edit and PR right in Github's UI.

@juristr juristr force-pushed the patch-3 branch 2 times, most recently from 90febbd to 5927002 Compare February 15, 2021 21:10
@nx-cloud
Copy link

nx-cloud bot commented Feb 15, 2021

Nx Cloud Report

CI ran the following commands for commit fe14f6e. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch

Status Command
#000000 nx run-many --target=build --all --parallel
#000000 nx run-many --target=e2e --projects=e2e-angular
#000000 nx run-many --target=lint --all --parallel
#000000 nx run-many --target=test --all --parallel

Sent with 💌 from NxCloud.

…r:package builder

Fixes the angular:package builder to honor the `buildableProjectDepsInPackageJsonType` setting. It was previously ignored.
@github-actions
Copy link

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 Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
scope: angular Issues related to Angular support in Nx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants