Skip to content

fix(deps): update dependency markdown-it-table-of-contents to ^0.6.0 - autoclosed #29

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it-table-of-contents ^0.4.4 -> ^0.6.0 age adoption passing confidence

Release Notes

martinlissmyr/markdown-it-table-of-contents (markdown-it-table-of-contents)

v0.6.0

Compare Source

The TOC generator was rewritten, because the old on-the-fly generator couldn't deal with unexpected order of headings and double-indentations. It is now a three-step process:

  1. Gather all headings in a list.
  2. Turn that list into a nested tree.
  3. Generate HTML code based on the nested tree.

Although all tests pass, this release could introduce some breaking changes for you, if you relied on the old way of doing things. Check the test cases to get a better understanding how this plugin handles various cases.

  • Added: Support for markdown-it-attrs (fixes #​54)
  • Changed: Respects unexpected nesting order (fixes #​55)
  • Changed: Uses anchor targets from existing id attributes (for example, set by markdown-it-attrs or markdown-it-anchor)
  • Changed: Now nests list correctly if there is a jump (for example: h2, h2, h4 -> h4 is now double-indented)
  • Removed: unused tests

v0.5.2

Compare Source

Better handling of content "other than text" in headers. I.e links.

v0.5.1

Compare Source

  • Exposes link to formatting function
  • Adheres to platform EOL in tests
  • Security patch

v0.5.0

Compare Source

  • Code updated to use ES5 syntax for easier in-browser use
  • Updates the existing format option to render markdown by default
  • Removes support for forceFullToc option (potentially BREAKING)

For background see https://github.com/Oktavilla/markdown-it-table-of-contents/pull/41


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/markdown-it-table-of-contents-0.x branch from dcc2a19 to e783dea Compare May 14, 2021 09:56
@renovate renovate bot changed the title fix(deps): update dependency markdown-it-table-of-contents to ^0.5.0 fix(deps): update dependency markdown-it-table-of-contents to v0.5.2 May 14, 2021
@renovate renovate bot force-pushed the renovate/markdown-it-table-of-contents-0.x branch from e783dea to 47a6380 Compare July 5, 2021 04:37
@renovate renovate bot force-pushed the renovate/markdown-it-table-of-contents-0.x branch from 47a6380 to fb3f6f6 Compare November 12, 2021 11:14
@renovate renovate bot changed the title fix(deps): update dependency markdown-it-table-of-contents to v0.5.2 fix(deps): update dependency markdown-it-table-of-contents to v0.6.0 Nov 12, 2021
@renovate renovate bot force-pushed the renovate/markdown-it-table-of-contents-0.x branch from fb3f6f6 to 59caf20 Compare November 20, 2022 10:26
@renovate renovate bot changed the title fix(deps): update dependency markdown-it-table-of-contents to v0.6.0 fix(deps): update dependency markdown-it-table-of-contents to ^0.6.0 Nov 20, 2022
@renovate renovate bot changed the title fix(deps): update dependency markdown-it-table-of-contents to ^0.6.0 fix(deps): update dependency markdown-it-table-of-contents to ^0.6.0 - autoclosed Jan 22, 2024
@renovate renovate bot closed this Jan 22, 2024
@renovate renovate bot deleted the renovate/markdown-it-table-of-contents-0.x branch January 22, 2024 08:50
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