Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): Bump golang.org/x/tools from 0.14.0 to 0.16.0 (#706)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.14.0 to 0.16.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/tools/releases">golang.org/x/tools's releases</a>.</em></p> <blockquote> <h2>gopls/v0.14.2</h2> <p>This release contains just one change: an upgrade of <a href="https://pkg.go.dev/golang.org/x/telemetry">x/telemetry</a><code>golang/go#63832</code></p> <p>Previously, when the telemetry mode was "off" (the default), counter data would not be uploaded, but <em>would</em> be written to the <a href="https://pkg.go.dev/os#UserConfigDir"><code>os.UserConfigDir()/go/telemetry/local</code></a> directory of the local file system. We heard from a few users that, as a matter of policy within their organization, they need a way to prevent even this local data from being written. With this release, running <a href="https://pkg.go.dev/golang.org/x/telemetry/cmd/gotelemetry"><code>gotelemetry off</code></a> will stop gopls from writing this local counter data. Note that the <code>os.UserConfigDir()/go/telemetry/mode</code> file must be written to record the "off" state.</p> <p>The new default telemetry mode is "local", which behaves the same way as "off" did before. In "local" mode, counter data is written to the local file system, but not uploaded. Local data can be inspected with the <code>gotelemetry view</code> command.</p> <p>See <a href="https://redirect.github.com/golang/go/issues/63832">golang/go#63832</a> for more details. Thanks again for helping us support transparent telemetry in gopls. As described in the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0">v0.14.0 release notes</a>, we are confident that this data will help us produce a better, faster, more reliable product. In fact <a href="https://github.com/golang/go/labels/gopls%2Ftelemetry-wins">this is already happening</a>.</p> <h2>gopls/v0.14.1</h2> <p>This release contains just two changes:</p> <ul> <li>A workaround for a regression affecting some users of <code>GOPACKAGESDRIVER</code>: <a href="https://redirect.github.com/golang/go/issues/63751">golang/go#63751</a>, for example those using gopls with an older version of <a href="https://bazel.build/">Bazel</a>. When the <a href="https://pkg.go.dev/golang.org/x/tools/go/packages"><code>go/packages</code></a> driver is missing compiler or architecture information, gopls now assumes a default value rather than failing to load package information.</li> <li>A fix for a minor bug in the <a href="https://github.com/golang/tools/releases/tag/gopls%2Fv0.14.0">new</a> "remove unused parameter" refactoring: <a href="https://redirect.github.com/golang/go/issues/63755">golang/go#63755</a>. Notably, this bug was discovered via an automated report from someone who had opted in to <a href="https://telemetry.go.dev/privacy">Go telemetry</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/a9ef4cfeacd705b0e43cc2935571a80b6547d70c"><code>a9ef4cf</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/d9b9452656b6061e51acbfb411087aaf7ca6d342"><code>d9b9452</code></a> gopls/internal/lsp/cache: move quick-fix bundling logic to the cache pkg</li> <li><a href="https://github.com/golang/tools/commit/1733061d5fbd81eec28621bcc4d1e41158618669"><code>1733061</code></a> go/analysis/passes/testinggoroutine: report by enclosing regions</li> <li><a href="https://github.com/golang/tools/commit/b19be0fa71558b3bd27dd4210d9eee35fd52db91"><code>b19be0f</code></a> gopls/internal/cmd/help_test.go: document</li> <li><a href="https://github.com/golang/tools/commit/daa4aa59ed4efe3c28946c15b249fb8609074354"><code>daa4aa5</code></a> gopls/internal/lsp/source: stubmethods: fix out-of-bounds index</li> <li><a href="https://github.com/golang/tools/commit/a586d0db8420774bb736981052730e51efca1dac"><code>a586d0d</code></a> go/types/internal/play: show more types.Scope detail</li> <li><a href="https://github.com/golang/tools/commit/53ad329bd98f6eea2106d46f2c1655cbbdd28242"><code>53ad329</code></a> gopls/internal/lsp/source: move edit logic into the protocol package</li> <li><a href="https://github.com/golang/tools/commit/3c677e3f7d23999e4a31018a5f6bfade055408b7"><code>3c677e3</code></a> gopls/internal/lsp/cache: move SuggestedFixFromCommand into cache</li> <li><a href="https://github.com/golang/tools/commit/ab6af7d4bb284d8cae8d82939c658a178fa7ec9f"><code>ab6af7d</code></a> gopls/internal/lsp/source: extract InDir to a new pathutil package</li> <li><a href="https://github.com/golang/tools/commit/e7d61d9d57a6c8718dbc18fee6d5ac92d2ebd8f8"><code>e7d61d9</code></a> gopls/internal/lsp/cache: simplify named error values</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.14.0...v0.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/tools&package-manager=go_modules&previous-version=0.14.0&new-version=0.16.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information