chore(deps): update dependency marked to v5
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
marked (source) | ^4.2.12 -> ^5.0.0 |
Release Notes
markedjs/marked
v5.0.1
Bug Fixes
- only warn if langPrefix is changed (#2796) (d193694)
The deprecated options warnings can be turned off by default by using:
marked.use({ mangle: false, headerIds: false, });
v5.0.0
Bug Fixes
Features
BREAKING CHANGES
- Warnings will be logged to the console if these options are used including
headerIds
,mangle
, andlangPrefix
which are on by default. These warnings can be turned off by default by using:marked.use({ langPrefix: '', mangle: false, headerIds: false, });
- deprecate options
Option Replacement highlight
,langPrefix
, andcallback
marked-highlight mangle
marked-mangle baseUrl
marked-base-url smartypants
marked-smartypants xhtml
marked-xhtml headerIds
andheaderPrefix
marked-gfm-heading-id - minimum supported node version v18
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by BIWG Bot