This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 90926f0
authored
build(deps): Bump react-router-dom from 6.4.3 to 6.4.4 in /api-editor/gui (#1129)
Bumps
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
from 6.4.3 to 6.4.4.
<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>v6.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Throw an error if an <code>action</code>/<code>loader</code>
function returns <code>undefined</code> as revalidations need to know
whether the loader has previously been executed. <code>undefined</code>
also causes issues during SSR stringification for hydration. You should
always ensure your <code>loader</code>/<code>action</code> returns a
value, and you may return <code>null</code> if you don't wish to return
anything. (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9511">#9511</a>)</li>
<li>Properly handle redirects to external domains (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9590">#9590</a>,
<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9654">#9654</a>)</li>
<li>Preserve the HTTP method on 307/308 redirects (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9597">#9597</a>)</li>
<li>Support <code>basename</code> in static data routers (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9591">#9591</a>)</li>
<li>Enhanced <code>ErrorResponse</code> bodies to contain more
descriptive text in internal 403/404/405 scenarios</li>
<li>Fix issues with encoded characters in <code>NavLink</code> and
descendant <code><Routes></code> (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9589">#9589</a>,
<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9647">#9647</a>)</li>
<li>Properly serialize/deserialize <code>ErrorResponse</code> instances
when using built-in hydration (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9593">#9593</a>)</li>
<li>Support <code>basename</code> in static data routers (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9591">#9591</a>)</li>
<li>Updated dependencies:
<ul>
<li><code>@remix-run/[email protected]</code></li>
<li><code>[email protected]</code></li>
</ul>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alexlbr"><code>@alexlbr</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8885">remix-run/react-router#8885</a></li>
<li><a href="https://github.com/tanayv"><code>@tanayv</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8888">remix-run/react-router#8888</a></li>
<li><a
href="https://github.com/vikingviolinist"><code>@vikingviolinist</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8892">remix-run/react-router#8892</a></li>
<li><a
href="https://github.com/michal-antczak"><code>@michal-antczak</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8894">remix-run/react-router#8894</a></li>
<li><a href="https://github.com/ms10596"><code>@ms10596</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8910">remix-run/react-router#8910</a></li>
<li><a
href="https://github.com/xcsnowcity"><code>@xcsnowcity</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8912">remix-run/react-router#8912</a></li>
<li><a href="https://github.com/marc2332"><code>@marc2332</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8913">remix-run/react-router#8913</a></li>
<li><a href="https://github.com/alany411"><code>@alany411</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8966">remix-run/react-router#8966</a></li>
<li><a href="https://github.com/Elanis"><code>@Elanis</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8991">remix-run/react-router#8991</a></li>
<li><a
href="https://github.com/MenouerBetty"><code>@MenouerBetty</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9008">remix-run/react-router#9008</a></li>
<li><a href="https://github.com/srmagura"><code>@srmagura</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8989">remix-run/react-router#8989</a></li>
<li><a
href="https://github.com/souzasmatheus"><code>@souzasmatheus</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/8995">remix-run/react-router#8995</a></li>
<li><a
href="https://github.com/gowthamvbhat"><code>@gowthamvbhat</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9025">remix-run/react-router#9025</a></li>
<li><a href="https://github.com/SkayuX"><code>@SkayuX</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9029">remix-run/react-router#9029</a></li>
<li><a href="https://github.com/yuleicul"><code>@yuleicul</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9062">remix-run/react-router#9062</a></li>
<li><a href="https://github.com/goldins"><code>@goldins</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9063">remix-run/react-router#9063</a></li>
<li><a href="https://github.com/Gianlucca"><code>@Gianlucca</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9148">remix-run/react-router#9148</a></li>
<li><a href="https://github.com/btav"><code>@btav</code></a> made their
first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9247">remix-run/react-router#9247</a></li>
<li><a
href="https://github.com/andreiduca"><code>@andreiduca</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9249">remix-run/react-router#9249</a></li>
<li><a href="https://github.com/maxpou"><code>@maxpou</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9256">remix-run/react-router#9256</a></li>
<li><a
href="https://github.com/FilipJirsak"><code>@FilipJirsak</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9255">remix-run/react-router#9255</a></li>
<li><a
href="https://github.com/EkaanshArora"><code>@EkaanshArora</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9257">remix-run/react-router#9257</a></li>
<li><a
href="https://github.com/IsaiStormBlesed"><code>@IsaiStormBlesed</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9263">remix-run/react-router#9263</a></li>
<li><a href="https://github.com/hernanif1"><code>@hernanif1</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9267">remix-run/react-router#9267</a></li>
<li><a href="https://github.com/GraxMonzo"><code>@GraxMonzo</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9266">remix-run/react-router#9266</a></li>
<li><a
href="https://github.com/marvinruder"><code>@marvinruder</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9285">remix-run/react-router#9285</a></li>
<li><a href="https://github.com/AmRo045"><code>@AmRo045</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9282">remix-run/react-router#9282</a></li>
<li><a
href="https://github.com/Aymanemadidi"><code>@Aymanemadidi</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9293">remix-run/react-router#9293</a></li>
<li><a href="https://github.com/tlinhart"><code>@tlinhart</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9296">remix-run/react-router#9296</a></li>
<li><a href="https://github.com/p13i"><code>@p13i</code></a> made their
first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9306">remix-run/react-router#9306</a></li>
<li><a
href="https://github.com/ianflynnwork"><code>@ianflynnwork</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9313">remix-run/react-router#9313</a></li>
<li><a
href="https://github.com/TriangularCube"><code>@TriangularCube</code></a>
made their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9319">remix-run/react-router#9319</a></li>
<li><a
href="https://github.com/dauletbaev"><code>@dauletbaev</code></a> made
their first contribution in <a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9338">remix-run/react-router#9338</a></li>
</ul>
<!-- 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.4.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>Fix issues with encoded characters in <code>NavLink</code> and
descendant <code><Routes></code> (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9589">#9589</a>,
<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9647">#9647</a>)</li>
<li>Properly serialize/deserialize <code>ErrorResponse</code> instances
when using built-in hydration (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9593">#9593</a>)</li>
<li>Support <code>basename</code> in static data routers (<a
href="https://github-redirect.dependabot.com/remix-run/react-router/pull/9591">#9591</a>)</li>
<li>Updated dependencies:
<ul>
<li><code>@remix-run/[email protected]</code></li>
<li><code>[email protected]</code></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/remix-run/react-router/commit/12e7c2896e5c7cd150e69e8d56d62cc9ed2285dd"><code>12e7c28</code></a>
chore: Update version for release (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9662">#9662</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/4284b7d13ebc67daaf5ad231464f6a6ee29ef3f2"><code>4284b7d</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9655">#9655</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/83b4758db4e77898881788f040c59be2110b52ba"><code>83b4758</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9648">#9648</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/9c2e5ae8d13c4ee03b256ba7782748c207ac1605"><code>9c2e5ae</code></a>
Ensure backwards-compatibility with navigator.encodeLocation (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9647">#9647</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/d4c73994046b06672466e28ac42795f7c65082ca"><code>d4c7399</code></a>
chore: Update version for release (pre) (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9632">#9632</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/0729641f2a4eda31beb515e3f00650bc94e2d786"><code>0729641</code></a>
Updates for SSR + Remix integration (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9631">#9631</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/2cd82461b1d3e77d3c2c5c0531d3c60a8cc645f5"><code>2cd8246</code></a>
fix: properly serialize/deserialize ErrorResponse instances (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9593">#9593</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/f9652c6ad1df26c990be1d3d5e961a86dcf154fa"><code>f9652c6</code></a>
fix: support basename in static routers (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9591">#9591</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/729cd469084c7205aea70abf556ef336fb17b546"><code>729cd46</code></a>
fix: handle encoding of dynamic params in descendant routes (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9589">#9589</a>)</li>
<li><a
href="https://github.com/remix-run/react-router/commit/ed12019495a42ce9e95eb40386a9dcf88879a926"><code>ed12019</code></a>
fix: correct FormImpl's displayName (<a
href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/9606">#9606</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom">compare
view</a></li>
</ul>
</details>
<br />
[](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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent cb0482c commit 90926f0Copy full SHA for 90926f0
File tree
Expand file treeCollapse file tree
2 files changed
+26
-26
lines changedFilter options
- api-editor/gui
Expand file treeCollapse file tree
2 files changed
+26
-26
lines changedCollapse file: api-editor/gui/package-lock.json
api-editor/gui/package-lock.json
Copy file name to clipboardExpand all lines: api-editor/gui/package-lock.json+25-25Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file: api-editor/gui/package.json
api-editor/gui/package.json
Copy file name to clipboardExpand all lines: api-editor/gui/package.json+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
0 commit comments