Skip to content

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

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the go-dependencies group with 2 updates in the / directory: github.com/charmbracelet/x/ansi and github.com/cloudapp3/tgbot.

Updates github.com/charmbracelet/x/ansi from 0.11.6 to 0.11.7

Commits
  • 6921c75 fix(ansi): width: always use grapheme finder for width calculation
  • 266cf5a chore(deps): bump the all group across 1 directory with 2 updates (#836)
  • ad0b1ae chore(scripts): update builds script to use codecov v6 and dependabot/fetch-m...
  • b18aac2 chore(deps): bump golang.org/x/image in /vttest in the all group (#840)
  • ffd2a07 chore(deps): bump golang.org/x/image in /mosaic in the all group (#839)
  • 7664402 chore(deps): bump golang.org/x/sys in /input in the all group (#833)
  • 44f725f chore(deps): bump github.com/mattn/go-runewidth (#838)
  • ac9fd4b chore(deps): bump github.com/mattn/go-runewidth (#837)
  • e969fb5 chore(deps): bump golang.org/x/sys in /termios in the all group (#828)
  • acb1aa7 chore(deps): bump golang.org/x/crypto in /sshkey in the all group (#835)
  • Additional commits viewable in compare view

Updates github.com/cloudapp3/tgbot from 0.1.0 to 0.2.0

Release notes

Sourced from github.com/cloudapp3/tgbot's releases.

v0.2.0

tgbot v0.2.0

This release updates the generated SDK to Telegram Bot API 10.2 and fixes several public result types that did not match Telegram's JSON responses. It also hardens long polling, request deadlines, multipart uploads, webhook examples, and generated-code verification while keeping the runtime dependency set at standard library only.

Breaking changes

Batch method results

The following methods now return slices, matching the official API:

  • CopyMessages: []MessageId instead of MessageId
  • ForwardMessages: []MessageId instead of MessageId
  • SendMediaGroup: []Message instead of Message
  • GetUserPersonalChatMessages: []Message instead of Message

Callers must iterate the returned values or select the element they need.

Message or Boolean results

Methods documented by Telegram as returning Message or True now return MessageOrBool instead of any:

  • EditMessageCaption
  • EditMessageLiveLocation
  • EditMessageMedia
  • EditMessageReplyMarkup
  • EditMessageText
  • SetGameScore
  • StopMessageLiveLocation

Use AsMessage() or AsBool() to inspect the active result variant.

Upload-capable generated fields

Upload-capable fields inside generated Input* structs now use InputFile instead of string. This includes media, thumbnails, covers, profile photos, story content, and stickers. Existing file IDs and URLs should be migrated to FileFromID(...) and FileFromURL(...); local paths and readers can use FileFromPath(...) and FileFromReader(...).

Public struct literals

APIError adds a trailing Parameters *ResponseParameters field, and ext.Context adds private propagation state. External unkeyed literals for either type no longer compile. Use keyed literals such as APIError{StatusCode: code} and ext.Context{Bot: bot, Update: update}; keyed literals remain source-compatible with these changes.

Polling behavior

  • The root UpdatePoller.Updates() stream is opt-in and is enabled on its first call.
  • A poller with no root stream and no subscriptions waits without issuing getUpdates requests.
  • Registering a subscription wakes a running poller, and subscription-only use no longer depends on draining the root stream.
  • An update returned by an in-flight request is retained if the last sink disappears before local dispatch; the offset advances only after the update is processed by an active sink.
  • Unsubscribe() interrupts a blocked delivery and closes the subscription channel before returning.
  • Subscription filters execute outside the poller's global lock.

For startup without a fetch window, create the poller with NewUpdatePoller, register subscriptions, then call Start.

... (truncated)

Commits
  • 920e9c5 fix: interrupt stalled fake server requests
  • 5c8c441 chore: add API and release governance
  • 8cbef30 feat: harden requests and update dispatch
  • 4790df3 feat: align SDK with Telegram Bot API 10.2
  • 84e955f docs(readme): refresh multilingual README copy and badges
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jul 19, 2026
… updates

Bumps the go-dependencies group with 2 updates in the / directory: [github.com/charmbracelet/x/ansi](https://github.com/charmbracelet/x) and [github.com/cloudapp3/tgbot](https://github.com/cloudapp3/tgbot).


Updates `github.com/charmbracelet/x/ansi` from 0.11.6 to 0.11.7
- [Commits](charmbracelet/x@ansi/v0.11.6...ansi/v0.11.7)

Updates `github.com/cloudapp3/tgbot` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/cloudapp3/tgbot/releases)
- [Commits](cloudapp3/tgbot@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/x/ansi
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/cloudapp3/tgbot
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-211015f6af branch from 18b875b to 8f108f8 Compare July 26, 2026 17:52
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