Skip to content

chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.2#116

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.8.1
Open

chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.2#116
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown

Bumps markdown-to-jsx from 9.7.16 to 9.8.2.

Release notes

Sourced from markdown-to-jsx's releases.

markdown-to-jsx@9.8.2

Patch Changes

  • 47408cd: Parsing is significantly faster, around 40% on large documents, with the biggest gains on link-heavy and code-heavy content. Also fixed an edge case where a reference definition split across blockquote lines could be matched by a link using the raw, unnormalized label.
  • 47408cd: Documents with many bold or italic spans now parse in a fraction of the time. Previously, parsing slowed down sharply as the number of emphasized spans grew, which could make very large or adversarial inputs hang.
  • 47408cd: The <Markdown> component no longer re-parses its content when a parent re-renders with unchanged props. Previously the rest-props object was reallocated on every render, which invalidated the internal compile cache and forced a full re-parse each time.
  • 47408cd: Text on its own line after a nested HTML element (such as content following </summary> inside <details>) now renders instead of being dropped or misplaced when no blank line separates them. This now behaves consistently across the React, React Native, Solid, and Vue outputs.

markdown-to-jsx@9.8.1

Patch Changes

  • 24661c0: fix: stop fast-skip from truncating bare email local-parts containing inline-special chars
  • c0c432f: Markdown with many malformed link starts (e.g. repeated [](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib/blob/HEAD/) now parses quickly instead of slowing to a crawl on large inputs.

markdown-to-jsx@9.8.0

Minor Changes

  • 51a68b1: React Native: overrides now work the same as on web. Pass an override for code, pre, strong, em, del, blockquote, hr, h1h6, ul, ol, li, or input and it fires for parsed markdown — no more silent no-ops on inline emphasis, fenced code, headings, lists, or GFM task checkboxes. The styles prop is also tightened: each key is narrowed to the style type its component actually accepts (TextStyle, ViewStyle, or ImageStyle), so passing an ImageStyle to paragraph is now a compile-time error. Task list items now render with sensible row + center-aligned defaults so the checkbox and label sit on the same line out of the box; pass your own styles.listItem to opt out (e.g. for multi-line task labels). The Markdown component additionally accepts string[] children to absorb the common JSX case where children arrive as a coalesced array.
Changelog

Sourced from markdown-to-jsx's changelog.

9.8.2

Patch Changes

  • 47408cd: Parsing is significantly faster, around 40% on large documents, with the biggest gains on link-heavy and code-heavy content. Also fixed an edge case where a reference definition split across blockquote lines could be matched by a link using the raw, unnormalized label.
  • 47408cd: Documents with many bold or italic spans now parse in a fraction of the time. Previously, parsing slowed down sharply as the number of emphasized spans grew, which could make very large or adversarial inputs hang.
  • 47408cd: The <Markdown> component no longer re-parses its content when a parent re-renders with unchanged props. Previously the rest-props object was reallocated on every render, which invalidated the internal compile cache and forced a full re-parse each time.
  • 47408cd: Text on its own line after a nested HTML element (such as content following </summary> inside <details>) now renders instead of being dropped or misplaced when no blank line separates them. This now behaves consistently across the React, React Native, Solid, and Vue outputs.

9.8.1

Patch Changes

  • 24661c0: fix: stop fast-skip from truncating bare email local-parts containing inline-special chars
  • c0c432f: Markdown with many malformed link starts (e.g. repeated [](https://github.com/quantizor/markdown-to-jsx/blob/main/lib/) now parses quickly instead of slowing to a crawl on large inputs.

9.8.0

Minor Changes

  • 51a68b1: React Native: overrides now work the same as on web. Pass an override for code, pre, strong, em, del, blockquote, hr, h1h6, ul, ol, li, or input and it fires for parsed markdown — no more silent no-ops on inline emphasis, fenced code, headings, lists, or GFM task checkboxes. The styles prop is also tightened: each key is narrowed to the style type its component actually accepts (TextStyle, ViewStyle, or ImageStyle), so passing an ImageStyle to paragraph is now a compile-time error. Task list items now render with sensible row + center-aligned defaults so the checkbox and label sit on the same line out of the box; pass your own styles.listItem to opt out (e.g. for multi-line task labels). The Markdown component additionally accepts string[] children to absorb the common JSX case where children arrive as a coalesced array.
Commits
  • 7925098 Version Packages (#883)
  • 47408cd perf: ~40% faster parsing, nested HTML trailing-content fix, dev dep security...
  • 990afb5 Version Packages (#879)
  • c0c432f fix: avoid quadratic-time parsing on inputs with many unterminated link opene...
  • 24661c0 fix: stop fast-skip from truncating bare email local-parts containing inline-...
  • 7f10119 Version Packages (#876)
  • 51a68b1 feat(native): override parity with web renderer (#875)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib) from 9.7.16 to 9.8.2.
- [Release notes](https://github.com/quantizor/markdown-to-jsx/releases)
- [Changelog](https://github.com/quantizor/markdown-to-jsx/blob/main/lib/CHANGELOG.md)
- [Commits](https://github.com/quantizor/markdown-to-jsx/commits/markdown-to-jsx@9.8.2/lib)

---
updated-dependencies:
- dependency-name: markdown-to-jsx
  dependency-version: 9.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.1 chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.2 Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/markdown-to-jsx-9.8.1 branch from 9389351 to 865d171 Compare June 10, 2026 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants