chore(deps): update dependency myst-parser to v2
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 || ^2.0.0
|
Release Notes
executablebooks/MyST-Parser (myst-parser)
v2.0.0
This release primarily updates core myst-parser dependencies, with some minor changes to parsing behaviour:
-
⬆ ️ UPGRADE:markdown-it-py
to v3 (gh-pr:773)- This is mainly a non-breaking change, fixing some edge cases in parsing
- See: https://github.com/executablebooks/markdown-it-py/releases/tag/v3.0.0 and https://github.com/executablebooks/mdit-py-plugins/releases/tag/v0.4.0
-
⬆ ️ UPGRADE:linkify-it-py
to v2 (gh-pr:675)- Also fixes some edge cases in parsing
- See: https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md
-
⬆ ️ UPGRADE: Add support fordocutils
v0.20 (gh-pr:775)- No significant changes, see https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-20-2023-05-04
-
⬆ ️ UPGRADE: Add support forsphinx
v7, and remove v5 support (gh-pr:776)- No significant changes, see https://www.sphinx-doc.org/en/master/changes.html
-
⬆ ️ UPGRADE: Remove Python 3.7 support and add testing for Python 3.11 (gh-pr:772) -
👌 Improve default slug generation for heading anchors, thanks to gh-user:Cimbali (gh-pr:777)- This change makes the slug generation closer to GitHub, in that, starting/ending whitespace will not be stripped.
For example,
# ` a` b `c `
will now correctly create the slug-a-b-c-
and nota-b-c
- This change makes the slug generation closer to GitHub, in that, starting/ending whitespace will not be stripped.
For example,
-
👌 IMPROVE: Substitution extension (gh-pr:777)- Allow any value type (including dict, list, datetime) and emit a
myst.substitution
warning for errors in resolving the substitution content.
- Allow any value type (including dict, list, datetime) and emit a
-
🧪 Introduce a gate/check GHA job, thanks to gh-user:webknjaz (gh-pr:635)
Full Changelog: v1.0.0...v2.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.