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

chore(deps): update dependency remark-gfm to v4 - autoclosed #70

Closed renovate[bot] closed 9 months ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-gfm ^1.0.0 -> ^4.0.0 age adoption passing confidence

Release Notes

remarkjs/remark-gfm (remark-gfm) ### [`v4.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/4.0.0) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0) ##### Change - [`b8cc334`](https://togithub.com/remarkjs/remark-gfm/commit/b8cc334) Update `@types/mdast`, `unified`, utilities **migrate**: update too - [`9eb0f54`](https://togithub.com/remarkjs/remark-gfm/commit/9eb0f54) Change to use `exports` **migrate**: don’t use private APIs - [`5715c93`](https://togithub.com/remarkjs/remark-gfm/commit/5715c93) Change to require Node.js 16 **migrate**: update too **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.1...4.0.0 ### [`v3.0.1`](https://togithub.com/remarkjs/remark-gfm/releases/tag/3.0.1) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/3.0.0...3.0.1) - [`97437dc`](https://togithub.com/remarkjs/remark-gfm/commit/97437dc) Add improved docs by [@​wooorm](https://togithub.com/wooorm) in [https://github.com/remarkjs/remark-gfm/pull/25](https://togithub.com/remarkjs/remark-gfm/pull/25) **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/3.0.0...3.0.1 ### [`v3.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/3.0.0) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/2.0.0...3.0.0) - [`890005e`](https://togithub.com/remarkjs/remark-gfm/commit/890005e) Add support for [GFM footnotes](https://github.blog/changelog/2021-09-30-footnotes-now-supported-in-markdown-fields/) ✨ (if you were using `remark-footnotes` before, you should remove it!) (how footnotes are turned to HTML is done in `remark-rehype`, please update that too) **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/2.0.0...3.0.0 ### [`v2.0.0`](https://togithub.com/remarkjs/remark-gfm/releases/tag/2.0.0) [Compare Source](https://togithub.com/remarkjs/remark-gfm/compare/1.0.0...2.0.0) - [`6c518d8`](https://togithub.com/remarkjs/remark-gfm/commit/6c518d8) Use ESM ```js // From CommonJS var remarkGfm = require('remark-gfm') // To ESM import remarkGfm from 'remark-gfm' ``` Learn [more about ESM in this guide](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c) - [`37d92ac`](https://togithub.com/remarkjs/remark-gfm/commit/37d92ac) Add JSDoc based types - [`0846014`](https://togithub.com/remarkjs/remark-gfm/commit/0846014) Remove warning for remark 12 **Full Changelog**: https://github.com/remarkjs/remark-gfm/compare/1.0.0...2.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.