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: ignore optional non resolved dependencies #55

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

ruromero
Copy link
Contributor

@ruromero ruromero commented Sep 20, 2023

Description

Ignore optional dependencies.

Related issue (if any): fixes #54

Checklist

  • I have followed this repository's contributing guidelines.
  • I will adhere to the project's code of conduct.

Additional information

zvigrinberg
zvigrinberg previously approved these changes Sep 20, 2023
Copy link
Collaborator

@zvigrinberg zvigrinberg left a comment

Choose a reason for hiding this comment

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

@ruromero Thanks for the catch!
Just Please change the ts accordingly so tests will not fail.

Copy link
Collaborator

@zvigrinberg zvigrinberg left a comment

Choose a reason for hiding this comment

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

lgtm

@zvigrinberg zvigrinberg merged commit 9ffc9dc into RHEcosystemAppEng:main Sep 20, 2023
5 checks passed
@ruromero ruromero deleted the opt-pkgs branch September 20, 2023 15:15
zvigrinberg pushed a commit to RHEcosystemAppEng/exhort-java-api that referenced this pull request Sep 26, 2023
## Description

Skip optional non resolved npm dependencies
I have also updated the npm test files to align with the javascript api
so they allow more complex use cases

**Related issue (if any):** 
Related to
RHEcosystemAppEng/exhort-javascript-api#55

## Checklist

- [x] I have followed this repository's contributing guidelines.
- [x] I will adhere to the project's code of conduct.

## Additional information

Signed-off-by: Ruben Romero Montes <[email protected]>
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.

Optional unresolved dependencies should not be included
2 participants