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

Update indirect dependencies from update-mod-version script #540

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

brandur
Copy link
Contributor

@brandur brandur commented Aug 20, 2024

This is driven by [1] and the same bug we'd noticed in another project
previously too. Until now, update-mod-version hadn't been updating
versions on indirect dependencies, and rivershared in the CLI had been
indirect, thereby causing it to try and resolve v0.11.2 instead of
v0.11.3.

Here, update the script so that indirect dependencies are updated as
well.

[1] #538

This is driven by [1] and the same bug we'd noticed in another project
previously too. Until now, `update-mod-version` hadn't been updating
versions on indirect dependencies, and `rivershared` in the CLI had been
indirect, thereby causing it to try and resolve v0.11.2 instead of
v0.11.3.

Here, update the script so that indirect dependencies are updated as
well.

[1] #538
@brandur
Copy link
Contributor Author

brandur commented Aug 20, 2024

ty.

@brandur brandur merged commit a43b18e into master Aug 20, 2024
14 checks passed
@brandur brandur deleted the brandur-update-indirect branch August 20, 2024 13:52
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.

2 participants