From cde319392d4f515093efd46a6a02fe0c5afd42c5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 22 Jan 2025 16:30:36 +0100
Subject: [PATCH] chore(deps): Bump katex from 0.16.11 to 0.16.21 in /skore-ui
in the npm_and_yarn group (#1196)
Bumps the npm_and_yarn group with 1 update in the /skore-ui directory:
[katex](https://github.com/KaTeX/KaTeX).
Updates `katex` from 0.16.11 to 0.16.21
Release notes
Sourced from katex's
releases.
v0.16.21
Bug Fixes
- escape \htmlData attribute name (57914ad)
v0.16.20
Bug Fixes
v0.16.19
Bug Fixes
v0.16.18
Bug Fixes
- Actually publish TypeScript type definitions (#4008)
(629b873)
v0.16.17
Bug Fixes
- MathML combines multidigit numbers with sup/subscript, comma
separators, and multicharacter text when outputting to DOM (#3999)
(7d79e22),
closes #3995
v0.16.16
Features
... (truncated)
Changelog
Sourced from katex's
changelog.
Bug Fixes
- escape \htmlData attribute name (57914ad)
Bug Fixes
Bug Fixes
Bug Fixes
- Actually publish TypeScript type definitions (#4008)
(629b873)
Bug Fixes
- MathML combines multidigit numbers with sup/subscript, comma
separators, and multicharacter text when outputting to DOM (#3999)
(7d79e22),
closes #3995
Features
Features
- italic sans-serif in math mode via
\mathsfit
command
(#3998)
(2218901)
... (truncated)
Commits
923f2aa
chore(release): 0.16.21 [ci skip]
57914ad
fix: escape \htmlData attribute name
ff28995
Merge commit from fork
28a0bf5
chore(release): 0.16.20 [ci skip]
6d30fe4
fix: \providecommand does not overwrite existing macro (#4000)
8f47dba
chore(deps): update actions/upload-artifact to v4 (#4012)
88b5056
chore(release): 0.16.19 [ci skip]
4228b4e
fix(types): improve strict
function type (#4009)
f934646
chore(release): 0.16.18 [ci skip]
629b873
fix: Actually publish TypeScript type definitions (#4008)
- Additional commits viewable in compare
view
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=katex&package-manager=npm_and_yarn&previous-version=0.16.11&new-version=0.16.21)](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)
---
Dependabot commands and options
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 ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/probabl-ai/skore/network/alerts).
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matt J.
---
skore-ui/package-lock.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/skore-ui/package-lock.json b/skore-ui/package-lock.json
index b719e4d10..f0b16e232 100644
--- a/skore-ui/package-lock.json
+++ b/skore-ui/package-lock.json
@@ -5358,9 +5358,9 @@
}
},
"node_modules/katex": {
- "version": "0.16.11",
- "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.11.tgz",
- "integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==",
+ "version": "0.16.21",
+ "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz",
+ "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==",
"funding": [
"https://opencollective.com/katex",
"https://github.com/sponsors/katex"