0x-jerry / vscode-hexo-utils

vscode sidebar for hexo.
https://marketplace.visualstudio.com/items?itemName=fantasy.vscode-hexo-utils
MIT License
46 stars 11 forks source link

chore(deps): update dependency markdown-it to v14 - autoclosed #88

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
markdown-it ^13.0.1 -> ^14.0.0 age adoption passing confidence

Release Notes

markdown-it/markdown-it (markdown-it) ### [`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).

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.



This PR has been generated by Mend Renovate. View repository job log here.