RoamJS / workbench

https://roamjs.com/extensions/workbench
The Unlicense
286 stars 35 forks source link

Bump katex and markmap-lib #483

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 1 month ago

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

Updates katex from 0.12.0 to 0.16.11

Release notes

Sourced from katex's releases.

v0.16.11

0.16.11 (2024-07-02)

Features

v0.16.10

0.16.10 (2024-03-24)

Bug Fixes

v0.16.9

0.16.9 (2023-10-02)

Features

v0.16.8

0.16.8 (2023-06-24)

Features

  • expose error length and raw error message on ParseError (#3820) (710774a)

v0.16.7

0.16.7 (2023-04-28)

Bug Fixes

  • docs/support_table.md: delete redundant "varPsi" (#3814) (33a1b98)

v0.16.6

0.16.6 (2023-04-17)

Bug Fixes

... (truncated)

Changelog

Sourced from katex's changelog.

0.16.11 (2024-07-02)

Features

0.16.10 (2024-03-24)

Bug Fixes

0.16.9 (2023-10-02)

Features

0.16.8 (2023-06-24)

Features

  • expose error length and raw error message on ParseError (#3820) (710774a)

0.16.7 (2023-04-28)

Bug Fixes

  • docs/support_table.md: delete redundant "varPsi" (#3814) (33a1b98)

0.16.6 (2023-04-17)

Bug Fixes

0.16.5 (2023-04-17)

Features

... (truncated)

Commits


Updates markmap-lib from 0.11.1 to 0.17.0

Release notes

Sourced from markmap-lib's releases.

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;

v0.14.0

Features

  • Support loading custom JS/CSS defined in frontmatter

Breaking Changes

  • Renamed transformHooks.transform to transformHooks.beforeParse
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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show 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](https://github.com/RoamJS/workbench/network/alerts).
dependabot[bot] commented 3 weeks ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.