receptive_field_analysis_toolbox icon indicating copy to clipboard operation
receptive_field_analysis_toolbox copied to clipboard

fix(deps): update dependency myst-parser to ^0.18.0

Open renovate[bot] opened this issue 2 years ago β€’ 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
myst-parser ^0.17.0 -> ^0.18.0 age adoption passing confidence

Release Notes

executablebooks/MyST-Parser

v0.18.0

Compare Source

Full Changelog: v0.17.2...v0.18.0

This release adds support for Sphinx v5 (dropping v3), restructures the code base into modules, and also restructures the documentation, to make it easier for developers/users to follow.

It also introduces document-level configuration via the Markdown top-matter, under the myst key. See the Local configuration section for more information.

Breaking changes

This should not be breaking, for general users of the sphinx extension (with sphinx>3), but will be for anyone directly using the Python API, mainly just requiring changes in import module paths.

The to_docutils, to_html, to_tokens (from myst_parser/main.py) and mock_sphinx_env/parse (from myst_parser.sphinx_renderer.py) functions have been removed, since these were primarily for internal testing. Instead, for single page builds, users should use the docutils parser API/CLI (see ), and for testing, functionality has been moved to https://github.com/chrisjsewell/sphinx-pytest.

The top-level html_meta and substitutions top-matter keys have also been deprecated (i.e. they will still work but will emit a warning), as they now form part of the myst config, e.g.


Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled due to failing status checks.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • [ ] If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jun 18 '22 23:06 renovate[bot]

Codecov Report

Merging #72 (6f209e9) into main (308c86c) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #72   +/-   ##
=======================================
  Coverage   95.38%   95.38%           
=======================================
  Files          21       21           
  Lines        1800     1800           
=======================================
  Hits         1717     1717           
  Misses         83       83           

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 308c86c...6f209e9. Read the comment docs.

codecov-commenter avatar Jun 18 '22 23:06 codecov-commenter