Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Bumps markdown from 5.0.0 to 6.0.1.

Changelog

Sourced from markdown's changelog.

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 (excluding the 19 custom GitHub specific emoji which have no Unicode support).
  • Breaking change: The TagSyntax is deprecated.
  • Add new syntax DelimiterSyntax.
  • Breaking change: StrikethroughSyntax now extends DelimiterSyntax instead of TagSyntax.
  • Breaking change: LinkSyntax now extends DelimiterSyntax instead of TagSyntax.
  • Add two new emphasis syntaxes EmphasisSyntax.underscore and EmphasisSyntax.asterisk.
Commits
  • 87e4c68 Bump to 6.0.1 (#462)
  • 37305cf Add deprecated accessors for indicatorForUncheckedCheckBox and indicatorForCh...
  • 2e5e347 lint cleanup (#456)
  • a0b5a05 example: small tweak to example – add Dart code (#455)
  • de32a69 visitText to use textContent getter so subclassing Text class works correctly...
  • 8247955 Rewrite checkbox(task list) extension (#450)
  • a602760 Fix crash with mixed checkbox lists (#449)
  • 32a9450 Bump to 6.0.0 (#443)
  • e479495 Require Dart 2.17, cleanup up lints (#442)
  • 73ad99e Add support for github task lists (aka checkboxes) actually fixes #268 add ...
  • 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 6.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...6.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 Sep 26, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 14, 2023

Superseded by #539.

@dependabot dependabot bot closed this Feb 14, 2023
@dependabot dependabot bot deleted the dependabot/pub/web/_tool/markdown-6.0.1 branch February 14, 2023 00:11
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