Skip to content

Bump markdown from 6.0.1 to 7.0.1 #54

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

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

Conversation

dependabot[bot]
Copy link

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

Bumps markdown from 6.0.1 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.
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 6.0.1 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@6.0.1...v7.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants