QGIS-Contribution / QGIS-ResourceSharing

QGIS Resource Sharing Plugin
http://qgis-contribution.github.io/QGIS-ResourceSharing/
GNU Affero General Public License v3.0
38 stars 18 forks source link

Update myst-parser[linkify] requirement from <0.16,>=0.13 to >=0.13,<0.17 in /requirements #229

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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: https://github.com/executablebooks/MyST-Parser/compare/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
  • 11fb239 🚀 RELEASE: v0.16.1
  • aaead2f ✨ NEW: Add myst_linkify_fuzzy_links option (#464)
  • d84e625 📚 DOCS: Fix myst-docutils README (#462)
  • 5d1b081 🚀 RELEASE: v0.16.0 (#457)
  • 87d6af7 🧪 TESTS: Add for gettext_additional_targets (#459)
  • 675a1c6 👌 IMPROVE: parse_directive_options
  • 894e8a9 🔧 MAINTAIN: Add publishing job for myst-docutils (#456)
  • 560f641 ✨ NEW: Add Docutils MyST config and CLI (#426)
  • 86bf84d ✨ NEW: Add fieldlist extension (#455)
  • cf18116 🔧 MAINTAIN: Remove empty "sphinx" extra (#350)
  • Additional commits viewable in compare view


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[bot] commented 2 years ago

Superseded by #234.