Skip to content

Bump katex and markmap-lib - #526

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a25d05ba35
Open

Bump katex and markmap-lib#526
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-a25d05ba35

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 26, 2026

Copy link
Copy Markdown
Contributor

Bumps katex to 0.16.47 and updates ancestor dependency markmap-lib. These dependencies need to be updated together.

Updates katex from 0.12.0 to 0.16.47

Release notes

Sourced from katex's releases.

v0.16.47

0.16.47 (2026-05-16)

Bug Fixes

v0.16.46

0.16.46 (2026-05-13)

Bug Fixes

v0.16.45

0.16.45 (2026-04-05)

Bug Fixes

v0.16.44

0.16.44 (2026-03-27)

Bug Fixes

  • remove extra \jot space at bottom of align/gather/etc. (#4184) (3870ee9)

v0.16.43

0.16.43 (2026-03-26)

Bug Fixes

  • use makeEm() consistently to truncate long CSS decimals (#4181) (0967dcc)

v0.16.42

0.16.42 (2026-03-24)

Features

v0.16.41

0.16.41 (2026-03-24)

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.47 (2026-05-16)

Bug Fixes

0.16.46 (2026-05-13)

Bug Fixes

0.16.45 (2026-04-05)

Bug Fixes

0.16.44 (2026-03-27)

Bug Fixes

  • remove extra \jot space at bottom of align/gather/etc. (#4184) (3870ee9)

0.16.43 (2026-03-26)

Bug Fixes

  • use makeEm() consistently to truncate long CSS decimals (#4181) (0967dcc)

0.16.42 (2026-03-24)

Features

0.16.41 (2026-03-24)

Bug Fixes

0.16.40 (2026-03-20)

... (truncated)

Commits
  • 878a61b chore(release): 0.16.47 [ci skip]
  • 7ba0027 fix: correct size of [ big delimiter (#4217)
  • 8a52ddb chore: migrate screenshotter for Safari to GitHub MacOS runner (#4206)
  • 2c25b47 chore(release): 0.16.46 [ci skip]
  • e9ee046 fix: preserve math font in some styling commands (#4214)
  • 88256c0 ci(screenshotter): require safe to test label for PRs (#4211)
  • a3fce45 ci(screenshotter): disable cache (#4209)
  • 9de4b3d chore: update linters (#4205)
  • c224153 refactor: improve typing for fonts (#4200)
  • 89a3d67 chore(deps): update dependency postcss to v8.5.10 [security] (#4202)
  • Additional commits viewable in compare view

Updates markmap-lib from 0.11.1 to 0.18.12

Release notes

Sourced from markmap-lib's releases.

v0.18.0

Breaking Changes

  • Node Data Type Change: The data of each node now uses the INode type instead of FlextreeNode<INode>. Ensure your implementation is updated to handle this change.

  • Asynchronous mm.setData: The mm.setData method is now asynchronous. If your code depends on the rendered DOM of markmap, you must await the promise returned by mm.setData. For example:

    await mm.setData(root);
    mm.fit();

Notable Changes

  • Render Efficiency: Enhanced rendering performance by eliminating the test round rendering process.
  • Size Detection: Improved size detection accuracy by adding ResizeObserver for rendered nodes.
  • Active Node Highlighting: Automatically highlights the active node for better user interaction.

Full Changelog: markmap/markmap@v0.17.2...v0.18.0

v0.17.0

Notable Changes

  • Added dark mode
  • Display doc title as root node if no root node exists

Breaking Changes

  • Switched to markdown-it because it is more popular and actively maintained. Plugins may need to be adjusted accordingly.

v0.15.0

Features

  • Added offline mode for the downloaded HTML so it could work without Internet connection
  • Added custom URL builder to easily switch between different CDNs or self-hosted assets
  • Switched from Prism.js to highlight.js for better esm/bundler support

Breaking Changes

  • Dropped CJS for markmap-view and markmap-cli

Toolbar

// Old
const el = Toolbar.create(mm);
// Now
const toolbar = Toolbar.create(mm);
const { el } = toolbar;

... (truncated)

Commits

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [katex](https://github.com/KaTeX/KaTeX) to 0.16.47 and updates ancestor dependency [markmap-lib](https://github.com/markmap/markmap). These dependencies need to be updated together.


Updates `katex` from 0.12.0 to 0.16.47
- [Release notes](https://github.com/KaTeX/KaTeX/releases)
- [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md)
- [Commits](KaTeX/KaTeX@v0.12.0...v0.16.47)

Updates `markmap-lib` from 0.11.1 to 0.18.12
- [Release notes](https://github.com/markmap/markmap/releases)
- [Commits](https://github.com/markmap/markmap/commits/v0.18.12)

---
updated-dependencies:
- dependency-name: katex
  dependency-version: 0.16.47
  dependency-type: indirect
- dependency-name: markmap-lib
  dependency-version: 0.18.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 26, 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