Skip to content

Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group across 1 directory - #67

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_956962762
Jul 31, 2026
Merged

Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group across 1 directory#67
copybara-service[bot] merged 1 commit into
masterfrom
test_956962762

Conversation

@copybara-service

Copy link
Copy Markdown

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_skylib from 1.9.0 to 1.9.2

Release notes

Sourced from bazel_skylib's releases.

1.9.2

MODULE.bazel setup

bazel_dep(name = "bazel_skylib", version = "1.9.2")

And for the Gazelle plugin:

bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.9.2", dev_dependency = True)

WORKSPACE setup

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
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",
],
)
load("@​bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
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)

Changelog

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, @​justinhorvitz

Release 1.9.1

Skipped due to CI failure

Commits
  • 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)
  • See full diff in compare view

Fixes #64

FUTURE_COPYBARA_INTEGRATE_REVIEW=#64 from google:dependabot/bazel/dependencies-243fd83ce4 a13263f

@copybara-service
copybara-service Bot force-pushed the test_956962762 branch 2 times, most recently from 1518d53 to e0853ae Compare July 31, 2026 15:16
…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 = &quot;bazel_skylib&quot;, version = &quot;1.9.2&quot;)
</code></pre>
<p>And for the Gazelle plugin:</p>
<pre lang="starlark"><code>bazel_dep(name = &quot;bazel_skylib_gazelle_plugin&quot;, version = &quot;1.9.2&quot;, dev_dependency = True)
</code></pre>
<p><strong>WORKSPACE setup</strong></p>
<pre lang="starlark"><code>load(&quot;@bazel_tools//tools/build_defs/repo:http.bzl&quot;, &quot;http_archive&quot;)
<p>http_archive(<br />
name = &quot;bazel_skylib&quot;,<br />
sha256 = &quot;37cdfbc6faefea94f7b37760a305c98c08981116c2bc9e821e3b423221fad8c8&quot;,<br />
urls = [<br />
&quot;https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz&quot;,<br />
&quot;https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-1.9.2.tar.gz&quot;,<br />
],<br />
)</p>
<p>load(&quot;<a href="https://github.com/bazel"><code>@​bazel</code></a>_skylib//:workspace.bzl&quot;, &quot;bazel_skylib_workspace&quot;)</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 = &quot;bazel_skylib_gazelle_plugin&quot;,
    sha256 = &quot;ebcbf7bc491b28332c40b2db524d0a37e2e8feebbf099ad51561531c1efbba47&quot;,
    urls = [
        &quot;https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-gazelle-plugin-1.9.2.tar.gz&quot;,
        &quot;https://github.com/bazelbuild/bazel-skylib/releases/download/1.9.2/bazel-skylib-gazelle-plugin-1.9.2.tar.gz&quot;,
    ],
)
<p>load(&quot;<a href="https://github.com/bazel"><code>@​bazel</code></a>_skylib_gazelle_plugin//:workspace.bzl&quot;, &quot;bazel_skylib_gazelle_plugin_workspace&quot;)</p>
<p>bazel_skylib_gazelle_plugin_workspace()</p>
<p>load(&quot;<a href="https://github.com/bazel"><code>@​bazel</code></a>_skylib_gazelle_plugin//:setup.bzl&quot;, &quot;bazel_skylib_gazelle_plugin_setup&quot;)</p>
<p>&lt;/tr&gt;&lt;/table&gt;<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 &quot;universal&quot; to &quot;target&quot;</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 &quot;always_true&quot; 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
copybara-service Bot merged commit b92df6d into master Jul 31, 2026
@copybara-service
copybara-service Bot deleted the test_956962762 branch July 31, 2026 15:19
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