Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency remark-rehype to v11 (#408)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [remark-rehype](https://togithub.com/remarkjs/remark-rehype) | [`5.0.0` -> `11.0.0`](https://renovatebot.com/diffs/npm/remark-rehype/5.0.0/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/remark-rehype/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/remark-rehype/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/remark-rehype/5.0.0/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/remark-rehype/5.0.0/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>remarkjs/remark-rehype (remark-rehype)</summary> ### [`v11.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/11.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0) ##### Change - [`30091c7`](https://togithub.com/remarkjs/remark-rehype/commit/30091c7) Change to require Node.js 16 **migrate**: update too - [`cafeacc`](https://togithub.com/remarkjs/remark-rehype/commit/cafeacc) Change to use `exports` **migrate**: don’t use private APIs - [`acb292a`](https://togithub.com/remarkjs/remark-rehype/commit/acb292a) Update `mdast-util-to-hast`, `@types/{hast,mdast}`, unified, etc **migrate**: update too if you don’t use handlers, this should be fine; if you do, see [`[email protected]`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0) - [`ba50965`](https://togithub.com/remarkjs/remark-rehype/commit/ba50965) Remove `Processor` type **migrate**: get it from `unified` ##### Add - [`b990986`](https://togithub.com/remarkjs/remark-rehype/commit/b990986) Add exports of `defaultFootnoteBackContent`, `defaultFootnoteBackLabel` **Full Changelog**: remarkjs/remark-rehype@10.1.0...11.0.0 ### [`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**: remarkjs/remark-rehype@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**: remarkjs/remark-rehype@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**: remarkjs/remark-rehype@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 [`[email protected]`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0) ### [`v8.1.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/8.1.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/8.0.0...8.1.0) - [`63a851a`](https://togithub.com/remarkjs/remark-rehype/commit/63a851a) Update `mdast-util-to-hast` ### [`v8.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/8.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/7.0.0...8.0.0) - [`fc18fe8`](https://togithub.com/remarkjs/remark-rehype/commit/fc18fe8) Change to comply to CommonMark ### [`v7.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/7.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/6.0.0...7.0.0) - [`c5a4eae`](https://togithub.com/remarkjs/remark-rehype/commit/c5a4eae) Add types ### [`v6.0.0`](https://togithub.com/remarkjs/remark-rehype/releases/tag/6.0.0) [Compare Source](https://togithub.com/remarkjs/remark-rehype/compare/5.0.0...6.0.0) - [`f18c8ec`](https://togithub.com/remarkjs/remark-rehype/commit/f18c8ec) Update [`mdast-util-to-hast`](https://togithub.com/syntax-tree/mdast-util-to-hast/releases/tag/8.0.0) (**breaking**, potentially, if you or your dependents use typescript) - [`bfe0e7f`](https://togithub.com/remarkjs/remark-rehype/commit/bfe0e7f) Refactor prose - [`47e547d`](https://togithub.com/remarkjs/remark-rehype/commit/47e547d) Add notes on security </details> --- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/X-oss-byte/Nextjs).
- Loading branch information