From b92df6dfe3b742b72a66836de8aac0fcff867602 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 31 Jul 2026 08:18:33 -0700
Subject: [PATCH] Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies
group across 1 directory
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the dependencies group with 1 update in the / directory: [bazel_skylib](https://github.com/bazelbuild/bazel-skylib).
Updates `bazel_skylib` from 1.9.0 to 1.9.2
Sourced from bazel_skylib's releases. MODULE.bazel setup And for the Gazelle plugin: WORKSPACE setup http_archive( load(" bazel_skylib_workspace()Release notes
1.9.2
bazel_dep(name = "bazel_skylib", version = "1.9.2")
bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.9.2", dev_dependency = True)
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
name = "bazel_skylib",
sha256 = "37cdfbc6faefea94f7b37760a305c98c08981116c2bc9e821e3b423221fad8c8",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz",
],
)@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
Additional WORKSPACE setup for the Gazelle plugin
http_archive(
name = "bazel_skylib_gazelle_plugin",
sha256 = "ebcbf7bc491b28332c40b2db524d0a37e2e8feebbf099ad51561531c1efbba47",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-gazelle-plugin-1.9.2.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-gazelle-plugin-1.9.2.tar.gz",
],
)
load("@bazel_skylib_gazelle_plugin//:workspace.bzl", "bazel_skylib_gazelle_plugin_workspace")
bazel_skylib_gazelle_plugin_workspace()
load("@bazel_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup")
</tr></table>
... (truncated)
Sourced from bazel_skylib's changelog.
Release 1.9.2
What's Changed
- Revert allow_symlink = True by default for non-executables
- Change from stamp to some other boolean flag
- Update Bazel versions in CI: drop Bazel 6, add Bazel 9
- Change Starlark flag default propagation from "universal" to "target"
Contributors:
@gzm0,@kotlaja,@susinmotion,@justinhorvitzRelease 1.9.1
Skipped due to CI failure
3de43ed Create release 1.9.2 (#630)bac104b Remove private visibility on "always_true" conditions (#629)72291d1 Create release 1.9.1 (#620)390ecf8 No-op: change written default scope from 'universal' to 'target' (#608)f7718b7 Change from stamp to some other boolean flag (#611)7b2f6de Update Bazel versions in CI: drop Bazel 6, add Bazel 9 (#613)ea054fc Revert allow_symlink = True by default for non-executables (#605)