eunchurn / mullae-instant

#mullaeinstant project page.
https://mullaeinstant.com
6 stars 6 forks source link

fix(deps): update dependency react-markdown to v5 - autoclosed #39

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-markdown ^4.2.2 -> ^5.0.0 age adoption passing confidence

Release Notes

remarkjs/react-markdown ### [`v5.0.3`](https://togithub.com/remarkjs/react-markdown/blob/master/changelog.md#​503---2020-10-23) [Compare Source](https://togithub.com/remarkjs/react-markdown/compare/5.0.2...5.0.3) - [`bb0bdde`](https://togithub.com/remarkjs/react-markdown/commit/bb0bdde) Unlock peer dependency on React to allow v17 - [`24e42bd`](https://togithub.com/remarkjs/react-markdown/commit/24e42bd) Fix exception on missing element from `html-to-react` - [`3d363e9`](https://togithub.com/remarkjs/react-markdown/commit/3d363e9) Fix umd browser build ### [`v5.0.2`](https://togithub.com/remarkjs/react-markdown/blob/master/changelog.md#​502---2020-10-23) [Compare Source](https://togithub.com/remarkjs/react-markdown/compare/5.0.1...5.0.2) - [`4dadaba`](https://togithub.com/remarkjs/react-markdown/commit/4dadaba) Fix to allow combining `allowedTypes`, `unwrapDisallowed` in types ### [`v5.0.1`](https://togithub.com/remarkjs/react-markdown/blob/master/changelog.md#​501---2020-10-21) [Compare Source](https://togithub.com/remarkjs/react-markdown/compare/5.0.0...5.0.1) - [`c3dc5ee`](https://togithub.com/remarkjs/react-markdown/commit/c3dc5ee) Fix to not crash on empty text nodes ### [`v5.0.0`](https://togithub.com/remarkjs/react-markdown/blob/master/changelog.md#​500---2020-10-19) [Compare Source](https://togithub.com/remarkjs/react-markdown/compare/v4.3.1...5.0.0) ##### BREAKING ##### Maintained by [unified](https://unifiedjs.com) This project is now maintained by the unified collective, which also houses the underlying tools used in `react-markdown`: hundreds of projects for working with markdown and markup related things (including MDX). We have cleaned the project: updated dependencies, improved docs/tests/coverage/types, cleaned the issue tracker, and fixed a couple of bugs, but otherwise _much should be the same_. ##### Upgrade `remark-parse` The parser used in `react-markdown` has been upgraded to the latest version. It is now 100% CommonMark compliant: that means it works the same as in other places, such as Discourse, Reddit, Stack Overflow, and GitHub. Note that GitHub does extend CommonMark: to match how Markdown works on GitHub, use the [`remark-gfm`](https://togithub.com/remarkjs/remark-gfm) plugin. - [`remark-parse@9.0.0`](https://togithub.com/remarkjs/remark/releases/tag/remark-parse%409.0.0) - [`remark-parse@8.0.0`](https://togithub.com/remarkjs/remark/releases/tag/remark-parse%408.0.0) - [`remark-parse@7.0.0`](https://togithub.com/remarkjs/remark/releases/tag/remark-parse%407.0.0) - [`remark-parse@6.0.0`](https://togithub.com/remarkjs/remark/releases/tag/remark-parse%406.0.0) ##### New serializer property: `node` A new `node` prop is passed to all non-tag/non-fragment renderers. This contains the raw [mdast](https://togithub.com/syntax-tree/mdast) AST node, which opens up a number of interesting possibilities. The breaking change is for renderers which blindly spread their props to an underlying component/tag. For instance: ```jsx }} … /> ``` Should now be written as: ```jsx }} … /> ``` ##### List/list item `tight` property replaced by `spread` Previously, the `tight` property would hint as to whether or not list items should be wrapped in paragraphs. This logic has now been replaced by a new `spread` property, which behaves slightly differently. [Read more](https://togithub.com/remarkjs/remark/pull/364).

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: 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 WhiteSource Renovate. View repository job log here.