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 marked to the latest version 🚀 #391

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

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 20, 2018

The devDependency marked was updated from 0.3.19 to 0.5.2.

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.


Release Notes for 0.5.2

Bug Fixes

  • Fix emphasis closing by single _ (part of left-flanking run) #1351
  • Make URL handling consistent between links and images #1359

Other

  • Add missing semicolons, add lint rule #1340
  • Make Steven (@styfle) a npm publisher #1346
  • Fix typo in docs: responsibility #1364
  • Add the ability to specify options on the demo page as JSON #1357
    • Show red border when JSON options are invalid #1360
  • Move license file back to root dir #1356
  • Fix builds: remove node v0.10 from travis matrix #1366
    • This does not a break compatibility in this release but it will a future release
  • Add files key to package.json to prevent publishing unused files #1367
Commits

The new version differs by 475 commits.

  • 97be813 Merge pull request #1365 from styfle/release-0-5-2
  • 1b7598d 0.5.2
  • 154d052 Merge pull request #1367 from styfle/files-pkg-json
  • 31f330e Delete .npmignore
  • b2544c4 Add files to package.json
  • 8b9ba8e Merge pull request #1366 from styfle/remove-node-0.10
  • 0c69fcb Update .travis.yml
  • e9d9d79 Remove node v0.10 from travis matrix
  • 08d0107 Merge pull request #1356 from styfle/license
  • 04257e8 Merge pull request #1364 from yanick/patch-1
  • 89bafb8 typo: responsibility
  • 2aeae6d Merge pull request #1360 from aprotim/demo_options_parse_feedback
  • beca97f 🗜️ minify [skip ci]
  • 3bc4b99 Merge pull request #1359 from aprotim/fix_url_sanitization
  • edaddac Options input shouldn't be resizeable

There are 250 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 Jan 1, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 1, 2019

  • The devDependency marked was updated from 0.3.19 to 0.6.0.

Update to this version instead 🚀

Release Notes for 0.6.0

Breaking Changes

  • Drop support for Node v0.10 and old browsers such as Internet Explorer
    • You should not have any problems if using Node 4+ or a modern browser
  • Add parameter slugger to Renderer.prototype.heading method #1401
    • You should not have any problems if you do not override this method

New Features

  • Add new export marked.Slugger #1401

Fixes

  • Fix emphasis followed by a punctuation #1383
  • Fix bold around autolink email address #1385
  • Make autolinks case insensitive #1384
  • Make code fences compliant with Commonmark spec #1387
  • Make blockquote paragraph continuation compliant with Commonmark spec #1394
  • Make ordered list marker length compliant with Commonmark spec #1391
  • Make empty list items compliant with Commonmark spec #1395
  • Make tag escaping compliant with Commonmark spec #1397
  • Make strong/bold compliant with Commonmark spec #1400
  • Fix handling of adjacent lists #684
  • Add better error handling when token type cannot be found #1005
  • Fix duplicate heading id and non-latin characters #1401

CLI

  • Pretty print ENOENT errors on cli #1396
  • Update repo url in man #1403

Docs

Tests

  • Remove old test covered by gfm/cm #1389
Commits

The new version differs by 60 commits.

  • 88a8561 Merge pull request #1404 from styfle/release-0.6.0
  • 3160a47 0.6.0
  • 991f3f7 Merge pull request #1392 from UziTech/defibrillator-mccraveiro
  • 57fd147 🗜️ minify [skip ci]
  • dfbc9a1 Merge pull request #1401 from styfle/slugger2
  • 6dff94d Merge pull request #1403 from Krinkle/patch-1
  • 0e75ab5 man: Update bugs url in text version
  • 632ac5d Fix unit tests for slugger
  • 5c926e2 Fix slugger & unit tests
  • ffeb807 🗜️ minify [skip ci]
  • 7e1088f Merge pull request #1400 from mccraveiro/strong-tag
  • 9bc193b 🗜️ minify [skip ci]
  • 53d7ba0 Merge pull request #1397 from mccraveiro/escape-tag
  • fb334ba 🗜️ minify [skip ci]
  • e5e5b09 Merge pull request #1395 from mccraveiro/empty-list

There are 60 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 19, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2019

  • The devDependency marked was updated from 0.3.19 to 0.6.1.

Update to this version instead 🚀

Release Notes for 0.6.1

Fixes

  • Fix parenthesis url redos #1414

Docs

  • Update demo site to use a worker #1418
  • Update devDependencies to last stable #1409
  • Update documentation about extending Renderer #1417
  • Remove --save option as it isn't required anymore #1422
  • Add snyk badge #1420
Commits

The new version differs by 40 commits.

  • c679e5e Merge pull request #1421 from UziTech/release-0.6.1
  • d9fe247 0.6.1
  • e959a1d Merge pull request #1420 from markedjs/snyk-badge
  • f42c4a7 Merge pull request #1422 from stevemoser/patch-1
  • 0f8e7b5 Remove --save option as it isn't required anymore
  • e1605cb Remove --save option as it isn't required anymore
  • 89b1717 🗜️ minify [skip ci]
  • a908d08 Merge pull request #1414 from UziTech/multi-bracket-link
  • 7e07647 Add snyk badge
  • da67561 Merge pull request #1418 from UziTech/version-worker
  • 40ad6f1 Merge branch 'master' into version-worker
  • bf0399b Merge pull request #1415 from remyhunt/enhancement-1406-demo-version
  • 02d90aa Merge pull request #1 from UziTech/demo-versions
  • 14da71c clean up more code
  • 40d65e5 add loading screen

There are 40 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 5, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 5, 2019

  • The devDependency marked was updated from 0.3.19 to 0.6.2.

Update to this version instead 🚀

Release Notes for 0.6.2

Security

Fixes

  • Links parens #1435
  • New line after table with escaped pipe #1439
  • List item tables #1446

Enhancements

  • Pass token boolean to the listitem function #1440
  • Allow html without \n after #1438

CLI

  • Update man page to include --test and fix argv parameters #1442
  • Add a --version flag to print marked version #1448

Testing

  • Normalize marked tests #1444
  • Update tests to node 4 syntax #1449
Commits

The new version differs by 68 commits.

  • 529a8d4 Merge pull request #1441 from styfle/release-0.6.2
  • fc5dbf1 🗜️ minify [skip ci]
  • b1ddd3c Merge pull request #1460 from andersk/inline-text-quadratic
  • be27472 Improve worst-case performance of inline.text regex
  • 6b88601 0.6.2
  • ba1de1e 🗜️ minify [skip ci]
  • d94253c Merge pull request #1438 from UziTech/html-new-line-fix
  • 6eec528 Merge pull request #1449 from UziTech/use-htmldiffer
  • 0cd0333 remove redundant comments
  • ff127c5 use template literals
  • a16251d fix test spacing
  • da57301 use htmldiffer in file tests & update to node 4
  • 621f649 abstract htmldiffer
  • 42e816c fix again
  • 246dd3d fix whitespace after tag

There are 68 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 30, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jun 30, 2019

  • The devDependency marked was updated from 0.3.19 to 0.6.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 6, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 6, 2019

  • The devDependency marked was updated from 0.3.19 to 0.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Dec 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2019

  • The devDependency marked was updated from 0.3.19 to 0.8.0.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 18, 2020

  • The devDependency marked was updated from 0.3.19 to 0.8.1.

Update to this version instead 🚀

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

greenkeeper bot commented Mar 22, 2020

  • The devDependency marked was updated from 0.3.19 to 0.8.2.

Update to this version instead 🚀

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

greenkeeper bot commented Apr 21, 2020

  • The devDependency marked was updated from 0.3.19 to 1.0.0.

Update to this version instead 🚀

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

greenkeeper bot commented May 16, 2020


🚨 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


  • The devDependency marked was updated from 0.3.19 to 1.1.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
0 participants