remarkjs / react-remark

React component and hook to use remark to render markdown
https://remarkjs.github.io/react-remark
MIT License
204 stars 7 forks source link

fix(deps): update dependency remark-rehype to v10 - autoclosed #61

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-rehype ^8.0.0 -> ^10.0.0 age adoption passing confidence

Release Notes

remarkjs/remark-rehype (remark-rehype) ### [`v10.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.1.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0) - [`f22d7af`](https://togithub.com/remarkjs/remark-rehype/commit/f22d7af) Add exports of `defaultHandlers`, `all`, `one` by [@​JounQin](https://togithub.com/JounQin) in [https://github.com/remarkjs/remark-rehype/pull/23](https://togithub.com/remarkjs/remark-rehype/pull/23) **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0 ### [`v10.0.1`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.0.1) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1) - [`1e0c67d`](https://togithub.com/remarkjs/remark-rehype/commit/1e0c67d) Add improved docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/remarkjs/remark-rehype/pull/22](https://togithub.com/remarkjs/remark-rehype/pull/22) **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1 ### [`v10.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/10.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0) - [`2e2401a`](https://togithub.com/remarkjs/remark-rehype/commit/2e2401a) Update `mdast-util-to-hast` This changes footnotes to match [how GitHub renders them](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) - use the new `clobberPrefix`, `footnoteLabel`, and `footnoteLabelBack` options to configure it - [`b718673`](https://togithub.com/remarkjs/remark-rehype/commit/b718673) Fix support for explicit nullish `processor` **Full Changelog**: https://github.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0 ### [`v9.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/9.1.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/9.0.0...9.1.0) - [`aab88a5`](https://togithub.com/remarkjs/remark-rehype/commit/aab88a5) Add `raw` to hast type registry ### [`v9.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/9.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/8.1.0...9.0.0) - [`ab51cd4`](https://togithub.com/remarkjs/remark-rehype/commit/ab51cd4) Use ESM ```js // From CommonJS var remarkRehype = require('remark-rehype') // To ESM import remarkRehype from 'remark-rehype' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - [`c6a4c64`](https://togithub.com/remarkjs/remark-rehype/commit/c6a4c64) Add JSDoc based types - [`0cea259`](https://togithub.com/remarkjs/remark-rehype/commit/0cea259) Update dependencies See [`mdast-util-to-hast@11.0.0`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0)

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.