Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 5 updates#340

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-754ba42d6f
Open

chore(deps): bump the go-dependencies group across 1 directory with 5 updates#340
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-754ba42d6f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 5 updates in the / directory:

Package From To
charm.land/bubbles/v2 2.1.0 2.1.1
charm.land/bubbletea/v2 2.0.7 2.0.8
charm.land/lipgloss/v2 2.0.4 2.0.5
github.com/anthropics/anthropic-sdk-go 1.55.1 1.57.0
github.com/openai/openai-go/v3 3.41.0 3.43.0

Updates charm.land/bubbles/v2 from 2.1.0 to 2.1.1

Release notes

Sourced from charm.land/bubbles/v2's releases.

v2.1.1

Lil’ Textarea Fix

This is a tiny patch to fix a bug in textarea where the prompt character could be missing styling on empty lines. That’s all for now!

Thanks for using Bubbles, Charm 🌞

Changelog

Fixed

  • d2b2217d6352ce04183623d66d4266115419733c: fix(textarea): apply prompt style on all lines, including fillers (@​meowgorithm)

Docs


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

Commits
  • d2b2217 fix(textarea): apply prompt style on all lines, including fillers
  • 0dafc72 chore(deps): bump actions/checkout from 6 to 7 in the all group (#1006)
  • 492ed7d chore(deps): bump the all group with 2 updates (#1004)
  • 40d145e chore(deps): bump the all group with 2 updates (#996)
  • 8585ef8 chore(deps): bump github.com/sahilm/fuzzy in the all group (#969)
  • ef0090e chore: remove CODEOWNERS
  • 6feda24 chore(deps): bump the all group with 3 updates (#958)
  • 42130e8 chore(deps): bump github.com/mattn/go-runewidth in the all group (#952)
  • 0d62ce2 chore(deps): bump dependabot/fetch-metadata from 2 to 3 in the all group (#953)
  • 204774b chore(deps): bump github.com/mattn/go-runewidth in the all group (#945)
  • Additional commits viewable in compare view

Updates charm.land/bubbletea/v2 from 2.0.7 to 2.0.8

Release notes

Sourced from charm.land/bubbletea/v2's releases.

v2.0.8

Graphemes, schmraphemes

No terminal can render emojis perfectly, but we can try. This release improves some very specific edge cases around emoji rendering. Enjoy!

Changelog

  • db569adcb41d0eae251587e6a5f0cc3c7d77e8eb: fix(deps): bump ultraviolet for emoji-related rendering improvements

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

Commits
  • fc707bb chore(examples): go mod tidy
  • db569ad chore(deps): bump ultraviolet for emoji-related rendering fixes
  • See full diff in compare view

Updates charm.land/lipgloss/v2 from 2.0.4 to 2.0.5

Release notes

Sourced from charm.land/lipgloss/v2's releases.

v2.0.5

Graphemes, Schmraphemes

If you’re using emojis in the terminal you're in for a rough ride. That said, we do what we can. This release brings some in some very specific edge case rendering improvements. Enjoy.

Enjoy!

Changelog

  • 10f9584edb197ddbbfc789081d33b6fadaea5742: chore(deps): bump ultraviolet for emoji-related improvements

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

Commits
  • 5bd778d chore(deps): bump actions/checkout from 6 to 7 in the all group (#703)
  • f2a46ba chore(deps): bump golang.org/x/sys in the all group (#701)
  • See full diff in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.55.1 to 1.57.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.57.0

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)

v1.56.0

1.56.0 (2026-07-02)

Full Changelog: v1.55.1...v1.56.0

Features

  • api: add agent-memory-2026-07-22 beta header (5bcfda4)
Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.57.0 (2026-07-10)

Full Changelog: v1.56.0...v1.57.0

Features

  • api: add support for dreaming (3736bf0)
  • tools: gate session tool calls on evaluated_permission (#151) (4d85a6f)

Bug Fixes

  • helpers: distinguish canonical agent.message events from open previews (#118) (c49c17c)

Chores

  • docs: small updates to field descriptions (61bc396)
  • docs: update model example (937a29c)
  • docs: updates to descriptions and examples (2c59f79)

1.56.0 (2026-07-02)

Full Changelog: v1.55.1...v1.56.0

Features

  • api: add agent-memory-2026-07-22 beta header (5bcfda4)
Commits
  • b6d3cc8 release: 1.57.0
  • c7c6467 feat(api): add support for dreaming
  • 136d960 codegen metadata
  • 3586232 feat(tools): gate session tool calls on evaluated_permission (#151)
  • d85cb0f chore(docs): update model example
  • 8e3d49a fix(helpers): distinguish canonical agent.message events from open previews (...
  • 086b92d chore(docs): updates to descriptions and examples
  • 979b73f codegen metadata
  • bfd3f61 chore(docs): small updates to field descriptions
  • b0e07bb release: 1.56.0
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.41.0 to 3.43.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.43.0

3.43.0 (2026-07-14)

Full Changelog: v3.42.0...v3.43.0

Features

  • api: add owner_project_access to APIKeyListParams (df2e35d)

Bug Fixes

  • example: set the 'include usage' field to true under stream options to get accurate usage information (#125) (c38b6c3)
  • ssestream: skip SSE blocks without data (#621) (114224d)

Documentation

v3.42.0

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

v3.41.1

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.43.0 (2026-07-14)

Full Changelog: v3.42.0...v3.43.0

Features

  • api: add owner_project_access to APIKeyListParams (df2e35d)

Bug Fixes

  • example: set the 'include usage' field to true under stream options to get accurate usage information (#125) (c38b6c3)
  • ssestream: skip SSE blocks without data (#621) (114224d)

Documentation

3.42.0 (2026-07-09)

Full Changelog: v3.41.1...v3.42.0

Features

  • api: gpt-5.6-sol updates (8c062a6)

Bug Fixes

  • api: restore programmatic response types (2384620)
  • api: restore response union metadata (7b2e975)

3.41.1 (2026-07-06)

Full Changelog: v3.41.0...v3.41.1

Documentation

Commits
  • d097feb release: 3.43.0
  • bd79bf3 feat(api): add owner_project_access to APIKeyListParams
  • c72453b codegen metadata
  • f0934e2 ci: add CodeQL scanning (#702)
  • c38b6c3 fix(example): set the 'include usage' field to true under stream options to g...
  • 35501ce docs: links in README.md (#308)
  • 050ab8a docs: fix function call comment wording in example (#639)
  • 4d7f649 docs: fix Azure API version link typo (#630)
  • 114224d fix(ssestream): skip SSE blocks without data (#621)
  • 86bbd3d release: 3.42.0
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

OpenCodeReview: No supported files changed.

@dependabot dependabot Bot changed the title chore(deps): bump the go-dependencies group with 5 updates chore(deps): bump the go-dependencies group across 1 directory with 5 updates Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-754ba42d6f branch from 74cb748 to e5ff253 Compare July 15, 2026 04:57
… updates

Bumps the go-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [charm.land/bubbles/v2](https://github.com/charmbracelet/bubbles) | `2.1.0` | `2.1.1` |
| [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea) | `2.0.7` | `2.0.8` |
| [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss) | `2.0.4` | `2.0.5` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.55.1` | `1.57.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.41.0` | `3.43.0` |



Updates `charm.land/bubbles/v2` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Commits](charmbracelet/bubbles@v2.1.0...v2.1.1)

Updates `charm.land/bubbletea/v2` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Commits](charmbracelet/bubbletea@v2.0.7...v2.0.8)

Updates `charm.land/lipgloss/v2` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](charmbracelet/lipgloss@v2.0.4...v2.0.5)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.55.1 to 1.57.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.55.1...v1.57.0)

Updates `github.com/openai/openai-go/v3` from 3.41.0 to 3.43.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.41.0...v3.43.0)

---
updated-dependencies:
- dependency-name: charm.land/bubbles/v2
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: charm.land/bubbletea/v2
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: charm.land/lipgloss/v2
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.41.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-754ba42d6f branch from e5ff253 to 905b96d Compare July 15, 2026 20:34
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.

0 participants