Bump rehype-katex from 6.0.3 to 7.0.1 - #49
Conversation
Bumps [rehype-katex](https://github.com/remarkjs/remark-math) from 6.0.3 to 7.0.1. - [Release notes](https://github.com/remarkjs/remark-math/releases) - [Commits](https://github.com/remarkjs/remark-math/compare/rehype-katex@6.0.3...rehype-katex@7.0.1) --- updated-dependencies: - dependency-name: rehype-katex dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis PR bumps the Sequence diagram showing error handling improvement in rehype-katex 7.0.1sequenceDiagram
participant M as Markdown Content
participant R as rehype-katex
participant K as KaTeX
Note over R: Version 6.0.3
M->>R: Process math content
R->>K: Render math
K-->>R: KaTeX error
R-->>M: Crash
Note over R: Version 7.0.1
M->>R: Process math content
R->>K: Render math
K-->>R: KaTeX error
R-->>M: Graceful error handling
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Wed Jan 15 2025 to showcase some of the refinements we've made. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Failure Feedback 🧐
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR: where Configuration options
See more information about the |
Bumps rehype-katex from 6.0.3 to 7.0.1.
Release notes
Sourced from rehype-katex's releases.
Commits
88a9497rehype-katex: 7.0.13efc101rehype-katex: fix crash on katex error6dbaf1eUpdate Actionsde17d3fRefactor to use@imports0c0a49dAdd declaration mapsb209ce9rehype-mathjax: updatejsdom6f7f2e1Update dev-dependenciese99b9d0Fix docs8ea3c08rehype-mathjax: 6.0.0073f131rehype-mathjax: change to require Node 18You 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)Summary by Sourcery
Update rehype-katex to v7.0.1.
Bug Fixes:
Enhancements: