Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency markdown-it-anchor to v8 #36

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it-anchor 5.3.0 -> 8.6.7 age adoption passing confidence

Release Notes

valeriangalliat/markdown-it-anchor (markdown-it-anchor)

v8.6.7

Compare Source

  • Fix link in deprecation warning. ([#​123])

v8.6.6

Compare Source

v8.6.5

Compare Source

  • Support native ESM modules with TypeScript. ([#​118])

v8.6.4

Compare Source

  • Fix linkAfterHeader type to support wrapper tuple. ([#​116])

v8.6.3

Compare Source

  • Fix permalink generator type to return void instead of string. ([#​115])

v8.6.2

Compare Source

  • Fix types to reflect optional permalink arguments and properties. ([#​114])

v8.6.1

Compare Source

  • Fix type for headerLink permalink options. ([#​108])
  • Allow to customize the space text (e.g. using  ). ([#​88])

v8.6.0

Compare Source

  • Add a getTokensText option to customize how we extract the title
    text from the heading tokens. ([#​112])

v8.5.0

Compare Source

v8.4.1

Compare Source

  • Attempt to fix npm publish that didn't publish previous version.

v8.4.0

Compare Source

  • Add a fix for Safari reader view in headerLink. ([#​107])

v8.3.1

Compare Source

  • Update TypeScript types to properly reflect the export style of
    @types/markdown-it. Also use export default anchor in type
    declaration instead of export = anchor so that TypeScript allows both
    import anchor from 'markdown-it-anchor' and import 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

Compare Source

  • Make core loop resilient to permalink renderers mutating the token
    stream with splice. ([#​100])

v8.2.0

Compare Source

  • Introduce a linkInsideHeader permalink option, which is the closest
    to the permalink in previous versions. ([#​101])
  • Refactor tests using AVA.

v8.1.3

Compare Source

v8.1.2

Compare Source

  • Fix prepublish script not being run on npm publish anymore.
  • Update the dist code.

v8.1.1

Compare Source

  • Fix ReferenceError with process.emitWarning in the browser. ([#​102])

v8.1.0

Compare Source

  • Add token.meta.isPermalinkSymbol to help other plugins (e.g. TOC) to
    identify and ignore permalink symbols. ([#​99])

v8.0.5

Compare Source

  • Revert html_inline to html_block in legacy permalink. ([#​98])

v8.0.4

Compare Source

  • Fix level option TypeScript type. ([#​97])

v8.0.3

Compare Source

  • Update TypeScript types compatible with 8.0.0 release. ([#​95])

v8.0.2

Compare Source

  • Fix bug with linkAfterHeader permalink renderer. ([#​93])
  • Also fix regression where symbol wasn't allowed to be HTML anymore
    in new renderers.

v8.0.1

Compare Source

  • Fix permalink option typo in readme. ([#​91])

v8.0.0

Compare Source

  • Set tabindex="-1" on headers. ([#​85], [#​86])
  • Change the way to configure a permalink, allowing for more accessible
    choices. ([#​82], [#​89])
  • Show a deprecation warning for the old permalink option.

v7.1.0

Compare Source

  • Update TypeScript types. ([#​83])

v7.0.2

Compare Source

  • Optimize token parsing. ([#​80])

v7.0.1

Compare Source

  • Add a Chinese readme. ([#​79])

v7.0.0

Compare Source

  • Depend on any markdown-it version. ([#​76])

v6.0.1

Compare Source

  • Added example.html test case.
  • Added uniqueSlugStartIndex test case.
  • Fix equal -> strictEqual.
  • Updated dependencies -> found 0 vulnerabilities.

v6.0.0

Compare Source

  • Allow to configure unique slug start index, and make it 1 instead of 2
    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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants