d0whc3r / trading-bot

Trading bot
MIT License
3 stars 2 forks source link

fix(deps): update dependency node-telegram-bot-api to v0.66.0 #36

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
node-telegram-bot-api 0.53.0 -> 0.66.0 age adoption passing confidence
@types/node-telegram-bot-api (source) 0.51.4 -> 0.64.7 age adoption passing confidence

Release Notes

yagop/node-telegram-bot-api (node-telegram-bot-api) ### [`v0.66.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0660-0660---2024-05-03) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/556de8794d5e8c9a22cbfb87a724bc8778e7210a...65ef0a2fcccf96e1823b76654ffc909347f5876b) 1. Support Telegram Bot API 7.2 & 7.3 ([@​danielperez9430](https://togithub.com/danielperez9430)) - getBusinessConnection - replaceStickerInSet 2. Support for updates: ([@​danielperez9430](https://togithub.com/danielperez9430)) - business_connection - business_message - edited_business_message - deleted_business_messages 3. Minor fixes: ([@​danielperez9430](https://togithub.com/danielperez9430)) - getUserChatBoosts ### [`v0.65.1`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0651-0651---2024-03-09) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/d323a3bac562fa1314862ad51b603a44d3ef0d9e...556de8794d5e8c9a22cbfb87a724bc8778e7210a) 1. Support for updates ([@​danielperez9430](https://togithub.com/danielperez9430)) - message_reaction - message_reaction_count - chat_boost - removed_chat_boost ### [`v0.65.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0650-0650---2024-02-20) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/5385d41f1f0cc0b36faaea6864a9af05a5814c55...d323a3bac562fa1314862ad51b603a44d3ef0d9e) 1. Support Telegram Bot API v7.1 - deleteMessages ([@​Sp3ricka](https://togithub.com/Sp3ricka)) - copyMessages ([@​xjx0106](https://togithub.com/xjx0106) & [@​Sp3ricka](https://togithub.com/Sp3ricka)) - setMessageReaction ([@​Sp3ricka](https://togithub.com/Sp3ricka)) - forwardMessages ([@​danielperez9430](https://togithub.com/danielperez9430)) - getUserChatBoosts ([@​danielperez9430](https://togithub.com/danielperez9430)) 2. Minor changes: ([@​danielperez9430](https://togithub.com/danielperez9430)) - Refactor methods order - Fix copyMessages & setMessageReaction methods - Added missing tests - Fix tests for methods copyMessages & getMyDefaulAdministratorRights ### [`v0.64.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0640-0640---2023-10-25) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/595cdbd0c656be258bebda2aab5d343de1e938d4...5385d41f1f0cc0b36faaea6864a9af05a5814c55) 1. Replace `request` with a maintained version ([@​danielperez9430](https://togithub.com/danielperez9430)) - Change `request` to `@cypress/request` - Change `request-promise` to `@cypress/request-promise` ### [`v0.63.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0630-0630---2023-08-23) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/53b5565e8a87933d096de61af22e39711cbc8273...595cdbd0c656be258bebda2aab5d343de1e938d4) 1. Support Telegram Bot API v6.8 ([@​danielperez9430](https://togithub.com/danielperez9430)) - unpinAllGeneralForumTopicMessages ### [`v0.61.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0610-0610---2022-12-30) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/ab5928669b210de256bd1e53b2b12ffa1b29c3da...53b5565e8a87933d096de61af22e39711cbc8273) 1. Support Telegram Bot API v6.4 ([@​danielperez9430](https://togithub.com/danielperez9430)) - editGeneralForumTopic - closeGeneralForumTopic - reopenGeneralForumTopic - hideGeneralForumTopic - unhideGeneralForumTopic 2. Minor changes: ([@​danielperez9430](https://togithub.com/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`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0600-0600---2022-10-06) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/22d99fd91d4c887afbbda569591afb7065eef42a...ab5928669b210de256bd1e53b2b12ffa1b29c3da) 1. Support Telegram Bot API v6.3 ([@​danielperez9430](https://togithub.com/danielperez9430)) - createForumTopic - closeForumTopic - reopenForumTopic - deleteForumTopic - unpinAllForumTopicMessages - getForumTopicIconStickers 2. Fix test getMyDefaultAdministratorRights ([@​danielperez9430](https://togithub.com/danielperez9430)) 3. Fix parse entities - ([@​toniop99](https://togithub.com/toniop99)) ### [`v0.59.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0590-0590---2022-08-15) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/v0.58.0...22d99fd91d4c887afbbda569591afb7065eef42a) 1. Support Telegram Bot API v6.2 ([@​danielperez9430](https://togithub.com/danielperez9430)) - getCustomEmojiStickers 2. Support test enviroment ([@​tinsaeDev](https://togithub.com/tinsaeDev) & [@​kamikazechaser](https://togithub.com/kamikazechaser)) 3. Remove dependencies: ([@​danielperez9430](https://togithub.com/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 4. Remove legacy methods: ([@​danielperez9430](https://togithub.com/danielperez9430)) - getChatMembersCount - kickChatMember 5. Docs: ([@​danielperez9430](https://togithub.com/danielperez9430)) - Update the docs of the methods - Order methods follow the Telegram bot API docs in src/telegram.js - Update README 6. Fix: ([@​danielperez9430](https://togithub.com/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 7. New Test: ([@​danielperez9430](https://togithub.com/danielperez9430)) - deleteStickerFromSet - setStickerPositionInSet - getCustomEmojiStickers ### [`v0.58.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0580-0580---2022-06-22) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/72feca3d02293a3567ed927ce3792a33338da0eb...v0.58.0) 1. Support Bot API v6.1: ([@​danielperez9430](https://togithub.com/danielperez9430)) - Add method *createInvoiceLink()* 2. Support for setStickerSetThumb ([@​elihaidv](https://togithub.com/elihaidv)) 3. Add new test ([@​danielperez9430](https://togithub.com/danielperez9430)) - createInvoiceLink 4. Test fixes ([@​danielperez9430](https://togithub.com/danielperez9430)) - sendVideoNote - createNewStickerSet - setStickerSetThumb - getChatMenuButton - setWebHook 5. Bug fixes ([@​danielperez9430](https://togithub.com/danielperez9430)) - answerWebAppQuery - Support for send thumb in sendAudio ### [`v0.57.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0570-0570---2022-04-23) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/v0.56.0...72feca3d02293a3567ed927ce3792a33338da0eb) Added: 1. Support Bot API v6: ([@​danielperez9430](https://togithub.com/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`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0560-0560---2021-12-07) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/v0.55.0...v0.56.0) Added: 1. Support Bot API v5.5: ([@​danielperez9430](https://togithub.com/danielperez9430)) - Add method *banChatSenderChat()* - Add method *unbanChatSenderChat()* Fixes: - Tests for support with new invite link format ### [`v0.55.0`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0550-0550---2021-11-06) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/v0.54.0...v0.55.0) Added: 1. Support Bot API v5.4: ([@​danielperez9430](https://togithub.com/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`](https://togithub.com/yagop/node-telegram-bot-api/blob/HEAD/CHANGELOG.md#0540-0540---2021-06-29) [Compare Source](https://togithub.com/yagop/node-telegram-bot-api/compare/v0.53.0...v0.54.0) Added: 1. Support Bot API v5.3: ([@​danielperez9430](https://togithub.com/danielperez9430)) - Add method *deleteMyCommands()* - Add method *banChatMember()* - Add method *getChatMemberCount()* New Test: - deleteMyCommands - banChatMember - getChatMemberCount Deprecated: - Method *kickChatMember()* - Method *getChatMembersCount()*

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 these updates again.



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

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud