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

Bump react-markdown from 8.0.7 to 9.0.0 in /webapp #532

Merged
merged 3 commits into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2023

Bumps react-markdown from 8.0.7 to 9.0.0.

Release notes

Sourced from react-markdown's releases.

9.0.0

Change

  • b67d714 Change to require Node.js 16 migrate: update too
  • ec2b134 Change to require React 18 migrate: update too
  • bf5824f Change to use exports migrate: don’t use private APIs
  • c383a45 Update @types/hast, utilities, plugins, etc migrate: update too
  • eca5e6b 08ead9e Replace transformImageUri, transformLinkUri w/ urlTransform migrate: see Add urlTransform
  • de29396 Remove linkTarget option by @​galabra in remarkjs/react-markdown#762 migrate: see Remove linkTarget
  • 4346276 Remove support for passing custom props to components migrate: see Remove includeElementIndex, Remove rawSourcePos, Remove sourcePos, Remove extra props passed to certain components
  • c0dfbd6 Remove UMD bundle from package migrate: use esm.sh or a CDN or so
  • e12b5e9 Remove prop-types migrate: use TypeScript
  • 4eb7aa0 Change to throw errors for removed props migrate: don’t pass options that don’t do things
  • 8aabf74 Change to improve error messages migrate: expect better messages

Full Changelog: remarkjs/react-markdown@8.0.7...9.0.0

Changelog

Sourced from react-markdown's changelog.

9.0.0 - 2023-09-27

  • b67d714 Change to require Node.js 16
    migrate: update too
  • ec2b134 Change to require React 18
    migrate: update too
  • bf5824f Change to use exports
    migrate: don’t use private APIs
  • c383a45 Update @types/hast, utilities, plugins, etc
    migrate: update too
  • eca5e6b 08ead9e Replace transformImageUri, transformLinkUri w/ urlTransform
    migrate: see “Add urlTransform” below
  • de29396 Remove linkTarget option
    migrate: see “Remove linkTarget” below
  • 4346276 Remove support for passing custom props to components
    migrate: see “Remove includeElementIndex”, “Remove rawSourcePos”, “Remove sourcePos”, “Remove extra props passed to certain components” below
  • c0dfbd6 Remove UMD bundle from package
    migrate: use esm.sh or a CDN or so
  • e12b5e9 Remove prop-types
    migrate: use TypeScript
  • 4eb7aa0 Change to throw errors for removed props
    migrate: don’t pass options that don’t do things
  • 8aabf74 Change to improve error messages
    migrate: expect better messages

Add urlTransform

The transformImageUri and transformLinkUri were removed. Having two functions is a bit much, particularly because there are more URLs you might want to change (or which might be unsafe so we make them safe). And their name and APIs were a bit weird. You can use the new urlTransform prop instead to change all your URLs.

Remove linkTarget

The linkTarget option was removed; you should likely not set targets.

... (truncated)

Commits
  • 6360bc2 9.0.0
  • 72e68d2 Add docs on line endings
  • b67d714 Change to require Node.js 16
  • bf5824f Change to use exports
  • d056940 Refactor docs
  • 08ead9e Refactor to improve safe URL detection
  • a1fc6d9 Refactor package.json some more
  • eca5e6b Replace transformImageUri, transformLinkUri w/ urlTransform
  • ec2b134 Change to require React 18
  • c0dfbd6 Remove UMD bundle from package
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.7 to 9.0.0.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](remarkjs/react-markdown@8.0.7...9.0.0)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 23, 2023
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Oct 23, 2023
crickman
crickman previously approved these changes Oct 23, 2023
@crickman crickman added this pull request to the merge queue Oct 23, 2023
Merged via the queue into main with commit e139555 Oct 23, 2023
6 checks passed
@crickman crickman deleted the dependabot/npm_and_yarn/webapp/react-markdown-9.0.0 branch October 23, 2023 17:33
Ryangr0 pushed a commit to webgrip/chat-copilot that referenced this pull request Oct 26, 2023
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from
8.0.7 to 9.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/releases">react-markdown's
releases</a>.</em></p>
<blockquote>
<h2>9.0.0</h2>
<h4>Change</h4>
<ul>
<li>b67d714 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>ec2b134 Change to require React 18
<strong>migrate</strong>: update too</li>
<li>bf5824f Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>c383a45 Update <code>@types/hast</code>, utilities, plugins, etc
<strong>migrate</strong>: update too</li>
<li>eca5e6b 08ead9e Replace <code>transformImageUri</code>,
<code>transformLinkUri</code> w/ <code>urlTransform</code>
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#add-urltransform">Add
<code>urlTransform</code></a></li>
<li>de29396 Remove <code>linkTarget</code> option
by <a href="https://github.com/galabra"><code>@​galabra</code></a> in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/762">remarkjs/react-markdown#762</a>
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-linktarget">Remove
<code>linkTarget</code></a></li>
<li><code>4346276</code> Remove support for passing custom props to
components
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-includeelementindex">Remove
<code>includeElementIndex</code></a>,<a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-rawsourcepos">
Remove <code>rawSourcePos</code></a>, <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-sourcepos">Remove
<code>sourcePos</code></a>, <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-extra-props-passed-to-certain-components">Remove
extra props passed to certain components</a></li>
<li><code>c0dfbd6</code> Remove UMD bundle from package
<strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li>
<li><code>e12b5e9</code> Remove <code>prop-types</code>
<strong>migrate</strong>: use TypeScript</li>
<li><code>4eb7aa0</code> Change to throw errors for removed props
<strong>migrate</strong>: don’t pass options that don’t do things</li>
<li><code>8aabf74</code> Change to improve error messages
<strong>migrate</strong>: expect better messages</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0">https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's
changelog</a>.</em></p>
<blockquote>
<h2>9.0.0 - 2023-09-27</h2>
<ul>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b67d714"><code>b67d714</code></a>
Change to require Node.js 16<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/ec2b134"><code>ec2b134</code></a>
Change to require React 18<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/bf5824f"><code>bf5824f</code></a>
Change to use <code>exports</code><br />
<strong>migrate</strong>: don’t use private APIs</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c383a45"><code>c383a45</code></a>
Update <code>@types/hast</code>, utilities, plugins, etc<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/eca5e6b"><code>eca5e6b</code></a>
<a
href="https://github.com/remarkjs/react-markdown/commit/08ead9e"><code>08ead9e</code></a>
Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/
<code>urlTransform</code><br />
<strong>migrate</strong>: see “Add <code>urlTransform</code>” below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/de29396"><code>de29396</code></a>
Remove <code>linkTarget</code> option<br />
<strong>migrate</strong>: see “Remove <code>linkTarget</code>”
below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/4346276"><code>4346276</code></a>
Remove support for passing custom props to components<br />
<strong>migrate</strong>: see “Remove <code>includeElementIndex</code>”,
“Remove <code>rawSourcePos</code>”,
“Remove <code>sourcePos</code>”, “Remove extra props passed to certain
components”
below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c0dfbd6"><code>c0dfbd6</code></a>
Remove UMD bundle from package<br />
<strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/e12b5e9"><code>e12b5e9</code></a>
Remove <code>prop-types</code><br />
<strong>migrate</strong>: use TypeScript</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/4eb7aa0"><code>4eb7aa0</code></a>
Change to throw errors for removed props<br />
<strong>migrate</strong>: don’t pass options that don’t do things</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/8aabf74"><code>8aabf74</code></a>
Change to improve error messages<br />
<strong>migrate</strong>: expect better messages</li>
</ul>
<h3>Add <code>urlTransform</code></h3>
<p>The <code>transformImageUri</code> and <code>transformLinkUri</code>
were removed.
Having two functions is a bit much, particularly because there are more
URLs
you might want to change (or which might be unsafe so <em>we</em> make
them safe).
And their name and APIs were a bit weird.
You can use the new <code>urlTransform</code> prop instead to change all
your URLs.</p>
<h3>Remove <code>linkTarget</code></h3>
<p>The <code>linkTarget</code> option was removed; you should likely not
set targets.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/6360bc2379eae9e3d3cfb5ff697f2a87ed2ac34d"><code>6360bc2</code></a>
9.0.0</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/72e68d28f6295a7a4fc58c9a4a4e00f0c002f21f"><code>72e68d2</code></a>
Add docs on line endings</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b67d7149fe3e450ba2c3d190ab689a9067abeed2"><code>b67d714</code></a>
Change to require Node.js 16</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/bf5824f3d4f3ad523862844c5a98305c363728e2"><code>bf5824f</code></a>
Change to use <code>exports</code></li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/d056940648449e6103b777edbeea57cfe545deea"><code>d056940</code></a>
Refactor docs</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/08ead9ef38765d7b273065edb8d72ab2aa5ab512"><code>08ead9e</code></a>
Refactor to improve safe URL detection</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/a1fc6d9c541360cdb4ba902e1583f4f247f4d34b"><code>a1fc6d9</code></a>
Refactor <code>package.json</code> some more</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/eca5e6b9d1ab5f4bb7722f49e7532aaaade94f5a"><code>eca5e6b</code></a>
Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/
<code>urlTransform</code></li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/ec2b13463788527bf2279743fb6909c61d51f4ec"><code>ec2b134</code></a>
Change to require React 18</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c0dfbd6e09509d9c6e296b8d3d9a8692d3ae1927"><code>c0dfbd6</code></a>
Remove UMD bundle from package</li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-markdown&package-manager=npm_and_yarn&previous-version=8.0.7&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Rickman <crickman@microsoft.com>
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from
8.0.7 to 9.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/releases">react-markdown's
releases</a>.</em></p>
<blockquote>
<h2>9.0.0</h2>
<h4>Change</h4>
<ul>
<li>b67d714 Change to require Node.js 16
<strong>migrate</strong>: update too</li>
<li>ec2b134 Change to require React 18
<strong>migrate</strong>: update too</li>
<li>bf5824f Change to use <code>exports</code>
<strong>migrate</strong>: don’t use private APIs</li>
<li>c383a45 Update <code>@types/hast</code>, utilities, plugins, etc
<strong>migrate</strong>: update too</li>
<li>eca5e6b 08ead9e Replace <code>transformImageUri</code>,
<code>transformLinkUri</code> w/ <code>urlTransform</code>
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#add-urltransform">Add
<code>urlTransform</code></a></li>
<li>de29396 Remove <code>linkTarget</code> option
by <a href="https://github.com/galabra"><code>@​galabra</code></a> in <a
href="https://redirect.github.com/remarkjs/react-markdown/pull/762">remarkjs/react-markdown#762</a>
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-linktarget">Remove
<code>linkTarget</code></a></li>
<li><code>4346276</code> Remove support for passing custom props to
components
<strong>migrate</strong>: see <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-includeelementindex">Remove
<code>includeElementIndex</code></a>,<a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-rawsourcepos">
Remove <code>rawSourcePos</code></a>, <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-sourcepos">Remove
<code>sourcePos</code></a>, <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md#remove-extra-props-passed-to-certain-components">Remove
extra props passed to certain components</a></li>
<li><code>c0dfbd6</code> Remove UMD bundle from package
<strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li>
<li><code>e12b5e9</code> Remove <code>prop-types</code>
<strong>migrate</strong>: use TypeScript</li>
<li><code>4eb7aa0</code> Change to throw errors for removed props
<strong>migrate</strong>: don’t pass options that don’t do things</li>
<li><code>8aabf74</code> Change to improve error messages
<strong>migrate</strong>: expect better messages</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0">https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/remarkjs/react-markdown/blob/main/changelog.md">react-markdown's
changelog</a>.</em></p>
<blockquote>
<h2>9.0.0 - 2023-09-27</h2>
<ul>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b67d714"><code>b67d714</code></a>
Change to require Node.js 16<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/ec2b134"><code>ec2b134</code></a>
Change to require React 18<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/bf5824f"><code>bf5824f</code></a>
Change to use <code>exports</code><br />
<strong>migrate</strong>: don’t use private APIs</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c383a45"><code>c383a45</code></a>
Update <code>@types/hast</code>, utilities, plugins, etc<br />
<strong>migrate</strong>: update too</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/eca5e6b"><code>eca5e6b</code></a>
<a
href="https://github.com/remarkjs/react-markdown/commit/08ead9e"><code>08ead9e</code></a>
Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/
<code>urlTransform</code><br />
<strong>migrate</strong>: see “Add <code>urlTransform</code>” below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/de29396"><code>de29396</code></a>
Remove <code>linkTarget</code> option<br />
<strong>migrate</strong>: see “Remove <code>linkTarget</code>”
below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/4346276"><code>4346276</code></a>
Remove support for passing custom props to components<br />
<strong>migrate</strong>: see “Remove <code>includeElementIndex</code>”,
“Remove <code>rawSourcePos</code>”,
“Remove <code>sourcePos</code>”, “Remove extra props passed to certain
components”
below</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c0dfbd6"><code>c0dfbd6</code></a>
Remove UMD bundle from package<br />
<strong>migrate</strong>: use <code>esm.sh</code> or a CDN or so</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/e12b5e9"><code>e12b5e9</code></a>
Remove <code>prop-types</code><br />
<strong>migrate</strong>: use TypeScript</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/4eb7aa0"><code>4eb7aa0</code></a>
Change to throw errors for removed props<br />
<strong>migrate</strong>: don’t pass options that don’t do things</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/8aabf74"><code>8aabf74</code></a>
Change to improve error messages<br />
<strong>migrate</strong>: expect better messages</li>
</ul>
<h3>Add <code>urlTransform</code></h3>
<p>The <code>transformImageUri</code> and <code>transformLinkUri</code>
were removed.
Having two functions is a bit much, particularly because there are more
URLs
you might want to change (or which might be unsafe so <em>we</em> make
them safe).
And their name and APIs were a bit weird.
You can use the new <code>urlTransform</code> prop instead to change all
your URLs.</p>
<h3>Remove <code>linkTarget</code></h3>
<p>The <code>linkTarget</code> option was removed; you should likely not
set targets.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/6360bc2379eae9e3d3cfb5ff697f2a87ed2ac34d"><code>6360bc2</code></a>
9.0.0</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/72e68d28f6295a7a4fc58c9a4a4e00f0c002f21f"><code>72e68d2</code></a>
Add docs on line endings</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/b67d7149fe3e450ba2c3d190ab689a9067abeed2"><code>b67d714</code></a>
Change to require Node.js 16</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/bf5824f3d4f3ad523862844c5a98305c363728e2"><code>bf5824f</code></a>
Change to use <code>exports</code></li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/d056940648449e6103b777edbeea57cfe545deea"><code>d056940</code></a>
Refactor docs</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/08ead9ef38765d7b273065edb8d72ab2aa5ab512"><code>08ead9e</code></a>
Refactor to improve safe URL detection</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/a1fc6d9c541360cdb4ba902e1583f4f247f4d34b"><code>a1fc6d9</code></a>
Refactor <code>package.json</code> some more</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/eca5e6b9d1ab5f4bb7722f49e7532aaaade94f5a"><code>eca5e6b</code></a>
Replace <code>transformImageUri</code>, <code>transformLinkUri</code> w/
<code>urlTransform</code></li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/ec2b13463788527bf2279743fb6909c61d51f4ec"><code>ec2b134</code></a>
Change to require React 18</li>
<li><a
href="https://github.com/remarkjs/react-markdown/commit/c0dfbd6e09509d9c6e296b8d3d9a8692d3ae1927"><code>c0dfbd6</code></a>
Remove UMD bundle from package</li>
<li>Additional commits viewable in <a
href="https://github.com/remarkjs/react-markdown/compare/8.0.7...9.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-markdown&package-manager=npm_and_yarn&previous-version=8.0.7&new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Rickman <crickman@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code webapp Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants