Skip to content

Commit 7724289

Browse files
Bump build.buf:buf from 1.63.0 to 1.64.0 (#403)
Bumps [build.buf:buf](https://github.com/bufbuild/buf) from 1.63.0 to 1.64.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.64.0</h2> <ul> <li>Fix LSP completion for options.</li> <li>Add LSP document highlighting support.</li> <li>Add LSP completion for fully-qualified type references.</li> <li>Improve LSP semantic tokens implementation (for syntax highlighting).</li> <li>Add LSP organize imports code action to add missing imports, remove unused imports, and sort imports alphabetically.</li> <li>Add LSP document link support.</li> <li>Add LSP folding range support.</li> <li>Update <code>PROTOVALIDATE</code> lint rule to support checking <code>cel_expression</code> fields for valid CEL.</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.64.0] - 2026-01-19</h2> <ul> <li>Fix LSP completion for options.</li> <li>Add LSP document highlighting support.</li> <li>Add LSP completion for fully-qualified type references.</li> <li>Improve LSP semantic tokens implementation (for syntax highlighting).</li> <li>Add LSP organize imports code action to add missing imports, remove unused imports, and sort imports alphabetically.</li> <li>Add LSP document link support.</li> <li>Add LSP folding range support.</li> <li>Update <code>PROTOVALIDATE</code> lint rule to support checking <code>cel_expression</code> fields for valid CEL.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/8ecc976ddc58ac372f045092202061f3c53f9f88"><code>8ecc976</code></a> Release v1.64.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/4293">#4293</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/40597f158cc17721c1c96f0485bce61fafc6e61a"><code>40597f1</code></a> Make upgrade (<a href="https://redirect.github.com/bufbuild/buf/issues/4292">#4292</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/49785647e5e0e316f3fa2c2dab7bca225579018b"><code>4978564</code></a> Prevent LSP renaming symbols in non-local files (<a href="https://redirect.github.com/bufbuild/buf/issues/4286">#4286</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/1831f857b508e56dd30e4ae80777f8e364a46095"><code>1831f85</code></a> Add LSP semantic highlighting for CEL in protovalidate options (<a href="https://redirect.github.com/bufbuild/buf/issues/4285">#4285</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/d59e05aaebfbb7aa7ebe83909b6fe52f6484ca1d"><code>d59e05a</code></a> Add cel_expression validation to PROTOVALIDATE lint rule (<a href="https://redirect.github.com/bufbuild/buf/issues/4284">#4284</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/0adc664afe3d076666440a05339fc8a84f3f949c"><code>0adc664</code></a> Add LSP completion for next field in enums (<a href="https://redirect.github.com/bufbuild/buf/issues/4283">#4283</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f0379289fe8d49c941bb4d1186f0764cb13f50c0"><code>f037928</code></a> Add LSP folding range support (<a href="https://redirect.github.com/bufbuild/buf/issues/4280">#4280</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/c5ba50acf1a4e4fada3f214dd7d664997092ff6a"><code>c5ba50a</code></a> Add CHANGELOG for LSP document link (<a href="https://redirect.github.com/bufbuild/buf/issues/4282">#4282</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/9d76a64ea4b53cffa2c409e32e9e815cb74887ff"><code>9d76a64</code></a> Add LSP DocumentLink support (<a href="https://redirect.github.com/bufbuild/buf/issues/4279">#4279</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/83b4b426ec7727c018a5f1a2b92b3d7c588e8d5b"><code>83b4b42</code></a> Add LSP organize imports code action (<a href="https://redirect.github.com/bufbuild/buf/issues/4277">#4277</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.63.0...v1.64.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=build.buf:buf&package-manager=gradle&previous-version=1.63.0&new-version=1.64.0)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d76452 commit 7724289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
assertj = "3.27.6"
3-
buf = "1.63.0"
3+
buf = "1.64.0"
44
cel = "0.11.1"
55
error-prone = "2.46.0"
66
junit = "5.14.2"

0 commit comments

Comments
 (0)