Skip to content

chore(deps): bump markdown-to-jsx from 9.7.16 to 9.8.1#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.1#116
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.8.1

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps markdown-to-jsx from 9.7.16 to 9.8.1.

Release notes

Sourced from markdown-to-jsx's releases.

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.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
  • 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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib) from 9.7.16 to 9.8.1.
- [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.1/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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 25, 2026
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