snekomatic icon indicating copy to clipboard operation
snekomatic copied to clipboard

Bump marko from 0.7.1 to 1.1.0

Open dependabot-preview[bot] opened this issue 4 years ago • 1 comments

Bumps marko from 0.7.1 to 1.1.0.

Changelog

Sourced from marko's changelog.

v1.1.0(2021-07-23)

  • Update the implementation to conform with Commonmark 0.30 spec.

v1.0.3(2021-06-07)

  • Consider unicode punctuations when judging whether a delimiter is an opener or a closer.
  • Prefix parsing is eager now.

v1.0.2(2021-04-06)

  • Fix a parsing crash if no newline following the prefix of a block element.
  • Unescape html character refs in ASTRenderer result.
  • Fix an index error when parsing an incomplete link.

v1.0.1(2021-01-06)

  • Remove the duplicate newlines in the output of paragraphs of markdown renderer.

v1.0.0(2020-12-29)

  • Drop support of Python 2.7
  • Remove the deprecated extension object
  • Blacken the code base

v0.10.0(2020-11-23)

  • Drop support of Python 3.5
  • Fix a bug about rendering image links of MarkdownRender

v0.9.1(2020-09-27)

  • Fix an XSS issue that exists in code language field.

v0.9.0(2020-09-27)

  • Fix a bug that backslashes get dropped inside a table cell.
  • Fix a bug that the priority of inline elements is not honored.
  • Add a new renderer: marko.md_renderer.MarkdownRenderer which rerenders the input back to markdown text.

v0.8.2(2020-06-22)

  • Add support for specifying extensions in marko CLI.
  • Display a help message when prompting for input in marko CLI.

v0.8.1(2020-04-03)

  • Fix a bug of list item parsing when mixed whitespace type is used.

v0.8.0(2020-03-07)

... (truncated)

Commits
  • 43209e8 Release version 1.1.0
  • c747fac Merge pull request #93 from frostming:commonmark/0.30
  • 288c581 Update documents about 0.30 spec
  • f5ced68 Update to conform with commonmark 0.30
  • 9b651f4 Bump version to 1.0.3
  • 0b4e242 Prefix parsing is eager now
  • 2486d15 Merge pull request #88 from frostming/bugfix/punctuation
  • 57003fd add change log
  • 38a1958 consider unicode punctuation
  • a2dab4e Merge pull request #86 from MapleCCC/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jul 26 '21 08:07 dependabot-preview[bot]

Codecov Report

Merging #188 (ebac829) into master (43e8e6d) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #188   +/-   ##
=======================================
  Coverage   94.39%   94.39%           
=======================================
  Files          13       13           
  Lines         660      660           
  Branches       56       56           
=======================================
  Hits          623      623           
  Misses         28       28           
  Partials        9        9           

codecov[bot] avatar Jul 26 '21 08:07 codecov[bot]