Skip to content

chore(docs): update dependency myst-parser to v4 (develop) - autoclosed

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

This MR contains the following updates:

Package Type Update Change
myst-parser dependencies major 2.0.0 -> 4.0.1

Release Notes

executablebooks/MyST-Parser (myst-parser)

v4.0.1

Compare Source

🔧 Minor fix for Sphinx 8.2 compatibility (in gh-pr:1013)

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


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