Skip to content

Commit 19fe732

Browse files
Bump github.com/bufbuild/buf from 1.68.4 to 1.69.0 in the gomod group (#1227)
Bumps the gomod group with 1 update: [github.com/bufbuild/buf](https://github.com/bufbuild/buf). Updates `github.com/bufbuild/buf` from 1.68.4 to 1.69.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/releases">github.com/bufbuild/buf's releases</a>.</em></p> <blockquote> <h2>v1.69.0</h2> <ul> <li>Increase check plugin WASM memory limits to 1GiB.</li> <li>Fix LSP stale diagnostics persisting after a file is closed or deleted.</li> <li>Fix handling of unprefixed newlines in block comments.</li> <li>Add LSP code lenses for <code>buf.gen.yaml</code> files: &quot;Run buf generate&quot; and &quot;Check for plugin updates&quot;.</li> <li>Add LSP warnings for <code>lint.ignore</code> and <code>breaking.ignore</code> paths in <code>buf.yaml</code> that do not match any file in the workspace.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bufbuild/buf/blob/main/CHANGELOG.md">github.com/bufbuild/buf's changelog</a>.</em></p> <blockquote> <h2>[v1.69.0] - 2026-04-29</h2> <ul> <li>Increase check plugin WASM memory limits to 1GiB.</li> <li>Fix LSP stale diagnostics persisting after a file is closed or deleted.</li> <li>Fix handling of unprefixed newlines in block comments.</li> <li>Add LSP code lenses for <code>buf.gen.yaml</code> files: &quot;Run buf generate&quot; and &quot;Check for plugin updates&quot;.</li> <li>Add LSP warnings for <code>lint.ignore</code> and <code>breaking.ignore</code> paths in <code>buf.yaml</code> that do not match any file in the workspace.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bufbuild/buf/commit/88829eb3bd5b9ee297b6005ffdf3675e23842511"><code>88829eb</code></a> Release v1.69.0 (<a href="https://redirect.github.com/bufbuild/buf/issues/4521">#4521</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/4a92ff394f12e70adb913cda152eb51075877a82"><code>4a92ff3</code></a> Upgrade protocompile to latest <code>main</code> (<a href="https://redirect.github.com/bufbuild/buf/issues/4520">#4520</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/04ed9c9179fc71d0dab7bf2919fcdc7b0bd9fe60"><code>04ed9c9</code></a> Add YAML files to license header generation (<a href="https://redirect.github.com/bufbuild/buf/issues/4518">#4518</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/ddb85216e15f47f547f5da9d84ce5594caebd66e"><code>ddb8521</code></a> Upgrade protocompile to latest main (<a href="https://redirect.github.com/bufbuild/buf/issues/4519">#4519</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/7e1e2770d66b4746f33d35c43f971c2e4b977f8a"><code>7e1e277</code></a> Propagate DuplicateProtoPathError as typed error from new compiler path (<a href="https://redirect.github.com/bufbuild/buf/issues/4517">#4517</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/f781a0e1e22682243e0688206ffa510fdade0960"><code>f781a0e</code></a> Reduce allocations in shake256.NewDigestForContent (<a href="https://redirect.github.com/bufbuild/buf/issues/4505">#4505</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/5f4233e4b9acac0d836dbfdfba02ac2ef96bf3e4"><code>5f4233e</code></a> Add concurrency checks for CI workflows (<a href="https://redirect.github.com/bufbuild/buf/issues/4516">#4516</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/b10141d371f2b70218b74b8dec9eb08f5180e248"><code>b10141d</code></a> Add LSP code lenses for <code>buf generate</code> and checking for plugin updates (<a href="https://redirect.github.com/bufbuild/buf/issues/4480">#4480</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/637ea97f5bfcf93b2b419f0c15e46c6541561d55"><code>637ea97</code></a> Upgrade protocompile and update changelog (<a href="https://redirect.github.com/bufbuild/buf/issues/4515">#4515</a>)</li> <li><a href="https://github.com/bufbuild/buf/commit/d960fc0c53bb0be27a3fcb32da5153224771c0bb"><code>d960fc0</code></a> Add LSP warning diagnostics for invalid buf.yaml ignore paths (<a href="https://redirect.github.com/bufbuild/buf/issues/4498">#4498</a>)</li> <li>Additional commits viewable in <a href="https://github.com/bufbuild/buf/compare/v1.68.4...v1.69.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/bufbuild/buf&package-manager=go_modules&previous-version=1.68.4&new-version=1.69.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 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan VanBuren <svanburen@buf.build>
1 parent 86a7e65 commit 19fe732

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MAKEFLAGS += --no-print-directory
99
BIN := .tmp/bin
1010
COPYRIGHT_YEARS := 2021-2025
1111
GOLANGCI_LINT_VERSION ?= v2.10.1
12-
LICENSE_IGNORE := --ignore /testdata/
12+
LICENSE_IGNORE := --ignore /testdata/ --ignore '\.yaml$$' --ignore '\.yml$$'
1313
# Set to use a different compiler. For example, `GO=go1.18rc1 make test`.
1414
GO ?= go
1515
BUF_VERSION ?= $(shell $(GO) list -m -f '{{.Version}}' github.com/bufbuild/buf)

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
buf.build/go/app v0.2.1-0.20260407195847-833f8f978cda
88
buf.build/go/protovalidate v1.2.0
99
buf.build/go/standard v0.1.1-0.20260325175353-2b287e071df5
10-
github.com/bufbuild/buf v1.68.4
10+
github.com/bufbuild/buf v1.69.0
1111
github.com/google/go-cmp v0.7.0
1212
github.com/google/go-github/v64 v64.0.0
1313
github.com/hashicorp/go-retryablehttp v0.7.8
@@ -25,15 +25,15 @@ require (
2525
buf.build/go/protoyaml v0.6.0 // indirect
2626
cel.dev/expr v0.25.1 // indirect
2727
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
28-
github.com/bufbuild/protocompile v0.14.2-0.20260422150859-0395838fcd3c // indirect
28+
github.com/bufbuild/protocompile v0.14.2-0.20260429155904-12ef1ef2ce91 // indirect
2929
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
3030
github.com/davecgh/go-spew v1.1.1 // indirect
3131
github.com/google/cel-go v0.28.0 // indirect
3232
github.com/google/go-querystring v1.1.0 // indirect
3333
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3434
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3535
github.com/mattn/go-colorable v0.1.14 // indirect
36-
github.com/mattn/go-isatty v0.0.21 // indirect
36+
github.com/mattn/go-isatty v0.0.22 // indirect
3737
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 // indirect
3838
github.com/pmezard/go-difflib v1.0.0 // indirect
3939
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -44,7 +44,7 @@ require (
4444
golang.org/x/sys v0.43.0 // indirect
4545
golang.org/x/term v0.42.0 // indirect
4646
golang.org/x/text v0.36.0 // indirect
47-
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 // indirect
48-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 // indirect
47+
google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4 // indirect
48+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect
4949
gopkg.in/yaml.v3 v3.0.1 // indirect
5050
)

go.sum

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYW
2020
github.com/antlr4-go/antlr/v4 v4.13.1/go.mod h1:GKmUxMtwp6ZgGwZSva4eWPC5mS6vUAmOABFgjdkM7Nw=
2121
github.com/brianvoe/gofakeit/v6 v6.28.0 h1:Xib46XXuQfmlLS2EXRuJpqcw8St6qSZz75OUo0tgAW4=
2222
github.com/brianvoe/gofakeit/v6 v6.28.0/go.mod h1:Xj58BMSnFqcn/fAQeSK+/PLtC5kSb7FJIq4JyGa8vEs=
23-
github.com/bufbuild/buf v1.68.4 h1:NGKgWIcBQOKuWwIPvDqossNC7yy2Iqxx1/wKuATzcuY=
24-
github.com/bufbuild/buf v1.68.4/go.mod h1:/WQvPDua+cCdXE1iCFUoDSC4NbGvXbGUvsM5MdkHt3E=
25-
github.com/bufbuild/protocompile v0.14.2-0.20260422150859-0395838fcd3c h1:Y/lKWxA9tFZIIW/tvCpuKozXwiwrRm5Jsdy0OUei/b0=
26-
github.com/bufbuild/protocompile v0.14.2-0.20260422150859-0395838fcd3c/go.mod h1:DhgqsRznX/F0sGkUYtTQJRP+q8xMReQRQ3qr+n1opWU=
23+
github.com/bufbuild/buf v1.69.0 h1:q1YTnHJISHuoeUdmsuC9u+nb9rV8glM/TOsPNEteEzg=
24+
github.com/bufbuild/buf v1.69.0/go.mod h1:Q3KRCXSanDCMFs2zL/MqUwUQV0OUqs23P2sy58CW0nc=
25+
github.com/bufbuild/protocompile v0.14.2-0.20260429155904-12ef1ef2ce91 h1:RPIMBLTMx/CRy0NVyb6yJDlGx2Vo84FsU+kAh46zqIA=
26+
github.com/bufbuild/protocompile v0.14.2-0.20260429155904-12ef1ef2ce91/go.mod h1:DhgqsRznX/F0sGkUYtTQJRP+q8xMReQRQ3qr+n1opWU=
2727
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
2828
github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo=
2929
github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
3030
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
3131
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
3232
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
3333
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
34+
github.com/gofrs/flock v0.13.0 h1:95JolYOvGMqeH31+FC7D2+uULf6mG61mEZ/A8dRYMzw=
35+
github.com/gofrs/flock v0.13.0/go.mod h1:jxeyy9R1auM5S6JYDBhDt+E2TCo7DkratH4Pgi8P+Z0=
3436
github.com/google/cel-go v0.28.0 h1:KjSWstCpz/MN5t4a8gnGJNIYUsJRpdi/r97xWDphIQc=
3537
github.com/google/cel-go v0.28.0/go.mod h1:X0bD6iVNR8pkROSOoHVdgTkzmRcosof7WQqCD6wcMc8=
3638
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
@@ -58,8 +60,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
5860
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
5961
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
6062
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
61-
github.com/mattn/go-isatty v0.0.21 h1:xYae+lCNBP7QuW4PUnNG61ffM4hVIfm+zUzDuSzYLGs=
62-
github.com/mattn/go-isatty v0.0.21/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
63+
github.com/mattn/go-isatty v0.0.22 h1:j8l17JJ9i6VGPUFUYoTUKPSgKe/83EYU2zBC7YNKMw4=
64+
github.com/mattn/go-isatty v0.0.22/go.mod h1:ZXfXG4SQHsB/w3ZeOYbR0PrPwLy+n6xiMrJlRFqopa4=
6365
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81 h1:WDsQxOJDy0N1VRAjXLpi8sCEZRSGarLWQevDxpTBRrM=
6466
github.com/petermattis/goid v0.0.0-20260330135022-df67b199bc81/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
6567
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
@@ -100,10 +102,10 @@ golang.org/x/term v0.42.0/go.mod h1:Dq/D+snpsbazcBG5+F9Q1n2rXV8Ma+71xEjTRufARgY=
100102
golang.org/x/text v0.36.0 h1:JfKh3XmcRPqZPKevfXVpI1wXPTqbkE5f7JA92a55Yxg=
101103
golang.org/x/text v0.36.0/go.mod h1:NIdBknypM8iqVmPiuco0Dh6P5Jcdk8lJL0CUebqK164=
102104
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
103-
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478 h1:yQugLulqltosq0B/f8l4w9VryjV+N/5gcW0jQ3N8Qec=
104-
google.golang.org/genproto/googleapis/api v0.0.0-20260414002931-afd174a4e478/go.mod h1:C6ADNqOxbgdUUeRTU+LCHDPB9ttAMCTff6auwCVa4uc=
105-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478 h1:RmoJA1ujG+/lRGNfUnOMfhCy5EipVMyvUE+KNbPbTlw=
106-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260414002931-afd174a4e478/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
105+
google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4 h1:yOzSCGPx+cp5VO7IxvZ9SBFF7j1tZVcNtlHR2iYKtVo=
106+
google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4/go.mod h1:Q9HWtNeE7tM9npdIsEvqXj1QJIvVoeAV3rtXtS715Cw=
107+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 h1:tEkOQcXgF6dH1G+MVKZrfpYvozGrzb91k6ha7jireSM=
108+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4/go.mod h1:4Hqkh8ycfw05ld/3BWL7rJOSfebL2Q+DVDeRgYgxUU8=
107109
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
108110
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
109111
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)