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 dependency bazel_gazelle to v0.20.0 (master) #1286

Merged
merged 1 commit into from
May 9, 2020

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2020

This PR contains the following updates:

Package Type Update Change
bazel_gazelle http_archive minor v0.19.1 -> v0.20.0

Release Notes

bazelbuild/bazel-gazelle

v0.20.0

Compare Source

General changes

  • When update-repos is invoked with -to_macro, Gazelle will add a call to the macro and a # gazelle:repository_macro directive to WORKSPACE if neither is present.

Go changes

  • Gazelle will avoid generating duplicate go_repository rules when two module paths differ only in case. Thanks to @​linzhp.
  • When deriving a repository name from an import path, all non-word characters will be replaced with underscores, not just dots and slashes. Consecutive non-word characters will be collapsed to a single underscore. Thanks to @​carnott-snap.
  • Imported repository rules are now sorted.

Proto changes

  • Gazelle will add load statements for proto_library to comply with --incompatible_load_proto_rules_from_bzl. Thanks to @​Yannic.
  • Fixed a bug recognizing services in .proto files. Thanks to @​asv.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@johanbrandhorst johanbrandhorst force-pushed the renovate/master-bazel_gazelle-0.x branch from b4be02f to 7a8271d Compare May 9, 2020 10:21
@johanbrandhorst johanbrandhorst force-pushed the renovate/master-bazel_gazelle-0.x branch from 7a8271d to 029f8f8 Compare May 9, 2020 10:37
@codecov-io
Copy link

Codecov Report

Merging #1286 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1286   +/-   ##
=======================================
  Coverage   54.14%   54.14%           
=======================================
  Files          42       42           
  Lines        4375     4375           
=======================================
  Hits         2369     2369           
  Misses       1750     1750           
  Partials      256      256           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f33255e...029f8f8. Read the comment docs.

@johanbrandhorst johanbrandhorst merged commit ca4e978 into master May 9, 2020
@johanbrandhorst johanbrandhorst deleted the renovate/master-bazel_gazelle-0.x branch May 9, 2020 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants