loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency katex to v0.16.21 (forgejo) (#6603)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [katex](https://katex.org) ([source](https://github.com/KaTeX/KaTeX)) | dependencies | patch | [`0.16.20` -> `0.16.21`](https://renovatebot.com/diffs/npm/katex/0.16.20/0.16.21) |

---

### Release Notes

<details>
<summary>KaTeX/KaTeX (katex)</summary>

### [`v0.16.21`](https://github.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#01621-2025-01-17)

[Compare Source](https://github.com/KaTeX/KaTeX/compare/v0.16.20...v0.16.21)

##### Bug Fixes

- escape \htmlData attribute name ([57914ad](https://github.com/KaTeX/KaTeX/commit/57914ad91eff401357f44bf364b136d37eba04f8))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6603
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Gusted
5c8db434 34e1100a

+5 -5
+4 -4
package-lock.json
··· 30 30 "htmx.org": "1.9.12", 31 31 "idiomorph": "0.3.0", 32 32 "jquery": "3.7.1", 33 - "katex": "0.16.20", 33 + "katex": "0.16.21", 34 34 "mermaid": "11.4.1", 35 35 "mini-css-extract-plugin": "2.9.2", 36 36 "minimatch": "10.0.1", ··· 10402 10402 "license": "MIT" 10403 10403 }, 10404 10404 "node_modules/katex": { 10405 - "version": "0.16.20", 10406 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.20.tgz", 10407 - "integrity": "sha512-jjuLaMGD/7P8jUTpdKhA9IoqnH+yMFB3sdAFtq5QdAqeP2PjiSbnC3EaguKPNtv6dXXanHxp1ckwvF4a86LBig==", 10405 + "version": "0.16.21", 10406 + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", 10407 + "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", 10408 10408 "funding": [ 10409 10409 "https://opencollective.com/katex", 10410 10410 "https://github.com/sponsors/katex"
+1 -1
package.json
··· 29 29 "htmx.org": "1.9.12", 30 30 "idiomorph": "0.3.0", 31 31 "jquery": "3.7.1", 32 - "katex": "0.16.20", 32 + "katex": "0.16.21", 33 33 "mermaid": "11.4.1", 34 34 "mini-css-extract-plugin": "2.9.2", 35 35 "minimatch": "10.0.1",