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.
Merge request reports
Activity
Edited/Blocked Notification
Renovate will not automatically rebase this MR, because it does not recognize the last commit author and assumes somebody else may have edited the MR.
You can manually request rebase by checking the rebase/retry box above.
⚠ Warning: custom changes will be lost.Hi,
We're posting this message because this merge request meets the following criteria:
- No activity in the past 60 days (since 2023-10-17T10:30:47.537Z)
We'd like to ask you to help us out and determine how we should act on this merge request:
- is it still a WIP?
- is it still relevant?
- is it missing some reviews?
- do you need help or guidance to proceed?
Some community members have been pinged and will have a look at it too.
Thanks for your help!
❤ /cc @funkwhale/steering
added StatusInput wanted label
Hi,
We're posting this message because this merge request meets the following criteria:
- No activity in the past 90 days (since 2023-12-17T04:17:00.185Z)
- No milestone (unscheduled)
- Less than 2 upvotes
We're closing it to avoid cluttering the issue tracker, but if if you think this merge request is still relevant and needs to be acted upon, please reopen it.
Thanks!
Renovate Ignore Notification
Because you closed this MR without merging, Renovate will ignore this update. You will not get MRs for any future
2.x
releases. But if you manually upgrade to2.x
then Renovate will re-enableminor
andpatch
updates automatically.If you accidentally closed this MR, or if you changed your mind: rename this MR to get a fresh replacement MR.