Skip to content

Update all minor and patch dependencies#735

Merged
malkia merged 1 commit intomainfrom
renovate/all-minor-and-patch-dependencies
Apr 12, 2026
Merged

Update all minor and patch dependencies#735
malkia merged 1 commit intomainfrom
renovate/all-minor-and-patch-dependencies

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Type Update Change
actions/upload-artifact action patch v7.0.0v7.0.1
civetweb bazel_dep patch 1.16.bcr.31.16.bcr.4
depend_on_what_you_use bazel_dep minor 0.14.00.15.0
docker/build-push-action action minor v7.0.0v7.1.0
gazelle bazel_dep minor 0.48.00.50.0
grpc-java bazel_dep patch 1.78.01.78.0.bcr.1
otel/opentelemetry-collector final minor 0.148.00.149.0
rules_swift bazel_dep minor 3.5.03.6.0

Release Notes

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

martis42/depend_on_what_you_use (depend_on_what_you_use)

v0.15.0

Compare Source

This release removes the legacy Python based implementation and performs some non breaking cleanups and fixes.

Breaking Changes

  • Removing the legacy Python based aspect implementation #​518

Noteworthy Changes

  • More robust logic to discover missing direct deps when applying fixes #​526
  • Add a troubleshooting section to the documentation #​528

Using Bzlmod (Recommended)

Add to your MODULE.bazel file:

bazel_dep(name = "depend_on_what_you_use", version = "0.15.0")

Using WORKSPACE (Legacy)

Add to your WORKSPACE file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "depend_on_what_you_use",
    sha256 = "a5038d0951cd13df7802297f5ca9ed94d3b7a0bf1067fc4004911de622bad163",
    strip_prefix = "depend_on_what_you_use-0.15.0",
    url = "https://github.com/martis42/depend_on_what_you_use/releases/download/0.15.0/depend_on_what_you_use-0.15.0.tar.gz",
)

load("@​depend_on_what_you_use//:setup_step_1.bzl", dwyu_setup_step_1 = "setup_step_1")
dwyu_setup_step_1()

load("@​depend_on_what_you_use//:setup_step_2.bzl", dwyu_setup_step_2 = "setup_step_2")
dwyu_setup_step_2()

What's Changed

Full Changelog: martis42/depend_on_what_you_use@0.14.0...0.15.0

docker/build-push-action (docker/build-push-action)

v7.1.0

Compare Source

Full Changelog: docker/build-push-action@v7.0.0...v7.1.0

bazel-contrib/bazel-gazelle (gazelle)

v0.50.0

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.49.0...v0.50.0

v0.49.0

What's Changed

Full Changelog: bazel-contrib/bazel-gazelle@v0.48.0...v0.49.0

open-telemetry/opentelemetry-collector-releases (otel/opentelemetry-collector)

v0.149.0

Compare Source

bazelbuild/rules_swift (rules_swift)

v3.6.0

Compare Source

What's Changed

Full Changelog: bazelbuild/rules_swift@3.5.0...3.6.0

This release is compatible with Bazel 7.x LTS, 8.x LTS, and 9.x LTS.

MODULE.bazel Snippet

bazel_dep(name = "rules_swift", version = "3.6.0", repo_name = "build_bazel_rules_swift")

Workspace Snippet

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "build_bazel_rules_swift",
    sha256 = "bf444e044f86153d5bfe358cc29f3512d3e90ab6bba624110b723cad62b8c737",
    url = "https://github.com/bazelbuild/rules_swift/releases/download/3.6.0/rules_swift.3.6.0.tar.gz",
)

load(
    "@​build_bazel_rules_swift//swift:repositories.bzl",
    "swift_rules_dependencies",
)

swift_rules_dependencies()

load(
    "@​build_bazel_rules_swift//swift:extras.bzl",
    "swift_rules_extra_dependencies",
)

swift_rules_extra_dependencies()

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch from 7d5cc8b to 02db8cd Compare March 20, 2026 12:37
@renovate renovate bot changed the title Update otel/opentelemetry-collector Docker tag to v0.148.0 Update all minor and patch dependencies Mar 20, 2026
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 14 times, most recently from 663360d to eaba8e4 Compare March 27, 2026 16:54
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 11 times, most recently from 337be0a to 6ab2093 Compare April 3, 2026 16:57
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 3 times, most recently from 4a4e615 to f6eeb68 Compare April 6, 2026 21:54
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch 8 times, most recently from f88bbe8 to 7dbbfe3 Compare April 10, 2026 17:45
@renovate renovate bot force-pushed the renovate/all-minor-and-patch-dependencies branch from 7dbbfe3 to cb55643 Compare April 12, 2026 00:35
@malkia malkia merged commit 9adb759 into main Apr 12, 2026
@renovate renovate bot deleted the renovate/all-minor-and-patch-dependencies branch April 12, 2026 03:13
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.

1 participant