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 golang.org/x/tools from 0.14.0 to 0.15.0 in /packag…
…es/@jsii/go-runtime-test/project (#4320) Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.14.0 to 0.15.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.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/729e159c03f809dea9d75605900b19a66793d955"><code>729e159</code></a> go.mod: update golang.org/x dependencies</li> <li><a href="https://github.com/golang/tools/commit/38ed81a6b5538535b3f83203cf3bf0c6289e2291"><code>38ed81a</code></a> gopls/internal/regtest/marker: porting extract tests</li> <li><a href="https://github.com/golang/tools/commit/bbf8380961d57b5bb9347781a1718de28a09f6ae"><code>bbf8380</code></a> gopls/internal/regtest/marker: use golden diffs for suggested fixes</li> <li><a href="https://github.com/golang/tools/commit/51df92b224f5bbb7d2cabb52c0c77410b2d590e7"><code>51df92b</code></a> go/ssa: two minor cleanups</li> <li><a href="https://github.com/golang/tools/commit/e7fb31ad45aafe6733523da75a71131305a27ad9"><code>e7fb31a</code></a> internal/cmd/deadcode: rename -format to -f</li> <li><a href="https://github.com/golang/tools/commit/c538b4e9949aa032ec14c82465b7d70fa34a97fd"><code>c538b4e</code></a> internal/cmd/deadcode: add -whylive=function flag</li> <li><a href="https://github.com/golang/tools/commit/b753e58b842175872367e87e377c4669b5037a0c"><code>b753e58</code></a> internal/lsp/helper: fix misspelled "Code generated" comment</li> <li><a href="https://github.com/golang/tools/commit/2638d6633698ef021f5b0802ae79c64eeddd8bf7"><code>2638d66</code></a> internal/cmd/deadcode: omit package/func keywords in default output</li> <li><a href="https://github.com/golang/tools/commit/118c362a56589bbbb0a0950d2d5e8850d5366609"><code>118c362</code></a> gopls/internal/lsp/source: fix signatureHelp with pointer receivers</li> <li><a href="https://github.com/golang/tools/commit/4124316da0c55abb58bd81da62d6424cc92f7e59"><code>4124316</code></a> gopls/internal/lsp/cache: remove baseCtx from the View</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.14.0...v0.15.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.15.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>
- Loading branch information