Skip to content

build(deps): bump the dependabot-gomod-minor group with 2 updates#293

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-507013a91c
Open

build(deps): bump the dependabot-gomod-minor group with 2 updates#293
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/go_modules/dependabot-gomod-minor-507013a91c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependabot-gomod-minor group with 2 updates: github.com/lmittmann/tint and github.com/mark3labs/mcp-go.

Updates github.com/lmittmann/tint from 1.1.3 to 1.2.0

Release notes

Sourced from github.com/lmittmann/tint's releases.

v1.2.0

tint.NewHandler is now deprecated in favor of the new tint.NewTextHandler. Existing code keeps working, and go fix (Go 1.26+) upgrades call sites automatically.

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.3...v1.2.0

Commits

Updates github.com/mark3labs/mcp-go from 0.55.1 to 0.56.0

Commits
  • f6f3485 fix(server): render readable ErrorKind labels in validation messages (#915)
  • 9e8fddc fix(tools): preserve raw JSON for tool arguments and structuredContent (#916)
  • 8602980 feat(server): add automatic DNS rebinding protection for localhost (#921)
  • See full diff in compare view

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

Bumps the dependabot-gomod-minor group with 2 updates: [github.com/lmittmann/tint](https://github.com/lmittmann/tint) and [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go).


Updates `github.com/lmittmann/tint` from 1.1.3 to 1.2.0
- [Release notes](https://github.com/lmittmann/tint/releases)
- [Commits](lmittmann/tint@v1.1.3...v1.2.0)

Updates `github.com/mark3labs/mcp-go` from 0.55.1 to 0.56.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.55.1...v0.56.0)

---
updated-dependencies:
- dependency-name: github.com/lmittmann/tint
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-gomod-minor
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependabot-gomod-minor
...

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 Jul 21, 2026
Copilot AI review requested due to automatic review settings July 21, 2026 20:34
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 21, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates Go module dependencies to newer versions.

Changes:

  • Bumped github.com/lmittmann/tint from v1.1.3 to v1.2.0
  • Bumped github.com/mark3labs/mcp-go from v0.55.1 to v0.56.0
  • Updated go.sum checksums to match the new module versions

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates required module versions for tint and mcp-go.
go.sum Refreshes sums to align with the updated module versions.

@dmcilvaney

Copy link
Copy Markdown
Contributor

@copilot Can you have a look at the lint issue (deprecated comp) in this pr, and propose a fix?

Copilot AI review requested due to automatic review settings July 21, 2026 22:47
@dependabot
dependabot Bot removed the request for review from Copilot July 21, 2026 22:47

Copilot AI commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

@copilot Can you have a look at the lint issue (deprecated comp) in this pr, and propose a fix?

Fixed in commit 0080dcc by replacing deprecated tint.NewHandler with tint.NewTextHandler in internal/app/azldev/app.go. I also re-ran lint (mage check lint), unit tests (mage unit), and build (mage build), and the deprecation lint issue is resolved.

Copilot AI requested a review from dmcilvaney July 21, 2026 22:48
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.

3 participants