chore(deps): update dependency marked to v18.0.4#51
Conversation
doistbot
left a comment
There was a problem hiding this comment.
This PR updates the marked dependency to version 18.0.4, which introduces upstream bug fixes including an improvement to list indentation parsing. The update is straightforward and keeps the markdown utilities up to date, though it was noted that adding a regression test for nested lists in src/markdown.test.ts would help safeguard against future parser changes.
| "conventional-changelog-conventionalcommits": "9.3.1", | ||
| "lefthook": "2.1.6", | ||
| "marked": "18.0.3", | ||
| "marked": "18.0.4", |
There was a problem hiding this comment.
[P2] This bump pulls in a marked parser fix for list indentation, but src/markdown.test.ts still only exercises headings, plain text, and bold text. Add a regression test around preloadMarkdown() + renderMarkdown('- parent\n - child') so future marked bumps catch nested/indented list parsing changes in the code path this package uses.
4c224c6 to
83dcd13
Compare
This PR contains the following updates:
18.0.3→18.0.4Release Notes
markedjs/marked (marked)
v18.0.4Compare Source
Bug Fixes
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.