Skip to content

Update dependency markdown-it-py to v2 - #103

Open
mend-for-github.qkg1.top[bot] wants to merge 11 commits into
brightcovefrom
whitesource-remediate/markdown-it-py-2.x
Open

Update dependency markdown-it-py to v2#103
mend-for-github.qkg1.top[bot] wants to merge 11 commits into
brightcovefrom
whitesource-remediate/markdown-it-py-2.x

Conversation

@mend-for-github.qkg1.top

@mend-for-github.qkg1.top mend-for-github.qkg1.top Bot commented Feb 23, 2023

Copy link
Copy Markdown

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.qkg1.top mend-for-github.qkg1.top 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