Skip to content

chore(deps): update dependency marked to v18.0.4#51

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/marked-18.x
Open

chore(deps): update dependency marked to v18.0.4#51
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/marked-18.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 25, 2026

This PR contains the following updates:

Package Change Age Confidence
marked (source) 18.0.318.0.4 age confidence

Release Notes

markedjs/marked (marked)

v18.0.4

Compare Source

Bug Fixes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Copy Markdown
Member

@doistbot doistbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Share FeedbackReview Logs

Comment thread package.json
"conventional-changelog-conventionalcommits": "9.3.1",
"lefthook": "2.1.6",
"marked": "18.0.3",
"marked": "18.0.4",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[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.

@renovate renovate Bot force-pushed the renovate/marked-18.x branch from 4c224c6 to 83dcd13 Compare May 25, 2026 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant