Changelog
*Sourced from [react-markdown's changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md).*
> ## 4.2.2 - 2019-09-03
>
> ### Fixes
>
> - (Typings) Inline `RemarkParseOptions` for now (Espen Hovlandsdal)
>
> ## 4.2.1 - 2019-09-01
>
> ### Fixes
>
> - (Typings) Fix incorrect import - `RemarkParseOptions` (Jakub Chrzanowski)
>
> ## 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
> ... (truncated)
Commits
- [`889365c`](https://github.com/rexxars/react-markdown/commit/889365c26f15a3468c0c4152c6c53a53876026c6) 4.2.2
- [`d1cb247`](https://github.com/rexxars/react-markdown/commit/d1cb247c79a158a71a1b37a084b91864ee5d6512) Update CHANGELOG
- [`a8d003b`](https://github.com/rexxars/react-markdown/commit/a8d003b6e4a55b2072be489f695a09ba0a634231) Typings: Inline remark parse options for now
- [`faf196c`](https://github.com/rexxars/react-markdown/commit/faf196c949933a37112c5ad5341f9374f2e6b428) 4.2.1
- [`3248ed3`](https://github.com/rexxars/react-markdown/commit/3248ed336c8110c565a0a0f06bf97b4b84c6e096) Update CHANGELOG
- [`942439a`](https://github.com/rexxars/react-markdown/commit/942439a13923087c34ec746dbee44126678c10fa) Fix for remark-parse/types has no exported member RemarkParserOptions ([#335](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/335))
- [`8fe08bd`](https://github.com/rexxars/react-markdown/commit/8fe08bd23fcce374b2cb56a616f7433353351a07) Upgrade dependencies
- [`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))
- Additional commits viewable in [compare view](https://github.com/rexxars/react-markdown/compare/v3.3.2...v4.2.2)
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.2.
Changelog
*Sourced from [react-markdown's changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md).* > ## 4.2.2 - 2019-09-03 > > ### Fixes > > - (Typings) Inline `RemarkParseOptions` for now (Espen Hovlandsdal) > > ## 4.2.1 - 2019-09-01 > > ### Fixes > > - (Typings) Fix incorrect import - `RemarkParseOptions` (Jakub Chrzanowski) > > ## 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 > ... (truncated)Commits
- [`889365c`](https://github.com/rexxars/react-markdown/commit/889365c26f15a3468c0c4152c6c53a53876026c6) 4.2.2 - [`d1cb247`](https://github.com/rexxars/react-markdown/commit/d1cb247c79a158a71a1b37a084b91864ee5d6512) Update CHANGELOG - [`a8d003b`](https://github.com/rexxars/react-markdown/commit/a8d003b6e4a55b2072be489f695a09ba0a634231) Typings: Inline remark parse options for now - [`faf196c`](https://github.com/rexxars/react-markdown/commit/faf196c949933a37112c5ad5341f9374f2e6b428) 4.2.1 - [`3248ed3`](https://github.com/rexxars/react-markdown/commit/3248ed336c8110c565a0a0f06bf97b4b84c6e096) Update CHANGELOG - [`942439a`](https://github.com/rexxars/react-markdown/commit/942439a13923087c34ec746dbee44126678c10fa) Fix for remark-parse/types has no exported member RemarkParserOptions ([#335](https://github-redirect.dependabot.com/rexxars/react-markdown/issues/335)) - [`8fe08bd`](https://github.com/rexxars/react-markdown/commit/8fe08bd23fcce374b2cb56a616f7433353351a07) Upgrade dependencies - [`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)) - Additional commits viewable in [compare view](https://github.com/rexxars/react-markdown/compare/v3.3.2...v4.2.2)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.