adriancarriger / frosted-glass

❄️ Add a live frosted glass blur effect over any type of web content, including text.
https://codesandbox.io/s/github/adriancarriger/frosted-glass/tree/master/demos/vanilla/navbar
MIT License
64 stars 6 forks source link

Update markdownlint-cli to the latest version 🚀 #71

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.9.0 of markdownlint-cli was just published.

Dependency markdownlint-cli
Current Version 0.8.2
Type devDependency

The version 0.9.0 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 markdownlint-cli.

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.


Commits

The new version differs by 4 commits.

  • ec6d185 Bump version 0.9.0
  • 269a1a1 Update markdownlint dependency to 0.9.0.
  • eb7bac3 Remove Node.js nightly version 11 which is not available on Travis CI.
  • d22c1a7 Add Node.js version 10, remove end-of-life versions < 6 (per markdownlint dependency).

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 #71 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   97.93%   97.93%           
=======================================
  Files           3        3           
  Lines          97       97           
  Branches        5        5           
=======================================
  Hits           95       95           
  Misses          2        2

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 07d28fd...62bffa9. Read the comment docs.

greenkeeper[bot] commented 6 years ago

Version 0.10.0 just got published.

Update to this version instead 🚀

Release Notes 0.10.0
  • Allow user configuration files to be YAML-formatted
  • Update markdownlint dependency to 0.10.0
Commits

The new version differs by 3 commits.

  • d3aa874 Bump version 0.10.0
  • 0da8b3a Allow user configuration files to be YAML-formatted.
  • 2cb6a75 Update markdownlint dependency to 0.10.0.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.11.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • f5c5d5e Bump version 0.11.0
  • 892dd94 Add support of custom rules (#40)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.12.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1b9623f Bump version 0.12.0
  • 9b304cc Update markdownlint dependency to 0.11.0.
  • c523277 Return error code/message for invalid custom rules (fixes #41).
  • e9392b8 Fix bad module resolution (#42) (#43)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.13.0 just got published.

Update to this version instead 🚀

Release Notes 0.13.0
  • Improve performance of -i/--ignore
Commits

The new version differs by 4 commits.

  • 4096627 Bump version 0.13.0
  • 00d05ea Convert var to const/let, arrow function to function.
  • ae8678d Reduce run-time for --ignore by avoiding extra glob operations (fixes #44).
  • 9f8d3ae Address newly-reported linter violations.

See the full diff