Skip to content

Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group - #64

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-243fd83ce4
Open

Bump bazel_skylib from 1.9.0 to 1.9.2 in the dependencies group#64
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bazel/dependencies-243fd83ce4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 1 update: 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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [bazel_skylib](https://github.com/bazelbuild/bazel-skylib).


Updates `bazel_skylib` from 1.9.0 to 1.9.2
- [Release notes](https://github.com/bazelbuild/bazel-skylib/releases)
- [Changelog](https://github.com/bazelbuild/bazel-skylib/blob/main/CHANGELOG.md)
- [Commits](bazelbuild/bazel-skylib@1.9.0...1.9.2)

---
updated-dependencies:
- dependency-name: bazel_skylib
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file labels Jul 24, 2026
copybara-service Bot pushed a commit that referenced this pull request Jul 24, 2026
Bumps the dependencies group with 1 update: [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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bazel_skylib&package-manager=bazel&previous-version=1.9.0&new-version=1.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #64

FUTURE_COPYBARA_INTEGRATE_REVIEW=#64 from google:dependabot/bazel/dependencies-243fd83ce4 d255832
PiperOrigin-RevId: 953313261
copybara-service Bot pushed a commit that referenced this pull request Jul 24, 2026
Bumps the dependencies group with 1 update: [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 />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bazel_skylib&package-manager=bazel&previous-version=1.9.0&new-version=1.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions

</details>

Fixes #64

FUTURE_COPYBARA_INTEGRATE_REVIEW=#64 from google:dependabot/bazel/dependencies-243fd83ce4 d255832
PiperOrigin-RevId: 953313261
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bazel Pull requests that update bazel code dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant