Changelog
*Sourced from [react-markdown's changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md).*
> ## 4.2.0 - 2019-09-01
>
> ### Added
>
> - Add support for plugins that use AST transformations (Frankie Ali)
>
> ### Fixes
>
> - (Typings) Add `parserOptions` to type defintions (Ted Piotrowski)
> - Allow renderer to be any React element type (Nathan Bierema)
>
> ## 4.1.0 - 2019-06-24
>
> ### Added
>
> - Add prop `parserOptions` to specify options for remark-parse (Kelvin Chan)
>
> ## 4.0.9 - 2019-06-22
>
> ### Fixes
>
> - (Typings) Make transformLinkUri & transformImageUri actually nullable (Florentin Luca Rieger)
>
> ## 4.0.8 - 2019-04-14
>
> ### Fixes
>
> - Fix HTML parsing of elements with a single child vs. multiple children (Nicolas Venegas)
>
> ## 4.0.7 - 2019-04-14
>
> ### Fixes
>
> - Fix matching of replaced non-void elements in HTML parser plugin (Nicolas Venegas)
> - Fix HTML parsing of multiple void elements (Nicolas Venegas)
> - Fix void element children invariant violation (Nicolas Venegas)
>
> ## 4.0.6 - 2019-01-04
>
> ### Fixes
>
> - Mitigate regex ddos by upgrading html-to-react (Christoph Werner)
> - Update typings to allow arbitrary node types (Jesse Pinho)
> - Readme: Add note about only parsing plugins working (Vincent Tunru)
>
> ## 4.0.4 - 2018-11-30
>
> ### Changed
>
> - Upgrade dependencies (Espen Hovlandsdal)
> ... (truncated)
Commits
- [`a6dc7ac`](https://github.com/rexxars/react-markdown/commit/a6dc7ac725c2915730b38e06c3ce3bc5a0a72721) 4.2.0
- [`3f2c348`](https://github.com/rexxars/react-markdown/commit/3f2c348fad3dde421a0b42ea4945491ecea728c3) Update CHANGELOG
- [`c2809c1`](https://github.com/rexxars/react-markdown/commit/c2809c17e9d004abe3fcc3157f6face756323af1) Add support for all React element types ([#326](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/326))
- [`fe0b57a`](https://github.com/rexxars/react-markdown/commit/fe0b57a8e8e7256446419e2d49064a78c6d19479) Add `parserOptions` to types file ([#334](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/334))
- [`c63dccb`](https://github.com/rexxars/react-markdown/commit/c63dccb8185869cfc73c257d098a123ef7a7cd33) enable plugins with transforms ([#305](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/305))
- [`c727761`](https://github.com/rexxars/react-markdown/commit/c72776160309aaf3d3d700a0ed2ff84b8fce0ad3) 4.1.0
- [`e051643`](https://github.com/rexxars/react-markdown/commit/e05164361b578f430423d76fdafdba4daa74932e) Update CHANGELOG
- [`182f34c`](https://github.com/rexxars/react-markdown/commit/182f34c7a44fedadea8105b69ef320f169add89d) chore: Format with prettier
- [`6728d13`](https://github.com/rexxars/react-markdown/commit/6728d135a4e97e360b2049a794391f49bdfc26f5) remarkParseOptions -> parserOptions
- [`6448aa1`](https://github.com/rexxars/react-markdown/commit/6448aa1572b523490f209bada6404a4e76a5d778) Add support for passing options to remark-parse plugin
- Additional commits viewable in [compare view](https://github.com/rexxars/react-markdown/compare/v3.3.2...v4.2.0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps react-markdown from 3.3.2 to 4.2.0.
Changelog
*Sourced from [react-markdown's changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md).* > ## 4.2.0 - 2019-09-01 > > ### Added > > - Add support for plugins that use AST transformations (Frankie Ali) > > ### Fixes > > - (Typings) Add `parserOptions` to type defintions (Ted Piotrowski) > - Allow renderer to be any React element type (Nathan Bierema) > > ## 4.1.0 - 2019-06-24 > > ### Added > > - Add prop `parserOptions` to specify options for remark-parse (Kelvin Chan) > > ## 4.0.9 - 2019-06-22 > > ### Fixes > > - (Typings) Make transformLinkUri & transformImageUri actually nullable (Florentin Luca Rieger) > > ## 4.0.8 - 2019-04-14 > > ### Fixes > > - Fix HTML parsing of elements with a single child vs. multiple children (Nicolas Venegas) > > ## 4.0.7 - 2019-04-14 > > ### Fixes > > - Fix matching of replaced non-void elements in HTML parser plugin (Nicolas Venegas) > - Fix HTML parsing of multiple void elements (Nicolas Venegas) > - Fix void element children invariant violation (Nicolas Venegas) > > ## 4.0.6 - 2019-01-04 > > ### Fixes > > - Mitigate regex ddos by upgrading html-to-react (Christoph Werner) > - Update typings to allow arbitrary node types (Jesse Pinho) > - Readme: Add note about only parsing plugins working (Vincent Tunru) > > ## 4.0.4 - 2018-11-30 > > ### Changed > > - Upgrade dependencies (Espen Hovlandsdal) > ... (truncated)Commits
- [`a6dc7ac`](https://github.com/rexxars/react-markdown/commit/a6dc7ac725c2915730b38e06c3ce3bc5a0a72721) 4.2.0 - [`3f2c348`](https://github.com/rexxars/react-markdown/commit/3f2c348fad3dde421a0b42ea4945491ecea728c3) Update CHANGELOG - [`c2809c1`](https://github.com/rexxars/react-markdown/commit/c2809c17e9d004abe3fcc3157f6face756323af1) Add support for all React element types ([#326](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/326)) - [`fe0b57a`](https://github.com/rexxars/react-markdown/commit/fe0b57a8e8e7256446419e2d49064a78c6d19479) Add `parserOptions` to types file ([#334](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/334)) - [`c63dccb`](https://github.com/rexxars/react-markdown/commit/c63dccb8185869cfc73c257d098a123ef7a7cd33) enable plugins with transforms ([#305](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/305)) - [`c727761`](https://github.com/rexxars/react-markdown/commit/c72776160309aaf3d3d700a0ed2ff84b8fce0ad3) 4.1.0 - [`e051643`](https://github.com/rexxars/react-markdown/commit/e05164361b578f430423d76fdafdba4daa74932e) Update CHANGELOG - [`182f34c`](https://github.com/rexxars/react-markdown/commit/182f34c7a44fedadea8105b69ef320f169add89d) chore: Format with prettier - [`6728d13`](https://github.com/rexxars/react-markdown/commit/6728d135a4e97e360b2049a794391f49bdfc26f5) remarkParseOptions -> parserOptions - [`6448aa1`](https://github.com/rexxars/react-markdown/commit/6448aa1572b523490f209bada6404a4e76a5d778) Add support for passing options to remark-parse plugin - Additional commits viewable in [compare view](https://github.com/rexxars/react-markdown/compare/v3.3.2...v4.2.0)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.