Commit ba56881
chore(deps): Bump marked from 15.0.12 to 18.0.4 (#155)
* chore(deps): Bump marked from 15.0.12 to 18.0.4
Bumps [marked](https://github.com/markedjs/marked) from 15.0.12 to 18.0.4.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Commits](markedjs/marked@v15.0.12...v18.0.4)
---
updated-dependencies:
- dependency-name: marked
dependency-version: 18.0.4
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(deps): override marked-terminal peer to accept marked 18
marked-terminal@7.3.0 declares peer marked '>=1 <16' and has no release
supporting marked 16+, so the bare bump made `npm install` fail ERESOLVE
(CI runs `just setup` -> `npm install`). Add an npm `overrides` entry
pinning marked-terminal's marked to the root `$marked` (18). The terminal
renderer is the sole `marked` consumer (src/agent/markdown-renderer.ts)
and its 12 regression tests + the full suite pass under marked 18.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent 776fb91 commit ba56881
2 files changed
Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
58 | 63 | | |
59 | 64 | | |
0 commit comments