mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
76 stars 42 forks source link

refactor: Rename googletest and yaml-cpp to align with bzlmod versions #255

Closed lalten closed 5 months ago

lalten commented 5 months ago

Extracted from / in preparation for https://github.com/mvukov/rules_ros2/pull/238

No functional or version changes in this one.

If downstream consumers of rules_ros2 depend on com_google_googletest or yaml_cpp they need to either rename their deps or properly declare their dependencies instead of relying on rules_ros2's transitive deps.