Skip to content

chore(deps): bump the bazel group across 1 directory with 4 updates#113

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/bazel-c8527ad4e1
Open

chore(deps): bump the bazel group across 1 directory with 4 updates#113
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bazel/bazel-c8527ad4e1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps the bazel group with 4 updates in the / directory: bazel_lib, platforms, rules_rust and aspect_rules_lint.

Updates bazel_lib from 3.2.2 to 3.3.1

Release notes

Sourced from bazel_lib's releases.

v3.3.1

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "bazel_lib", version = "3.3.1")

Using WORKSPACE (deprecated)

Paste this snippet into your WORKSPACE file:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "bazel_lib",
sha256 = "c6e2be1c7a30ef6de9d0e15cd3a4b6bc62fe156848117c0a1eeedf97561a4f6b",
strip_prefix = "bazel-lib-3.3.1",
url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v3.3.1/bazel-lib-v3.3.1.tar.gz",
)
load("@​bazel_lib//lib:repositories.bzl", "bazel_lib_dependencies", "bazel_lib_register_toolchains")
Required bazel-lib dependencies
bazel_lib_dependencies()
Required rules_shell dependencies
load("@​rules_shell//shell:repositories.bzl", "rules_shell_dependencies", "rules_shell_toolchains")
rules_shell_dependencies()
rules_shell_toolchains()
Register bazel-lib toolchains
bazel_lib_register_toolchains()
Create the host platform repository transitively required by bazel-lib
load("@​bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
load("@platforms//host:extension.bzl", "host_platform_repo")
maybe(
host_platform_repo,
name = "host_platform",
)
</tr></table>

... (truncated)

Commits

Updates platforms from 1.0.0 to 1.1.0

Release notes

Sourced from platforms's releases.

1.1.0

What's Changed

New Contributors

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "platforms",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
        "https://github.com/bazelbuild/platforms/releases/download/1.1.0/platforms-1.1.0.tar.gz",
    ],
    sha256 = "dbad4a23abcca6171e47b79edc53bd6a41067a3b75f9e8b104656b459ff25046",
)

Full Changelog: bazelbuild/platforms@1.0.0...1.1.0

Commits

Updates rules_rust from 0.68.1-score to 0.70.0

Release notes

Sourced from rules_rust's releases.

0.70.0

Additional documentation can be found at: https://bazelbuild.github.io/rules_rust/#setup

Bzlmod

bazel_dep(name = "rules_rust", version = "0.70.0")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

Extensions

Bindgen

Bzlmod

bazel_dep(name = "rules_rust_bindgen", version = "0.70.0")

WORKSPACE

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_rust_bindgen",
    integrity = "sha256-X/2f8fby8U8gV7fLqpGl5qzZpMve1ayB2tm+s2hZYB4=",
    strip_prefix = "extensions/bindgen",
    urls = ["https://github.com/bazelbuild/rules_rust/releases/download/0.70.0/rules_rust-0.70.0.tar.gz"],
)

MdBook

... (truncated)

Commits

Updates aspect_rules_lint from 2.5.0 to 2.6.0

Release notes

Sourced from aspect_rules_lint's releases.

v2.6.0

Add this to your file:

bazel_dep(name = "aspect_rules_lint", version = "2.6.0")

This repo also provides a lint task for the Aspect CLI. Add this to your MODULE.aspect file:

# AXL dependencies; see https://github.com/aspect-extensions
axl_archive_dep(
    name = "aspect_rules_lint",
    urls = ["https://github.com/aspect-build/rules_lint/releases/download/v2.6.0/rules_lint-v2.6.0.tar.gz"],
    integrity = "sha256-m77X214HUuicf8dqgXbAU+j+hlHzSOH3EQXMI7Xv/44=",
    strip_prefix = "rules_lint-2.6.0",
    dev = True,
    auto_use_tasks = True,
)

Then, follow the install instructions for

What's Changed

New Contributors

Full Changelog: aspect-build/rules_lint@v2.5.2...v2.6.0

v2.5.2

... (truncated)

Commits
  • 3f0c79f Changes by create-pull-request action (#870)
  • 45a4467 Changes by create-pull-request action (#866)
  • aa07d0a feat(format): support formatting of go.mod and go.work files (#859)
  • aaa369b fix: resolve SARIF parser toolchain (#863)
  • 2026746 refactor: move rules_rust bits into nested module (#865)
  • 488a7a0 Changes by create-pull-request action (#861)
  • 044f848 docs: add F# as a supported language (#858)
  • 9d1d464 feat: Add SARIF handling for cppcheck (#840)
  • 4f8e7de fix(format): quote path args so find doesn't word-split (#856)
  • ed93fc1 Changes by create-pull-request action (#855)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels May 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.3.0) and connecting to it...
INFO: Invocation ID: 4a127e2f-a5ec-4ba0-9f5f-8934722630cc
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 4 packages loaded
Loading: 4 packages loaded
    currently loading: 
Analyzing: target //:license-check (5 packages loaded, 0 targets configured)
Analyzing: target //:license-check (5 packages loaded, 0 targets configured)

Analyzing: target //:license-check (57 packages loaded, 10 targets configured)

Analyzing: target //:license-check (146 packages loaded, 889 targets configured)

Analyzing: target //:license-check (164 packages loaded, 9549 targets configured)

INFO: Analyzed target //:license-check (176 packages loaded, 11919 targets configured).
[12 / 17] Creating runfiles tree bazel-out/k8-opt-exec-ST-d57f47055a04/bin/external/score_tooling+/dash/tool/formatters/dash_format_converter.runfiles [for tool]; 0s local ... (2 actions, 1 running)
INFO: From Generating Dash formatted dependency file ...:
INFO: Successfully converted 2 packages from Cargo.lock to bazel-out/k8-fastbuild/bin/formatted.txt
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 14.780s, Critical Path: 0.33s
INFO: 17 processes: 5 disk cache hit, 12 internal.
INFO: Build completed successfully, 17 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

The created documentation from the pull request is available at: docu-html

@dependabot dependabot Bot force-pushed the dependabot/bazel/bazel-c8527ad4e1 branch 4 times, most recently from c5bc505 to e7372cb Compare May 13, 2026 06:14
@dependabot dependabot Bot force-pushed the dependabot/bazel/bazel-c8527ad4e1 branch 2 times, most recently from a4afea6 to d08950d Compare May 19, 2026 18:46
Bumps the bazel group with 4 updates in the / directory: [bazel_lib](https://github.com/bazel-contrib/bazel-lib), [platforms](https://github.com/bazelbuild/platforms), [rules_rust](https://github.com/bazelbuild/rules_rust) and [aspect_rules_lint](https://github.com/aspect-build/rules_lint).


Updates `bazel_lib` from 3.2.2 to 3.3.1
- [Release notes](https://github.com/bazel-contrib/bazel-lib/releases)
- [Commits](bazel-contrib/bazel-lib@v3.2.2...v3.3.1)

Updates `platforms` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/bazelbuild/platforms/releases)
- [Commits](bazelbuild/platforms@1.0.0...1.1.0)

Updates `rules_rust` from 0.68.1-score to 0.70.0
- [Release notes](https://github.com/bazelbuild/rules_rust/releases)
- [Commits](https://github.com/bazelbuild/rules_rust/commits/0.70.0)

Updates `aspect_rules_lint` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/aspect-build/rules_lint/releases)
- [Commits](aspect-build/rules_lint@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: aspect_rules_lint
  dependency-version: 2.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bazel
- dependency-name: bazel_lib
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bazel
- dependency-name: platforms
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bazel
- dependency-name: rules_rust
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: bazel
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bazel/bazel-c8527ad4e1 branch from d08950d to 861e880 Compare May 22, 2026 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants