Skip to content

chore(deps): update dependency myst-parser to v4

RenovateBot requested to merge renovate/myst-parser-4.x into develop

This MR contains the following updates:

Package Type Update Change
myst-parser dev-dependencies major ^0.17.0 || ^0.19.0 || ^1.0.0 -> ^0.17.0 || ^0.19.0 || ^1.0.0 || ^4.0.0

Release Notes

executablebooks/MyST-Parser (myst-parser)

v4.0.0

Compare Source

This release bumps the supported versions of:

  • Python to 3.10 and greater
  • Sphinx to >=7,<9
  • Docutils to >=0.19,<0.22

Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree (in gh-pr:931).

This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations, and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.

See the footnotes guide for more information.

Full Changelog: v3.0.1...v4.0.0

v3.0.1

Compare Source

🐛 Bug Fixes

Full Changelog: v3.0.0...v3.0.1

v3.0.0

Compare Source

Upgraded dependencies
New features
Improvements
Internal
Documentation

Full Changelog: v2.0.0...v3.0.0

v2.0.0

Compare Source

This release primarily updates core myst-parser dependencies, with some minor changes to parsing behaviour:

Full Changelog: v1.0.0...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by RenovateBot

Merge request reports

Loading