Skip to content

build: update dependency remark-html to v14.0.1

Common Ground Bot requested to merge renovate/remark-monorepo into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-html 14.0.0 -> 14.0.1 age adoption passing confidence

Release Notes

remarkjs/remark-html

v14.0.1

Compare Source

  • b75c9dd Security: Fix to sanitize by default The docs have always said remark-html is safe by default. It wasn’t and this patches that.

    If you do want to be unsafe, use remark-html with sanitize: false:

    -  .use(remarkHtml)
    +  .use(remarkHtml, {sanitize: false})

Full Changelog: https://github.com/remarkjs/remark-html/compare/14.0.0...14.0.1


Configuration

📅 Schedule: "after 10pm every weekday,before 5am every weekday,every weekend" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

Merge request reports