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

Update myst-parser[linkify] requirement from <0.16,>=0.14 to >=0.14,<0.17 #31

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2022

Updates the requirements on myst-parser[linkify] to permit the latest version.

Release notes

Sourced from myst-parser[linkify]'s releases.

v0.16.1

What's Changed

Full Changelog: executablebooks/MyST-Parser@v0.16.0...v0.16.1

Changelog

Sourced from myst-parser[linkify]'s changelog.

0.16.1 - 2021-12-16

✨ NEW: Add myst_linkify_fuzzy_links option. When using the linkify extension, this option can be used to disable matching of links that do not contain a schema (such as http://).

0.16.0 - 2021-12-06

This release contains a number of exciting improvements:

Upgrade of Markdown parser

markdown-it-py has been upgraded to v2.0.0. This upgrade brings full compliance with the CommonMark v0.30 specification.

Additionally, mdit-py-plugins has been upgraded to v0.3.0. This improves the parsing of the MyST target syntax, to allow for spaces and additional special characters in the target name, for example this is now valid:

(a bc   |@<>*./_-+:)=
Header

Also MyST role syntax now supports unlimited length in the role name and new lines in the content. For example, this is now valid:

{abc}`xy
new line`

Improvements for Docutils-only use

MyST now allows for Docutils-only use (outside of Sphinx), that allows for MyST configuration options to be set via the docutils.conf file, or on the command line.

On installing MyST-Parser, the following CLI-commands are made available:

  • myst-docutils-html: converts MyST to HTML
  • myst-docutils-html5: converts MyST to HTML5
  • myst-docutils-latex: converts MyST to LaTeX
  • myst-docutils-xml: converts MyST to docutils-native XML
  • myst-docutils-pseudoxml: converts MyST to pseudo-XML (to visualise the AST structure)

You can also install the myst-docutils package from pip, which includes no direct install requirements on docutils or sphinx.

See MyST with Docutils for more information.

Thanks to help from @​cpitclaudel!

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Project dependencies. label Jan 13, 2022
@github-actions github-actions bot removed the dependencies Project dependencies. label Jan 13, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/myst-parser-linkify--gte-0.14-and-lt-0.17 branch from a1d6ad8 to feb1050 Compare January 13, 2022 19:31
@codecov-commenter
Copy link

codecov-commenter commented Jan 13, 2022

Codecov Report

Merging #31 (c683faa) into main (140eea6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   50.57%   50.57%           
=======================================
  Files          11       11           
  Lines         261      261           
  Branches       24       24           
=======================================
  Hits          132      132           
  Misses        125      125           
  Partials        4        4           

Updates the requirements on [myst-parser[linkify]](https://github.com/executablebooks/MyST-Parser) to permit the latest version.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.14.0...v0.16.1)

---
updated-dependencies:
- dependency-name: myst-parser[linkify]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/myst-parser-linkify--gte-0.14-and-lt-0.17 branch from feb1050 to c683faa Compare January 13, 2022 19:36
@Guts Guts merged commit ae6f5bb into main Jan 13, 2022
@Guts Guts deleted the dependabot/pip/myst-parser-linkify--gte-0.14-and-lt-0.17 branch January 13, 2022 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants