-
Notifications
You must be signed in to change notification settings - Fork 15
Commit 0d09809
authored
Bump build.buf:buf from 1.44.0 to 1.45.0 (#197)
Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.44.0 to
1.45.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/releases">build.buf:buf's
releases</a>.</em></p>
<blockquote>
<h2>v1.45.0</h2>
<ul>
<li>Update <code>buf registry module info --format=json</code> to add
<code>default_label_name</code>, which provides the name of the default
label of a module.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">build.buf:buf's
changelog</a>.</em></p>
<blockquote>
<h2>[v1.45.0] - 2024-10-08</h2>
<ul>
<li>Update <code>buf registry module info --format=json</code> to add
<code>default_label_name</code>, which provides the name
of the default label of a module.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bufbuild/buf/commit/bee67191e0a207d52b6c7f0ac9d3d1210898d2f9"><code>bee6719</code></a>
Release v1.45.0 (<a
href="https://redirect.github.com/bufbuild/buf/issues/3391">#3391</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/b040d9493c1b459f9394e89b177d83c907306f95"><code>b040d94</code></a>
Provide clearer instructions in buf push deprecation messages (<a
href="https://redirect.github.com/bufbuild/buf/issues/3390">#3390</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/a66b6886cf7b6c1926b243868501ac6295b1d903"><code>a66b688</code></a>
Fix changelog (<a
href="https://redirect.github.com/bufbuild/buf/issues/3388">#3388</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/84bb6b5070b0f10fb87ba257e2d8b34917420677"><code>84bb6b5</code></a>
Add <code>default_label_name</code> to JSON output of <code>buf registry
module info</code> (<a
href="https://redirect.github.com/bufbuild/buf/issues/3387">#3387</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/43e16ef5a4aa5b30df116caca4b69049b9625d98"><code>43e16ef</code></a>
Update buf README to include newer features (<a
href="https://redirect.github.com/bufbuild/buf/issues/3386">#3386</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/3103311da998359e721322877903fb9dc51215c4"><code>3103311</code></a>
Make upgrade (<a
href="https://redirect.github.com/bufbuild/buf/issues/3385">#3385</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/e4340ccd2678e883363e32e25f884f0a5ccafbce"><code>e4340cc</code></a>
Migrate to slog (<a
href="https://redirect.github.com/bufbuild/buf/issues/3376">#3376</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/55ab2f5845a1f6680de2f24fb01687aabf84422b"><code>55ab2f5</code></a>
Clean up interrupt package (<a
href="https://redirect.github.com/bufbuild/buf/issues/3379">#3379</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/e627c7c7b0e82288ebfb40ae2637f29c953ae49d"><code>e627c7c</code></a>
Cleanup tmp package (<a
href="https://redirect.github.com/bufbuild/buf/issues/3378">#3378</a>)</li>
<li><a
href="https://github.com/bufbuild/buf/commit/c6b2497ee41d67c6ed22aa06cf7a636461b707f4"><code>c6b2497</code></a>
Delete spdx-ts-data (<a
href="https://redirect.github.com/bufbuild/buf/issues/3377">#3377</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent a2630ac commit 0d09809Copy full SHA for 0d09809
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments