aliemteam / aliemcards

ALiEM Cards - markdown and website
https://www.aliemcards.com
MIT License
4 stars 8 forks source link

Update now to the latest version πŸš€ #196

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 7.0.0 of now just got published.

Dependency now
Current Version 6.4.1
Type dependency

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

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.

I recommend you look into these changes and try to get onto the latest version of now. 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.


Release Notes 7.0.0

Major Changes

  • Removed IDs from secrets list (read more about this decision): #665

Patches

  • Stop showing the full build path in stack traces: #669
  • Try to clone git repositories over SSH on failure: #671
  • Fixed aliased results appearing in list with --safe flag: #672
  • Improved usage information for now switch: #668
  • Allow credit card numbers to be pasted with now cc add: #656
  • Use arrow functions and import comments where possible: 12edb30
  • Display proper error message if path doesn't exist: ea9af7d

Credits

Huge thanks to @nkzawa, @igorklopov, @leo, @davemcorwin, @Ignigena and @mike-engel for their help on making this release possible!

Commits

The new version differs by 12 commits.

  • 9d30b4f 7.0.0
  • 9fbeb61 Prettified arrow function
  • ea9af7d Display proper error message if path doesn't exist
  • 8a603c0 Made now cc add case-unsensitive
  • 12edb30 Use arrow functions and import comments where possible
  • 9089fb8 Allow credit card numbers to be pasted with now cc add (#656)
  • e2cc19e Added npm run prettify for running prettier manually
  • 27319e3 Improved usage information for now switch (#668)
  • 1fc76f1 Removed IDs from secrets list (#665)
  • 020365f Fixed aliased results appearing in list with --safe flag (#672)
  • 348b19e Try to clone git repositories over SSH on failure (#671)
  • 588ba5a Stop showing the full build path in stack traces (#669)

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #196   +/-   ##
=======================================
  Coverage   54.14%   54.14%           
=======================================
  Files          17       17           
  Lines         229      229           
  Branches       56       56           
=======================================
  Hits          124      124           
  Misses        105      105

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 848feb0...d809d9f. Read the comment docs.

greenkeeper[bot] commented 7 years ago

Version 7.0.1 just got published.

Update to this version instead πŸš€

Release Notes 7.0.1

Patches

  • Be more definite about what is being installed: b6a714f
  • Revert ea9af7d and fix the existing message: #680
  • Bump email-prompt – fixes #679: 8d971d7

Credits

Huge thanks to @bukinoshita for their help!

Commits

The new version differs by 4 commits.

  • d602517 7.0.1
  • 8d971d7 Bump email-prompt – fixes #679
  • a88ecb9 Revert ea9af7d and fix the existing message (#680)
  • b6a714f Be more definite about what is being installed

See the full diff