Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency node-telegram-bot-api to ^0.66.0 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 26, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-telegram-bot-api ^0.51.0 -> ^0.66.0 age adoption passing confidence

Release Notes

yagop/node-telegram-bot-api (node-telegram-bot-api)

v0.66.0

Compare Source

  1. Support Telegram Bot API 7.2 & 7.3 (@​danielperez9430)
  • getBusinessConnection
  • replaceStickerInSet
  1. Support for updates: (@​danielperez9430)
  • business_connection
  • business_message
  • edited_business_message
  • deleted_business_messages
  1. Minor fixes: (@​danielperez9430)
  • getUserChatBoosts

v0.65.1

Compare Source

  1. Support for updates (@​danielperez9430)
  • message_reaction
  • message_reaction_count
  • chat_boost
  • removed_chat_boost

v0.65.0

Compare Source

  1. Support Telegram Bot API v7.1
  1. Minor changes: (@​danielperez9430)
  • Refactor methods order
  • Fix copyMessages & setMessageReaction methods
  • Added missing tests
  • Fix tests for methods copyMessages & getMyDefaulAdministratorRights

v0.64.0

Compare Source

  1. Replace request with a maintained version (@​danielperez9430)
  • Change request to @cypress/request
  • Change request-promise to @cypress/request-promise

v0.63.0

Compare Source

  1. Support Telegram Bot API v6.8 (@​danielperez9430)
  • unpinAllGeneralForumTopicMessages

v0.61.0

Compare Source

  1. Support Telegram Bot API v6.4 (@​danielperez9430)
  • editGeneralForumTopic
  • closeGeneralForumTopic
  • reopenGeneralForumTopic
  • hideGeneralForumTopic
  • unhideGeneralForumTopic
  1. Minor changes: (@​danielperez9430)
  • The parameters name and icon_custom_emoji_id of the method editForumTopic are now optional.
  • Fix add thumb in sendAudio, sendVideo and sendVideoNote
  • Fix getMyCommands and setMyCommands
  • Suggested tip amounts stringify in sendInvoice

v0.60.0

Compare Source

  1. Support Telegram Bot API v6.3 (@​danielperez9430)
  • createForumTopic
  • closeForumTopic
  • reopenForumTopic
  • deleteForumTopic
  • unpinAllForumTopicMessages
  • getForumTopicIconStickers
  1. Fix test getMyDefaultAdministratorRights (@​danielperez9430)

  2. Fix parse entities - (@​toniop99)

v0.59.0

Compare Source

  1. Support Telegram Bot API v6.2 (@​danielperez9430)
  • getCustomEmojiStickers
  1. Support test enviroment (@​tinsaeDev & @​kamikazechaser)

  2. Remove dependencies: (@​danielperez9430)

    • Remove bluebird => Use NodeJS Native Promises
    • Remove depd => Use node native deprecate util for warnings
    • Remove contributor dev dependency and add list of contributors in the readme
  3. Remove legacy methods: (@​danielperez9430)

  • getChatMembersCount
  • kickChatMember
  1. Docs: (@​danielperez9430)
  • Update the docs of the methods
  • Order methods follow the Telegram bot API docs in src/telegram.js
  • Update README
  1. Fix: (@​danielperez9430)
  • addStickerToSet() -> Allow to send tgs_sticker + webm_sticker
  • Remove mandatory param “start_parameter” from sendInvoice, because in the docs is a optional param
  • getStickerSet test fix deprecated response value "contains_masks" change to "sticker_type"
  • Fix some other tests
  1. New Test: (@​danielperez9430)
  • deleteStickerFromSet
  • setStickerPositionInSet
  • getCustomEmojiStickers

v0.58.0

Compare Source

  1. Support Bot API v6.1: (@​danielperez9430)

    • Add method createInvoiceLink()
  2. Support for setStickerSetThumb (@​elihaidv)

  3. Add new test (@​danielperez9430)

    • createInvoiceLink
  4. Test fixes (@​danielperez9430)

    • sendVideoNote
    • createNewStickerSet
    • setStickerSetThumb
    • getChatMenuButton
    • setWebHook
  5. Bug fixes (@​danielperez9430)

    • answerWebAppQuery
    • Support for send thumb in sendAudio

v0.57.0

Compare Source

Added:

  1. Support Bot API v6: (@​danielperez9430)

    • Add method setChatMenuButton()
    • Add method getChatMenuButton()
    • Add method setMyDefaultAdministratorRights()
    • Add method getMyDefaultAdministratorRights()
    • Add method answerWebAppQuery()
    • Renamed the fields voice_chat_scheduled, voice_chat_started, voice_chat_ended, and voice_chat_participants_invited to video_chat_scheduled, video_chat_started, video_chat_ended, and video_chat_participants_invited

    Tests:

    • answerWebAppQuery
    • setChatMenuButton
    • getChatMenuButton
    • setMyDefaultAdministratorRights
    • getMyDefaultAdministratorRights

v0.56.0

Compare Source

Added:

  1. Support Bot API v5.5: (@​danielperez9430)

    • Add method banChatSenderChat()
    • Add method unbanChatSenderChat()

    Fixes:

    • Tests for support with new invite link format

v0.55.0

Compare Source

Added:

  1. Support Bot API v5.4: (@​danielperez9430)

    • Add method approveChatJoinRequest()
    • Add method declineChatJoinRequest()
    • Add support for new updates:
      • chat_join_request

    Fixes:

    • Method editMessageMedia: Now you can send a local file ("attach://" + filePatch)

v0.54.0

Compare Source

Added:

  1. Support Bot API v5.3: (@​danielperez9430)

    • Add method deleteMyCommands()
    • Add method banChatMember()
    • Add method getChatMemberCount()

    New Test:

    • deleteMyCommands
    • banChatMember
    • getChatMemberCount

    Deprecated:

    • Method kickChatMember()
    • Method getChatMembersCount()

v0.53.0

Compare Source

Added:

  1. Support Bot API v5.2:(@​danielperez9430)

    • Add support for new messageTypes:
      • voice_chat_scheduled

v0.52.0

Compare Source

Added:

  1. Support Bot API v5.1: (by @​danielperez9430)

    • Add method createChatInviteLink()
    • Add method editChatInviteLink()
    • Add method revokeChatInviteLink()
    • Add support for new messageTypes:
      • voice_chat_started
      • voice_chat_ended
      • voice_chat_participants_invited
      • message_auto_delete_timer_changed
      • chat_invite_link
      • chat_member_updated
    • Add support for new updates:
      • my_chat_member
      • chat_member

    New Test: (by @​danielperez9430)

    • createChatInviteLink
    • editChatInviteLink
    • revokeChatInviteLink

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 096cc73 to 0b4e297 Compare May 9, 2021 20:48
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.52.0 Update dependency node-telegram-bot-api to ^0.53.0 May 9, 2021
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.53.0 Update dependency node-telegram-bot-api to ^0.54.0 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 0b4e297 to 36ac932 Compare October 18, 2021 16:54
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 36ac932 to 8493b55 Compare March 7, 2022 10:52
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.54.0 Update dependency node-telegram-bot-api to ^0.56.0 Mar 7, 2022
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.56.0 Update dependency node-telegram-bot-api to ^0.57.0 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 8493b55 to efd8bc2 Compare April 24, 2022 22:42
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from efd8bc2 to 0edf25b Compare June 23, 2022 19:01
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.57.0 Update dependency node-telegram-bot-api to ^0.58.0 Jun 23, 2022
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.58.0 Update dependency node-telegram-bot-api to ^0.59.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 0edf25b to fcd76cc Compare September 25, 2022 15:21
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from fcd76cc to af03e41 Compare November 20, 2022 18:39
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.59.0 Update dependency node-telegram-bot-api to ^0.60.0 Nov 20, 2022
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.60.0 Update dependency node-telegram-bot-api to ^0.61.0 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from af03e41 to 29a4ec1 Compare March 17, 2023 03:51
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.61.0 Update dependency node-telegram-bot-api to ^0.63.0 Sep 11, 2023
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 29a4ec1 to 306bd84 Compare September 11, 2023 01:54
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.63.0 Update dependency node-telegram-bot-api to ^0.64.0 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 306bd84 to d2e798a Compare October 27, 2023 10:54
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from d2e798a to 074ecc1 Compare March 9, 2024 00:54
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.64.0 Update dependency node-telegram-bot-api to ^0.65.0 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/node-telegram-bot-api-0.x branch from 074ecc1 to 232d6b1 Compare May 21, 2024 03:57
@renovate renovate bot changed the title Update dependency node-telegram-bot-api to ^0.65.0 Update dependency node-telegram-bot-api to ^0.66.0 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants