chore(deps): Bump teleproto from 1.228.5 to 1.229.0 - #49
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [teleproto](https://github.com/sanyok12345/teleproto) from 1.228.5 to 1.229.0. - [Release notes](https://github.com/sanyok12345/teleproto/releases) - [Commits](sanyok12345/teleproto@v1.228.5...v1.229.0) --- updated-dependencies: - dependency-name: teleproto dependency-version: 1.229.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
7fdfeca to
4e9e2ae
Compare
|
Superseded by The failures here were real, but none of them were defects in this package. 1.229 restructured two things: Inline buttons. // 1.228.5
{ className: 'KeyboardButtonUrl', text: 'Open', url: 'https://x.dev' }
// 1.229.0
{ className: 'KeyboardInlineButton', text: 'Open', type: { url: 'https://x.dev', className: 'InlineButtonTypeUrl' } }
That second one was worth checking rather than assuming, because it touches ADR 0025: teleproto still attaches the client as The part worth taking away: the declared range was Released as 3.1.0. 440 tests, lint, format:check and coverage:check green on 1.229.0. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps teleproto from 1.228.5 to 1.229.0.
Release notes
Sourced from teleproto's releases.
Commits
9b0ebd1chore(version): update version to 1.229.0641f154feat(buttons): add keyboard builders and cover every markup field1591dcbdocs(updates): document the client.updates pipeline0293064refactor(imports): remove runtime import cycles and guard against new ones52c1986fix(generator): stop emitting duplicate input type namesf5e49c2fix(network): back off between connection attempts and keep socket error stacks20887bffix(downloads): send file requests to the datacenter that holds the file5a12c59refactor(client): remove outdated commentsaa9e1e2feat(updates): watch chats and keep channel updates flowing732b750feat(updates): type update names and handlers from the generated schema