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

Add dependency checker #336

Closed
amontanez24 opened this issue Feb 28, 2024 · 0 comments · Fixed by #339 or #345
Closed

Add dependency checker #336

amontanez24 opened this issue Feb 28, 2024 · 0 comments · Fixed by #339 or #345
Assignees
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies
Milestone

Comments

@amontanez24
Copy link
Contributor

amontanez24 commented Feb 28, 2024

Problem Description

As a developer, I'd like to know if a new version of a library we depend on is incompatible or not so that we can make changes to support it.

We want to add an automated dependency checker that will install the latest versions of each dependency, run the tests against our library and then update the latest supported dependencies in a file. The bot can open a pull request to do this.

Expected behavior

  • Add a workflow that
    1. Installs SDV with the latest version of every dependency
    2. If any of the dependencies have a new version, updates a file to track this
    3. Makes a Pull Request to update the dependency list

To support this, the following changes need to be made:

  1. We have to uncap our dependencies

Additional context

  • See this for inspiration
@amontanez24 amontanez24 added internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies labels Feb 28, 2024
@amontanez24 amontanez24 self-assigned this Mar 13, 2024
@amontanez24 amontanez24 added this to the 0.10.0 milestone Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal The issue doesn't change the API or functionality maintenance Tasks related to infrastructure & dependencies
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant