Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps myst-parser from 0.14.0 to 0.15.2.

Release notes

Sourced from myst-parser's releases.

v0.15.2

No release notes provided.

v0.15.1

See CHANGELOG.md

v0.15.0

See CHANGELOG.md

Changelog

Sourced from myst-parser's changelog.

0.15.2 - 2021-08-26

This is mainly a maintenance release that fixes some incompatibilities with sphinx<3.1, improvements for compatibility with docutils=0.17, and improvements to robustness.

0.15.1 - 2021-06-18

👌 IMPROVE: MathJax compatibility with nbsphinx

nbsphinx also overrides the MathJax configuration. For compatibility, output_area is added to the list of default processed classes, and the override warning is allowed to be suppressed with suppress_warnings = ["myst.mathjax"].

0.15.0 - 2021-06-13

Upgraded to sphinx v4 ⬆️

A principe change in this release is to updates the requirements of myst-parser from sphinx>=2,<4 to sphinx>=3,<5.

Changed MathJax handling ♻️

Instead of removing all $ processing for the whole project, during MyST document parsing, the top-level section is now given the classes tex2jax_ignore and mathjax_ignore (turning off default MathJax processing of all HTML elements) and MathJax is then configured to process elements with the tex2jax_process|mathjax_process|math classes.

See the math syntax guide for further information.

Set URL scheme defaults ‼️

The myst_url_schemes default is now: ("http", "https", "mailto", "ftp"). This means that only these URL will be considered as external (e.g. [](https://example.com)), and references like [](https://github.com/executablebooks/MyST-Parser/blob/master/prefix:main) will be considered as internal references. Set myst_url_schemes = None, to revert to the previous default.

Added myst_heading_slug_func option 👌

Use this option to specify a custom function to auto-generate heading anchors (see Auto-generated header anchors).

Thanks to @​jpmckinney!

Commits
  • 6ac5efe RELEASE: v0.15.2 (maintenance release)
  • be4838c 🔧 MAINTAIN: Support include parser option in RST (#419)
  • 61f1154 👌 IMPROVE: Fail gracefully on non-dict front-matter (#409)
  • 5fd4c51 📚 DOCS: Add big summary card (#404)
  • 553b7b8 🔧 MAINTAIN: Pin Sphinx minimum version to 3.1 (#400)
  • abcde6d 📚 DOCS: Add link to rst-to-myst RTD
  • 6497916 🚀 RELEASE: v0.15.1
  • 05d9972 👌 IMPROVE: MathJax compatibility with nbsphinx (#395)
  • 6eba0a9 📚 DOCS: Refactoring and updating documentation (#385)
  • 547eb26 📚 DOCS: Add opengraph extension (#393)
  • 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 [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.14.0 to 0.15.2.
- [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.15.2)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from jdkandersson as a code owner September 6, 2021 08:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 6, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2021

Superseded by #378.

@dependabot dependabot bot closed this Dec 13, 2021
@dependabot dependabot bot deleted the dependabot/pip/myst-parser-0.15.2 branch December 13, 2021 00:23
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