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 improved docs #20

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Add improved docs #20

merged 1 commit into from
Dec 30, 2021

Conversation

wooorm
Copy link
Member

@wooorm wooorm commented Dec 27, 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

View rendered

Related-to: unifiedjs/unified#168.

/cc @nemo-omen @remcohaszing @ChristianMurphy @Murderlon @with-heart @joostdecock @mgan59

@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 27, 2021
Copy link
Member Author

@wooorm wooorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wooorm wooorm merged commit 8e413e4 into main Dec 30, 2021
@wooorm wooorm added 💪 phase/solved Post is done 📚 area/docs This affects documentation labels Dec 30, 2021
@wooorm wooorm deleted the docs branch December 30, 2021 11:55
@github-actions

This comment has been minimized.

@github-actions github-actions bot removed the 🤞 phase/open Post is being triaged manually label Dec 30, 2021
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 |
|---|---|---|---|---|---|
| [rehype-raw](https://togithub.com/rehypejs/rehype-raw) | [`4.0.2` -> `7.0.0`](https://renovatebot.com/diffs/npm/rehype-raw/4.0.2/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/rehype-raw/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/rehype-raw/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/rehype-raw/4.0.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/rehype-raw/4.0.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>rehypejs/rehype-raw (rehype-raw)</summary>

### [`v7.0.0`](https://togithub.com/rehypejs/rehype-raw/releases/tag/7.0.0)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/6.1.1...7.0.0)

##### Change

-   [`cdbb980`](https://togithub.com/rehypejs/rehype-raw/commit/cdbb980) Update `hast-util-raw`, `@types/hast`
    **migrate**: update too
-   [`9a794bb`](https://togithub.com/rehypejs/rehype-raw/commit/9a794bb) Change to require Node.js 16
    **migrate**: update too
-   [`cd34249`](https://togithub.com/rehypejs/rehype-raw/commit/cd34249) Change to use `exports`
    **migrate**: don’t use private APIs

**Full Changelog**: rehypejs/rehype-raw@6.1.1...7.0.0

### [`v6.1.1`](https://togithub.com/rehypejs/rehype-raw/releases/tag/6.1.1)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/6.1.0...6.1.1)

-   [`8e413e4`](https://togithub.com/rehypejs/rehype-raw/commit/8e413e4) Add improved docs
    by [@&#8203;wooorm](https://togithub.com/wooorm) in [https://github.com/rehypejs/rehype-raw/pull/20](https://togithub.com/rehypejs/rehype-raw/pull/20)

**Full Changelog**: rehypejs/rehype-raw@6.1.0...6.1.1

### [`v6.1.0`](https://togithub.com/rehypejs/rehype-raw/releases/tag/6.1.0)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/6.0.0...6.1.0)

-   [`1a6942e`](https://togithub.com/rehypejs/rehype-raw/commit/1a6942e) Add raw nodes to hast node type registry

### [`v6.0.0`](https://togithub.com/rehypejs/rehype-raw/releases/tag/6.0.0)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/5.1.0...6.0.0)

-   [`75258b8`](https://togithub.com/rehypejs/rehype-raw/commit/75258b8) Use ESM
    -   Change:

        ```js
        // From CommonJS
        var rehypeRaw = require('rehype-raw')

        // To ESM
        import rehypeRaw from 'rehype-raw'
        ```

        Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c)
-   [`1af7117`](https://togithub.com/rehypejs/rehype-raw/commit/1af7117) Add JSDoc based types
-   [`d361d2d`](https://togithub.com/rehypejs/rehype-raw/commit/d361d2d) Update dependencies

### [`v5.1.0`](https://togithub.com/rehypejs/rehype-raw/releases/tag/5.1.0)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/5.0.0...5.1.0)

-   [`a3f37ce`](https://togithub.com/rehypejs/rehype-raw/commit/a3f37ce) Add support for passing options to `hast-util-raw`

### [`v5.0.0`](https://togithub.com/rehypejs/rehype-raw/releases/tag/5.0.0)

[Compare Source](https://togithub.com/rehypejs/rehype-raw/compare/4.0.2...5.0.0)

-   [`850d3b2`](https://togithub.com/rehypejs/rehype-raw/commit/850d3b2) Update [`hast-util-raw`](https://togithub.com/syntax-tree/hast-util-raw/releases/tag/6.0.0)
-   [`aa6ea0d`](https://togithub.com/rehypejs/rehype-raw/commit/aa6ea0d) Add types
    (**breaking**, potentially, if you or your dependents use typescript)

</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/docs This affects documentation 💪 phase/solved Post is done
Development

Successfully merging this pull request may close these issues.

3 participants