Łukasz Wawrzyk
Łukasz Wawrzyk
We have data classes for config that match json schema that we use for validation. We could consider generating these classes automatically from json schema, for example using this library:...
This project should not depend on java in the system for development and running tests. By default bazel uses remote_jdk (jdk that it downloads and stores somewhere) for building to...
rules_docker allow to build docker images from your code. These docker images may depend on other images in various repositories. This ticket is about updating versions of these images.
We may get information about vulnerabilities of libraries and do not suggest upgrades if version is vulnerable, or suggest an update to the newest secure version. Additionally we can mention...
This issue is about fine grained control over updating files with versions. If for whatever reason it is undesired that bazel steward edits some version in some file (heuristics is...
Sometimes a package is moved, for example to a different organization (groupId) on maven, or is renamed in a different way. Similar situations apply for npm and other ecosystems. Both...
Apply scalafix migrations on specific library updates. Some libraries change their public api and require code changes on update. Some of these libraries provide special scalafix rules that can automatically...
By default we should not suggest updating stable release to prerelease versions. Users should be able to enable this feature for all dependencies, or for some specific group/platform or even...