-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add exports of defaultHandlers
, all
, one
#23
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This comment has been minimized.
This comment has been minimized.
ChristianMurphy
approved these changes
Dec 3, 2021
wooorm
approved these changes
Dec 3, 2021
This comment has been minimized.
This comment has been minimized.
Thanks, released! |
5 tasks
kodiakhq bot
referenced
this pull request
in X-oss-byte/Nextjs
Oct 15, 2023
[![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 [`mdast-util-to-hast@13.0.0`](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 [`mdast-util-to-hast@11.0.0`](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).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🗄 area/interface
This affects the public interface
💪 phase/solved
Post is done
🧒 semver/minor
This is backwards-compatible change
🦋 type/enhancement
This is great to have
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Initial checklist
Description of changes
Just like rehypejs/rehype-remark#9