chore(deps): update dependency katex to v0.16.47 - autoclosed#334
Closed
renovate[bot] wants to merge 1 commit into
Closed
chore(deps): update dependency katex to v0.16.47 - autoclosed#334renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Deploying charlotte with
|
| Latest commit: |
fe4bad2
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1b8374b4.charlotte-e3z.pages.dev |
| Branch Preview URL: | https://renovate-katex-0-x-lockfile.charlotte-e3z.pages.dev |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant UI as Browser / Client
participant App as Application Code
participant Katex as KaTeX (v0.16.35)
participant Styles as CSS / WebFonts
participant DOM as Browser DOM
Note over UI,DOM: Math Rendering Runtime Flow
UI->>App: Provides LaTeX string (e.g. \not, \mathnormal)
App->>Katex: renderToString(latex, options)
rect rgb(23, 37, 84)
Note right of Katex: NEW: v0.16.35 Internal Logic
Katex->>Katex: CHANGED: Apply updated macro rules (\imath, \html@mathml)
Katex->>Katex: CHANGED: Calculate spacing (\mathnormal, \not, \*frac)
end
Katex->>Styles: CHANGED: Request fonts/styles (Updated SCSS logic)
Styles-->>Katex: CSS variables & glyph definitions
Katex-->>App: Return HTML / MathML string
App->>DOM: Update element innerHTML
DOM-->>UI: Rendered Math with correct spacing/glyphs
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
eb3ec64 to
3d0efa7
Compare
3d0efa7 to
318c6be
Compare
318c6be to
7022002
Compare
7022002 to
b95a20f
Compare
7c7640a to
4c29cdf
Compare
4c29cdf to
5a3755b
Compare
5a3755b to
9340deb
Compare
9340deb to
d896b00
Compare
d896b00 to
1c88e74
Compare
✅ Deploy Preview for chuwublog ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
1c88e74 to
0e707b1
Compare
0e707b1 to
fe4bad2
Compare
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.

This PR contains the following updates:
0.16.28→0.16.47Release Notes
KaTeX/KaTeX (katex)
v0.16.47Compare Source
Bug Fixes
[big delimiter (#4217) (7ba0027), closes #4215v0.16.46Compare Source
Bug Fixes
v0.16.45Compare Source
Bug Fixes
v0.16.44Compare Source
Bug Fixes
v0.16.43Compare Source
Bug Fixes
v0.16.42Compare Source
Features
v0.16.41Compare Source
Bug Fixes
v0.16.40Compare Source
Bug Fixes
v0.16.39Compare Source
Bug Fixes
v0.16.38Compare Source
Bug Fixes
v0.16.37Compare Source
Bug Fixes
\hphantomand symmetric\smash(#4153) (d4799ca)v0.16.36Compare Source
Bug Fixes
v0.16.35Compare Source
Bug Fixes
v0.16.34Compare Source
Bug Fixes
v0.16.33Compare Source
Bug Fixes
v0.16.32Compare Source
Bug Fixes
v0.16.31Compare Source
Bug Fixes
\*fracsizing (#4137) (ef51f18)v0.16.30Compare Source
Bug Fixes
\not(#4140) (2d1ba86)v0.16.29Compare Source
Bug Fixes
\imathand other\html@mathmlmacros in arguments (#4139) (a850cce)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.