binyamin / eleventy-garden

:seedling: A starter site for building a mind garden with eleventy
https://eleventy-garden.netlify.app
MIT License
450 stars 48 forks source link

Update dependency markdown-it to v13 - autoclosed #86

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it ^12.3.2 -> ^13.0.2 age adoption passing confidence

Release Notes

markdown-it/markdown-it (markdown-it) ### [`v13.0.2`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1302---2023-09-26) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/13.0.1...13.0.2) ##### Security - Fixed crash/infinite loop caused by linkify inline rule, [#​957](https://togithub.com/markdown-it/markdown-it/issues/957). ##### Fixed - Throw an error if 3rd party plugin doesn't increment `line` or `pos` counters (previously, markdown-it would likely go into infinite loop instead), [#​847](https://togithub.com/markdown-it/markdown-it/issues/847). ### [`v13.0.1`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1301---2022-05-03) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/13.0.0...13.0.1) ##### Fixed - Bumped `linkify-it` to 4.0.1. That should fix some hangs, caused by wrong data, returned from `linkify-it`. ### [`v13.0.0`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1300---2022-04-22) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/12.3.2...13.0.0) ##### Added - Added a new token type `text_special` to store escaped characters, same as `text` but unaffected by replacement plugins (smartquotes, typographer, linkifier, etc.). - Added a new rule `text_join` in `core` ruler. Text replacement plugins may choose to insert themselves before it. ##### Changed - `(p)` is no longer replaced with ยง by typographer (conflicts with โ„—), [#​763](https://togithub.com/markdown-it/markdown-it/issues/763). - `text_collapse` rule is renamed to `fragments_join`. ##### Fixed - Smartquotes, typographic replacements and plain text links can now be escaped with backslash (e.g. `\(c)` or `google\.com` are no longer replaced). - Fixed collision of emphasis and linkifier (so `http://example.org/foo._bar_-_baz` is now a single link, not emphasized). Emails and fuzzy links are not affected by this.

Configuration

๐Ÿ“… Schedule: Branch creation - "before 4am on Monday" in timezone America/New_York, 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 has been generated by Mend Renovate. View repository job log here.