Skip to content

fix(deps): update all dependencies#984

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all
Open

fix(deps): update all dependencies#984
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 15, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
abseil-cpp bazel_dep minor 20250814.120250814.2 age confidence
actions/download-artifact action major v7v8 age confidence
actions/upload-artifact action major v6v7 age confidence
apple_support bazel_dep minor 2.2.02.5.3 age confidence
bazel major 8.4.29.1.0 age confidence
bazel_jar_jar bazel_dep patch 0.1.110.1.15 age confidence
buildifier_prebuilt bazel_dep minor 8.2.1.28.5.1.2 age confidence
contrib_rules_jvm bazel_dep minor 0.27.00.32.0 age confidence
protobuf bazel_dep major 33.534.1 age confidence
rules_android bazel_dep patch 0.7.10.7.2 age confidence
rules_android_ndk bazel_dep patch 0.1.30.1.5 age confidence
rules_cc bazel_dep patch 0.2.160.2.18 age confidence
rules_java bazel_dep minor 9.4.09.6.1 age confidence
rules_jvm_external bazel_dep major 6.107.0 age confidence
rules_kotlin bazel_dep minor 2.2.22.3.20 age confidence
softprops/action-gh-release action major v2.5.0v3.0.0 age confidence
toolchains_llvm bazel_dep minor 1.6.01.7.0 age confidence
ubuntu github-runner major 22.0424.04 age confidence
org.jacoco:jacoco-maven-plugin (source) build patch 0.8.110.8.14 age confidence
com.code-intelligence:cifuzz-maven-extension (source) build minor 1.7.01.15.0 age confidence
com.google.protobuf:protobuf-java (source) compile major 3.25.54.34.1 age confidence
com.google.truth:truth test patch 1.4.01.4.5 age confidence
org.junit.platform:junit-platform-launcher (source) test major 1.10.26.0.3 age confidence
org.junit.platform:junit-platform-commons (source) test major 1.10.26.0.3 age confidence
org.junit.jupiter:junit-jupiter-params (source) test major 5.10.26.0.3 age confidence
org.junit.jupiter:junit-jupiter-api (source) test major 5.10.26.0.3 age confidence
org.junit.jupiter:junit-jupiter-engine (source) test major 5.10.26.0.3 age confidence

Release Notes

abseil/abseil-cpp (abseil-cpp)

v20250814.2: Abseil LTS branch, August 2025, Patch 2

Compare Source

Abseil LTS 2025081.2

What's New:

  • absl::Mutex now contains lower-case method names like lock() and shared_lock() to align with standard C++ mutex methods. This allows absl::Mutex to be used with std::scoped_lock and friends. The old names are still present but may be removed in a future release.
  • The RAII Mutex-locker types like absl::MutexLock, absl::ReaderMutexLock, and friends now accept references to absl::Mutex. The pointer-accepting constructors are now deprecated, and may be removed in a future release.

Breaking Changes:

  • Nullability template types, which were deprecated in the May 2025 release, have been removed.
  • absl::string_view(nullptr), which is undefined behavior according to the C++ standard, now triggers an assert failure. Note that unless you changed absl/base/options.h, absl::string_view is an alias for std::string_view, so by default you will be inheriting the behavior of your standard library instead of using the Abseil implementation.
  • Abseil's hash tables now require a hash function that has a return type with size >= sizeof(size_t).

Baseline: 987c57f
Cherry-pick: d38452e (Patch 1)
Cherry-pick: 7313246 (Patch 2)

actions/download-artifact (actions/download-artifact)

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

Compare Source

v8 - What's new
Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to false.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @​actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v8

Compare Source

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

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

bazelbuild/apple_support (apple_support)

v2.5.3

Compare Source

What's Changed

  • feat: Do not add objc, lkmod, lkmodc++, etc build when building iOS kernel extensions by @​YungRaj in #​570

New Contributors

Full Changelog: bazelbuild/apple_support@2.5.2...2.5.3

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.3", repo_name = "build_bazel_apple_support")

v2.5.2

Compare Source

What's Changed

Full Changelog: bazelbuild/apple_support@2.5.1...2.5.2

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.2", repo_name = "build_bazel_apple_support")

v2.5.1

Compare Source

What's Changed

Full Changelog: bazelbuild/apple_support@2.5.0...2.5.1

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.1", repo_name = "build_bazel_apple_support")

v2.5.0

Compare Source

What's Changed

  • Enable support for layering_check by default by @​keith in #​557, this can be disabled with --repo_env=APPLE_SUPPORT_LAYERING_CHECK_BETA=0
  • Fix warning with header parsing by @​keith in #​560

Full Changelog: bazelbuild/apple_support@2.4.0...2.5.0

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.0", repo_name = "build_bazel_apple_support")

v2.4.0

Compare Source

What's Changed

  • Add -DDEBUG and -O0 for dbg compiles by @​keith in #​556
  • fix(constraints): change default target_vendor to not_apple by @​ma-oli in #​500
  • Refactored toolchain for upcoming improvements

Full Changelog: bazelbuild/apple_support@2.3.0...2.4.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.4.0", repo_name = "build_bazel_apple_support")

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: bazelbuild/apple_support@2.2.0...2.3.0

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

MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.3.0", repo_name = "build_bazel_apple_support")
bazelbuild/bazel (bazel)

v9.1.0

Compare Source


Release Notes:

v9.0.2

Compare Source


Release Notes:

v9.0.1

Compare Source


Release Notes:

v9.0.0

Compare Source


Release Notes:

v8.6.0

Compare Source


Release Notes:

v8.5.1

Compare Source


Release Notes:

v8.5.0

Compare Source


Release Notes:

bazeltools/bazel_jar_jar (bazel_jar_jar)

v0.1.15

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.15")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

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

http_archive(
    name = "bazel_jar_jar",
    sha256 = "ac11a42b7e3de37dae6ebd54ea5c1e306a17af12004b7f48fc7a46c451fd94b9",
    strip_prefix = "bazel_jar_jar-0.1.15",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.15/bazel_jar_jar-v0.1.15.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.14...v0.1.15

v0.1.14

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.14")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

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

http_archive(
    name = "bazel_jar_jar",
    sha256 = "ed5fc91f910970377bda91543ebc9decf3d4179a6b4ca1d0d4f1602fe47828b7",
    strip_prefix = "bazel_jar_jar-0.1.14",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.14/bazel_jar_jar-v0.1.14.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.13...v0.1.14

v0.1.13

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.13")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

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

http_archive(
    name = "bazel_jar_jar",
    sha256 = "36a1b7c0cd63749aea0657fbc7271dbda0d98a91705ff04a510d298a0794bc0b",
    strip_prefix = "bazel_jar_jar-0.1.13",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.13/bazel_jar_jar-v0.1.13.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.12...v0.1.13

v0.1.12

Using Bzlmod

  1. Enable with common --enable_bzlmod in .bazelrc (default with Bazel 7).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "bazel_jar_jar", version = "0.1.12")

Using WORKSPACE

Paste this snippet into your WORKSPACE.bazel file:

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

http_archive(
    name = "bazel_jar_jar",
    sha256 = "6f153cc3eef225d4a2394f4cbad3935f578ef3aa268b578c7b179d895f1ae37d",
    strip_prefix = "bazel_jar_jar-0.1.12",
    url = "https://github.com/bazeltools/bazel_jar_jar/releases/download/v0.1.12/bazel_jar_jar-v0.1.12.tar.gz",
)

load(
    "@​com_github_johnynek_bazel_jar_jar//:jar_jar.bzl",
    "jar_jar_repositories",
)

jar_jar_repositories()

What's Changed

New Contributors

Full Changelog: bazeltools/bazel_jar_jar@v0.1.11...v0.1.12

keith/buildifier-prebuilt (buildifier_prebuilt)

v8.5.1.2

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.5.1.1...8.5.1.2

MODULE.bazel Snippet
bazel_dep(name = "buildifier_prebuilt", version = "8.5.1.2", dev_dependency = True)
WORKSPACE Snippet
load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "d63c27b08ee68fa36f428fd9923eef0a4ee45048498d6e97e9838da4fb674860",
    strip_prefix = "buildifier-prebuilt-8.5.1.2",
    urls = [
        "https://github.com/keith/buildifier-prebuilt/releases/download/8.5.1.2/buildifier-prebuilt.8.5.1.2.tar.gz",
    ],
)

load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

buildifier_prebuilt_deps()

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")

buildifier_prebuilt_register_toolchains()

v8.5.1.1

Compare Source

What's Changed

Full Changelog: keith/buildifier-prebuilt@8.5.1...8.5.1.1

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.5.1.1",
    dev_dependency = True,
)

Workspace Snippet

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

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "6a3514b5b1066101a0f0a810fc408598d198b78de5e9a56d2a2533d0022234ca",
    strip_prefix = "buildifier-prebuilt-8.5.1.1",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.5.1.1.tar.gz",
    ],
)

load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

buildifier_prebuilt_deps()

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")

buildifier_prebuilt_register_toolchains()

v8.5.1

Compare Source

Changes

Full Changelog: keith/buildifier-prebuilt@8.2.1.2...8.5.1

Bazel Module Snippet

bazel_dep(
    name = "buildifier_prebuilt",
    version = "8.5.1",
    dev_dependency = True,
)

Workspace Snippet

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

http_archive(
    name = "buildifier_prebuilt",
    sha256 = "478f8a4b40af0ffd09e4823062a0ea28fda4247236f1059324b783202e0dd4d4",
    strip_prefix = "buildifier-prebuilt-8.5.1",
    urls = [
        "http://github.com/keith/buildifier-prebuilt/archive/8.5.1.tar.gz",
    ],
)

load("@​buildifier_prebuilt//:deps.bzl", "buildifier_prebuilt_deps")

buildifier_prebuilt_deps()

load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()

load("@​buildifier_prebuilt//:defs.bzl", "buildifier_prebuilt_register_toolchains")

buildifier_prebuilt_register_toolchains()
bazel-contrib/rules_jvm (contrib_rules_jvm)

v0.32.0

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.32.0")

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.31.1...v0.32.0

v0.31.1

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.31.1")

What's Changed

  • Fix attribute merging issues on java_library and java_test_suite when using mapped kinds by @​jeffmace in #​386
  • chore: update aspect_bazel_lib to latest bazel_lib by @​sitaktif in #​388

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.31.0...v0.31.1

v0.30.0

contrib_rules_jvm only supports bzlmod-enabled builds

Module Setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.30.0")

Important Changes

  • This release changes how the JUnit5 runner reports test names to better support parameterised and other custom tests.
  • The java gazelle plugin will now respect java_export targets. Targets will depend on these rather than individual constituent java_library targets to ensure that each java_library target is only included in one java_export

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.29.0...v0.30.0

v0.29.0

WORKSPACE snippet:

load("@​bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "contrib_rules_jvm",
    sha256 = "44c4946567adb9f7218b1eea7ad512e0af7189f66673c3ebe94b484ac5c246a7",
    strip_prefix = "rules_jvm-0.29.0",
    url = "https://github.com/bazel-contrib/rules_jvm/releases/download/v0.29.0/rules_jvm-v0.29.0.tar.gz",
)

# Fetches the contrib_rules_jvm dependencies.

# If you want to have a different version of some dependency,
# you should fetch it *before* calling this.
load("@​contrib_rules_jvm//:repositories.bzl", "contrib_rules_jvm_deps")

contrib_rules_jvm_deps()

# Now ensure that the downloaded deps are properly configured
load("@​contrib_rules_jvm//:setup.bzl", "contrib_rules_jvm_setup")

contrib_rules_jvm_setup()

What's Changed

New Contributors

Full Changelog: bazel-contrib/rules_jvm@v0.28.0...v0.29.0

v0.28.0

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel

bazel_dep(name = "contrib_rules_jvm", version = "0.28.0")

What's Changed

  • Drop support for workspace-based builds (#​321)
  • Bump lowest supported Java version to 8 in our build files (#​307)
  • Allow passing empty 'package' to 'java_test_suite' (#​312)
  • Add support for @​AfterAll in XML report (#​300)
  • Bump pmd to 7.7.0 (#​309)
  • Add support for transforming Checkstyle XML output to JUnit XML (#​283)
  • Optimize junit dependencies for each test target (#​303)
  • Gazelle: detect any directory with /test in path as test package (#​297)
  • Add timestamp and hostname to testsuite xml (#​294)
  • Escape invalid XML chars in testCase and testSuite names (#​284)

Full Changelog: bazel-contrib/rules_jvm@v0.27.0...v0.28.0

protocolbuffers/protobuf (protobuf)

v34.1: Protocol Buffers v34.1

Announcements

  • Protobuf News may include additional announcements or pre-announcements for upcoming changes.

Bazel

  • Moved protocopt flag out of the cc dir, since it is not a c++-specific flag. (3db9fd1)
  • Add support for bazel 9.x (#​26201) (763c5da)

C++

  • Updated CMake dependencies. (5583485)
  • Add cc_proto_library for MessageSet in //src/google/protobuf/bridge (523a6a4)
  • Add support for bazel 9.x (#​26201) (763c5da)

Java

  • Avoid toBigIntegerExact in JsonFormat to avoid degenerate parse behavior in the face of large exponents. (ab3d7f0)

Python

Other

  • Fixed release_prep.sh script mkdir command to follow INTEGRITY_FILE location. (e700d7d)
  • Second try at fixing the release_prep.sh file path! (#​26097) (f5ccaf3)

v34.0: Protocol Buffers v34.0

Announcements

  • This version includes potential breaking changes with major version bump to: Objective-C, Python, PHP, C++. Bazel
    • [Objective-C] Remove -[GPBFieldDescriptor optional] (3414dc1)
    • [Objective-C] Fix nullability annotations on some GPB*Dictionary types. (ea67d6d)
    • [Objective-C] Remove generate_minimal_imports generation option warning (45b1297)
    • [Python] Raise errors in OSS when assign bool to int/enum field in Python Proto. (5b116fe)
    • [Python] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
    • [Python] Remove deprecated FieldDescriptor.label (0a8ff55)
    • [Python] Remove float_format/double_format from python proto text_format (e4854a1)
    • [Python] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
    • [Python] Raise TypeError when convert non-timedelta to Duration, or convert non-datetime to Timestamp in python proto. (Original code may raise ArributeError) (00aaca1)
    • [Python] Remove float_precision from python proto json_format (f027f1f)
    • [PHP] Remove deprecated PHP APIs FieldDescriptor getLabel, use IsRepeated or isRequired instead. (4208121)
    • [PHP] Remove deprecated PHP APIs (9c45014)
    • [PHP] Add PHP typehints for setters and remove redundant GPBUtil checks (aee03b7)
    • [PHP] support default values for editions/proto2 (b01099d)
    • [C++] Remove deprecated UseDeprecatedLegacyJsonFieldConflicts() (c301c2c)
    • [C++] Add a debug check that the target of CopyFrom is not a descendant of the source. (7a75898)
    • [C++] Add [[nodiscard]] to many APIs. (a70115f)
    • [C++] Make generator headers private (3a2af35)
    • [C++] Remove deprecated FieldDescriptor::has_optional_keyword() in OSS. Use is_repeated() or has_presence() instead (68346ec)
    • [C++] Remove deprecated FieldDescriptor::label() in OSS. Use is_repeated() or is_required() instead (b76faa9)
    • [C++] Remove deprecated FieldDescriptor::is_optional() in OSS. Use (!is_required() && !is_repeated()) instead (9dbc5d4)
    • [C++] Remove AddUnusedImportTrackFile() and ClearUnusedImportTrackFiles(). Remove PROTOBUF_FUTURE_RENAME_ADD_UNUSED_IMPORT (837a2cd)
    • [C++] Removes proto2::util::MessageDifferencer::AddIgnoreCriteria that takes a raw pointer as an argument in favor of the overload that takes a unique_ptr. Remove macro PROTOBUF_FUTURE_REMOVE_ADD_IGNORE_CRITER

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 branch 11 times, most recently from d3e5dc1 to cdfb453 Compare October 20, 2025 09:58
@renovate renovate Bot force-pushed the renovate/all branch 13 times, most recently from e573657 to 0965f21 Compare October 29, 2025 13:08
@renovate renovate Bot force-pushed the renovate/all branch 6 times, most recently from 019e199 to 094c16e Compare October 31, 2025 11:22
@renovate renovate Bot force-pushed the renovate/all branch 9 times, most recently from 3cf131d to 08463d6 Compare November 13, 2025 23:19
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from d1ad19a to 850dcf5 Compare November 20, 2025 17:46
@renovate renovate Bot force-pushed the renovate/all branch 7 times, most recently from 3bcdd17 to c01747b Compare December 1, 2025 12:12
@renovate renovate Bot force-pushed the renovate/all branch 7 times, most recently from 2767005 to 1ac8522 Compare December 9, 2025 10:08
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 1c9b86a to d1c8cd2 Compare December 10, 2025 20:10
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.

0 participants