chore(deps): update dependency marked to v6 - autoclosed #2814
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.3
->6.0.0
Release Notes
markedjs/marked (marked)
v6.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
v5.1.2
Compare Source
Bug Fixes
v5.1.1
Compare Source
Bug Fixes
v5.1.0
Compare Source
Bug Fixes
Features
v5.0.5
Compare Source
Bug Fixes
v5.0.4
Compare Source
Bug Fixes
repeatString
function withrepeat()
(#2820) (72ee2d6)v5.0.3
Compare Source
Bug Fixes
v5.0.2
Compare Source
Bug Fixes
v5.0.1
Compare Source
Bug Fixes
only warn if langPrefix is changed (#2796) (d193694)
The deprecated options warnings can be turned off by default by using:
For the cli you can use:
v5.0.0
Compare Source
Bug Fixes
Features
BREAKING CHANGES
headerIds
,mangle
, andlangPrefix
which are on by default.These warnings can be turned off by default by using:
highlight
,langPrefix
, andcallback
mangle
baseUrl
smartypants
xhtml
headerIds
andheaderPrefix
v4.3.0
Compare Source
Bug Fixes
Features
v4.2.12
Compare Source
Sorry for all of the quick releases. We were testing out different ways to build the files for releases. v4.2.5 - v4.2.12 have no changes to how marked works. The only addition is the version number in the comment in the build files.
Bug Fixes
v4.2.11
Compare Source
Bug Fixes
v4.2.10
Compare Source
Bug Fixes
v4.2.9
Compare Source
Bug Fixes
v4.2.8
Compare Source
v4.2.7
Compare Source
Bug Fixes
v4.2.6
Compare Source
Bug Fixes
v4.2.5
Compare Source
Bug Fixes
v4.2.4
Compare Source
Bug Fixes
v4.2.3
Compare Source
Bug Fixes
v4.2.2
Compare Source
Bug Fixes
v4.2.1
Compare Source
Bug Fixes
v4.2.0
Compare Source
Features
v4.1.1
Compare Source
Bug Fixes
v4.1.0
Compare Source
Features
v4.0.19
Compare Source
Bug Fixes
v4.0.18
Compare Source
Bug Fixes
v4.0.17
Compare Source
Bug Fixes
v4.0.16
Compare Source
Bug Fixes
v4.0.15
Compare Source
Bug Fixes
v4.0.14
Compare Source
Bug Fixes
v4.0.13
Compare Source
Bug Fixes
v4.0.12
Compare Source
Bug Fixes
v4.0.11
Compare Source
Bug Fixes
v4.0.10
Compare Source
Bug Fixes
v4.0.9
Compare Source
Bug Fixes
v4.0.8
Compare Source
Bug Fixes
v4.0.7
Compare Source
Bug Fixes
v4.0.6
Compare Source
Bug Fixes
v4.0.5
Compare Source
Bug Fixes
v4.0.4
Compare Source
Bug Fixes
v4.0.3
Compare Source
Bug Fixes
v4.0.2
Compare Source
Bug Fixes
v4.0.1
Compare Source
Bug Fixes
main
inpackage.json
(#2276) (7e636d5)v4.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
import { marked } from 'marked'
orconst { marked } = require('marked')
instead./lib/marked.js
removed. Use/marked.min.js
in script tag instead.marked.parse(...)
instead ofmarked(...)
v3.0.8
Compare Source
Bug Fixes
v3.0.7
Compare Source
Bug Fixes
v3.0.6
Compare Source
Bug Fixes
v3.0.5
Compare Source
Bug Fixes
v3.0.4
Compare Source
Bug Fixes
v3.0.3
Compare Source
Bug Fixes
v3.0.2
Compare Source
Bug Fixes
v3.0.1
Compare Source
Bug Fixes
v3.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
this.lexer.inline(text, tokens)
. Theinline
function will queue the token creation until after all block tokens are created.this
object will include thelexer
as a property.this.inlineTokens
becomesthis.lexer.inline
.this
object will include theparser
as a property.this.parseInline
becomesthis.parser.parseInline
.tag
andinlineText
tokenizer function signatures have changed.nptable
tokenizer is removed and merged withtable
tokenizer.table
tokensheader
property changed to contain an array of objects for each header cell withtext
andtokens
properties.table
tokenscells
property changed torows
and is an array of rows where each row contains an array of objects for each cell withtext
andtokens
properties.v2
table
token:v3
table
token:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.