chore(deps): update dependency myst-parser to v2
Compare changes
+ 1
− 1
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
|
v2.0.0
This release primarily updates core myst-parser dependencies, with some minor changes to parsing behaviour:
markdown-it-py
to v3 (gh-pr:773)
linkify-it-py
to v2 (gh-pr:675)
docutils
v0.20 (gh-pr:775)
sphinx
v7, and remove v5 support (gh-pr:776)
# ` a` b `c `
will now correctly create the slug -a-b-c-
and not a-b-c
myst.substitution
warning for errors in resolving the substitution content.🧪 Introduce a gate/check GHA job, thanks to gh-user:webknjaz (gh-pr:635)
Full Changelog: v1.0.0...v2.0.0
This MR has been generated by Renovate Bot.