Skip to content

Conversation

@angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 25, 2025

This PR contains the following updates:

Package Type Update Change
aspect_bazel_lib bazel_dep patch 2.22.02.22.4
rules_browsers git_override digest 8ef3e995f0e50d
rules_pkg (source) bazel_dep minor 1.1.01.2.0
yq.bzl bazel_dep patch 0.3.20.3.4

Release Notes

bazelbuild/rules_pkg (rules_pkg)

v1.2.0

Compare Source

New Features

  • pkg_deb: add support for md5sums control file
  • pkg_deb: Allow for variables in the package name
  • pkg_deb: Overridable debuginfo type
  • pkg_install: Add destdir_flag to pick up destdir from a bazel-skylib.string_flag().
  • pkg_install: support for symlinks
  • pkg_mklink: support raw symlinks from declare_symlink() (Bazel 8+ only)
  • pkg_rpm: "data" attribute to provide files for rpmbuild b
  • pkg_tar: Conditionally preserve file mtime
  • pkg_tar: Support compression_level when using xz
  • pkg_zip: support synlinks

Incompatible Changes

MODULE.bazel setup

bazel_dep(name = "rules_pkg", version = "1.2.0")

WORKSPACE setup

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "rules_pkg",
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_pkg/releases/download/1.2.0/rules_pkg-1.2.0.tar.gz",
        "https://github.com/bazelbuild/rules_pkg/releases/download/1.2.0/rules_pkg-1.2.0.tar.gz",
    ],
    sha256 = "b5c9184a23bb0bcff241981fd9d9e2a97638a1374c9953bb1808836ce711f990",
)
load("@​rules_pkg//:deps.bzl", "rules_pkg_dependencies")
rules_pkg_dependencies()

Using the rules

See the source.

What's Changed

New Contributors

Full Changelog: bazelbuild/rules_pkg@1.1.0...1.2.0

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

v0.3.4

Using Bzlmod

Add to your MODULE.bazel file:

bazel_dep(name = "yq.bzl", version = "0.3.4")

What's Changed

New Contributors

Full Changelog: bazel-contrib/yq.bzl@v0.3.3...v0.3.4


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

@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 Dec 25, 2025
@pullapprove pullapprove bot requested review from adolgachev and ok7sai December 25, 2025 06:06
See associated pull request for more information.
@angular-robot angular-robot force-pushed the ng-renovate/main-bazel-dependencies branch from 7443e48 to b28d15a Compare January 9, 2026 20:05
@angular-robot
Copy link
Contributor Author

⚠️ 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: /bin/sh -c bazel mod deps --lockfile_mode=update
2026/01/09 20:05:18 Downloading https://releases.bazel.build/8.5.0/release/bazel-8.5.0-linux-x86_64...
Extracting Bazel installation...
Starting local Bazel server (8.5.0) and connecting to it...
 no actions running
 no actions running
 no actions running
ERROR: in module dependency chain <root> -> aspect_bazel_lib@2.22.4: module aspect_bazel_lib@2.22.4 not found in registries:
* https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.4/MODULE.bazel: not found

File name: MODULE.bazel
Command failed: /bin/sh -c bazel mod deps --lockfile_mode=update
ERROR: in module dependency chain <root> -> aspect_bazel_lib@2.22.4: module aspect_bazel_lib@2.22.4 not found in registries:
* https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.4/MODULE.bazel: not found

File name: MODULE.bazel
Command failed: /bin/sh -c bazel mod deps --lockfile_mode=update
ERROR: in module dependency chain <root> -> aspect_bazel_lib@2.22.4: module aspect_bazel_lib@2.22.4 not found in registries:
* https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.4/MODULE.bazel: not found

File name: MODULE.bazel
Command failed: /bin/sh -c bazel mod deps --lockfile_mode=update
ERROR: in module dependency chain <root> -> aspect_bazel_lib@2.22.4: module aspect_bazel_lib@2.22.4 not found in registries:
* https://bcr.bazel.build/modules/aspect_bazel_lib/2.22.4/MODULE.bazel: not found

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.

1 participant