Skip to content

chore(deps): Bump markdown-to-jsx from 9.9.0 to 9.10.1 - #144

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.10.1
Aug 5, 2026
Merged

chore(deps): Bump markdown-to-jsx from 9.9.0 to 9.10.1#144
github-actions[bot] merged 1 commit into
mainfrom
dependabot/npm_and_yarn/markdown-to-jsx-9.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps markdown-to-jsx from 9.9.0 to 9.10.1.

Release notes

Sourced from markdown-to-jsx's releases.

markdown-to-jsx@9.10.1

Patch Changes

  • 74be92f: Stop importing Node's process module in library source so production builds can replace environment checks correctly. Browser bundles no longer crash when reading those checks.

markdown-to-jsx@9.10.0

Minor Changes

  • 02bae9f: Heading ids are generated from each heading's plain text content instead of its raw markdown source. Link destinations, formatting markers, and image alt text no longer leak into the id (for example ## [text](https://e.com) becomes id="text" rather than id="texthttpsecom"). Anchors on headings that contained links, images, or autolinks may change; plain-text headings are unaffected. Duplicate-id suffixes (foo, foo-1) still apply.
  • 02bae9f: Rejected image destinations now use null on the parsed AST the same way rejected links already do, so TypeScript consumers can treat ImageNode.target and LinkNode.target as string | null. Compilers still omit src for rejected images and the markdown compiler still re-emits them as ![alt]().
  • 4d08fd8: Headings that share the same text now get unique HTML ids automatically (introduction, introduction-1, introduction-2), matching the usual Markdown hosting behavior. A custom slugify still controls the base string; uniqueness is applied afterward, so you no longer need a stateful slugify closure that breaks under React Strict Mode.

Patch Changes

Changelog

Sourced from markdown-to-jsx's changelog.

9.10.1

Patch Changes

  • 74be92f: Stop importing Node's process module in library source so production builds can replace environment checks correctly. Browser bundles no longer crash when reading those checks.

9.10.0

Minor Changes

  • 02bae9f: Heading ids are generated from each heading's plain text content instead of its raw markdown source. Link destinations, formatting markers, and image alt text no longer leak into the id (for example ## [text](https://e.com) becomes id="text" rather than id="texthttpsecom"). Anchors on headings that contained links, images, or autolinks may change; plain-text headings are unaffected. Duplicate-id suffixes (foo, foo-1) still apply.
  • 02bae9f: Rejected image destinations now use null on the parsed AST the same way rejected links already do, so TypeScript consumers can treat ImageNode.target and LinkNode.target as string | null. Compilers still omit src for rejected images and the markdown compiler still re-emits them as ![alt]().
  • 4d08fd8: Headings that share the same text now get unique HTML ids automatically (introduction, introduction-1, introduction-2), matching the usual Markdown hosting behavior. A custom slugify still controls the base string; uniqueness is applied afterward, so you no longer need a stateful slugify closure that breaks under React Strict Mode.

Patch Changes

Commits
  • 36c7e2b Version Packages (#892)
  • 74be92f fix: keep process.env.NODE_ENV definable in browser bundles
  • 8f1435d Version Packages (#889)
  • 02bae9f feat: harden defaults, harnesses, and per-entry builds (#891)
  • 4d08fd8 feat(parser): dedupe heading ids and preserve component blocks (#890)
  • e9a253d docs: ship a machine-oriented llms.txt cheatsheet
  • 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.9.0 to 9.10.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.10.1/lib)

---
updated-dependencies:
- dependency-name: markdown-to-jsx
  dependency-version: 9.10.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 Aug 5, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approved: version-update:semver-minor

@github-actions
github-actions Bot enabled auto-merge (squash) August 5, 2026 14:05
@github-actions
github-actions Bot merged commit 1b9100c into main Aug 5, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/markdown-to-jsx-9.10.1 branch August 5, 2026 14:10
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