Commit ef6ddb8
Evaggelos Balaskas
chore(deps): bump katex direct dep to ^0.16.47
Bumps the direct dependency katex from ^0.16.0 (lock: 0.16.45) to
^0.16.47.
Consumer: single renderer import at browser/lib/markdown.js:10 —
`import katex from 'katex'` — used for math equation rendering in note
preview. Renderer-bundled production dep, sink reachable for any
future katex advisories.
Bump is patch-within-minor (0.16.45 → 0.16.47) on the 0.16.x line. API
(`katex.renderToString()`, `katex.render()`) is stable across the
patch line — no deprecations between releases.
Direct-dep bump rather than a resolutions entry (resolutions are
reserved for forcing transitive deps; direct deps are upgraded in the
dependencies block).
Cliff: main: dist/katex.js (CJS), exports field has
require: ./dist/katex.js for webpack-1-compatible bundlers, no
type: module at root. Clean.
Verified inside bn-deps image:
yarn install --ignore-engines --force
→ lock entry: ^0.16.47 → 0.16.47
npm run compile
→ 9.22 MB / 1217 modules (+0.01 MB from 9.21 MB, expected for
katex's added symbol tables; bundle hash changed as expected)1 parent 5197f50 commit ef6ddb8
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6351 | 6351 | | |
6352 | 6352 | | |
6353 | 6353 | | |
6354 | | - | |
6355 | | - | |
6356 | | - | |
6357 | | - | |
| 6354 | + | |
| 6355 | + | |
| 6356 | + | |
| 6357 | + | |
6358 | 6358 | | |
6359 | 6359 | | |
6360 | 6360 | | |
| |||
0 commit comments