davidosomething / 16.davidosomething.com

davidosomething.com static site, 2016 version
https://davidosomething.com
12 stars 2 forks source link

Update markdownlint to the latest version 🚀 #144

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.7.0 of markdownlint was just published.

Dependency markdownlint
Current Version 0.6.4
Type devDependency

The version 0.7.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.

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 21 commits.

  • c0ea22e Update to version 0.7.0.
  • 6ca9340 Update dependencies: @types/node to 9.3.0, browserify to 15.2.0, eslint to 4.16.0, uglify-js to 3.3.8.
  • 9ba1435 Move each rule implementation into its own file (fixes #83).
  • 49e36f8 Remove abbreviations from rule metadata to clarify API.
  • 513a135 Move code shared by rules into shared.js.
  • f79cdcb Rename rule params.options to .config for API consistency.
  • a0e3b4d Remove regexp from rule definition to simplify API.
  • d470910 Add links to Mocha project to Examples section of README.
  • 25b6e6f Move error reporting helpers out of core to simplify API for rule.func.
  • 6319cbb Remove deprecated io.js from .travis.yml.
  • 54c28f4 Merge rule name/alias in rule definitions and results (for resultVersion 2).
  • b565c1f Add violation of new rule MD045 to break-all-the-rules.md.
  • 29e64d8 Merge branch 'DuncanmaMSFT-master' into next
  • f91f088 Refine implementation of MD045/no-alt-text in previous commit.
  • 4fa837a Add MD045/no-alt-text (fixes #75).

There are 21 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:

greenkeeper[bot] commented 6 years ago

Version 0.8.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 5dcdb55 Update to version 0.8.0.
  • 6214004 Update dependencies: markdown-it to 8.4.1, @types/node to 9.4.7, browserify to 16.1.1, eslint to 4.18.2, uglify-js to 3.3.13.
  • c957160 Convert to code fences in Rules.md and tag all as "markdown".
  • 7310d01 Add "engines" field to package.json.
  • 89e12b9 Support 1-3 spaces prefixing a code fence per specification (fixes #107).
  • 40ace5b Fix MD007/ul-indent to use parent indent instead of previous indent (fixes #106).
  • 748c8ca Remove unnecessary params parameter to shared.flattenLists/forEachLine.
  • 942cc9a Use "markdown" for syntax highlighting on GitHub ("md" not recognized).
  • 08c8031 Add documentation for authoring custom rules.
  • b33acb8 Remove params.tokenLists to simplify custom rule API.
  • 7a75278 Add validation of onError callback object for rules.
  • 802c81f Add support for authoring custom rules.
  • f24f98e Add support for using custom rules.
  • 4619a8c Refactor to run rule analysis when called, simplify functions.
  • fda309d Refactor to simplify and generalize rule name handling.

There are 18 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 0.8.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • e938f42 Update to version 0.8.1.
  • 0925144 Update dependencies: eslint to 4.19.0, uglify-js to 3.3.16.
  • ff73e82 Make item loop iterative (vs. recursive) to handle synchronous processing of thousands of items.
  • f80b61d Allow empty string for detail/context in onError callback from rules.
  • b3f0d76 Add a link to linter-node-markdownlint

See the full diff