Skip to content
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 1 commit into from
Dec 3, 2021
Merged

Add exports of defaultHandlers, all, one #23

merged 1 commit into from
Dec 3, 2021

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Dec 3, 2021

Initial checklist

  • I read the support docs
  • I read the contributing guide
  • I agree to follow the code of conduct
  • I searched issues and couldn’t find anything (or linked relevant results below)
  • If applicable, I’ve added docs and tests

Description of changes

Just like rehypejs/rehype-remark#9

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Dec 3, 2021
@codecov-commenter

This comment has been minimized.

@wooorm wooorm merged commit f22d7af into remarkjs:main Dec 3, 2021
@wooorm wooorm added the 💪 phase/solved Post is done label Dec 3, 2021
@JounQin JounQin deleted the feat/exports branch December 3, 2021 10:45
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Dec 3, 2021
@wooorm wooorm added 🗄 area/interface This affects the public interface 🤞 phase/open Post is being triaged manually 🦋 type/enhancement This is great to have 🧒 semver/minor This is backwards-compatible change labels Dec 3, 2021
@github-actions github-actions bot removed the 💪 phase/solved Post is done label Dec 3, 2021
@wooorm
Copy link
Member

wooorm commented Dec 3, 2021

Thanks, released!

@wooorm wooorm added the 💪 phase/solved Post is done label Dec 3, 2021
@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Dec 3, 2021
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request 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://github.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://github.com/remarkjs/remark-rehype/releases/tag/11.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/10.1.0...11.0.0)

##### Change

-   [`30091c7`](https://github.com/remarkjs/remark-rehype/commit/30091c7) Change to require Node.js 16
    **migrate**: update too
-   [`cafeacc`](https://github.com/remarkjs/remark-rehype/commit/cafeacc) Change to use `exports`
    **migrate**: don’t use private APIs
-   [`acb292a`](https://github.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://github.com/syntax-tree/mdast-util-to-hast/releases/tag/13.0.0)
-   [`ba50965`](https://github.com/remarkjs/remark-rehype/commit/ba50965) Remove `Processor` type
    **migrate**: get it from `unified`

##### Add

-   [`b990986`](https://github.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://github.com/remarkjs/remark-rehype/releases/tag/10.1.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/10.0.1...10.1.0)

-   [`f22d7af`](https://github.com/remarkjs/remark-rehype/commit/f22d7af) Add exports of `defaultHandlers`, `all`, `one`
    by [@&#8203;JounQin](https://github.com/JounQin) in [remarkjs/remark-rehype#23

**Full Changelog**: remarkjs/remark-rehype@10.0.1...10.1.0

### [`v10.0.1`](https://github.com/remarkjs/remark-rehype/releases/tag/10.0.1)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/10.0.0...10.0.1)

-   [`1e0c67d`](https://github.com/remarkjs/remark-rehype/commit/1e0c67d) Add improved docs
    by [@&#8203;wooorm](https://github.com/wooorm) in [remarkjs/remark-rehype#22

**Full Changelog**: remarkjs/remark-rehype@10.0.0...10.0.1

### [`v10.0.0`](https://github.com/remarkjs/remark-rehype/releases/tag/10.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/9.1.0...10.0.0)

-   [`2e2401a`](https://github.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://github.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://github.com/remarkjs/remark-rehype/releases/tag/9.1.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/9.0.0...9.1.0)

-   [`aab88a5`](https://github.com/remarkjs/remark-rehype/commit/aab88a5) Add `raw` to hast type registry

### [`v9.0.0`](https://github.com/remarkjs/remark-rehype/releases/tag/9.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/8.1.0...9.0.0)

-   [`ab51cd4`](https://github.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://github.com/remarkjs/remark-rehype/commit/c6a4c64) Add JSDoc based types
-   [`0cea259`](https://github.com/remarkjs/remark-rehype/commit/0cea259) Update dependencies
    See [`mdast-util-to-hast@11.0.0`](https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/11.0.0)

### [`v8.1.0`](https://github.com/remarkjs/remark-rehype/releases/tag/8.1.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/8.0.0...8.1.0)

-   [`63a851a`](https://github.com/remarkjs/remark-rehype/commit/63a851a) Update `mdast-util-to-hast`

### [`v8.0.0`](https://github.com/remarkjs/remark-rehype/releases/tag/8.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/7.0.0...8.0.0)

-   [`fc18fe8`](https://github.com/remarkjs/remark-rehype/commit/fc18fe8) Change to comply to CommonMark

### [`v7.0.0`](https://github.com/remarkjs/remark-rehype/releases/tag/7.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/6.0.0...7.0.0)

-   [`c5a4eae`](https://github.com/remarkjs/remark-rehype/commit/c5a4eae) Add types

### [`v6.0.0`](https://github.com/remarkjs/remark-rehype/releases/tag/6.0.0)

[Compare Source](https://github.com/remarkjs/remark-rehype/compare/5.0.0...6.0.0)

-   [`f18c8ec`](https://github.com/remarkjs/remark-rehype/commit/f18c8ec) Update [`mdast-util-to-hast`](https://github.com/syntax-tree/mdast-util-to-hast/releases/tag/8.0.0)
    (**breaking**, potentially, if you or your dependents use typescript)
-   [`bfe0e7f`](https://github.com/remarkjs/remark-rehype/commit/bfe0e7f) Refactor prose
-   [`47e547d`](https://github.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
Development

Successfully merging this pull request may close these issues.

4 participants