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 🚀 #148

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

Version 0.9.0 of markdownlint was just published.

Dependency markdownlint
Current Version 0.7.0
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.

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

  • 43a50c4 Update to version 0.9.0.
  • 37e360e Update dependencies: @types/node to 9.6.15, browserify to 16.2.2, eslint to 4.19.1, uglify-js to 3.3.25, remove incompatible @types/node.
  • 922bbef Add tests for updated newline regular expression.
  • 3e13177 Update MD009/no-trailing-spaces default configuration to allow 2 spaces for hard break (fixes #114).
  • 36dc946 Synchronize regular expression for line breaks with markdown-it (fixes #117).
  • 072da48 Relax MD041/first-line-h1 to allow blank links above the top level header (fixes #116).
  • 017fe12 Fix issue where escaped trailing hash on header caused MD003 due to incorrect classification.
  • f77b7ae Remove Q dependency, replace with native Promise/promisify.
  • 213aef4 Convert var to const/let (except in browser-only code).
  • 78c1af7 Add TypeScript to demo build script to output ES3-level code for browsers (fixes #84).
  • 85e6e7a Convert devDependencies from ^ to ~.
  • 18125a1 Add new Node.js version 10, remove end-of-life versions 0.10, 0.12, 4.
  • f4f4728 Merge branch 'levacic/header-to-heading' into next
  • c7c4c03 Code review feedback for "header"->"heading" change.
  • 45424cf Change "header" to "heading" across the library

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