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.22 (forgejo) (#7503)

This PR contains the following updates:

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

---

### Release Notes

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

### [`v0.16.22`](https://github.com/KaTeX/KaTeX/blob/HEAD/CHANGELOG.md#01622-2025-04-09)

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

##### Bug Fixes

- \relax in base or exponent of super/subscript ([#&#8203;4045](https://github.com/KaTeX/KaTeX/issues/4045)) ([1f43c84](https://github.com/KaTeX/KaTeX/commit/1f43c84a175fb689f8c8d1d72b1e8b896a8b43d1))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzMuNSIsInVwZGF0ZWRJblZlciI6IjM5LjIzMy41IiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7503
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
Earl Warren
1c2a2980 7d9d4881

+5 -5
+4 -4
package-lock.json
··· 31 31 "htmx.org": "1.9.12", 32 32 "idiomorph": "0.3.0", 33 33 "jquery": "3.7.1", 34 - "katex": "0.16.21", 34 + "katex": "0.16.22", 35 35 "mermaid": "11.6.0", 36 36 "mini-css-extract-plugin": "2.9.2", 37 37 "minimatch": "10.0.1", ··· 9186 9186 "license": "MIT" 9187 9187 }, 9188 9188 "node_modules/katex": { 9189 - "version": "0.16.21", 9190 - "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.21.tgz", 9191 - "integrity": "sha512-XvqR7FgOHtWupfMiigNzmh+MgUVmDGU2kXZm899ZkPfcuoPuFxyHmXsgATDpFZDAXCI8tvinaVcDo8PIIJSo4A==", 9189 + "version": "0.16.22", 9190 + "resolved": "https://registry.npmjs.org/katex/-/katex-0.16.22.tgz", 9191 + "integrity": "sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==", 9192 9192 "funding": [ 9193 9193 "https://opencollective.com/katex", 9194 9194 "https://github.com/sponsors/katex"
+1 -1
package.json
··· 30 30 "htmx.org": "1.9.12", 31 31 "idiomorph": "0.3.0", 32 32 "jquery": "3.7.1", 33 - "katex": "0.16.21", 33 + "katex": "0.16.22", 34 34 "mermaid": "11.6.0", 35 35 "mini-css-extract-plugin": "2.9.2", 36 36 "minimatch": "10.0.1",