Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 13, 2025

Bumps the go-deps group with 3 updates: github.com/firebolt-db/firebolt-go-sdk, github.com/mark3labs/mcp-go and github.com/urfave/cli/v3.

Updates github.com/firebolt-db/firebolt-go-sdk from 1.8.0 to 1.8.1

Commits

Updates github.com/mark3labs/mcp-go from 0.25.0 to 0.27.0

Release notes

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

Release v0.27.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.26.0...v0.27.0

Release v0.26.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.25.0...v0.26.0

Commits
  • e5121b3 Release v0.27.0
  • eeb7070 fix: properly marshal ToolAnnotations with false values (#260)
  • e1f1b47 optimize listByPagination (#246)
  • 46bfb6f fix: fix some obvious simplifications (#267)
  • 716eabe docs: Remove reference to mcp.RoleSystem (#269)
  • 3dfa331 fix(server/stdio): risk of concurrent reads and data loss in readNextLine() (...
  • f8badd6 chore: replace interface{} with any (#261)
  • 3442d32 feat(MCPServer): avoid unnecessary notifications when Resource/Tool not exist...
  • 61b9784 docs: make code examples in the README correct as per spec (#268)
  • 1c99eaf test(server): reliably detect Start/Shutdown deadlock in SSEServer (#264)
  • Additional commits viewable in compare view

Updates github.com/urfave/cli/v3 from 3.3.2 to 3.3.3

Release notes

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

v3.3.3

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.2...v3.3.3

Commits
  • 897feda Merge pull request #2128 from urfave/fix_docs_051025
  • d6d1fe5 Fix docs
  • f5f433a Merge pull request #2124 from bittrance/fish-completions-setup
  • 72e00f8 Merge pull request #2127 from nickajacks1/urfavcli-date-off-by-one
  • cf14b66 fix: off-by-one in timestamp parsing
  • ac40eb5 chore(deps): bump golangci/golangci-lint-action from 7 to 8 (#2123)
  • 86cbfed Fish completion tests now include command setup.
  • 9de83fa Fish completion presents only the canonical name of suggested command.
  • 8f20a35 Merge pull request #2122 from bittrance/fish-completion-hidden-commands
  • 2668153 Merge pull request #2121 from bittrance/fish-completion-toplevel-detection
  • Additional commits viewable 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

Bumps the go-deps group with 3 updates: [github.com/firebolt-db/firebolt-go-sdk](https://github.com/firebolt-db/firebolt-go-sdk), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [github.com/urfave/cli/v3](https://github.com/urfave/cli).


Updates `github.com/firebolt-db/firebolt-go-sdk` from 1.8.0 to 1.8.1
- [Commits](firebolt-db/firebolt-go-sdk@v1.8.0...v1.8.1)

Updates `github.com/mark3labs/mcp-go` from 0.25.0 to 0.27.0
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.25.0...v0.27.0)

Updates `github.com/urfave/cli/v3` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: github.com/firebolt-db/firebolt-go-sdk
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/urfave/cli/v3
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from kop May 13, 2025 12:28
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 13, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 13, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 13, 2025
@sonarqubecloud
Copy link

@kop kop merged commit a64f8c1 into main May 13, 2025
6 checks passed
@kop kop deleted the dependabot/go_modules/go-deps-fab53be5f7 branch May 13, 2025 15:13
kop pushed a commit that referenced this pull request May 20, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.3.1](v0.3.0...v0.3.1)
(2025-05-20)


### Dependencies

* **github-actions:** bump the github-actions-deps group across 1
directory with 2 updates
([#23](#23))
([293551d](293551d))
* **gomod:** bump github.com/mark3labs/mcp-go from 0.27.0 to 0.29.0 in
the go-deps group
([#27](#27))
([da0a034](da0a034))
* **gomod:** bump the go-deps group across 1 directory with 6 updates
([#24](#24))
([145ec54](145ec54))
* **gomod:** bump the go-deps group with 3 updates
([#26](#26))
([a64f8c1](a64f8c1))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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