Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit fd38808

Browse files
build(deps): Bump katex from 0.16.7 to 0.16.8 in /api-editor/gui (#1440)
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.7 to 0.16.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/KaTeX/KaTeX/releases">katex's releases</a>.</em></p> <blockquote> <h2>v0.16.8</h2> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.16.7...v0.16.8">0.16.8</a> (2023-06-24)</h2> <h3>Features</h3> <ul> <li>expose error length and raw error message on ParseError (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3820">#3820</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/710774aaebb38f43b1ec51c159fe9b9520c91424">710774a</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md">katex's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/KaTeX/KaTeX/compare/v0.16.7...v0.16.8">0.16.8</a> (2023-06-24)</h2> <h3>Features</h3> <ul> <li>expose error length and raw error message on ParseError (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3820">#3820</a>) (<a href="https://github.com/KaTeX/KaTeX/commit/710774aaebb38f43b1ec51c159fe9b9520c91424">710774a</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/KaTeX/KaTeX/commit/ad03d1e9dc1325a95072f58cf061b579a81bb9a9"><code>ad03d1e</code></a> chore(release): 0.16.8 [ci skip]</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/710774aaebb38f43b1ec51c159fe9b9520c91424"><code>710774a</code></a> feat: expose error length and raw error message on ParseError (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3820">#3820</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/5dd9bc4a47c508b064ce341a7fc92e752fb3f2ab"><code>5dd9bc4</code></a> docs(libs.md): add Sphinx extension (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3833">#3833</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/c3fb74f88819fdb4260f9ca53d68a778a7cf928c"><code>c3fb74f</code></a> docs(libs.md): add a Wechat Mini Program library (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3817">#3817</a>)</li> <li><a href="https://github.com/KaTeX/KaTeX/commit/2bb338db6b98b4e8b573e302c46ab97baf375fd9"><code>2bb338d</code></a> docs: use dark-mode logo in README (<a href="https://redirect.github.com/KaTeX/KaTeX/issues/3821">#3821</a>)</li> <li>See full diff in <a href="https://github.com/KaTeX/KaTeX/compare/v0.16.7...v0.16.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=katex&package-manager=npm_and_yarn&previous-version=0.16.7&new-version=0.16.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72d1df9 commit fd38808

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

api-editor/gui/package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-editor/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"fastest-levenshtein": "^1.0.16",
2626
"framer-motion": "^10.12.18",
2727
"idb-keyval": "^6.2.1",
28-
"katex": "^0.16.7",
28+
"katex": "^0.16.8",
2929
"lodash": "^4.17.21",
3030
"react": "^18.2.0",
3131
"react-chartjs-2": "^5.2.0",

0 commit comments

Comments
 (0)