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 v14 #105

Open renovate[bot] opened 9 months ago

renovate[bot] commented 9 months ago

This PR contains the following updates:

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

Release Notes

markdown-it/markdown-it (markdown-it) ### [`v14.1.0`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1410---2024-03-19) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/14.0.0...14.1.0) ##### Changed - Updated CM spec compatibility to 0.31.2, [#​1009](https://togithub.com/markdown-it/markdown-it/issues/1009). ##### Fixed - Fixed quadratic complexity when parsing references, [#​996](https://togithub.com/markdown-it/markdown-it/issues/996). - Fixed quadratic output size with pathological user input in tables, [#​1000](https://togithub.com/markdown-it/markdown-it/issues/1000). ### [`v14.0.0`](https://togithub.com/markdown-it/markdown-it/blob/HEAD/CHANGELOG.md#1400---2023-12-08) [Compare Source](https://togithub.com/markdown-it/markdown-it/compare/13.0.2...14.0.0) ##### Changed - Drop ancient browsers support (use `.fromCodePoint` and other features). - Rewrite to ESM (including all plugins/deps). CJS fallback still available. No signatures changed, except `markdown-it-emoji` plugin. - Dropped `dist/` folder from repo, build on package publish. - Set `punicode.js` as external dependency. ##### Fixed - Html tokens inside img alt are now rendered as their original text, [#​896](https://togithub.com/markdown-it/markdown-it/issues/896). - Hardbreaks inside img alt are now rendered as newlines. ### [`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 was generated by Mend Renovate. View the repository job log.