Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 21, 2023

Bumps markdown from 5.0.0 to 7.0.1.

Changelog

Sourced from markdown's changelog.

7.0.1

  • Remove RegExp lookarounds from autolink extension patterns. (Fixes issues when running on Safari.)

7.0.0

  • Breaking change: close() of DelimiterSyntax and LinkSyntax returns multiple nodes instead of single one.
  • Breaking change: Remove deprecated APIs, including TagSyntax, indicatorForCheckedCheckBox, and indicatorForUncheckedCheckBox.
  • Breaking change: Removed BlockHtmlSyntax, BlockTagBlockHtmlSyntax, LongBlockHtmlSyntax, and OtherTagBlockHtmlSyntax.
  • Breaking change: Change the line properties of type String to Line.
  • Breaking change: Change the lines properties of type List<String> to List<Line>.
  • Add a new syntax HtmlBlockSyntax to parse HTML blocks.
  • Add an enableTagfilter option to HtmlRenderer to eanble GFM tagfilter extension.
  • Add a new syntax DecodeHtmlSyntax to decode HTML entity and numeric character references.
  • Add a new syntax SoftLineBreakSyntax to remove the single space before the line ending.
  • Add a new syntax EscapeHtmlSyntax to encode ("), (<), (>) and (&).
  • Add an option caseSensitive to TextSyntax.
  • Add a new public method parse(String text) for Document.
  • Add a new public method parseLineList(List<Line> text) for Document.
  • Add a new type: Line.
  • Add a new optional parameter parentSyntax for parseLines() of BlockParser, which can be used when parsing nested blocks.
  • Add a new optional parameter disabledSetextHeading for parseLines() of BlockParser, which is used to disable the SetextHeaderSyntax.
  • Add a new public property previousSyntax for BlockParser.

6.0.1

  • Fix a crash in checkbox lists when mixing checkbox items with non-checkbox items.

6.0.0

  • Require Dart 2.17
  • Add support to GFM extension for GitHub task lists (aka checkboxes). These are only active in the gitHubFlavored and gitHubWeb extension sets.
  • Add support for #ff0000 color swatches.
  • Change emoji list do be derived from the GitHub API. The only two emoji that visually change are :cricket: and :beetle:. There are alternate emoji :cricket_game: and :lady_beetle: which can be used to access the previous emoji. update_github_emoji.dart now pulls all emoji info directly from GitHub API and as a result we have now support the entire GitHub emoji set

... (truncated)

Commits
  • cae08af Prepare to release v7.0.1 (#520)
  • bdbaf76 Remove lookarounds from autolink extension patterns (#519)
  • eb09fac Move to pkg:dart_flutter_team_lints (#518)
  • 51a6389 Add line endings to HTML blocks (#512)
  • a4cd7a0 Label tests that only run on the VM: allows running tests with browser (#516)
  • 6788042 CI: add publish and response workflows (#517)
  • f51c24c Prepend a line ending if the p tag is removed and there is an element before ...
  • dd3e3a1 Bump dart-lang/setup-dart from 1.3 to 1.4 (#510)
  • 5f25fc9 Bump actions/checkout from 3.2.0 to 3.3.0 (#511)
  • 54266b2 Prepare to release v7.0.0 (#509)
  • 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)

Bumps [markdown](https://github.com/dart-lang/markdown) from 5.0.0 to 7.0.1.
- [Release notes](https://github.com/dart-lang/markdown/releases)
- [Changelog](https://github.com/dart-lang/markdown/blob/master/CHANGELOG.md)
- [Commits](dart-archive/markdown@5.0.0...v7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant