Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency markdown-it-py to v2 #103

Open
wants to merge 11 commits into
base: brightcove
Choose a base branch
from

Conversation

mend-for-github-com[bot]
Copy link

@mend-for-github-com mend-for-github-com bot commented Feb 23, 2023

This PR contains the following updates:

Package Update Change
markdown-it-py major ==1.1.0 -> ==2.2.0

By merging this PR, the below vulnerabilities will be automatically resolved:

Severity CVSS Score CVE
Medium Medium 5.5 CVE-2023-26302
Medium Medium 5.5 CVE-2023-26303

Release Notes

executablebooks/markdown-it-py

v2.2.0

Compare Source

What's Changed
New Contributors

Thanks to 🎉

Full Changelog: executablebooks/markdown-it-py@v2.1.0...v2.2.0

v2.1.0

Compare Source

This release is primarily to replace the attrs package dependency,
with the built-in Python dataclasses package.

This should not be a breaking change, for most use cases.

  • ⬆️ UPGRADE: Drop support for EOL Python 3.6 (#​194)
  • ♻️ REFACTOR: Move Rule/Delimiter classes from attrs to dataclass (#​211)
  • ♻️ REFACTOR: Move Token class from attrs to dataclass (#​211)
  • ‼️ Remove deprecated NestedTokens and nest_tokens
  • ✨ NEW: Save ordered list numbering (#​192)
  • 🐛 FIX: Combination of blockquotes, list and newlines causes IndexError (#​207)

v2.0.1

Compare Source

  • 🐛 FIX: Crash when file ends with empty blockquote line.
  • ✨ NEW: Add inline_definitions option.
    This option allows for definition token to be inserted into the token stream, at the point where the definition is located in the source text.
    It is useful for cases where one wishes to capture a "loseless" syntax tree of the parsed Markdown (in conjunction with the store_labels option).

v2.0.0

Compare Source

  • ⬆️ Update: Sync with markdown-it v12.1.0 and CommonMark v0.30
  • ♻️ REFACTOR: Port mdurl and punycode for URL normalisation (thanks to @​hukkin!).
    This port fixes the outstanding CommonMark compliance tests.
  • ♻️ REFACTOR: Remove AttrDict.
    This is no longer used is core or mdit-py-plugins, instead standard dictionaries are used.
  • 👌 IMPROVE: Use __all__ to signal re-exports

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

@mend-for-github-com mend-for-github-com bot added the security fix Security fix generated by WhiteSource label Feb 23, 2023
@bc-jcarlson bc-jcarlson force-pushed the brightcove branch 2 times, most recently from ef20b41 to 145c11f Compare June 20, 2023 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security fix Security fix generated by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant