Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2025

Bumps the go-deps group with 7 updates in the / directory:

Package From To
github.com/JohannesKaufmann/html-to-markdown/v2 2.3.3 2.4.0
github.com/firebolt-db/firebolt-go-sdk 1.10.0 1.11.0
github.com/mark3labs/mcp-go 0.34.0 0.39.1
github.com/stretchr/testify 1.10.0 1.11.1
github.com/urfave/cli/v3 3.3.8 3.4.1
golang.org/x/oauth2 0.30.0 0.31.0
golang.org/x/sync 0.16.0 0.17.0

Updates github.com/JohannesKaufmann/html-to-markdown/v2 from 2.3.3 to 2.4.0

Release notes

Sourced from github.com/JohannesKaufmann/html-to-markdown/v2's releases.

v2.4.0

Changelog

  • a473df28a938317bae49197a5ddb9530502c09d3 cli: input argument takes precedence over stdin
  • 1aa78e44bbe59b216c9ad83f32113f371977e8d1 github actions: also test go 1.24
  • c4964fb5029af663704cfcab62498d60a94efd1d update dependencies
Commits

Updates github.com/firebolt-db/firebolt-go-sdk from 1.10.0 to 1.11.0

Commits
  • 06763af Automatic version bump to v1.11.0
  • 5d3c887 ci(NoTicket): Update go versions (#153)
  • 755f3dc feat(FIR-46460): support transactions in go sdk (#152)
  • 28daf20 feat(FIR-42860): add server side async query support (#151)
  • de7d521 ci(NoTicket): Update golangci-lint to 2.2.1 (#150)
  • b64dc9f fix: add database suffix to prevent name collisions in nightly workflows (FIR...
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.34.0 to 0.39.1

Release notes

Sourced from github.com/mark3labs/mcp-go's releases.

Release v0.39.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.39.0...v0.39.1

Release v0.39.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.38.0...v0.39.0

Release v0.38.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.37.0...v0.38.0

Release v0.37.0

⚠️ Breaking Changes

The Result.Meta field type has changed from map[string]any to *Meta. Code that directly accesses or sets this field will need to be updated:

</tr></table> 

... (truncated)

Commits
  • 3d1bfca fix(tool): Do not return empty outputSchema (#573)
  • 35fc389 Format
  • 5298f64 oauth client example: skip DCR if MCP_CLIENT_ID is set (#549)
  • 004ca9e docs(client): improve server reliability and error handling (#560)
  • d2f81b6 fix: prevent double-starting stdio transport in client (#564)
  • 40ce109 feat: add tls support for streamable-http (#568)
  • ef80a50 feat: add resource handler middleware capability (#569)
  • b924391 fix(tool): Return the OutputSchema from the tool definition (#571)
  • 4e353ac fix: use bufio.Scanner for stdio transport to avoid panic when stdio mcp serv...
  • 35ebaa5 Add releases notification
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.1

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.11.1

This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • 2a57335 Merge pull request #1788 from brackendawson/1785-backport-1.11
  • af8c912 Backport #1786 to release/1.11
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.3.8 to 3.4.1

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.4.1

What's Changed

Full Changelog: urfave/cli@v3.4.0...v3.4.1

v3.4.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.9...v3.4.0

v3.3.9

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.8...v3.3.9

Commits
  • c53cbcd Merge pull request #2186 from urfave/make-v3-recommended
  • 8a4b044 Merge pull request #2179 from urfave/dependabot/github_actions/actions/checko...
  • e086038 chore(deps): bump actions/checkout from 4 to 5
  • 357bd32 Document that v3 is recommended for new development
  • bb3b8eb Merge pull request #2181 from urfave/use-updated-actions-labels
  • b755406 Use recommended GitHub Actions runner labels
  • 3976dfc Merge pull request #2180 from urfave/consistent-public-defaults-and-more
  • c32894b Use OsExiter consistently
  • c923775 Ensure public vars reference public types
  • ba5d54b Merge pull request #2177 from jllovet/contributor-docs
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.30.0 to 0.31.0

Commits
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • See full diff in compare view

Updates golang.org/x/sync from 0.16.0 to 0.17.0

Commits
  • 04914c2 all: upgrade go directive to at least 1.24.0 [generated]
  • 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 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 <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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@kop
Copy link
Collaborator

kop commented Oct 21, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@kop
Copy link
Collaborator

kop commented Oct 21, 2025

@dependabot recreate

Bumps the go-deps group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/JohannesKaufmann/html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown) | `2.3.3` | `2.4.0` |
| [github.com/firebolt-db/firebolt-go-sdk](https://github.com/firebolt-db/firebolt-go-sdk) | `1.10.0` | `1.11.0` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.34.0` | `0.39.1` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.3.8` | `3.4.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.31.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.16.0` | `0.17.0` |



Updates `github.com/JohannesKaufmann/html-to-markdown/v2` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/JohannesKaufmann/html-to-markdown/releases)
- [Changelog](https://github.com/JohannesKaufmann/html-to-markdown/blob/main/.goreleaser.yaml)
- [Commits](JohannesKaufmann/html-to-markdown@v2.3.3...v2.4.0)

Updates `github.com/firebolt-db/firebolt-go-sdk` from 1.10.0 to 1.11.0
- [Commits](firebolt-db/firebolt-go-sdk@v1.10.0...v1.11.0)

Updates `github.com/mark3labs/mcp-go` from 0.34.0 to 0.39.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.34.0...v0.39.1)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.1)

Updates `github.com/urfave/cli/v3` from 3.3.8 to 3.4.1
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.3.8...v3.4.1)

Updates `golang.org/x/oauth2` from 0.30.0 to 0.31.0
- [Commits](golang/oauth2@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.16.0 to 0.17.0
- [Commits](golang/sync@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown/v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/firebolt-db/firebolt-go-sdk
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-deps-5b1b1b9b47 branch from b64dbc4 to e062a75 Compare October 21, 2025 21:00
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.

2 participants