dependabot[bot] opened a new pull request #523: Bump marked from 0.5.2 to 0.6.1
URL: https://github.com/apache/incubator-weex-site/pull/523
 
 
   Bumps [marked](https://github.com/markedjs/marked) from 0.5.2 to 0.6.1.
   <details>
   <summary>Release notes</summary>
   
   *Sourced from [marked's 
releases](https://github.com/markedjs/marked/releases).*
   
   > ## 0.6.1
   > ## Fixes
   > 
   > - Fix parenthesis url redos 
[#1414](https://github-redirect.dependabot.com/markedjs/marked/issues/1414)
   > 
   > ## Docs
   > 
   > - Update demo site to use a worker 
[#1418](https://github-redirect.dependabot.com/markedjs/marked/issues/1418) 
   > - Update devDependencies to last stable 
[#1409](https://github-redirect.dependabot.com/markedjs/marked/issues/1409)
   > - Update documentation about extending Renderer 
[#1417](https://github-redirect.dependabot.com/markedjs/marked/issues/1417)
   > - Remove `--save` option as it isn't required anymore 
[#1422](https://github-redirect.dependabot.com/markedjs/marked/issues/1422)
   > - Add snyk badge 
[#1420](https://github-redirect.dependabot.com/markedjs/marked/issues/1420)
   > 
   > ## 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](https://github-redirect.dependabot.com/markedjs/marked/issues/1401)
   >     - You should not have any problems if you do not override this method
   > 
   > ## New Features
   > 
   > - Add new export `marked.Slugger` 
[#1401](https://github-redirect.dependabot.com/markedjs/marked/issues/1401)
   > 
   > ## Fixes
   > 
   > - Fix emphasis followed by a punctuation 
[#1383](https://github-redirect.dependabot.com/markedjs/marked/issues/1383) 
   > - Fix bold around autolink email address 
[#1385](https://github-redirect.dependabot.com/markedjs/marked/issues/1385)
   > - Make autolinks case insensitive 
[#1384](https://github-redirect.dependabot.com/markedjs/marked/issues/1384)
   > - Make code fences compliant with Commonmark spec 
[#1387](https://github-redirect.dependabot.com/markedjs/marked/issues/1387) 
   > - Make blockquote paragraph continuation compliant with Commonmark spec 
[#1394](https://github-redirect.dependabot.com/markedjs/marked/issues/1394)
   > - Make ordered list marker length compliant with Commonmark spec 
[#1391](https://github-redirect.dependabot.com/markedjs/marked/issues/1391) 
   > - Make empty list items compliant with Commonmark spec 
[#1395](https://github-redirect.dependabot.com/markedjs/marked/issues/1395) 
   > - Make tag escaping compliant with Commonmark spec 
[#1397](https://github-redirect.dependabot.com/markedjs/marked/issues/1397) 
   > - Make strong/bold compliant with Commonmark spec 
[#1400](https://github-redirect.dependabot.com/markedjs/marked/issues/1400)
   > - Fix handling of adjacent lists 
[#684](https://github-redirect.dependabot.com/markedjs/marked/issues/684)
   > - Add better error handling when token type cannot be found 
[#1005](https://github-redirect.dependabot.com/markedjs/marked/issues/1005) 
   > - Fix duplicate heading id and non-latin characters 
[#1401](https://github-redirect.dependabot.com/markedjs/marked/issues/1401)
   > 
   > ## CLI
   > 
   > - Pretty print ENOENT errors on cli 
[#1396](https://github-redirect.dependabot.com/markedjs/marked/issues/1396)
   > - Update repo url in man 
[#1403](https://github-redirect.dependabot.com/markedjs/marked/issues/1403)
   > 
   > ## Docs
   > 
   > - Fix `breaks` option description 
[#1381](https://github-redirect.dependabot.com/markedjs/marked/issues/1381) 
   > - Update docs to include "Since" version 
[#1382](https://github-redirect.dependabot.com/markedjs/marked/issues/1382) 
   > - Add defibrillator badge for 
[@&#8203;mccraveiro](https://github.com/mccraveiro) 
[#1392](https://github-redirect.dependabot.com/markedjs/marked/issues/1392)
   ></tr></table> ... (truncated)
   </details>
   <details>
   <summary>Commits</summary>
   
   - 
[`c679e5e`](https://github.com/markedjs/marked/commit/c679e5edb5e5b8adc609928853ef980f06baaf18)
 Merge pull request 
[#1421](https://github-redirect.dependabot.com/markedjs/marked/issues/1421) 
from UziTech/release-0.6.1
   - 
[`d9fe247`](https://github.com/markedjs/marked/commit/d9fe247ef2979d6760e29b71d433e108b3430e0f)
 0.6.1
   - 
[`e959a1d`](https://github.com/markedjs/marked/commit/e959a1de5df014a2d718510ee462f6ac7ce98a9c)
 Merge pull request 
[#1420](https://github-redirect.dependabot.com/markedjs/marked/issues/1420) 
from markedjs/snyk-badge
   - 
[`f42c4a7`](https://github.com/markedjs/marked/commit/f42c4a775728a102ee45999afd3b7bd7aa71ba0c)
 Merge pull request 
[#1422](https://github-redirect.dependabot.com/markedjs/marked/issues/1422) 
from stevemoser/patch-1
   - 
[`0f8e7b5`](https://github.com/markedjs/marked/commit/0f8e7b50e8ea45ca50233681559592424859841b)
 Remove --save option as it isn't required anymore
   - 
[`e1605cb`](https://github.com/markedjs/marked/commit/e1605cbc0fa4d51e768a5d05a7707f90f3168e43)
 Remove --save option as it isn't required anymore
   - 
[`89b1717`](https://github.com/markedjs/marked/commit/89b17175a8c0790d234616ac5ffe7d55e17ee5f3)
 🗜️ minify [skip ci]
   - 
[`a908d08`](https://github.com/markedjs/marked/commit/a908d08e9e9f459a2eea6a7c2de642ffb7e265ba)
 Merge pull request 
[#1414](https://github-redirect.dependabot.com/markedjs/marked/issues/1414) 
from UziTech/multi-bracket-link
   - 
[`7e07647`](https://github.com/markedjs/marked/commit/7e07647f042879679351aa96fc53abb221b0ef1a)
 Add snyk badge
   - 
[`da67561`](https://github.com/markedjs/marked/commit/da67561a4fa04d670de8ecde2e157acb708ef0bf)
 Merge pull request 
[#1418](https://github-redirect.dependabot.com/markedjs/marked/issues/1418) 
from UziTech/version-worker
   - Additional commits viewable in [compare 
view](https://github.com/markedjs/marked/compare/v0.5.2...v0.6.1)
   </details>
   <details>
   <summary>Maintainer changes</summary>
   
   This version was pushed to npm by 
[tonybrix](https://www.npmjs.com/~tonybrix), a new releaser for marked since 
your current version.
   </details>
   <br />
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=marked&package-manager=npm_and_yarn&previous-version=0.5.2&new-version=0.6.1)](https://help.github.com/articles/configuring-automated-security-fixes)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot ignore this [patch|minor|major] version` will close this PR 
and stop Dependabot creating any more for this minor/major version (unless you 
reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/incubator-weex-site/network/alerts).
   
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to