Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Bump markdown-it from 8.4.2 to 12.2.0 in /Source/QuestionsTabApp #8

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 15, 2021

Bumps markdown-it from 8.4.2 to 12.2.0.

Changelog

Sourced from markdown-it's changelog.

[12.2.0] - 2021-08-02

Added

  • Ordered lists: add order value to token info.

Fixed

  • Always suffix indented code block with a newline, #799.

[12.1.0] - 2021-07-01

Changed

  • Updated CM spec compatibility to 0.30.

[12.0.6] - 2021-04-16

Fixed

  • Newline in alt should be rendered, #775.

[12.0.5] - 2021-04-15

Fixed

  • HTML block tags with === inside are no longer incorrectly interpreted as headers, #772.
  • Fix table/list parsing ambiguity, #767.

[12.0.4] - 2020-12-20

Fixed

  • Fix crash introduced in 12.0.3 when processing strikethrough (~~) and similar plugins, #742.
  • Avoid fenced token mutation, #745.

[12.0.3] - 2020-12-07

Fixed

  • [](https://github.com/markdown-it/markdown-it/blob/master/<foo<bar>) is no longer a valid link.
  • [](https://github.com/markdown-it/markdown-it/blob/master/url (xxx()) is no longer a valid link.
  • [](https://github.com/markdown-it/markdown-it/blob/master/url\ xxx) is no longer a valid link.
  • Fix performance issues when parsing links (#732, #734), backticks, (#733, #736), emphases (#735), and autolinks (#737).
  • Allow newline in <? ... ?> in an inline context.
  • Allow <meta> html tag to appear in an inline context.

[12.0.2] - 2020-10-23

Fixed

  • Three pipes (|\n|\n|) are no longer rendered as a table with no columns, #724.

[12.0.1] - 2020-10-19

Fixed

  • Fix tables inside lists indented with tabs, #721.

... (truncated)

Commits
  • 6e2de08 12.2.0 released
  • 08827d6 dist rebuild
  • 8bcc82a Parser: Set ordered list_item_open token info to input marker.
  • 77fb937 Add pathological test from cmark
  • e5986bb Always suffix indented code block with a newline
  • 13cdeb9 12.1.0 released
  • 13d8335 Dist rebuild
  • eed156e Fix emphasis algorithm as per 0.30 spec
  • 0b14fa0 Update CommonMark spec to 0.30
  • 064d602 Updated highlight.js usage info
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 15, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Source/QuestionsTabApp/markdown-it-12.2.0 branch 2 times, most recently from ba1915b to 5ae1069 Compare October 4, 2021 20:08
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 8.4.2 to 12.2.0.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@8.4.2...12.2.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/Source/QuestionsTabApp/markdown-it-12.2.0 branch from 5ae1069 to 09ab880 Compare October 4, 2021 20:12
@TimB87 TimB87 merged commit 27d9ea2 into master Oct 4, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/Source/QuestionsTabApp/markdown-it-12.2.0 branch October 4, 2021 20:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant