freifunk-bot.meta

Issues/PRs archive for MTRNord/freifunk-bot
git clone git://archive.git.mtrnord.blog/MTRNord/freifunk-bot.meta.git
Log | Files | Refs

70.md (5378B)


      1 # PR #70 Update node-telegram-bot-api to version 0.27.0 🚀
      2 
      3 - **Status:** merged
      4 - **Author:** @greenkeeperio-bot
      5 - **Created:** 2017-02-11T11:46:12Z
      6 - **Branch:** greenkeeper-node-telegram-bot-api-0.27.0 → master
      7 - **Merged:** 2017-02-11T12:06:07Z
      8 - **Labels:** greenkeeper
      9 - **Diff:** [70.diff](./70.diff)
     10 
     11 ---
     12 
     13 Hello lovely humans,
     14 
     15 [node-telegram-bot-api](https://www.npmjs.com/package/node-telegram-bot-api) just published its new version 0.27.0.
     16 
     17 <table>
     18   <tr>
     19     <th align=left>
     20       State
     21     </th>
     22     <td>
     23       Update :rocket:
     24     </td>
     25   </tr>
     26   <tr>
     27     <th align=left>
     28       Dependency
     29     </td>
     30     <td>
     31       node-telegram-bot-api
     32     </td>
     33   </tr>
     34   <tr>
     35     <th align=left>
     36       New version
     37     </td>
     38     <td>
     39       0.27.0
     40     </td>
     41   </tr>
     42   <tr>
     43     <th align=left>
     44       Type
     45     </td>
     46     <td>
     47       dependency
     48     </td>
     49   </tr>
     50 </table>
     51 
     52 This version is **not covered** by your **current version range**.
     53 
     54 Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
     55 
     56 I recommend you look into these changes and try to get onto the latest version of node-telegram-bot-api.
     57 Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
     58 
     59 
     60 Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
     61 Are you unsure about how things are supposed to work?
     62 
     63 There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and while I’m just a bot, there is a group of people who are happy to teach me new things. [Let them know](https://github.com/greenkeeperio/greenkeeper/issues/new).
     64 
     65 Good luck with your project :sparkles:
     66 
     67 You rock!
     68 
     69 :palm_tree:
     70 
     71 ---
     72 [GitHub Release](https://github.com/yagop/node-telegram-bot-api/releases/tag/v0.27.0)
     73 
     74 <p>See CHANGELOG.md</p>
     75 
     76 ---
     77 The new version differs by 27 commits .
     78 
     79 - [`b2afdeb`](https://github.com/yagop/node-telegram-bot-api/commit/b2afdeb6a88b35aa0e0c15e214d45cbff052596d) <code>doc: Prepare for release v0.27.0</code>
     80 - [`3edb6d9`](https://github.com/yagop/node-telegram-bot-api/commit/3edb6d9b6e6e78b3b40dc85361c515c2937b4c96) <code>doc: Update changelog</code>
     81 - [`130f694`](https://github.com/yagop/node-telegram-bot-api/commit/130f6940ceb9972a7b0ac0636ac16e7e53984a46) <code>src/polling: Fix bug #284</code>
     82 - [`9a9dfa9`](https://github.com/yagop/node-telegram-bot-api/commit/9a9dfa9560eaf0bddb732868809be4c0e21585c4) <code>src: Minor fixes</code>
     83 - [`e75d51c`](https://github.com/yagop/node-telegram-bot-api/commit/e75d51ca8fe46059e78a74e1ece7787c881157cb) <code>src/polling: Add constructor option 'options.polling.params'</code>
     84 - [`eed7c1e`](https://github.com/yagop/node-telegram-bot-api/commit/eed7c1e4d0a6e6d26a4a2c52d44ae880253afbaa) <code>src: Add proper error handling (#283)</code>
     85 - [`6f5dad6`](https://github.com/yagop/node-telegram-bot-api/commit/6f5dad6e5b70825656f35c4e9d483d466d96c6c1) <code>src/telegram: Add shim for Array#findIndex()</code>
     86 - [`79de62a`](https://github.com/yagop/node-telegram-bot-api/commit/79de62a96e98e8516d2388da473d7a6a33f9d9b4) <code>src/telegram: Add TelegramBot#removeReplyListener()</code>
     87 - [`0441c99`](https://github.com/yagop/node-telegram-bot-api/commit/0441c99b974acecd7e849d4c5296bb3e33c48890) <code>examples: Add webhook example for Zeit Now</code>
     88 - [`d4a469d`](https://github.com/yagop/node-telegram-bot-api/commit/d4a469df6b6eeae4c045faf7b6e63bdc765b0a15) <code>pkg: Fix bug #275</code>
     89 - [`7e4cadb`](https://github.com/yagop/node-telegram-bot-api/commit/7e4cadb514346f1fc7262fb445363b9ab9beeec2) <code>src/polling: Fix bug #281</code>
     90 - [`3221d64`](https://github.com/yagop/node-telegram-bot-api/commit/3221d647ccdbcc58562faceabf94ee4c6dae6966) <code>src/polling: Fix bug #276</code>
     91 - [`14f37c7`](https://github.com/yagop/node-telegram-bot-api/commit/14f37c71815827c888df1d0e627a9eaa414e7e5d) <code>test: Add test for TelegramBot#sendDocument() using 'fileOpts' param</code>
     92 - [`9d12bdf`](https://github.com/yagop/node-telegram-bot-api/commit/9d12bdfa41e5f22062543a33cd53798e61dc489f) <code>src/webhook: Use String#indexOf() instead of RegExp#test() to find token</code>
     93 - [`2013f6c`](https://github.com/yagop/node-telegram-bot-api/commit/2013f6cffa2d598ec1a2a45c226ff538a50ad6d0) <code>doc: Add templates for Issues and PRs</code>
     94 
     95 
     96 There are 27 commits in total. See the [full diff](https://github.com/yagop/node-telegram-bot-api/compare/584a388fc53ea7c7b614b711851fced0d69be545...b2afdeb6a88b35aa0e0c15e214d45cbff052596d).
     97 
     98 ---
     99 | ✨ Try the all new [Greenkeeper GitHub Integration](https://git.io/uptodate) ✨ |
    100 | --- |
    101 | With [Integrations](https://developer.github.com/early-access/integrations/) **first-class bot support** landed on GitHub and we’ve rewritten Greenkeeper to take full advantage of it. **Simpler setup, fewer pull-requests, faster than ever**.<br><br> <details><summary>Screencast</summary><img src="https://cloud.githubusercontent.com/assets/908178/19868156/20c1c0c4-9fa7-11e6-9f17-611c51677dbd.gif" /></details><br> [**Try it today**](https://git.io/uptodate). Free for private repositories during beta. |
    102