chore(deps): Bump katex from 0.16.45 to 0.17.0 - #194
Merged
Conversation
Contributor
Author
|
Dependabot can't resolve your JavaScript dependency files. Because of this, Dependabot cannot update this pull request. |
Redone on top of main: the original lock hunk conflicted with #235, which already brought katex 0.17.0 in via @milkdown/crepe. Root `katex` is only the CSS import in src/main.tsx; rendering goes through @milkdown/plugin-math's own katex ^0.16, and the 0.16.45 -> 0.17.0 CSS diff is two rules (version string, MathML clip-path) — harmless. Co-Authored-By: Claude Fable 5 <[email protected]>
oratis
force-pushed
the
dependabot/npm_and_yarn/katex-0.17.0
branch
from
August 23, 2026 16:54
c8c1d23 to
e9cdf0d
Compare
oratis
approved these changes
Aug 23, 2026
oratis
left a comment
Owner
There was a problem hiding this comment.
Review
冲突来自 #235:它经 @milkdown/[email protected] 已把 katex 0.17.0 引入 lock,dependabot 6 月生成的 hunk 对不上了。已在当前 main 上重做(pnpm install --lockfile-only),lock 只变根依赖两行。
0.17.0 唯一的 breaking 是内部 __defineFunction 的签名,项目没用。需要说清楚的一点:根目录的 katex 只负责 src/main.tsx 里那个 CSS import;真正渲染公式的是 @milkdown/plugin-math 7.5.9 自带的 katex ^0.16(它是该包最新版,kit 7.21 也没把 math 收进去),所以这次升级不会改变渲染结果。对比了两版 katex.min.css:只差版本号和隐藏 MathML 的写法(clip → clip-path),无害。升完之后根依赖与 crepe 共用 0.17.0,plugin-math 继续用 0.16.45,副本数不变。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps katex from 0.16.45 to 0.17.0.
Release notes
Sourced from katex's releases.
Changelog
Sourced from katex's changelog.
Commits
3dec549chore(release): 0.17.0 [ci skip]fb604e6perf: simplifydefineFunctionto avoid destructuring, improve typing (#4222)6caa636refactor: tighten ParseNode types (#4219)afed784docs: make first supportive organizations logos bigger (#4216)b02d9acchore(deps): update dependency webpack-dev-server to v5.2.4 [security] (#4220)878a61bchore(release): 0.16.47 [ci skip]7ba0027fix: correct size of[big delimiter (#4217)8a52ddbchore: migrate screenshotter for Safari to GitHub MacOS runner (#4206)2c25b47chore(release): 0.16.46 [ci skip]e9ee046fix: preserve math font in some styling commands (#4214)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)