Bump telegraf from 4.4.2 to 4.5.2 #264

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/telegraf-4.5.2 into main 2021-12-08 11:15:25 +00:00
dependabot[bot] commented 2021-12-08 07:06:32 +00:00 (Migrated from github.com)

Bumps telegraf from 4.4.2 to 4.5.2.

Release notes

Sourced from telegraf's releases.

v4.5.2

  • BREAKING: banChatSenderChat and unbanChatSenderChat now infer this.chat.id instead of taking it as first parameter.

v4.5.1

  • Support Bot API 5.4 and 5.5
  • Deprecate kickChatMember in favour of banChatMember
  • fixed doc build in CI

v4.5.0

  • Support Bot API 5.4 and 5.5
  • Deprecate kickChatMember in favour of banChatMember
Commits
  • 11fda49 version: 4.5.2
  • 0d0e26c feat!: ctx.banChatSenderChat and unban infer this.chat.id
  • 81c1c96 version: 4.5.1
  • e783959 fix: ci
  • 82ee533 version: 4.5.0
  • d824e00 doc: rm maintainer call
  • b994624 merge(#1555): Bot API 5.4 and 5.5
  • 5a61b07 feat: replace kickChatMember with ref to banChatMember
  • c94a2a4 feat: deprecate kickChatMember in favour of banChatMember
  • 45f13ee fix: rm sender_chat_id from ExtraBanChatSenderChat
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by mkrhere, a new releaser for telegraf since your current version.


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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [telegraf](https://github.com/telegraf/telegraf) from 4.4.2 to 4.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/telegraf/telegraf/releases">telegraf's releases</a>.</em></p> <blockquote> <h2>v4.5.2</h2> <ul> <li>BREAKING: <code>banChatSenderChat</code> and <code>unbanChatSenderChat</code> now infer <code>this.chat.id</code> instead of taking it as first parameter.</li> </ul> <h2>v4.5.1</h2> <ul> <li>Support Bot API 5.4 and 5.5</li> <li>Deprecate kickChatMember in favour of banChatMember</li> <li>fixed doc build in CI</li> </ul> <h2>v4.5.0</h2> <ul> <li>Support Bot API 5.4 and 5.5</li> <li>Deprecate <code>kickChatMember</code> in favour of <code>banChatMember</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/telegraf/telegraf/commit/11fda49e7123283132ea6b6d3a3dbeae835578e3"><code>11fda49</code></a> version: 4.5.2</li> <li><a href="https://github.com/telegraf/telegraf/commit/0d0e26c27793a3310da19c3889be8075921a64d9"><code>0d0e26c</code></a> feat!: ctx.banChatSenderChat and unban infer this.chat.id</li> <li><a href="https://github.com/telegraf/telegraf/commit/81c1c96f556b9fdea19c4af1ace8e04392874fac"><code>81c1c96</code></a> version: 4.5.1</li> <li><a href="https://github.com/telegraf/telegraf/commit/e783959d5918c6e2993030f02ec086d057eb7a5d"><code>e783959</code></a> fix: ci</li> <li><a href="https://github.com/telegraf/telegraf/commit/82ee533a7d902528dd493adf01a5dada377ae8e3"><code>82ee533</code></a> version: 4.5.0</li> <li><a href="https://github.com/telegraf/telegraf/commit/d824e005046a9314bd6ec1fdb002bb8ac8ccf4f1"><code>d824e00</code></a> doc: rm maintainer call</li> <li><a href="https://github.com/telegraf/telegraf/commit/b994624ba292e036998d10e4fc4104b1043ab211"><code>b994624</code></a> merge(<a href="https://github-redirect.dependabot.com/telegraf/telegraf/issues/1555">#1555</a>): Bot API 5.4 and 5.5</li> <li><a href="https://github.com/telegraf/telegraf/commit/5a61b070cb11b8fec3e3e5557615eab80e9437e1"><code>5a61b07</code></a> feat: replace kickChatMember with ref to banChatMember</li> <li><a href="https://github.com/telegraf/telegraf/commit/c94a2a42361c4a62de581638d21bb3d8565df302"><code>c94a2a4</code></a> feat: deprecate kickChatMember in favour of banChatMember</li> <li><a href="https://github.com/telegraf/telegraf/commit/45f13eea5e4caaa0e422652fdf13319a9d1b00b3"><code>45f13ee</code></a> fix: rm sender_chat_id from ExtraBanChatSenderChat</li> <li>Additional commits viewable in <a href="https://github.com/telegraf/telegraf/compare/v4.4.2...v4.5.2">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~mkrhere">mkrhere</a>, a new releaser for telegraf since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=telegraf&package-manager=npm_and_yarn&previous-version=4.4.2&new-version=4.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
This repo is archived. You cannot comment on pull requests.
No Reviewers
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: go-bds/Maneger#264
No description provided.