This repository has been archived by the owner on Feb 28, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the go-everything group with 8 updates (#330)
Bumps the go-everything group with 8 updates: | Package | From | To | | --- | --- | --- | | [entgo.io/ent](https://github.com/ent/ent) | `0.12.5` | `0.13.0` | | [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) | `1.55.2` | `1.56.1` | | [go.6river.tech/gosix](https://github.com/6RiverSystems/gosix) | `0.10.40` | `0.10.45` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.17.0` | `0.18.0` | | [golang.org/x/vuln](https://github.com/golang/vuln) | `1.0.3` | `1.0.4` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.162.0` | `0.163.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.61.0` | `1.61.1` | | [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.28.0` | `1.29.0` | Updates `entgo.io/ent` from 0.12.5 to 0.13.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ent/ent/commit/d4560fae6215a2d039a8cab219a667b7a0e972e9"><code>d4560fa</code></a> .github/workflows: add Go 1.22 for CI tests (<a href="https://redirect.github.com/ent/ent/issues/3935">#3935</a>)</li> <li><a href="https://github.com/ent/ent/commit/744fed675e87407219dde8c79042083aff230aca"><code>744fed6</code></a> go: update golang.org/x/tools to latest (<a href="https://redirect.github.com/ent/ent/issues/3940">#3940</a>)</li> <li><a href="https://github.com/ent/ent/commit/6631ed7172f9bd615c4812cb8508dc9bc8716112"><code>6631ed7</code></a> build(deps): bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/ent/ent/issues/3908">#3908</a>)</li> <li><a href="https://github.com/ent/ent/commit/91df8e59c27d2ad5d3a5cb362823e169af39137d"><code>91df8e5</code></a> dialect/sql/schema: Atlas cleanSchema should handle non-existent tables (<a href="https://redirect.github.com/ent/ent/issues/3931">#3931</a>)</li> <li><a href="https://github.com/ent/ent/commit/548edd248a627d4362fbfeccfa264928cbdcda9c"><code>548edd2</code></a> chore: upgrade atlas to latest version (<a href="https://redirect.github.com/ent/ent/issues/3932">#3932</a>)</li> <li><a href="https://github.com/ent/ent/commit/1bcb2fa9ccd7e53040decd1c5d64c4a1ee0d1d28"><code>1bcb2fa</code></a> dialect/sql/sqlgraph: allow scanning non-numeric IDs in batch creations (<a href="https://redirect.github.com/ent/ent/issues/3830">#3830</a>)</li> <li><a href="https://github.com/ent/ent/commit/40dfcc82ed368fca7adae9e955a48d99ba478c84"><code>40dfcc8</code></a> examples/migration: hash card number/cvv (<a href="https://redirect.github.com/ent/ent/issues/3879">#3879</a>)</li> <li><a href="https://github.com/ent/ent/commit/e1d4e10939af9436486862d7e9467c1792a0d683"><code>e1d4e10</code></a> examples: add session and session device (<a href="https://redirect.github.com/ent/ent/issues/3878">#3878</a>)</li> <li><a href="https://github.com/ent/ent/commit/8ce8a4160dea3e5f60a135bfe3c844b9084777f5"><code>8ce8a41</code></a> examples/migration: append enum not at the end (<a href="https://redirect.github.com/ent/ent/issues/3877">#3877</a>)</li> <li><a href="https://github.com/ent/ent/commit/2341a71acb8e88b94486c85c8191d855ba580b28"><code>2341a71</code></a> examples/migration: add payment entity (<a href="https://redirect.github.com/ent/ent/issues/3876">#3876</a>)</li> <li>Additional commits viewable in <a href="https://github.com/ent/ent/compare/v0.12.5...v0.13.0">compare view</a></li> </ul> </details> <br /> Updates `github.com/golangci/golangci-lint` from 1.55.2 to 1.56.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/releases">github.com/golangci/golangci-lint's releases</a>.</em></p> <blockquote> <h2>v1.56.1</h2> <p>golangci-lint is a free and open-source project, built by people in their free time. Also, the <a href="https://golangci-lint.run/product/thanks/">linter authors</a> are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️</p> <h2>Changelog</h2> <ul> <li>a25592b5 build(deps): bump github.com/Antonboom/testifylint from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4359">#4359</a>)</li> <li>828b6b4a build(deps): bump github.com/kisielk/errcheck from 1.6.3 to 1.7.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4358">#4358</a>)</li> <li>ca7b7a42 build(deps): bump github.com/mgechev/revive from 1.3.6 to 1.3.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4355">#4355</a>)</li> <li>b525f2b8 govet: disable loopclosure with go1.22 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4357">#4357</a>)</li> </ul> <h2>v1.56.0</h2> <p>golangci-lint is a free and open-source project, built by people in their free time. Also, the <a href="https://golangci-lint.run/product/thanks/">linter authors</a> are an important part of golangci-lint. If you use and appreciate golangci-lint please think to support us (golangci-lint maintainers and linters authors). ❤️</p> <h2>Changelog</h2> <ul> <li>bc169eb6 build(deps): bump actions/cache from 3 to 4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4329">#4329</a>)</li> <li>390acc9f build(deps): bump actions/setup-go from 4 to 5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4250">#4250</a>)</li> <li>42001943 build(deps): bump github.com/Antonboom/testifylint from 0.2.3 to 1.0.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4186">#4186</a>)</li> <li>a12dde07 build(deps): bump github.com/Antonboom/testifylint from 1.0.1 to 1.0.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4193">#4193</a>)</li> <li>7656f82c build(deps): bump github.com/Antonboom/testifylint from 1.0.2 to 1.1.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4330">#4330</a>)</li> <li>1a00b409 build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.1.0 to 3.2.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4304">#4304</a>)</li> <li>affa7d11 build(deps): bump github.com/OpenPeeDeeP/depguard/v2 from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4207">#4207</a>)</li> <li>553161d9 build(deps): bump github.com/alecthomas/go-check-sumtype from 0.1.3 to 0.1.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4317">#4317</a>)</li> <li>e32f2f3f build(deps): bump github.com/bombsimon/wsl/v4 from 3.4.0 to 4.2.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4215">#4215</a>)</li> <li>6e09a205 build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4352">#4352</a>)</li> <li>2b7c777b build(deps): bump github.com/catenacyber/perfsprint from 0.2.0 to 0.3.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4157">#4157</a>)</li> <li>be5c2e93 build(deps): bump github.com/catenacyber/perfsprint from 0.3.0 to 0.3.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4199">#4199</a>)</li> <li>84442f26 build(deps): bump github.com/catenacyber/perfsprint from 0.3.1 to 0.4.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4236">#4236</a>)</li> <li>5083ba8c build(deps): bump github.com/catenacyber/perfsprint from 0.4.0 to 0.5.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4258">#4258</a>)</li> <li>4ea9468c build(deps): bump github.com/catenacyber/perfsprint from 0.5.0 to 0.6.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4346">#4346</a>)</li> <li>1ead82ff build(deps): bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /tools (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4307">#4307</a>)</li> <li>815556a8 build(deps): bump github.com/daixiang0/gci from 0.11.2 to 0.12.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4260">#4260</a>)</li> <li>0264eaa5 build(deps): bump github.com/daixiang0/gci from 0.12.0 to 0.12.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4293">#4293</a>)</li> <li>da3eb313 build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4194">#4194</a>)</li> <li>97cb9054 build(deps): bump github.com/ghostiam/protogetter from 0.2.3 to 0.3.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4167">#4167</a>)</li> <li>2640ed7c build(deps): bump github.com/ghostiam/protogetter from 0.3.1 to 0.3.3 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4185">#4185</a>)</li> <li>3ff41630 build(deps): bump github.com/ghostiam/protogetter from 0.3.3 to 0.3.4 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4327">#4327</a>)</li> <li>87d55d9c build(deps): bump github.com/go-critic/go-critic from 0.10.0 to 0.11.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4295">#4295</a>)</li> <li>790c1632 build(deps): bump github.com/go-critic/go-critic from 0.9.0 to 0.10.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4249">#4249</a>)</li> <li>32dd629c build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0 in /tools (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4288">#4288</a>)</li> <li>77cfc00d build(deps): bump github.com/gordonklaus/ineffassign from 0.0.0-20230610083614-0e73809eb601 to 0.1.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4173">#4173</a>)</li> <li>53e2c534 build(deps): bump github.com/jgautheron/goconst from 1.6.0 to 1.7.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4200">#4200</a>)</li> <li>1bb8c57d build(deps): bump github.com/jjti/go-spancheck from 0.4.2 to 0.5.2 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4316">#4316</a>)</li> <li>77ffe366 build(deps): bump github.com/kunwardeep/paralleltest from 1.0.8 to 1.0.9 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4256">#4256</a>)</li> <li>8301163c build(deps): bump github.com/mgechev/revive from 1.3.4 to 1.3.5 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4305">#4305</a>)</li> <li>057c296c build(deps): bump github.com/mgechev/revive from 1.3.5 to 1.3.6 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4314">#4314</a>)</li> <li>b3146552 build(deps): bump github.com/nishanths/exhaustive from 0.11.0 to 0.12.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4195">#4195</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md">github.com/golangci/golangci-lint's changelog</a>.</em></p> <blockquote> <h3>v1.56.1</h3> <ol> <li>updated linters <ul> <li><code>errcheck</code>: from 1.6.3 to 1.7.0</li> <li><code>govet</code>: disable <code>loopclosure</code> with go1.22</li> <li><code>revive</code>: from 1.3.6 to 1.3.7</li> <li><code>testifylint</code>: from 1.1.0 to 1.1.1</li> </ul> </li> </ol> <h3>v1.56.0</h3> <ol> <li>new linters <ul> <li>feat: add <code>spancheck</code> linter <a href="https://github.com/jjti/go-spancheck">https://github.com/jjti/go-spancheck</a></li> </ul> </li> <li>updated linters <ul> <li><code>depguard</code>: from 2.1.0 to 2.2.0</li> <li><code>exhaustive</code>: from 0.11.0 to 0.12.0</li> <li><code>exhaustruct</code>: from 3.1.0 to 3.2.0</li> <li><code>gci</code>: from 0.11.2 to 0.12.1</li> <li><code>ginkgolinter</code>: from 0.14.1 to 0.15.2</li> <li><code>go-check-sumtype</code>: from 0.1.3 to 0.1.4</li> <li><code>go-critic</code>: from 0.9.0 to 0.11.0</li> <li><code>go-errorlint</code>: from 1.4.5 to 1.4.8</li> <li><code>go-spancheck</code>: from 0.4.2 to 0.5.2</li> <li><code>goconst</code>: from 1.6.0 to 1.7.0</li> <li><code>godot</code>: from 1.4.15 to 1.4.16</li> <li><code>gofumpt</code>: from 0.5.0 to 0.6.0</li> <li><code>inamedparam</code>: from 0.1.2 to 0.1.3</li> <li><code>ineffassign</code>: from 0.0.0-20230610083614-0e73809eb601 to 0.1.0</li> <li><code>ireturn</code>: from 0.2.2 to 0.3.0</li> <li><code>misspell</code>: add mode option</li> <li><code>musttag</code>: from v0.7.2 to v0.8.0</li> <li><code>paralleltest</code>: from 1.0.8 to 1.0.9</li> <li><code>perfsprint</code>: from 0.2.0 to 0.6.0</li> <li><code>protogetter</code>: from 0.2.3 to 0.3.4</li> <li><code>revive</code>: from 1.3.4 to 1.3.6</li> <li><code>sloglint</code>: add static-msg option</li> <li><code>sloglint</code>: from 0.1.2 to 0.4.0</li> <li><code>testifylint</code>: from 0.2.3 to 1.1.0</li> <li><code>unparam</code>: from 20221223090309-7455f1af531d to 20240104100049-c549a3470d14</li> <li><code>whitespace</code>: update after moving to the <code>analysis</code> package</li> <li><code>wsl</code>: from 3.4.0 to 4.2.0</li> <li><code>zerologlint</code>: from 0.1.3 to 0.1.5</li> </ul> </li> <li>misc. <ul> <li>🎉 go1.22 support</li> <li>Implement stats per linter with a flag</li> <li>fix: make versioning inside Docker image consistent with binaries</li> <li>fix: parse Go RC version</li> </ul> </li> <li>Documentation <ul> <li>Add missing fields to .golangci.reference.yml</li> <li>Fix noctx description</li> <li>Improve .golangci.reference.yml defaults</li> </ul> </li> </ol> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint/commit/a25592b52a064adbebd7f54f8bfe055171eaed9d"><code>a25592b</code></a> build(deps): bump github.com/Antonboom/testifylint from 1.1.0 to 1.1.1 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4359">#4359</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/828b6b4ac15b97f3931a31b32454862dc1188fe8"><code>828b6b4</code></a> build(deps): bump github.com/kisielk/errcheck from 1.6.3 to 1.7.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4358">#4358</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/b525f2b88d890353808717733dcb21732d8d8b7c"><code>b525f2b</code></a> govet: disable loopclosure with go1.22 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4357">#4357</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/ca7b7a42d23072903508290aa20d69ac7cb2de46"><code>ca7b7a4</code></a> build(deps): bump github.com/mgechev/revive from 1.3.6 to 1.3.7 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4355">#4355</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/3d3a0bc1034c4db7b1c438af2af4591f292431f1"><code>3d3a0bc</code></a> dev: use matrix go version</li> <li><a href="https://github.com/golangci/golangci-lint/commit/f6dc4d96174007e558d7776b666dd0e5f00a6a63"><code>f6dc4d9</code></a> docs: Update documentation and assets (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4354">#4354</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/1a00b409a8179b7ebb0618928bc1fc997b1a20a1"><code>1a00b40</code></a> build(deps): bump github.com/GaijinEntertainment/go-exhaustruct/v3 from 3.1.0...</li> <li><a href="https://github.com/golangci/golangci-lint/commit/192ee8929cbb2ba8158f59a8dd44dc0119e3bac4"><code>192ee89</code></a> go1.22 support (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4272">#4272</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/6e09a2051a8022081b58aa2b10169643c333ec5e"><code>6e09a20</code></a> build(deps): bump github.com/butuzov/ireturn from 0.2.2 to 0.3.0 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4352">#4352</a>)</li> <li><a href="https://github.com/golangci/golangci-lint/commit/a7c175b6c226d782419d7a2c85d5894b882a9bf5"><code>a7c175b</code></a> build(deps): bump peter-evans/create-pull-request from 5 to 6 (<a href="https://redirect.github.com/golangci/golangci-lint/issues/4348">#4348</a>)</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint/compare/v1.55.2...v1.56.1">compare view</a></li> </ul> </details> <br /> Updates `go.6river.tech/gosix` from 0.10.40 to 0.10.45 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/6RiverSystems/gosix/releases">go.6river.tech/gosix's releases</a>.</em></p> <blockquote> <h2>v0.10.45</h2> <h2>0.10.45 (2024-02-12)</h2> <h4>Chores</h4> <ul> <li><strong>deps:</strong> bump the go-everything group with 4 updates (<a href="https://redirect.github.com/6RiverSystems/gosix/issues/410">#410</a>) (47f58ee7)</li> <li><strong>deps:</strong> bump the go-everything group with 4 updates (9617eae2)</li> </ul> <h2>v0.10.44</h2> <h2>0.10.44 (2024-02-09)</h2> <h4>Bug Fixes</h4> <ul> <li>backup the ruleset (f604d98e)</li> </ul> <h2>v0.10.43</h2> <h2>0.10.43 (2024-02-09)</h2> <h4>Bug Fixes</h4> <ul> <li>missed a spot (e8731615)</li> </ul> <h2>v0.10.42</h2> <h2>0.10.42 (2024-02-09)</h2> <h4>Bug Fixes</h4> <ul> <li>disable sending specs to public validator server (b194affb)</li> <li>update swagger-ui (376e0892)</li> </ul> <h2>v0.10.41</h2> <h2>0.10.41 (2024-02-09)</h2> <h4>Bug Fixes</h4> <ul> <li>update pg versions for tests (4a0dc99d)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/6RiverSystems/gosix/commit/47f58ee74f71b632542acdcbdd9715ce164c80f1"><code>47f58ee</code></a> chore(deps): bump the go-everything group with 4 updates (<a href="https://redirect.github.com/6RiverSystems/gosix/issues/410">#410</a>)</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/9617eae284ada3b1151d6b2c163281164034a589"><code>9617eae</code></a> chore(deps): bump the go-everything group with 4 updates</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/f604d98e5d76d0774660786989c543717f7e7e3e"><code>f604d98</code></a> fix: backup the ruleset</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/e873161545181cd9d330cbaebfa2c161b09fe455"><code>e873161</code></a> fix: missed a spot</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/b194affb85d3670fc50627fe4e064fdf0a4aa270"><code>b194aff</code></a> fix: disable sending specs to public validator server</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/376e0892114c29eec51303f0081bb9eb6f8a203a"><code>376e089</code></a> fix: update swagger-ui</li> <li><a href="https://github.com/6RiverSystems/gosix/commit/4a0dc99d7005c798539fbff5ff3402385ea7facc"><code>4a0dc99</code></a> fix: update pg versions for tests</li> <li>See full diff in <a href="https://github.com/6RiverSystems/gosix/compare/v0.10.40...v0.10.45">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/tools` from 0.17.0 to 0.18.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/c5643e9baf7fed6936d70e3abf925f86fa895ca1"><code>c5643e9</code></a> gopls/internal/server: fix two bugs related to dynamic configuration</li> <li><a href="https://github.com/golang/tools/commit/50b4f1b124a3a03ca655a70817a9b95eedab863d"><code>50b4f1b</code></a> gopls/internal/golang: close open file</li> <li><a href="https://github.com/golang/tools/commit/f0ef3c690241cae5119135077dee723e50c1278d"><code>f0ef3c6</code></a> gopls: update x/telemetry dependency to fix crash</li> <li><a href="https://github.com/golang/tools/commit/8cf0a8e204a2438da431f503635abed925cbfb79"><code>8cf0a8e</code></a> gopls: record that v0.15 will be the last to support go1.18</li> <li><a href="https://github.com/golang/tools/commit/730dc3c170c3e54f0dc78e72a0943f7cd43bb425"><code>730dc3c</code></a> gopls/internal/settings: add a hidden option to disable zero config</li> <li><a href="https://github.com/golang/tools/commit/95f04f4ae85908c11fcb0f0cdb7d0e14ca318fe3"><code>95f04f4</code></a> gopls/internal/golang: add resolve support for inline refactorings</li> <li><a href="https://github.com/golang/tools/commit/9619683231abea86b02c3e2af49a1f5ee9fc5d1a"><code>9619683</code></a> gopls/internal/cache: treat local replaces as workspace modules</li> <li><a href="https://github.com/golang/tools/commit/a5af84e3f3e3a6f2652789eeba70253d6ea8cb4c"><code>a5af84e</code></a> gopls/internal/cache: check views on any on-disk change to go.mod files</li> <li><a href="https://github.com/golang/tools/commit/a7407facde3f3a9b2736a7306823549d2c24efae"><code>a7407fa</code></a> gopls: update telemetry</li> <li><a href="https://github.com/golang/tools/commit/314368ddf001d9629fdf2df9fce2b209f8890925"><code>314368d</code></a> go/analysis/passes/deepequalerrors: audit for types.Alias safety</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.17.0...v0.18.0">compare view</a></li> </ul> </details> <br /> Updates `golang.org/x/vuln` from 1.0.3 to 1.0.4 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/vuln/commit/5507063454b1b8c930db99818a88b52f1f143418"><code>5507063</code></a> cmd/govulncheck: mask line numbers and columns</li> <li><a href="https://github.com/golang/vuln/commit/c154f6ab18db9e446a7f1f92fdc080bf2e5424f8"><code>c154f6a</code></a> internal/scan: remove redundant new lines</li> <li><a href="https://github.com/golang/vuln/commit/0b50c25208d74b840947219258cea76aef885867"><code>0b50c25</code></a> internal/vulncheck: add position for sinks in findings' trace</li> <li><a href="https://github.com/golang/vuln/commit/f50d9a688b8e7931667e57b08b1b67f557dcace5"><code>f50d9a6</code></a> internal/scan: put -show <option> into single quotes</li> <li><a href="https://github.com/golang/vuln/commit/c02416c8c7595902d55d0f22b0ebbb56630a4ef9"><code>c02416c</code></a> internal/buildinfo: do module-level analysis with no PCLN table</li> <li><a href="https://github.com/golang/vuln/commit/3b6ac80fe42ebc1477564eee6f833c1aa86e4537"><code>3b6ac80</code></a> internal/scan: add a newline after summary</li> <li><a href="https://github.com/golang/vuln/commit/fadf1fa8c2c0198d896aec5df1a1f1ee119a04d4"><code>fadf1fa</code></a> internal/test: add more info on GoBuild failures</li> <li><a href="https://github.com/golang/vuln/commit/c28edb3d30958762325095ddcb9de0a162bf9aaf"><code>c28edb3</code></a> internal/scan: remove extra dot in a comment</li> <li><a href="https://github.com/golang/vuln/commit/1c2c5f69657c2e081ef84dd0d68948c771145291"><code>1c2c5f6</code></a> cmd/govulncheck: fix vendor test</li> <li><a href="https://github.com/golang/vuln/commit/95961a44ba7aa409e397a6fb22bef4df5258d605"><code>95961a4</code></a> internal/vulncheck: refactor a loop with an append</li> <li>Additional commits viewable in <a href="https://github.com/golang/vuln/compare/v1.0.3...v1.0.4">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/api` from 0.162.0 to 0.163.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/releases">google.golang.org/api's releases</a>.</em></p> <blockquote> <h2>v0.163.0</h2> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.162.0...v0.163.0">0.163.0</a> (2024-02-08)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2401">#2401</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/62ceaad2ceec932061195d173a3e1cef74e5c0bf">62ceaad</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2403">#2403</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47834b5efcbfcd8d3e701553b0a1762c3dc414fd">47834b5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2405">#2405</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2271ef712ec08f45d9973f543bfbf9243dc6e436">2271ef7</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md">google.golang.org/api's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-api-go-client/compare/v0.162.0...v0.163.0">0.163.0</a> (2024-02-08)</h2> <h3>Features</h3> <ul> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2401">#2401</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/62ceaad2ceec932061195d173a3e1cef74e5c0bf">62ceaad</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2403">#2403</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/47834b5efcbfcd8d3e701553b0a1762c3dc414fd">47834b5</a>)</li> <li><strong>all:</strong> Auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2405">#2405</a>) (<a href="https://github.com/googleapis/google-api-go-client/commit/2271ef712ec08f45d9973f543bfbf9243dc6e436">2271ef7</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-api-go-client/commit/87aa1d0849a8dec2e7389118bc32038b107bb284"><code>87aa1d0</code></a> chore(main): release 0.163.0 (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2402">#2402</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/2271ef712ec08f45d9973f543bfbf9243dc6e436"><code>2271ef7</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2405">#2405</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/47834b5efcbfcd8d3e701553b0a1762c3dc414fd"><code>47834b5</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2403">#2403</a>)</li> <li><a href="https://github.com/googleapis/google-api-go-client/commit/62ceaad2ceec932061195d173a3e1cef74e5c0bf"><code>62ceaad</code></a> feat(all): auto-regenerate discovery clients (<a href="https://redirect.github.com/googleapis/google-api-go-client/issues/2401">#2401</a>)</li> <li>See full diff in <a href="https://github.com/googleapis/google-api-go-client/compare/v0.162.0...v0.163.0">compare view</a></li> </ul> </details> <br /> Updates `google.golang.org/grpc` from 1.61.0 to 1.61.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's releases</a>.</em></p> <blockquote> <h2>Release 1.61.1</h2> <h1>Bug Fixes</h1> <ul> <li>server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (<a href="https://redirect.github.com/grpc/grpc-go/issues/6977">#6977</a>) <ul> <li>Special Thanks: <a href="https://github.com/s-matyukevich"><code>@s-matyukevich</code></a> for discovering the root cause</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/grpc/grpc-go/commit/c6e7f04eb9a3d9535c055b68aea36b723e46d470"><code>c6e7f04</code></a> Change version to 1.61.1 (<a href="https://redirect.github.com/grpc/grpc-go/issues/6981">#6981</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/dbd4cbcef164059f14ecc355d8a22b58c02a7fb8"><code>dbd4cbc</code></a> cherry-pick <a href="https://redirect.github.com/grpc/grpc-go/issues/6977">#6977</a> to 1.61.x release branch (<a href="https://redirect.github.com/grpc/grpc-go/issues/6980">#6980</a>)</li> <li><a href="https://github.com/grpc/grpc-go/commit/57ed608e2fd7f49761db00d3710ba881cb0944c9"><code>57ed608</code></a> Change version to 1.61.1-dev (<a href="https://redirect.github.com/grpc/grpc-go/issues/6937">#6937</a>)</li> <li>See full diff in <a href="https://github.com/grpc/grpc-go/compare/v1.61.0...v1.61.1">compare view</a></li> </ul> </details> <br /> Updates `modernc.org/sqlite` from 1.28.0 to 1.29.0 <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/cznic/sqlite/commit/d2e53214ee344d10bf4bbe183642de300624dc8d"><code>d2e5321</code></a> document v1.29.0 release</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/20b7633f99ee9037983e7093b01e5a32e4292d5f"><code>20b7633</code></a> upgrade supported targets to SQLite 3.45.1 /2</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/11df50cb7821804e1417ef09d1f2c03cc9ffb7a2"><code>11df50c</code></a> upgrade supported targets to SQLite 3.45.1</li> <li><a href="https://gitlab.com/cznic/sqlite/commit/0242c27033a2788d2f1fd45e00d6a22bac5ba326"><code>0242c27</code></a> add TestIssue171, updates <a href="https://gitlab.com/cznic/sqlite/issues/171">#171</a></li> <li>See full diff in <a href="https://gitlab.com/cznic/sqlite/compare/v1.28.0...v1.29.0">compare view</a></li> </ul> </details> <br /> <details> <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary> | Dependency Name | Ignore Conditions | | --- | --- | | golang.org/x/vuln | [>= 0.1.a, < 0.2] | | modernc.org/sqlite | [>= 1.24.a, < 1.25] | </details> 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 <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>
- Loading branch information