evenchange4 / gh-polls-bot

Automatically create polls in GitHub issues.
https://github.com/apps/polls
MIT License
213 stars 10 forks source link

Update now to the latest version 🚀 #20

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

Version 9.0.1 of now was just published.

Dependency now
Current Version 8.5.4
Type devDependency

The version 9.0.1 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of now.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes 9.0.1

Patches

  • Corrected company name in license: 7811824
  • Improved usage information: 33e7e41
Commits

The new version differs by 19 commits.

  • c93eed0 9.0.1
  • 33e7e41 Improved usage information
  • 7811824 Corrected company name in license
  • 132eabf 9.0.0
  • ae1db00 Overhauled deployment events and logs (#993)
  • d0d8f11 Bumped lockfile
  • 05ea32f Fixed typo in project configuration docs (#1049)
  • 8bb187f Improved error messages (#1048)
  • 9f18f60 Optimized the deployment process (#1028)
  • c8e20a4 Simplify the env parsing logic (#1046)
  • ef9c3c9 Exit with correct status code (#1045)
  • e60e8dd Reject Errors properly in now logs -f (#1041)
  • fd4c1de Remove --base64 argument from now secret add (#1033)
  • 243ca1e Return an empty object early when nothing to prompt (#1032)
  • 6456b00 Sort certs by root domain (#1030)

There are 19 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

codecov[bot] commented 6 years ago

Codecov Report

Merging #20 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #20   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files           6        6           
  Lines          42       42           
  Branches        2        2           
=======================================
  Hits           41       41           
  Misses          1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 896abd4...02eede8. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 9.1.0 just got published.

Update to this version instead 🚀

Release Notes 9.1.0

Minor Changes

  • Add an example of adding a CAA record: #1062
  • Error explanation for unauthorized domain access: #1059
  • Added api option to local config: #1069

Patches

  • Catch path alias scaling: #1057
  • Fix absent deployment for alias: #1063
  • Properly detect API property: c7addf7
  • Removed triangle from company name: 5d16bf5
  • Use package for checking for updates: #1070
  • Changed error message to match correct command: #1071
  • Properly error on wrong token and handle team: #1073

Credits

Huge thanks to @OlliV, @timneutkens, @igorklopov and @WGillian for helping!

Commits

The new version differs by 13 commits.

  • f8defc0 9.1.0
  • 7ad6569 Brought branch in sync with canary
  • ac81d46 Properly error on wrong token and handle team (#1073)
  • b81488a Ignore npm lockfile
  • d1bbf85 Changed error message to match correct command (#1071)
  • 7f71e69 Use package for checking for updates (#1070)
  • 5d16bf5 Removed triangle from company name
  • c7addf7 Properly detect API property
  • 68562d9 Added api option to local config (#1069)
  • e2eb318 Fix absent deployment for alias (#1063)
  • a6af5c8 Error explanation for unauthorized domain access (#1059)
  • c4969b1 Add an example of adding a CAA record (#1062)
  • 0d8b4a8 Catch path alias scaling (#1057)

See the full diff