Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update turndown to the latest version 🚀 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Aug 21, 2018

Version 5.0.0 of turndown was just published.

Dependency turndown
Current Version 4.0.2
Type dependency

The version 5.0.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 turndown.

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

  • 5bc8697 5.0.0
  • 55023fa Tidy escaping ~~~
  • 17d2327 Tidy test case names
  • 3203157 Merge pull request #249 from domchristie/document_escape
  • 0e14ea4 Document escape method
  • 93c15f3 Update package-lock.json following npm audit
  • aad75e1 Merge pull request #242 from ayusaf1992/escape-fix
  • a26c454 Changes after code review. Only escape ~ if used as code block.
  • 207052d Changes after code review
  • 3c1faec Changes after code review. Escape certain characters only when used in valid markdown.
  • 8bcb19e Merge pull request #243 from mojoLyon/fix/212-specials-tags-not-blank
  • 5cd8277 Add iframe as element to not consider blank
  • 0140cd5 rewrote the escape function to escape all markdown characters
  • 61c2748 Merge pull request #229 from laurent22/patch-1
  • c01626a Update README.md

There are 17 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Aug 28, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 28, 2018

Version 5.0.1 just got published.

Update to this version instead 🚀

Release Notes v5.0.1

Fix over-aggressive escaping of - (#255)

Commits

The new version differs by 3 commits.

  • 2063e42 5.0.1
  • e7376b6 Merge pull request #255 from domchristie/escaping_hyphens
  • 07e36e0 Do not escape hyphens unnecessarily

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 11, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 11, 2020

  • The dependency turndown was updated from 4.0.2 to 6.0.0.

Update to this version instead 🚀

Commits

The new version differs by 23 commits.

  • 4e36b45 6.0.0
  • 9026414 5.1.0
  • bc23db7 Update acorn for https://npmjs.com/advisories/1488
  • b9898b7 Update travis node version
  • 1559f32 Update to latest rollup (+ plugins) versions
  • 73a7539 Target new versions of node
  • 166a41a Update jsdom to v16 to fix potential security vulnerabilities
  • 0b5d4d5 Merge pull request #302 from fredck/t/domchristie/turndown/300
  • e5bd9f8 Use the repeat utility function for consistency.
  • d1ee0ac Simplified the fence character sniffing.
  • 99b0516 Minor stylistic fixes.
  • 8e072d2 Fixed the wrong trimming of line break at at the start of code blocks.
  • a24c58b Fixed multiple ticks/tildes inside code blocks.
  • cae7098 Merge pull request #281 from kevindew/vanishing-or-duplicating-spacing
  • b73068c Consistently handle inline elements with spaces

There are 23 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants