Skip to content
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

build(deps): bump mistletoe from 0.7.2 to 1.0.1 #74

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2023

Bumps mistletoe from 0.7.2 to 1.0.1.

Release notes

Sourced from mistletoe's releases.

v1.0.1

Fixed:

  • Do include package "mistletoe.contrib" in the built artifacts (#177).

Updated:

  • Make CONTRIBUTING.md more up-to-date.

v1.0.0

WARNING - Backwards compatibility changes:

  • #167: For practical reasons and for following common packaging practices, contrib folder got moved under the mistletoe folder / package. So if you reference a renderer from that folder, you need to reference it as mistletoe.contrib.<renderer> now.
  • See "change handling of (white)space characters in code spans" below. We keep processing extra whitespace characters at the parsing level, so that all renderers can benefit from it out-of-the-box. Provided that a custom renderer, for whatever reason, relied on all the spaces being collapsed, it needs to do that collapsing itself now (e.g. ' '.join(re.split('[ \n]+', content.strip())), or re.sub('[ \n]+', ' ', content.strip())).

Added:

  • JIRARenderer: Support link title notation, i.e. [label](https://github.com/miyuchina/mistletoe/blob/HEAD/url "title") gets transformed to [label|url|title] (#161)

Fixed:

  • Make the traverse() function actually work with various input parameters:
  • Compatibility with the latest CommonMark specification v0.30 (#108):
  • Make parsing of link reference definitions (a.k.a. Footnotes) more strict - spec compliant (#132)
  • Fix handling of special punctuation characters when parsing emphasis (#96, #175)

Updated:

  • Smaller inner working refactorings, like #171.

v0.9.0

WARNING - Backwards compatibility changes:

  • Python versions below 3.5 are no longer supported (Python 3.6 end-of-life: December 2021)
    • html module (available since Python 3.4) is no longer included
  • As unescaping of HTML character references (entities) is now correctly done in parsing phase already, prospective custom renderers should be altered accordingly provided they do the unescaping themselves now.
  • HTMLRenderer: single quote is no longer rendered as ', but as &#x27; (see #115; let us know if you would need the old behavior)
  • BaseRenderer.__getattr__() is removed and replaced by explicit render_*() methods definitions for clearer API (#133)

Added:

  • Add __repr__() methods to all token classes (#140)
  • Add type hints for HTMLRenderer methods (#133; supported since Python 3.0)

Fixed:

... (truncated)

Commits
  • dc53c53 chore: version 1.0.1
  • 4b41f9b build: include package "mistletoe.contrib" in the built artifacts (#177)
  • 4b9075a docs(contributing): no longer 1 blank line among top-level items
  • 2aef3b7 docs(contributing): make Commits section up-to-date
  • 542c010 docs(contributing): fix typos
  • e54aae0 docs: fix release steps order
  • 7236cf5 chore: next dev version
  • 35f961c chore: version 1.0.0
  • fa21ce7 docs: update Dev. Status from "Alpha" to "Production/Stable"
  • 1ee1ce5 ci: update the list of supported Python versions for Travis
  • 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 [mistletoe](https://github.com/miyuchina/mistletoe) from 0.7.2 to 1.0.1.
- [Release notes](https://github.com/miyuchina/mistletoe/releases)
- [Changelog](https://github.com/miyuchina/mistletoe/blob/master/cutting-a-release.md)
- [Commits](miyuchina/mistletoe@v0.7.2...v1.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 6, 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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants