Skip to content

chore(deps): bump github.com/gotd/contrib from 0.21.1 to 0.24.0#455

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gotd/contrib-0.24.0
Open

chore(deps): bump github.com/gotd/contrib from 0.21.1 to 0.24.0#455
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gotd/contrib-0.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gotd/contrib from 0.21.1 to 0.24.0.

Release notes

Sourced from github.com/gotd/contrib's releases.

v0.24.0

Documentation

  • Add a comprehensive README with a full package catalog, grouping every gotd/contrib package by purpose (lifecycle, middleware, authentication, storage, I/O, utilities) with descriptions and links.

v0.23.0

Fixes

  • auth/terminal: term.Terminal assumes interactive terminal semantics and misbehaves when os.Stdin/os.Stdout is not a tty (pipes, files, CI). New now detects a terminal via term.IsTerminal and falls back to a bufio.Reader otherwise, printing the prompt manually and accepting input terminated by newline or EOF. Fixes #105.

v0.22.0

Fixes

  • bg: Connect could block forever because the client retries connection attempts indefinitely. Added WithStartupTimeout option (and ErrStartupTimeout sentinel) to bound the wait, and fixed a goroutine leak on the cancel/timeout paths. The Run callback now runs only once the primary connection is ready, so the client is safe to use right after Connect returns. Fixes gotd/td#731.

Dependencies

  • Bump github.com/gotd/td to v0.154.0
Commits
  • 98da267 docs: add comprehensive README with package catalog
  • 9f292d8 fix(auth/terminal): fall back to bufio.Reader when input is not a tty
  • 5916ed8 fix(bg): bound startup wait and fix readiness race
  • adf77a8 Merge pull request #738 from gotd/dependabot/go_modules/github.com/go-jose/go...
  • 6bb3979 chore(deps): bump github.com/go-jose/go-jose/v4 from 4.1.1 to 4.1.4
  • 9263461 Merge pull request #716 from gotd/dependabot/github_actions/actions/setup-go-...
  • 1ae470d Merge pull request #740 from gotd/td-bump
  • 818d678 chore(deps): bump github.com/gotd/td from 0.131.0 to 0.154.0
  • 54c0c57 chore(deps): bump actions/setup-go from 5.5.0 to 6.4.0
  • 31f88e6 Merge pull request #739 from gotd/fix/ci-go-version
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gotd/contrib](https://github.com/gotd/contrib) from 0.21.1 to 0.24.0.
- [Release notes](https://github.com/gotd/contrib/releases)
- [Commits](gotd/contrib@v0.21.1...v0.24.0)

---
updated-dependencies:
- dependency-name: github.com/gotd/contrib
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 16, 2026
@codecov

codecov Bot commented Jun 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.09%. Comparing base (269209c) to head (78e3cde).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #455   +/-   ##
=======================================
  Coverage   80.09%   80.09%           
=======================================
  Files         104      104           
  Lines        7566     7566           
=======================================
  Hits         6060     6060           
  Misses       1062     1062           
  Partials      444      444           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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