jsdoc-baseline
jsdoc-baseline copied to clipboard
fix(deps): update dependency markdown-it-anchor to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| markdown-it-anchor | ^7.1.0 -> ^8.6.5 |
Release Notes
valeriangalliat/markdown-it-anchor
v8.6.5
- Support native ESM modules with TypeScript. ([#118])
v8.6.4
- Fix
linkAfterHeadertype to supportwrappertuple. ([#116])
v8.6.3
- Fix permalink generator type to return
voidinstead ofstring. ([#115])
v8.6.2
- Fix types to reflect optional permalink arguments and properties. ([#114])
v8.6.1
- Fix type for
headerLinkpermalink options. ([#108]) - Allow to customize the
spacetext (e.g. using ). ([#88])
v8.6.0
- Add a
getTokensTextoption to customize how we extract the title text from the heading tokens. ([#112])
v8.5.0
v8.4.1
- Attempt to fix
npm publishthat didn't publish previous version.
v8.4.0
- Add a fix for Safari reader view in
headerLink. ([#107])
v8.3.1
- Update TypeScript types to properly reflect the export style of
@types/markdown-it. Also useexport default anchorin type declaration instead ofexport = anchorso that TypeScript allows bothimport anchor from 'markdown-it-anchor'andimport anchor = require('markdown-it-anchor')syntaxes instead of being forced to the latter. ([#106]) - Added a hack to make TypeScript work with the modern import syntax
when not being used with a bundler. ([
6fcc502])
v8.3.0
- Make core loop resilient to permalink renderers mutating the token
stream with
splice. ([#100])
v8.2.0
- Introduce a
linkInsideHeaderpermalink option, which is the closest to the permalink in previous versions. ([#101]) - Refactor tests using AVA.
v8.1.3
- Fix
tabIndextype. ([#103])
v8.1.2
- Fix
prepublishscript not being run onnpm publishanymore. - Update the
distcode.
v8.1.1
- Fix
ReferenceErrorwithprocess.emitWarningin the browser. ([#102])
v8.1.0
- Add
token.meta.isPermalinkSymbolto help other plugins (e.g. TOC) to identify and ignore permalink symbols. ([#99])
v8.0.5
- Revert
html_inlinetohtml_blockin legacy permalink. ([#98])
v8.0.4
- Fix
leveloption TypeScript type. ([#97])
v8.0.3
- Update TypeScript types compatible with 8.0.0 release. ([#95])
v8.0.2
- Fix bug with
linkAfterHeaderpermalink renderer. ([#93]) - Also fix regression where
symbolwasn't allowed to be HTML anymore in new renderers.
v8.0.1
- Fix permalink option typo in readme. ([#91])
v8.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled due to failing status checks.
♻ 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
Branch automerge failure
This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
- Branch has one or more failed status checks