Skip to content

chore(deps): bump the all group across 1 directory with 4 updates#8

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-6e42ffb119
Open

chore(deps): bump the all group across 1 directory with 4 updates#8
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/all-6e42ffb119

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps the all group with 4 updates in the / directory: charm.land/fantasy, github.com/lucasb-eyer/go-colorful, github.com/mark3labs/mcp-go and github.com/mattn/go-isatty.

Updates charm.land/fantasy from 0.12.3 to 0.17.1

Release notes

Sourced from charm.land/fantasy's releases.

v0.17.1

OpenAI & Compat fixes

This release includes a couple fixes for OpenAI and OpenAI-compatible providers.

Some missing pieces for OpenAI streaming were added.

We also added some missing constants for reasoning effort levels (none, minimal, xhigh) and made sure they are respected.

Changelog

Other stuff

  • 46203291560960562ccfc341098d0564fc895e31: fix(providers/openai): emit source parts for Responses API streaming annotations (#187) (@​kylecarbs)
  • d13521ab698a2f28f58f123d0cd424855b8dab33 chore(openai): add missing constants and checks for some thinking effort levels (#86) (@​ibetitsmike and @​andreynering)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.17.0

Anthropic Computer Use

Fantasy now supports Anthropic Computer Use, thanks to a contribution from @​hugodutka from our friends at @​coder.

Want to see how it works? Check out this example.

Changelog

New!

  • 0cab8bfed4df7148dcbb0ed01c02208b401abea5: feat: anthropic computer use (#185) (@​hugodutka)

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.16.0

Friday patch

Hey all. Here's a small list of changes:

  • Added new bedrock.WithBaseURL
  • Fixed errors related to thinking replays with OpenAI when using store: false (the default)
  • Fixed issue with tools calls in GitHub Copilot
  • Improved compatibility on tools calls with Ollama

Changelog

... (truncated)

Commits
  • 11a1e0f v0.17.1
  • d13521a chore(openai): add missing constants and checks for some thinking effort leve...
  • ebc9cb1 chore: run modernize (#188)
  • 4620329 fix(providers/openai): emit source parts for Responses API streaming annotati...
  • 99e504c v0.17.0
  • 46820ff chore(examples): go mod tidy
  • 0cab8bf feat: anthropic computer use (#185)
  • bdfda5e chore(deps): bump github.com/ardanlabs/kronk in the kronk group (#184)
  • eec5a32 chore(deps): bump the all group with 2 updates (#183)
  • ca0e707 v0.16.0
  • Additional commits viewable in compare view

Updates github.com/lucasb-eyer/go-colorful from 1.3.0 to 1.4.0

Release notes

Sourced from github.com/lucasb-eyer/go-colorful's releases.

v1.4.0

This release adds support for CSS Color Level 4 wide-gamut RGB color spaces, along with D50 XYZ helpers and a small HexColor usability improvement.

Added

  • Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces DisplayP3, A98Rgb, ProPhotoRgb, and Rec2020 (#81)
  • XyzD50, Color.XyzD50, D50ToD65, and D65ToD50 for working with D50-based color spaces (#81)
  • HexColor now implements fmt.Stringer
Changelog

Sourced from github.com/lucasb-eyer/go-colorful's changelog.

[1.4.0] - 2026-03-28

Added

  • Constructors, decomposers, and blend functions for the CSS Color Level 4 wide-gamut RGB color spaces DisplayP3, A98Rgb, ProPhotoRgb, and Rec2020 (#81)
  • XyzD50, Color.XyzD50, D50ToD65, and D65ToD50 for working with D50-based color spaces (#81)
  • HexColor now implements fmt.Stringer
Commits
  • 960803e ready for v1.4.0
  • e898165 feat(HexColor): add fmt.Stringer interface support
  • e7e3399 feat: add CSS Color Level 4 wide-gamut RGB color spaces and XYZ D50
  • 5017032 Clarify loss of alpha-parsing in Hex in changelog.
  • f2a4dc6 Update README.md to discuss Oklab and Oklch support
  • See full diff in compare view

Updates github.com/mark3labs/mcp-go from 0.45.0 to 0.47.1

Release notes

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

Release v0.47.1

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.47.0...v0.47.1

Release v0.47.0

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.46.0...v0.47.0

Release v0.46.0

What's Changed

... (truncated)

Commits
  • 2e8a408 fix(transport): exit ContinuousListening goroutine on context cancellation (#...
  • 9a96404 Bound stdio child shutdown in Close() (#784)
  • 1038f4c docs(client): add example to NewSSEMCPClient to avoid variable shadowing (#773)
  • bb69576 refactor: use atomic.Int32 instead of int32 with atomic functions
  • 29a711c fix: cancel context before closing body to prevent HTTP/2 hang (#769)
  • e37b2f0 fix: extract and set _meta field in ParseContent (#777)
  • 231ba4d fix(client): make readSSE context-aware to prevent goroutine leaks and HTTP/2...
  • 001fda8 feat: add Use() method for attaching tool middleware at runtime (#767)
  • f89f21b enhancement: client side 'task' functions for 'get', 'list', 'cancel' and 're...
  • dfd8c16 fix(transport): preserve OAuth discovery paths (#775)
  • Additional commits viewable in compare view

Updates github.com/mattn/go-isatty from 0.0.20 to 0.0.21

Commits
  • 4237fb1 Update Go test matrix to current versions (1.24-1.26)
  • 433c12b Update GitHub Actions to latest versions
  • 1cf5589 Add wasip1 and wasip2 to build constraints in isatty_others.go
  • 1237245 Update dependencies: go 1.15 -> 1.21, golang.org/x/sys v0.6.0 -> v0.28.0
  • ac9c88d Fix typo in comment: undocomented -> undocumented
  • 8b7124e Add availability check for NtQueryObject in init
  • 08d0313 Fix isCygwinPipeName to reject names with extra trailing tokens
  • 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 all group with 4 updates in the / directory: [charm.land/fantasy](https://github.com/charmbracelet/fantasy), [github.com/lucasb-eyer/go-colorful](https://github.com/lucasb-eyer/go-colorful), [github.com/mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) and [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty).


Updates `charm.land/fantasy` from 0.12.3 to 0.17.1
- [Release notes](https://github.com/charmbracelet/fantasy/releases)
- [Commits](charmbracelet/fantasy@v0.12.3...v0.17.1)

Updates `github.com/lucasb-eyer/go-colorful` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/lucasb-eyer/go-colorful/releases)
- [Changelog](https://github.com/lucasb-eyer/go-colorful/blob/master/CHANGELOG.md)
- [Commits](lucasb-eyer/go-colorful@v1.3.0...v1.4.0)

Updates `github.com/mark3labs/mcp-go` from 0.45.0 to 0.47.1
- [Release notes](https://github.com/mark3labs/mcp-go/releases)
- [Commits](mark3labs/mcp-go@v0.45.0...v0.47.1)

Updates `github.com/mattn/go-isatty` from 0.0.20 to 0.0.21
- [Commits](mattn/go-isatty@v0.0.20...v0.0.21)

---
updated-dependencies:
- dependency-name: charm.land/fantasy
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/lucasb-eyer/go-colorful
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/mark3labs/mcp-go
  dependency-version: 0.47.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/mattn/go-isatty
  dependency-version: 0.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

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

dependabot bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants