Skip to content

Conversation

angular-robot
Copy link
Collaborator

@angular-robot angular-robot commented Oct 2, 2025

This PR contains the following updates:

Package Type Update Change
rules_browsers git_override digest 6749ba4 -> 21c730b
tar.bzl bazel_dep minor 0.5.6 -> 0.6.0

Release Notes

bazel-contrib/tar.bzl (tar.bzl)

v0.6.0

Using Bzlmod with Bazel 6 or greater

  1. (Bazel 6 only) Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "tar.bzl", version = "0.6.0")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "tar.bzl",
    sha256 = "a147d473a359742db2a43c8a9a8e04e31321582e6bb669dafc5ba6b2c59845d1",
    strip_prefix = "tar.bzl-0.6.0",
    url = "https://github.com/bazel-contrib/tar.bzl/releases/download/v0.6.0/tar.bzl-v0.6.0.tar.gz",
)
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

######################

### tar.bzl dependencies #
######################
http_archive(
    name = "bazel_skylib",
    sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
    urls = [
        "https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
        "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
    ],
)

http_archive(
    name = "aspect_bazel_lib",
    sha256 = "db7da732db4dece80cd6d368220930950c9306ff356ebba46498fe64e65a3945",
    strip_prefix = "bazel-lib-2.19.3",
    url = "https://github.com/bazel-contrib/bazel-lib/releases/download/v2.19.3/bazel-lib-v2.19.3.tar.gz",
)

### Back-port https://github.com/bazelbuild/bazel-central-registry/blob/main/modules/gawk/5.3.2.bcr.1/source.json
### to WORKSPACE semantics
http_archive(
    name = "gawk",
    integrity = "sha256-+MNIZQnecFGSE4sA7ywAu73Q6Eww1cB9I/xzqdxMycw=",
    remote_file_integrity = {
        "BUILD.bazel": "sha256-dt89+9IJ3UzQvoKzyXOiBoF6ok/4u4G0cb0Ja+plFy0=",
        "posix/config_darwin.h": "sha256-gPVRlvtdXPw4Ikwd5S89wPPw5AaiB2HTHa1KOtj40mU=",
        "posix/config_linux.h": "sha256-iEaeXYBUCvprsIEEi5ipwqt0JV8d73+rLgoBYTegC6Q=",
    },
    remote_file_urls = {
        f: ["https://raw.githubusercontent.com/bazelbuild/bazel-central-registry/refs/heads/main/modules/gawk/5.3.2.bcr.1/overlay/" + f]
        for f in [
            "BUILD.bazel",
            "posix/config_darwin.h",
            "posix/config_linux.h",
        ]
    },
    strip_prefix = "gawk-5.3.2",
    urls = ["https://ftpmirror.gnu.org/gnu/gawk/gawk-5.3.2.tar.xz"],
)

######################

### setup #
######################

load("@​tar.bzl//tar:extensions.bzl", "create_repositories")

create_repositories()

register_toolchains("@​bsd_tar_toolchains//:all")

load("@​aspect_bazel_lib//lib:repositories.bzl", "aspect_bazel_lib_dependencies", "aspect_bazel_lib_register_toolchains")

### Required bazel-lib dependencies

aspect_bazel_lib_dependencies()

### Register bazel-lib toolchains

aspect_bazel_lib_register_toolchains()

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",
)

What's Changed

New Contributors

Full Changelog: bazel-contrib/tar.bzl@v0.5.6...v0.6.0


Configuration

📅 Schedule: Branch creation - "after 10:00pm every weekday,before 5:00am every weekday,every weekend" in timezone America/Tijuana, 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 has been generated by Renovate Bot.

@angular-robot angular-robot requested a review from a team as a code owner October 2, 2025 10:36
@angular-robot angular-robot added action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only] labels Oct 2, 2025
@angular-robot angular-robot requested review from crisbeto and ok7sai and removed request for a team October 2, 2025 10:36
@angular-robot
Copy link
Collaborator Author

angular-robot commented Oct 2, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: MODULE.bazel
Command failed: bazel mod deps --lockfile_mode=update
 no actions running
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:24:23: name 'set' is not defined
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:25:29: name 'set' is not defined
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:26:24: name 'set' is not defined
 no actions running
ERROR: Error loading '@@rules_browsers~//browsers:extensions.bzl' for module extensions, requested by @@rules_browsers~//:MODULE.bazel:9:25: compilation of module 'browsers/extensions.bzl' failed: compilation of module 'browsers/extensions.bzl' failed. Type 'bazel help mod' for syntax and help.

File name: MODULE.bazel
Command failed: bazel mod deps --lockfile_mode=update
 no actions running
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:24:23: name 'set' is not defined
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:25:29: name 'set' is not defined
ERROR: /home/runner/.cache/bazel/_bazel_runner/a0f6903365cf8a25e13082bbd338c505/external/rules_browsers~/browsers/extensions.bzl:26:24: name 'set' is not defined
 no actions running
ERROR: Error loading '@@rules_browsers~//browsers:extensions.bzl' for module extensions, requested by @@rules_browsers~//:MODULE.bazel:9:25: compilation of module 'browsers/extensions.bzl' failed: compilation of module 'browsers/extensions.bzl' failed. Type 'bazel help mod' for syntax and help.

@angular-robot angular-robot changed the title build: update rules_browsers digest to ad34a4c (20.2.x) build: update rules_browsers digest to 69c8855 (20.2.x) Oct 2, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.2.x-bazel-dependencies branch from 92db2ca to d5075e6 Compare October 2, 2025 12:46
@angular-robot angular-robot changed the title build: update rules_browsers digest to 69c8855 (20.2.x) build: update rules_browsers digest to 8d23277 (20.2.x) Oct 2, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.2.x-bazel-dependencies branch from d5075e6 to 8e1dd9c Compare October 2, 2025 13:38
@angular-robot angular-robot changed the title build: update rules_browsers digest to 8d23277 (20.2.x) build: update rules_browsers digest to 21c730b (20.2.x) Oct 2, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.2.x-bazel-dependencies branch from 8e1dd9c to 994e154 Compare October 2, 2025 14:05
@angular-robot angular-robot changed the title build: update rules_browsers digest to 21c730b (20.2.x) build: update bazel dependencies (20.2.x) Oct 2, 2025
@angular-robot angular-robot force-pushed the ng-renovate/20.2.x-bazel-dependencies branch from 994e154 to 4fffaee Compare October 2, 2025 18:06
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/20.2.x-bazel-dependencies branch from 4fffaee to c7f93a0 Compare October 3, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: build & ci Related the build and CI infrastructure of the project target: automation This PR is targeted to only merge into the branch defined in Github [bot use only]
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants