chore(deps): bump katex from 0.16.47 to 0.18.4 - #45
Conversation
Bumps [katex](https://github.com/KaTeX/KaTeX) from 0.16.47 to 0.18.4. - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.47...v0.18.4) --- updated-dependencies: - dependency-name: katex dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
This PR bumps KaTeX from 0.16.47 to 0.18.4, a minor version update spanning v0.17.0 and v0.18.0. The v0.18.0 release includes a breaking change: CSS class names are now prefixed, which means any custom styles or allowlists targeting KaTeX's internal classes must be updated. The intervening releases include bug fixes (prototype pollution prevention, environment parsing, delimiter sizing) and a prototype pollution security fix in v0.18.2. The caret in the version constraint allows this update, but the breaking change requires verification that the project's styles and selectors still work.
Automated review by siGit Code Review · commit a9c62c9
| "@tailwindcss/vite": "^4.3.3", | ||
| "astro": "^7.2.2", | ||
| "katex": "^0.16.47", | ||
| "katex": "^0.18.4", |
There was a problem hiding this comment.
warning — KaTeX v0.18.0 includes a breaking change: CSS classes are now prefixed. Verify that all custom styles, theme configurations, or class selectors targeting KaTeX elements (e.g., .katex, .mord, etc.) are still compatible or updated accordingly.
Bumps katex from 0.16.47 to 0.18.4.
Release notes
Sourced from katex's releases.
... (truncated)
Changelog
Sourced from katex's changelog.
... (truncated)
Commits
49dc3d9chore(release): 0.18.4 [ci skip]e507f75fix(environment): report invalid environment names as ParseError (#4256)f0f46a8chore(release): 0.18.3 [ci skip]1c973aefix: allow braced arguments for delimsizing (#4255)a11ce72docs: update migration guide (#4248)95322e1docs: add Deno section (#4254)dd88e46chore(deps): update dependency js-yaml to v4.3.1 [security] (#4263)93c362bchore(release): 0.18.2 [ci skip]0adf7e7fix: prevent prototype pollution in settings (#4260)5a5bf20chore(deps): update dependency postcss to v8.5.23 [security] (#4259)Install script changes
This version adds
preparescript that runs during installation. Review the package contents before updating.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 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)