lobehub / chat-plugin-template

🧩 / 🚀 PluginTemplate - This is the plugin template for LobeChat plugin development.
MIT License
37 stars 29 forks source link

Update dependency remark to v15 #9

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 11 months ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark (source) ^14 -> ^15.0.0 age adoption passing confidence

Release Notes

remarkjs/remark (remark) ### [`v15.0.1`](https://togithub.com/remarkjs/remark/releases/tag/15.0.1) [Compare Source](https://togithub.com/remarkjs/remark/compare/15.0.0...15.0.1) - [`54ee687`](https://togithub.com/remarkjs/remark/commit/54ee687c) Fix typo **Full Changelog**: https://github.com/remarkjs/remark/compare/15.0.0...15.0.1 ### [`v15.0.0`](https://togithub.com/remarkjs/remark/releases/tag/15.0.0) [Compare Source](https://togithub.com/remarkjs/remark/compare/14.0.3...15.0.0) ##### Change - [`98a2560`](https://togithub.com/remarkjs/remark/commit/98a25602) Change to require Node.js 16 **migrate**: update too - [`a3e6d54`](https://togithub.com/remarkjs/remark/commit/a3e6d54f) Change to use `exports` **migrate**: don’t use private APIs - [`943f6ac`](https://togithub.com/remarkjs/remark/commit/943f6ac9) Update `@types/mdast`, `mdast-util-{from,to}-markdown`, `unified`, etc **migrate**: update too remark-parse: only really changes `Buffer` -> `Uint8Array`, so use encodings supported by `TextDecoder` if you are passing binary data remark-stringify: `bulletOrderedOther` is removed, you can remove `bulletOrderedOther` if you passed it, it’s now the default; `fences` is now `true` by default, if you don’t want indented code, pass `fences: false`; `listItemIndent` is now `'one'` by default, you can remove `listItemIndent: 'one'` if you passed it, or explicitly set it to `'tab'` if you want it ##### Types - [`bd8c922`](https://togithub.com/remarkjs/remark/commit/bd8c922f) Add typed settings ##### Docs - [`7cc0432`](https://togithub.com/remarkjs/remark/commit/7cc04328) Add `remark-link-rewrite` to list of plugins by [@​rjanjic](https://togithub.com/rjanjic) in [https://github.com/remarkjs/remark/pull/1212](https://togithub.com/remarkjs/remark/pull/1212) - [`e72d91a`](https://togithub.com/remarkjs/remark/commit/e72d91a0) Add `remark-mentions` to list of plugins by [@​FinnRG](https://togithub.com/FinnRG) in [https://github.com/remarkjs/remark/pull/1193](https://togithub.com/remarkjs/remark/pull/1193) **Full Changelog**: https://github.com/remarkjs/remark/compare/14.0.3...15.0.0

Configuration

📅 Schedule: Branch creation - "on sunday before 6:00am" in timezone UTC, 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.

renovate[bot] commented 9 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 15.x releases. But if you manually upgrade to 15.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.