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

Bump mistletoe from 1.0.1 to 1.2.1 in /caster-back #546

Merged
merged 1 commit into from
Sep 19, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps mistletoe from 1.0.1 to 1.2.1.

Release notes

Sourced from mistletoe's releases.

v1.2.1

Fixed

  • In v1.2.0, due to #182, using HTMLRenderer (the old class name) directly from the mistletoe package stopped working.

v1.2.0

Changed

  • Do not escape double or single quotes by default (#181).
  • As in GFM, tables are allowed to interrupt paragraphs by default (#166 via #187). Set mistletoe.block_token.Table.interrupt_paragraph to false if you need the old behavior.
  • PygmentsRenderer no longer throws a ClassNotFound error if there is a code language specified which is not supported by the Pygments highlighter (#183). If you still need to get the error, simply pass fail_on_unsupported_language=True to the renderer's constructor.
  • Use strict PascalCase for class names (#182). The old names like HTMLRenderer are marked as deprecated.

For contributors:

  • Unify assertEqual() calls in all the tests (#185).
  • Starting to use requirements.txt.
  • Scheme renderer's __main__ section turned into a proper unit test (#189).
  • The possibility of a block token to interrupt a paragraph was generalized (#187). A token class just needs to define the check_interrupts_paragraph(cls, lines) -> bool method.

Fixed

  • FileWrapper's methods anchor/reset are DEPRECATED, use a more versatile get_pos/set_pos approach instead (#186).
  • LaTeXRenderer: Escape special characters in URLs of generated links (#114 via #190).

v1.1.0

Added

  • MarkdownRenderer - the long awaited renderer for outputting parsed AST back to the Markdown syntax (#4, #162). 🎉 For this, parsing was extended to store additional information about the input markdown.
  • New options to control whether HTMLRenderer should escape double and/or single quotes (#176).

Changed

  • "Simpler is better!": Revert back to HTMLRenderer not escaping single quotes by default (#176). Note that we plan to extend this to not escaping double quotes in the next version.
  • As a side effect of #162, the AST token classes and parsing process was changed for more uniform behavior and API (#163).
  • ASTRenderer no longer outputs all token attributes, but only those listed in Token.repr_attributes (#172).

Fixed

  • Token.__repr__() no longer outputs class attributes (#172).
  • Make Scheme (scheme.py) work again (7883f58d35b82).
  • Make CI work again (#121). Good news for both the maintainers and the contributors.

Special thanks go to @​anderskaplan as the most active contributor of this release. 💪

Commits
  • ac3ec41 chore: version 1.2.1
  • b02b6a1 fix: make mistletoe.HTMLRenderer work again
  • 45f5c61 chore: next version is 1.2.1
  • 6727dd4 chore: next dev version
  • 27b6013 chore: version 1.2.0
  • ce6b54f refactor: use strict PascalCase for class names (#182)
  • 9956a8b test: unify assertEqual calls in all the tests (#185)
  • ecb1565 fix: escape special characters in URLs (#190)
  • c7ecfa2 Added an option to the Table class to interrupt paragraphs or not during pars...
  • 04b0c0e Made tables interrupt paragraphs (#166).
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/caster-back/main/mistletoe-1.2.1 branch from 278b5f4 to 6ee41ea Compare September 10, 2023 18:58
Bumps [mistletoe](https://github.com/miyuchina/mistletoe) from 1.0.1 to 1.2.1.
- [Release notes](https://github.com/miyuchina/mistletoe/releases)
- [Changelog](https://github.com/miyuchina/mistletoe/blob/master/cutting-a-release.md)
- [Commits](miyuchina/mistletoe@v1.0.1...v1.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/caster-back/main/mistletoe-1.2.1 branch from 6ee41ea to 8d160e7 Compare September 14, 2023 15:22
@capital-G capital-G merged commit 6a30186 into main Sep 19, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/caster-back/main/mistletoe-1.2.1 branch September 19, 2023 16:55
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.

1 participant