Skip to content

build(deps): bump golang.org/x/tools from 0.45.0 to 0.46.0 in the go-dependencies group#6

Merged
KARTIKrocks merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-563a210b6d
Jun 15, 2026
Merged

build(deps): bump golang.org/x/tools from 0.45.0 to 0.46.0 in the go-dependencies group#6
KARTIKrocks merged 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-563a210b6d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 1 update: golang.org/x/tools.

Updates golang.org/x/tools from 0.45.0 to 0.46.0

Commits
  • 3d6f8df go/packages: propagate PATH in TestConfigEnvDoesNotInheritProcessEnv
  • 47abf61 gopls: move internal/tool into gopls/internal/tool
  • 19cebc5 go/packages/gopackages: use standard flag package instead of internal/tool
  • e965c10 gopls/internal/test/marker: update hover test
  • 96efd3d gopls/internal/golang/stubmethods: support generic interfaces
  • 83be7b7 go.mod: update golang.org/x dependencies
  • bf05c11 internal/typesinternal: ForEachElement: test generic methods
  • 99df0ab go/callgraph/static: support generic methods
  • 6942095 go/ssa: fix instantiation of generic methods on non-generic receivers
  • 070e85d go/callgraph/rta: skip generic methods in fingerprinting
  • 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 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

Summary by CodeRabbit

  • Chores
    • Updated module dependencies to their latest versions.

Bumps the go-dependencies group with 1 update: [golang.org/x/tools](https://github.com/golang/tools).


Updates `golang.org/x/tools` from 0.45.0 to 0.46.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: golang.org/x/tools
  dependency-version: 0.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 15, 2026
@coderabbitai

coderabbitai Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 5eae9170-70d7-4e32-b07a-75094b91576e

📥 Commits

Reviewing files that changed from the base of the PR and between 084d3bd and fbccbe6.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Walkthrough

go.mod bumps two indirect dependencies — golang.org/x/mod from v0.36.0 to v0.37.0 and golang.org/x/sync from v0.20.0 to v0.21.0 — and reorganizes the require blocks so direct and indirect entries are grouped separately. No public API or logic changes.

Changes

Indirect Dependency Bump

Layer / File(s) Summary
go.mod indirect version bumps
go.mod
golang.org/x/mod bumped to v0.37.0, golang.org/x/sync bumped to v0.21.0; require blocks reformatted to separate direct from indirect entries.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

Two modules crept forward, quiet as mice,
x/mod and x/sync both bumped up, how nice.
No hot paths disturbed, no PII in sight,
A clean little go.mod put squarely right.
sqlguard stands guard — dependencies tight. 🔒

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title focuses on bumping golang.org/x/tools from 0.45.0 to 0.46.0, but the raw summary shows that golang.org/x/mod and golang.org/x/sync were also bumped, making the title incomplete. Update the title to reflect all dependency bumps, or clarify that only golang.org/x/tools is the primary change while others are indirect updates.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/go-dependencies-563a210b6d

Comment @coderabbitai help to get the list of available commands and usage tips.

@KARTIKrocks KARTIKrocks merged commit 4c6ad50 into main Jun 15, 2026
7 checks passed
@dependabot dependabot Bot deleted the dependabot/go_modules/go-dependencies-563a210b6d branch June 15, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant