Skip to content

Commit

Permalink
Bump react-router-dom from 6.14.1 to 6.16.0 in /frontend (#2545)
Browse files Browse the repository at this point in the history
Bumps
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
from 6.14.1 to 6.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/remix-run/react-router/releases">react-router-dom's
releases</a>.</em></p>
<blockquote>
<h2>react-router-dom-v5-compat@6.4.0-pre.15</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>react-router@6.4.0-pre.15</li>
<li>react-router-dom@6.4.0-pre.15</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>react-router@6.4.0-pre.11</li>
<li>react-router-dom@6.4.0-pre.11</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>react-router@6.4.0-pre.10</li>
<li>react-router-dom@6.4.0-pre.10</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>react-router@6.4.0-pre.9</li>
<li>react-router-dom@6.4.0-pre.9</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li>react-router@6.4.0-pre.8</li>
<li>react-router-dom@6.4.0-pre.8</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.7</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies
<ul>
<li><code>react-router@6.4.0-pre.7</code></li>
<li><code>react-router-dom@6.4.0-pre.7</code></li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.6</h2>
<h3>Patch Changes</h3>
<ul>
<li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version
<ul>
<li>react-router@6.4.0-pre.6</li>
<li>react-router-dom@6.4.0-pre.6</li>
</ul>
</li>
</ul>
<h2>react-router-dom-v5-compat@6.4.0-pre.5</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md">react-router-dom's
changelog</a>.</em></p>
<blockquote>
<h2>6.16.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Updated dependencies:
<ul>
<li><code>@remix-run/router@1.9.0</code></li>
<li><code>react-router@6.16.0</code></li>
</ul>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Properly encode rendered URIs in server rendering to avoid hydration
errors (<a
href="https://redirect.github.com/remix-run/react-router/pull/10769">#10769</a>)</li>
</ul>
<h2>6.15.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>Add's a new <code>redirectDocument()</code> function which allows
users to specify that a redirect from a
<code>loader</code>/<code>action</code> should trigger a document reload
(via <code>window.location</code>) instead of attempting to navigate to
the redirected location via React Router (<a
href="https://redirect.github.com/remix-run/react-router/pull/10705">#10705</a>)</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>Fixes an edge-case affecting web extensions in Firefox that use
<code>URLSearchParams</code> and the <code>useSearchParams</code> hook.
(<a
href="https://redirect.github.com/remix-run/react-router/pull/10620">#10620</a>)</li>
<li>Do not include hash in <code>useFormAction()</code> for unspecified
actions since it cannot be determined on the server and causes hydration
issues (<a
href="https://redirect.github.com/remix-run/react-router/pull/10758">#10758</a>)</li>
<li>Reorder effects in <code>unstable_usePrompt</code> to avoid throwing
an exception if the prompt is unblocked and a navigation is performed
synchronously (<a
href="https://redirect.github.com/remix-run/react-router/pull/10687">#10687</a>,
<a
href="https://redirect.github.com/remix-run/react-router/pull/10718">#10718</a>)</li>
<li>Updated dependencies:
<ul>
<li><code>@remix-run/router@1.8.0</code></li>
<li><code>react-router@6.15.0</code></li>
</ul>
</li>
</ul>
<h2>6.14.2</h2>
<h3>Patch Changes</h3>
<ul>
<li>Properly decode element id when emulating hash scrolling via
<code>&lt;ScrollRestoration&gt;</code> (<a
href="https://redirect.github.com/remix-run/react-router/pull/10682">#10682</a>)</li>
<li>Add missing <code>&lt;Form state&gt;</code> prop to populate
<code>history.state</code> on submission navigations (<a
href="https://redirect.github.com/remix-run/react-router/pull/10630">#10630</a>)</li>
<li>Support proper hydration of <code>Error</code> subclasses such as
<code>ReferenceError</code>/<code>TypeError</code> (<a
href="https://redirect.github.com/remix-run/react-router/pull/10633">#10633</a>)</li>
<li>Updated dependencies:
<ul>
<li><code>@remix-run/router@1.7.2</code></li>
<li><code>react-router@6.14.2</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remix-run/react-router/commit/13fb25a51184f66192e023e2e18be5ff00f37827"><code>13fb25a</code></a>
chore: Update version for release (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10866">#10866</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/6bd6fb9d07e6ef9636659beb6b2660cae2a67529"><code>6bd6fb9</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10849">#10849</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/9b1d1843d27d3bc2c749b99740ff4743af64c88e"><code>9b1d184</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10844">#10844</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/b6614b0e9452708c0880fef46c52fb0e1805eeaf"><code>b6614b0</code></a>
Add generics for Remix type enhancements (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10843">#10843</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/3069e526d24514e368640ee7ef7e4557b1b323e2"><code>3069e52</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10828">#10828</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/9852bb069e385682f58c0cd8eb6732e3f427a39e"><code>9852bb0</code></a>
name change (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10812">#10812</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/a4495dee75166546dd92a4072fedab30abce84cf"><code>a4495de</code></a>
Export proper ErrorResponse type (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10811">#10811</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/ae75cdc922485988bb21f5b7b450d787204b0787"><code>ae75cdc</code></a>
Export ShouldRevalidateFunctionArgs interface (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10797">#10797</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/8b3559a50de61a29972ca161a2fccd007441ac58"><code>8b3559a</code></a>
Encode URIs during server rendering of &lt;a href&gt;/&lt;form
action&gt; to avoi… (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10769">#10769</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/e79cb77cb566788bfa61e6f7b2d4a64e80ea56f7"><code>e79cb77</code></a>
chore: Update version for release (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/10776">#10776</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/remix-run/react-router/commits/react-router-dom@6.16.0/packages/react-router-dom">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router-dom&package-manager=npm_and_yarn&previous-version=6.14.1&new-version=6.16.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>
  • Loading branch information
louptheron authored Sep 26, 2023
2 parents 1e36c2e + 74a4a10 commit 22e4f0e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
32 changes: 16 additions & 16 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-markdown": "8.0.7",
"react-oidc-context": "^2.3.0",
"react-redux": "8.1.2",
"react-router-dom": "6.14.1",
"react-router-dom": "6.16.0",
"react-scripts": "5.0.1",
"react-select": "5.7.4",
"react-toastify": "9.1.3",
Expand Down

0 comments on commit 22e4f0e

Please sign in to comment.