Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Package From To
github.com/JohannesKaufmann/html-to-markdown/v2 2.3.1 2.3.2
github.com/firebolt-db/firebolt-go-sdk 1.7.1 1.8.0
github.com/mark3labs/mcp-go 0.22.0 0.25.0
github.com/urfave/cli/v3 3.2.0 3.3.2
golang.org/x/oauth2 0.29.0 0.30.0
golang.org/x/sync 0.13.0 0.14.0

Updates github.com/JohannesKaufmann/html-to-markdown/v2 from 2.3.1 to 2.3.2

Release notes

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

v2.3.2

Changelog

  • 93e3b292f23a394424dc52cf39a7ea0c7a498915 Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)
  • 590da905fc2a11fc39b1ff3df3835513c3d4ef20 change min go version to 1.23.0
  • 87d643e58c944c7f2c30bd2a7ab45986f7031894 plugin(table): Add option to preserve tables with new lines (#156)
  • 64e925c2d1c0ab6c36624a0084aced4e9ff040d9 update dependencies
  • 1df20fe15b41e20f5465458d20a76de804664081 update go version in github actions
Commits
  • 64e925c update dependencies
  • 1df20fe update go version in github actions
  • 590da90 change min go version to 1.23.0
  • 93e3b29 Bump github.com/yuin/goldmark from 1.7.8 to 1.7.10 (#157)
  • 87d643e plugin(table): Add option to preserve tables with new lines (#156)
  • See full diff in compare view

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

Commits

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

Release notes

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

Release v0.25.0

What's Changed

New Contributors

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

Release v0.24.1

What's Changed

Full Changelog: mark3labs/mcp-go@v0.24.0...v0.24.1

Release v0.24.0

What's Changed

New Contributors

... (truncated)

Commits
  • eadd702 Format
  • 4a1010e feat(server/sse): Add support for dynamic base paths (#214)
  • cfeb0ee feat: quick return tool-call request, send response via SSE in goroutine (#163)
  • d352118 feat(SSEServer): add WithAppendQueryToMessageEndpoint() (#136)
  • df5f67e [chore][client] Add ability to override the http.Client (#109)
  • ddb59dd fix: handle nil rawMessage in response parsing functions (#218)
  • f0a648b fix(SSE): only initialize http.Server when not set (#229)
  • ffc63d9 Add Accept header (#230)
  • ae96a68 fix: update doc comments to match Go conventions (#226)
  • df73667 fix(client/test): verify mock server binary exists after compilation (#215)
  • Additional commits viewable in compare view

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

Release notes

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

v3.3.2

What's Changed

New Contributors

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

v3.3.1

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.2.0...v3.3.0

Commits
  • 53ad542 Merge pull request #2111 from G-Rath/patch-1
  • 48761dc Merge pull request #2119 from dearchap/cleanup_docs_04272025_2
  • 32315ca Update docs/v3/examples/flags/value-sources.md
  • 52b34b7 Update docs/v3/examples/flags/value-sources.md
  • da9b368 Update docs/v3/examples/flags/value-sources.md
  • b0e42aa Cleanup docs
  • 6573da7 Add docs for advanced value source
  • d855698 Merge pull request #2118 from dearchap/cleanup_docs_04272025
  • 6f37f6a Merge pull request #2114 from bittrance/fish-completion-no-files
  • 9a8c558 Cleanup docs
  • Additional commits viewable in compare view

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

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • See full diff in compare view

Updates golang.org/x/sync from 0.13.0 to 0.14.0

Commits

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 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/JohannesKaufmann/html-to-markdown/v2](https://github.com/JohannesKaufmann/html-to-markdown) | `2.3.1` | `2.3.2` |
| [github.com/firebolt-db/firebolt-go-sdk](https://github.com/firebolt-db/firebolt-go-sdk) | `1.7.1` | `1.8.0` |
| [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) | `0.22.0` | `0.25.0` |
| [github.com/urfave/cli/v3](https://github.com/urfave/cli) | `3.2.0` | `3.3.2` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.29.0` | `0.30.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.13.0` | `0.14.0` |



Updates `github.com/JohannesKaufmann/html-to-markdown/v2` from 2.3.1 to 2.3.2
- [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.1...v2.3.2)

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

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

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

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

Updates `golang.org/x/sync` from 0.13.0 to 0.14.0
- [Commits](golang/sync@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/JohannesKaufmann/html-to-markdown/v2
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/firebolt-db/firebolt-go-sdk
  dependency-version: 1.8.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.25.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.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sync
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 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 requested a review from kop May 6, 2025 12:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 6, 2025
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 6, 2025

@kop kop merged commit 145ec54 into main May 6, 2025
6 checks passed
@kop kop deleted the dependabot/go_modules/go-deps-f7c7341e60 branch May 6, 2025 13:03
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