Skip to content

chore(deps): bump markdown-to-jsx from 9.6.1 to 9.7.9#835

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.7.9
Open

chore(deps): bump markdown-to-jsx from 9.6.1 to 9.7.9#835
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.7.9

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2026

Bumps markdown-to-jsx from 9.6.1 to 9.7.9.

Release notes

Sourced from markdown-to-jsx's releases.

markdown-to-jsx@9.7.9

Patch Changes

  • 2d21e43: Fail the build when type declarations are not generated, preventing releases without TypeScript types.

    当类型声明未生成时构建失败,防止发布缺少 TypeScript 类型的版本。

    टाइप डिक्लेरेशन जनरेट न होने पर बिल्ड विफल करें, TypeScript टाइप्स के बिना रिलीज़ को रोकें।

markdown-to-jsx@9.7.8

Patch Changes

  • 58502fc: Resolve broken exports in bundled output caused by Bun bundler bug with cross-entry re-exports

    解决由 Bun 打包器跨入口点重导出 bug 导致的打包输出中导出失效问题

    Bun बंडलर के क्रॉस-एंट्री री-एक्सपोर्ट बग से होने वाली बंडल आउटपुट में टूटी हुई exports को ठीक किया

markdown-to-jsx@9.7.7

Patch Changes

  • e0100f0: fix: nested HTML blocks with same tag name now correctly match depth-paired closing tags

    修复:嵌套的同名 HTML 块现在能正确匹配深度配对的关闭标签

    修正:समान टैग नाम वाले नेस्टेड HTML ब्लॉक अब सही ढंग से गहराई-युग्मित समापन टैग से मिलान करते हैं

  • bf5d906: fix: suppress ambiguous setext headings during streaming to avoid premature heading rendering

    修复:在流式传输过程中抑制歧义的 Setext 标题,避免过早渲染标题

    修正:स्ट्रीमिंग के दौरान अस्पष्ट Setext शीर्षकों को दबाएं ताकि समय से पहले शीर्षक प्रदर्शन न हो

markdown-to-jsx@9.7.6

Patch Changes

  • 565e3ea: fix: add missing _owner field on raw React elements for dev-mode compatibility

    Fixes "Cannot set properties of undefined (setting 'validated')" errors in React 19 dev mode by adding the _owner field that React's reconciler expects on all elements.

    修复:在原始 React 元素上添加缺失的 _owner 字段,解决 React 19 开发模式下的兼容性问题。

    सुधार: React 19 डेवलपमेंट मोड में "Cannot set properties of undefined" त्रुटि को ठीक करने के लिए raw React तत्वों पर गायब _owner फ़ील्ड जोड़ा गया।

  • 565e3ea: fix: prevent void elements from receiving children when preceded by a blank line

    Void HTML elements (e.g. <br>, <hr>, <img>) preceded by a blank line no longer cause React error #137. The parser now returns void elements as content-less blocks, and all compilers guard against passing children to void elements.

    修复:当空行后跟空元素(如 <br><hr><img>)时,不再触发 React 错误 #137。解析器现在将空元素作为无内容块返回,所有编译器均防止向空元素传递子元素。

... (truncated)

Changelog

Sourced from markdown-to-jsx's changelog.

9.7.9

Patch Changes

  • 2d21e43: Fail the build when type declarations are not generated, preventing releases without TypeScript types.

    当类型声明未生成时构建失败,防止发布缺少 TypeScript 类型的版本。

    टाइप डिक्लेरेशन जनरेट न होने पर बिल्ड विफल करें, TypeScript टाइप्स के बिना रिलीज़ को रोकें।

9.7.8

Patch Changes

  • 58502fc: Resolve broken exports in bundled output caused by Bun bundler bug with cross-entry re-exports

    解决由 Bun 打包器跨入口点重导出 bug 导致的打包输出中导出失效问题

    Bun बंडलर के क्रॉस-एंट्री री-एक्सपोर्ट बग से होने वाली बंडल आउटपुट में टूटी हुई exports को ठीक किया

9.7.7

Patch Changes

  • e0100f0: fix: nested HTML blocks with same tag name now correctly match depth-paired closing tags

    修复:嵌套的同名 HTML 块现在能正确匹配深度配对的关闭标签

    修正:समान टैग नाम वाले नेस्टेड HTML ब्लॉक अब सही ढंग से गहराई-युग्मित समापन टैग से मिलान करते हैं

  • bf5d906: fix: suppress ambiguous setext headings during streaming to avoid premature heading rendering

    修复:在流式传输过程中抑制歧义的 Setext 标题,避免过早渲染标题

    修正:स्ट्रीमिंग के दौरान अस्पष्ट Setext शीर्षकों को दबाएं ताकि समय से पहले शीर्षक प्रदर्शन न हो

9.7.6

Patch Changes

  • 565e3ea: fix: add missing _owner field on raw React elements for dev-mode compatibility

    Fixes "Cannot set properties of undefined (setting 'validated')" errors in React 19 dev mode by adding the _owner field that React's reconciler expects on all elements.

    修复:在原始 React 元素上添加缺失的 _owner 字段,解决 React 19 开发模式下的兼容性问题。

    सुधार: React 19 डेवलपमेंट मोड में "Cannot set properties of undefined" त्रुटि को ठीक करने के लिए raw React तत्वों पर गायब _owner फ़ील्ड जोड़ा गया।

  • 565e3ea: fix: prevent void elements from receiving children when preceded by a blank line

... (truncated)

Commits
  • 4ff4b03 Version Packages (#837)
  • 2d21e43 fix: fail build when type declarations are not generated (#836)
  • e48cd5c Version Packages (#834)
  • 58502fc fix: resolve broken exports in bundled output (#833)
  • 950053d Version Packages (#831)
  • e0100f0 fix: nested HTML blocks with same tag name match depth-paired closing tags (#...
  • 2fd3532 perf: eliminate work in HTML compiler via data normalization
  • d1bab1b perf: optimize markdown adapter rendering (~14% faster)
  • bf5d906 fix: suppress ambiguous setext headings during streaming
  • 520c016 Version Packages (#826)
  • Additional commits viewable 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.6.1 to 9.7.9.
- [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.7.9/lib)

---
updated-dependencies:
- dependency-name: markdown-to-jsx
  dependency-version: 9.7.9
  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 Mar 11, 2026
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 11, 2026

Deploying mldangelo with  Cloudflare Pages  Cloudflare Pages

Latest commit: 73d2ae8
Status: ✅  Deploy successful!
Preview URL: https://4d75f3ee.mldangelo.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-mark-59jn.mldangelo.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Mar 11, 2026
@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Mar 11, 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 size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants