Update dependency markdown-it-anchor to v8 #36
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:
5.3.0
->8.6.7
Release Notes
valeriangalliat/markdown-it-anchor (markdown-it-anchor)
v8.6.7
Compare Source
v8.6.6
Compare Source
npm audit fix
. ([#121])v8.6.5
Compare Source
v8.6.4
Compare Source
linkAfterHeader
type to supportwrapper
tuple. ([#116])v8.6.3
Compare Source
void
instead ofstring
. ([#115])v8.6.2
Compare Source
v8.6.1
Compare Source
headerLink
permalink options. ([#108])space
text (e.g. using
). ([#88])v8.6.0
Compare Source
getTokensText
option to customize how we extract the titletext from the heading tokens. ([#112])
v8.5.0
Compare Source
linkAfterHeader
. ([#100], [#110])v8.4.1
Compare Source
npm publish
that didn't publish previous version.v8.4.0
Compare Source
headerLink
. ([#107])v8.3.1
Compare Source
@types/markdown-it
. Also useexport default anchor
in typedeclaration instead of
export = anchor
so that TypeScript allows bothimport anchor from 'markdown-it-anchor'
andimport anchor = require('markdown-it-anchor')
syntaxes instead of being forced to the latter. ([#106])
when not being used with a bundler. ([
6fcc502
])v8.3.0
Compare Source
stream with
splice
. ([#100])v8.2.0
Compare Source
linkInsideHeader
permalink option, which is the closestto the permalink in previous versions. ([#101])
v8.1.3
Compare Source
tabIndex
type. ([#103])v8.1.2
Compare Source
prepublish
script not being run onnpm publish
anymore.dist
code.v8.1.1
Compare Source
ReferenceError
withprocess.emitWarning
in the browser. ([#102])v8.1.0
Compare Source
token.meta.isPermalinkSymbol
to help other plugins (e.g. TOC) toidentify and ignore permalink symbols. ([#99])
v8.0.5
Compare Source
html_inline
tohtml_block
in legacy permalink. ([#98])v8.0.4
Compare Source
level
option TypeScript type. ([#97])v8.0.3
Compare Source
v8.0.2
Compare Source
linkAfterHeader
permalink renderer. ([#93])symbol
wasn't allowed to be HTML anymorein new renderers.
v8.0.1
Compare Source
v8.0.0
Compare Source
tabindex="-1"
on headers. ([#85], [#86])choices. ([#82], [#89])
v7.1.0
Compare Source
v7.0.2
Compare Source
v7.0.1
Compare Source
v7.0.0
Compare Source
v6.0.1
Compare Source
example.html
test case.uniqueSlugStartIndex
test case.equal
->strictEqual
.found 0 vulnerabilities
.v6.0.0
Compare Source
to mimic what markdown-toc, github-slugger, and GitHub itself does by
default. This should improve out of the box compatibility with other
packages. ([#74])
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.