fix(deps): update dependency marked to v7 - autoclosed #78
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:
0.8.2
->7.0.5
Release Notes
markedjs/marked (marked)
v7.0.5
Compare Source
Bug Fixes
v7.0.4
Compare Source
Bug Fixes
v7.0.3
Compare Source
Bug Fixes
v7.0.2
Compare Source
Bug Fixes
v7.0.1
Compare Source
Bug Fixes
v7.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
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:v2.1.3
Compare Source
Bug Fixes
v2.1.2
Compare Source
Bug Fixes
engines
field (#2119) (8659353)v2.1.1
Compare Source
Bug Fixes
v2.1.0
Compare Source
Features
v2.0.7
Compare Source
Bug Fixes
v2.0.6
Compare Source
Bug Fixes
v2.0.5
Compare Source
Bug Fixes
v2.0.4
Compare Source
Bug Fixes
v2.0.3
Compare Source
Bug Fixes
type
property to thedef
token (#2002) (47e65cf)v2.0.2
Compare Source
Bug Fixes
v2.0.1
Compare Source
Bug Fixes
v2.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
em
andstrong
tokenizers have been merged into oneemStrong
tokenizer.code
andtext
tokenizers do not get passed all tokens as a second parameter.lib/marked.js
but some pollyfills may be needed for IE 11 in the future.v1.2.9
Compare Source
Bug Fixes
v1.2.8
Compare Source
Bug Fixes
v1.2.7
Compare Source
Bug Fixes
v1.2.6
Compare Source
Bug Fixes
possible breaking change: When using the block.heading rule the text provided in capture group 2 will not be trimmed of whitespace.
v1.2.5
Compare Source
Bug Fixes
v1.2.4
Compare Source
Bug Fixes
Possible Breaking Change: When using the inline.del rule the text is provided in capture group 2 instead of 1.
v1.2.3
Compare Source
Bug Fixes
v1.2.2
Compare Source
Bug Fixes
v1.2.1
Compare Source
re-release of v 1.1.2 since semantic release picked up the wrong version
v1.2.0
: 1.2.0Compare Source
Features
Fixes
Dependencies
Documentation
v1.1.2
Compare Source
Bug Fixes
v1.1.1
: 1.1.1Compare Source
Fixes
)
delimiter #1704Docs
Scripts
npm run rules
#1726v1.1.0
: 1.1.0Compare Source
Features
walkTokens
option #1664Fixes
renderer.code
includes space at beginning of each line of code #1645browser
field inpackage.json
pointing to es5 output #1661Docs
tokenizer
to option docs #1662v1.0.0
: 1.0.0Compare Source
Breaking changes
marked.lexer
output #1627Tokenizer
to allow extending token creation #1637Features
marked.use()
method to extend options #1646Fixes
_
) breaks links containing underscores #1641Docs
CI
Configuration
📅 Schedule: Branch creation - "before 3am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 has been generated by Mend Renovate. View repository job log here.