SnowdogApps / magento2-frontools

Set of front-end tools for Magento 2 based on Gulp.js
MIT License
430 stars 142 forks source link

Update marked to the latest version πŸš€ #384

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

☝️ Important announcement: Greenkeeper will be saying goodbye πŸ‘‹ and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency marked was updated from 0.8.2 to 1.0.0.

This version 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.


Publisher: tonybrix License: MIT

Release Notes for 1.0.0

Breaking changes

  • Add inline tokens to marked.lexer output #1627
  • Treat escape token same way as plain text tokens #1642
  • Add Tokenizer to allow extending token creation #1637

Features

  • Add marked.use() method to extend options #1646

Fixes

  • Fix intra-word emphasis can match the wrong asterisks #1636
  • Fix italics modifier (_) breaks links containing underscores #1641
  • Fix closing delimited * incorrect for consecutive ocurrences #1644

Docs

  • Fix lexer data token in demo #1638

CI

  • Move to GitHub Actions #1635
  • Update devDependencies #1648
Commits

The new version differs by 73 commits.

There are 73 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 4 years ago

🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! πŸ’œ πŸššπŸ’¨ πŸ’š

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead πŸš€

Release Notes for 1.1.0

Features

  • Add walkTokens option #1664

Fixes

  • Fix renderer.code includes space at beginning of each line of code #1645
  • Fix codespan newline #1652
  • Fix comma after underscore emphasis #1660
  • Fix loose task list with no tokens #1674
  • Add browser field in package.json pointing to es5 output #1661
  • Add newline to rendered code with language #1670
  • Fix async highlighter walking all tokens #1664

Docs

  • Add tokenizer to option docs #1662
Commits

The new version differs by 55 commits.

  • 8cfa29c Merge pull request #1677 from UziTech/release-1.1.0
  • cc8561a 1.1.0
  • 085b385 update devdeps
  • 05f2fd6 πŸ—œοΈ build [skip ci]
  • 5ef872b Merge pull request #1664 from UziTech/fix-highlight-async
  • 12d8a6e remove return false to stop iteration
  • acc84eb add walkTokens to docs
  • 267a176 add use walkTokens tests
  • a337c76 add walkTokens option
  • db3b61b add tests
  • cb42b90 add list_item type to list item token
  • 52b91dc iterate over all tokens
  • a1d224d πŸ—œοΈ build [skip ci]
  • cec5f5e Merge pull request #1674 from UziTech/task-no-tokens
  • 369bf41 fix loose task list with no tokens

There are 55 commits in total.

See the full diff