Skip to content

Bump markdown-to-jsx from 7.2.1 to 7.7.17 - #51

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

Bump markdown-to-jsx from 7.2.1 to 7.7.17#51
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/markdown-to-jsx-7.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 15, 2024

Copy link
Copy Markdown
Contributor

Bumps markdown-to-jsx from 7.2.1 to 7.7.17.

Changelog

Sourced from markdown-to-jsx's changelog.

7.7.17

Patch Changes

  • acc11ad: Fix null children crashing app in production

    When null is passed as children to the <Markdown> component, it would previously crash the app in production. This fix handles this case by converting it to empty string.

    Usage Example

    Before this fix, the following code would crash in production:

    <Markdown>{null}</Markdown>

    After this fix, this case is handled gracefully and renders nothing.

7.7.16

Patch Changes

  • 7e487bd: Fix the issue where YAML frontmatter in code blocks doesn't render properly.

    This is done by lowering the parsing priority of Setext headings to match ATX headings; both are now prioritized lower than code blocks.

7.7.15

Patch Changes

  • 8e4c270: Mark react as an optional peer dependency as when passing createElement, you don't need React

7.7.14

Patch Changes

  • 73d4398: Cut down on unnecessary matching operations by improving qualifiers. Also improved the matching speed of paragraphs, which led to a roughly 2x boost in throughput for larger input strings.

7.7.13

Patch Changes

  • da003e4: Fix exponential backtracking issue for unpaired inline delimiter sequences.

7.7.12

Patch Changes

  • 4351ef5: Adjust text parsing to not split on double spaces unless followed by a newline.
  • 4351ef5: Special case detection of :shortcode: so the text processor doesn't break it into chunks, enables shortcode replacement via renderRule.

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@fingerartur

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx/tree/HEAD/lib) from 7.2.1 to 7.7.17.
- [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/v7.7.17/lib)

---
updated-dependencies:
- dependency-name: markdown-to-jsx
  dependency-version: 7.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump markdown-to-jsx from 7.2.1 to 7.5.0 Bump markdown-to-jsx from 7.2.1 to 7.7.17 Jun 9, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/markdown-to-jsx-7.5.0 branch from 3693220 to f4e8611 Compare June 9, 2026 07:40
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant