Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group across 1 directory - #67
Merged
Merged
Conversation
copybara-service
Bot
force-pushed
the
test_956962762
branch
2 times, most recently
from
July 31, 2026 15:16
1518d53 to
e0853ae
Compare
…s 1 directory 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 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/bazel-skylib/releases">bazel_skylib's releases</a>.</em></p> <blockquote> <h2>1.9.2</h2> <p><strong>MODULE.bazel setup</strong></p> <pre lang="starlark"><code>bazel_dep(name = "bazel_skylib", version = "1.9.2") </code></pre> <p>And for the Gazelle plugin:</p> <pre lang="starlark"><code>bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.9.2", dev_dependency = True) </code></pre> <p><strong>WORKSPACE setup</strong></p> <pre lang="starlark"><code>load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") <p>http_archive(<br /> name = "bazel_skylib",<br /> sha256 = "37cdfbc6faefea94f7b37760a305c98c08981116c2bc9e821e3b423221fad8c8",<br /> urls = [<br /> "https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz",<br /> "https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz",<br /> ],<br /> )</p> <p>load("<a href="https://github.com/bazel"><code>@bazel</code></a>_skylib//:workspace.bzl", "bazel_skylib_workspace")</p> <p>bazel_skylib_workspace()<br /> </code></pre></p> <p><em><strong>Additional WORKSPACE setup for the Gazelle plugin</strong></em></p> <pre lang="starlark"><code>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", ], ) <p>load("<a href="https://github.com/bazel"><code>@bazel</code></a>_skylib_gazelle_plugin//:workspace.bzl", "bazel_skylib_gazelle_plugin_workspace")</p> <p>bazel_skylib_gazelle_plugin_workspace()</p> <p>load("<a href="https://github.com/bazel"><code>@bazel</code></a>_skylib_gazelle_plugin//:setup.bzl", "bazel_skylib_gazelle_plugin_setup")</p> <p></tr></table><br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bazelbuild/bazel-skylib/blob/main/CHANGELOG.md">bazel_skylib's changelog</a>.</em></p> <blockquote> <h1>Release 1.9.2</h1> <p><strong>What's Changed</strong></p> <ul> <li>Revert allow_symlink = True by default for non-executables</li> <li>Change from stamp to some other boolean flag</li> <li>Update Bazel versions in CI: drop Bazel 6, add Bazel 9</li> <li>Change Starlark flag default propagation from "universal" to "target"</li> </ul> <p><strong>Contributors</strong>: <a href="https://github.com/gzm0"><code>@gzm0</code></a>, <a href="https://github.com/kotlaja"><code>@kotlaja</code></a>, <a href="https://github.com/susinmotion"><code>@susinmotion</code></a>, <a href="https://github.com/justinhorvitz"><code>@justinhorvitz</code></a></p> <h1>Release 1.9.1</h1> <p>Skipped due to <a href="https://github.com/bazelbuild/bazel-skylib/actions/runs/25128976486">CI failure</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/3de43ed45e1c7923d53c4db56ca3de3e46601580"><code>3de43ed</code></a> Create release 1.9.2 (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/630">#630</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/bac104bc6065308a043489757f2a7ffd159c7fd1"><code>bac104b</code></a> Remove private visibility on "always_true" conditions (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/629">#629</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/72291d1e2a6d92b4a2e0cf112982d1f6722a3485"><code>72291d1</code></a> Create release 1.9.1 (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/620">#620</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/390ecf872568a9fc1752cbade56be52cd4263758"><code>390ecf8</code></a> No-op: change written default scope from 'universal' to 'target' (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/608">#608</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/f7718b7b8e2003b9359248e9632c875cb48a6e48"><code>f7718b7</code></a> Change from stamp to some other boolean flag (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/611">#611</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/7b2f6de44bb2def9131975b1cf5bc3bd53392680"><code>7b2f6de</code></a> Update Bazel versions in CI: drop Bazel 6, add Bazel 9 (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/613">#613</a>)</li> <li><a href="https://github.com/bazelbuild/bazel-skylib/commit/ea054fcaf08c3b014e34212451d8cb45f01d8331"><code>ea054fc</code></a> Revert allow_symlink = True by default for non-executables (<a href="https://redirect.github.com/bazelbuild/bazel-skylib/issues/605">#605</a>)</li> <li>See full diff in <a href="https://github.com/bazelbuild/bazel-skylib/compare/1.9.0...1.9.2">compare view</a></li> </ul> </details> <br /> Fixes #64 COPYBARA_INTEGRATE_REVIEW=#64 from google:dependabot/bazel/dependencies-243fd83ce4 a13263f PiperOrigin-RevId: 957152815
copybara-service
Bot
force-pushed
the
test_956962762
branch
from
July 31, 2026 15:18
e0853ae to
b92df6d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group across 1 directory
Bumps the dependencies group with 1 update in the / directory: bazel_skylib.
Updates
bazel_skylibfrom 1.9.0 to 1.9.2Release notes
Sourced from bazel_skylib's releases.
... (truncated)
Changelog
Sourced from bazel_skylib's changelog.
Commits
3de43edCreate release 1.9.2 (#630)bac104bRemove private visibility on "always_true" conditions (#629)72291d1Create release 1.9.1 (#620)390ecf8No-op: change written default scope from 'universal' to 'target' (#608)f7718b7Change from stamp to some other boolean flag (#611)7b2f6deUpdate Bazel versions in CI: drop Bazel 6, add Bazel 9 (#613)ea054fcRevert allow_symlink = True by default for non-executables (#605)Fixes #64
FUTURE_COPYBARA_INTEGRATE_REVIEW=#64 from google:dependabot/bazel/dependencies-243fd83ce4 a13263f