google / google/bazel-common

Script to automatically update all library versions

Open
#65 8 comments 1 reaction 0 assignees View on GitHub
enhancement P3
Dominant language
Starlark
Stars
91
Forks
45
Avg merge
14m
Merged PRs (30d)
7

Description

Similar to Maven commands like:
- [`mvn versions:use-latest-versions`](https://www.mojohaus.org/versions-maven-plugin/use-latest-releases-mojo.html)
- [`mvn versions:use-latest-releases`](https://www.mojohaus.org/versions-maven-plugin/use-latest-versions-mojo.html)
- [`mvn versions:update-properties`](https://www.mojohaus.org/versions-maven-plugin/update-properties-mojo.html)

And just to spam more keywords, here are some Maven commands that display updates but don't make the changes:
- `mvn versions:display-property-updates`
- `mvn versions:display-dependency-updates`

I poked around the web and found some a project for keeping Bazel deps up to date, but it has its own system that might not play well with `bazel-common`:
https://github.com/johnynek/bazel-deps

I notice that it's mentioned in:
https://github.com/bazelbuild/BUILD_file_generator#third-party-maven-dependencies

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.