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

Allow minor and patch updates to dependencies #965

Closed
wants to merge 1 commit into from
Closed

Allow minor and patch updates to dependencies #965

wants to merge 1 commit into from

Commits on Jan 20, 2023

  1. chore(deps): allow minor and patch updates to dependencies

    Currently most of the dependencies in this package are pinned to specific versions. This prevents consuming applications from being able to update these dependencies. This is particularly a problem when security vulnerabilities are found in dependencies, resulting in new versions of commitizen needing to be released i.e:
    
    #963
    #945
    #931
    #883
    
    By using a `^` before the version number, consuming applications will be able to install minor and patch updates of `commitizen`'s dependencies, which should still be compatible with `commitizen` according to semver principles.
    keeganstreet authored and Keegan Street committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    aeee0c6 View commit details
    Browse the repository at this point in the history