Bump golang.org/x/tools from 0.1.11 to 0.1.12 #54

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/golang.org/x/tools-0.1.12 into v3 2022-08-28 17:32:29 +03:00
dependabot[bot] commented 2022-07-28 18:21:06 +03:00 (Migrated from github.com)

Bumps golang.org/x/tools from 0.1.11 to 0.1.12.

Commits
  • b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are
  • 39a4e36 internal/lsp/regtest: only run /default tests with -short
  • f157068 internal/lsp/regtest: allow sharing memoized results across regtests
  • 8ccb25c internal/lsp: treat struct tags as string type
  • 6c8a6c4 internal/lsp: suppress parameter hint when argument matches parameter
  • c83f42d internal/lsp: update inlay hints documentation to include go snippets
  • 8b47d4e all: update dependencies
  • 7600454 gopls: update dependencies
  • 2a6393f internal/lsp: Refactor to share logic with rename
  • 4375b29 cmd/auth/cookieauth: delete unreachable os.Exit
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.1.11 to 0.1.12. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golang/tools/commit/b3b5c13b291f9653da6f31b95db100a2e26bd186"><code>b3b5c13</code></a> internal/lsp/cache: invalidate packages with missing deps when files are</li> <li><a href="https://github.com/golang/tools/commit/39a4e36475d99fd719f5d62f870e662e057c7ad2"><code>39a4e36</code></a> internal/lsp/regtest: only run /default tests with -short</li> <li><a href="https://github.com/golang/tools/commit/f157068c1bcac39caec6a43bfd495c40845cf542"><code>f157068</code></a> internal/lsp/regtest: allow sharing memoized results across regtests</li> <li><a href="https://github.com/golang/tools/commit/8ccb25c9a3d7c598b204d612763dc0192a01952c"><code>8ccb25c</code></a> internal/lsp: treat struct tags as string type</li> <li><a href="https://github.com/golang/tools/commit/6c8a6c40933532ebe1271a3a5c8ff53bfdb8f1d5"><code>6c8a6c4</code></a> internal/lsp: suppress parameter hint when argument matches parameter</li> <li><a href="https://github.com/golang/tools/commit/c83f42da700064452a622c90d97093e13e8d236b"><code>c83f42d</code></a> internal/lsp: update inlay hints documentation to include go snippets</li> <li><a href="https://github.com/golang/tools/commit/8b47d4e187e3f98d5c096495bcea329f33e99055"><code>8b47d4e</code></a> all: update dependencies</li> <li><a href="https://github.com/golang/tools/commit/76004542dc1955c2c789d856b2e2ded6002412cf"><code>7600454</code></a> gopls: update dependencies</li> <li><a href="https://github.com/golang/tools/commit/2a6393fe54b36af368a3d319f92cd3b1efee7741"><code>2a6393f</code></a> internal/lsp: Refactor to share logic with rename</li> <li><a href="https://github.com/golang/tools/commit/4375b29f44fb3bfb45abe6d2e1de68c34fcd9ec5"><code>4375b29</code></a> cmd/auth/cookieauth: delete unreachable os.Exit</li> <li>Additional commits viewable in <a href="https://github.com/golang/tools/compare/v0.1.11...v0.1.12">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.1.11&new-version=0.1.12)](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 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>
github-actions[bot] (Migrated from github.com) reviewed 2022-07-28 18:21:25 +03:00
github-actions[bot] (Migrated from github.com) approved these changes 2022-08-28 17:28:50 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/protoc-gen-go-micro#54
No description provided.