[PR #96] [MERGED] chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates #155

Closed
opened 2026-06-06 22:09:26 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vxcontrol/pentagi/pull/96
Author: @dependabot[bot]
Created: 1/8/2026
Status: Merged
Merged: 1/17/2026
Merged by: @asdek

Base: masterHead: dependabot/npm_and_yarn/frontend/npm_and_yarn-a725ac9aec


📝 Commits (1)

  • 1fa2546 chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates

📊 Changes

2 files changed (+34 additions, -54 deletions)

View changed files

📝 frontend/package-lock.json (+32 -52)
📝 frontend/package.json (+2 -2)

📄 Description

Bumps the npm_and_yarn group with 2 updates in the /frontend directory: jspdf and react-router.

Updates jspdf from 3.0.3 to 4.0.0

Release notes

Sourced from jspdf's releases.

v4.0.0

This release fixes a critical path traversal/local file inclusion security vulnerability in the jsPDF Node.js build. File system access is now restricted by default and can be enabled by either using node's --permission flag or the new jsPDF.allowFsRead property.

There are no other breaking changes.

v3.0.4

This release includes a bunch of bugfixes. Thanks to all contributors!

What's Changed

New Contributors

Full Changelog: https://github.com/parallax/jsPDF/compare/v3.0.3...v3.1.0

Commits
  • e6cf03d 4.0.0
  • a688c8f restrict file system access in node build (#3931)
  • a504e97 3.0.4
  • de802ab Fix Incorrect Typing for Margins in the TableConfig Interface Definition (#3816)
  • 87162d1 chore: bump checkout, setup-node, and stale actions (#3907)
  • e7dc622 Fix: Context2d font regex too restrictive ( #3904 ) (#3906)
  • e080935 Do not add pages dynamically unless autoPaging is enabled (#3915)
  • c768910 add package.json exports field (#3903)
  • c10d90c Fix API.internal.pages not being updated when restoring a RenderTarget ( #389...
  • 2db3d9d fix font list cache invalidation issue in context2d module (#3891)
  • Additional commits viewable in compare view

Updates react-router from 7.9.5 to 7.12.0

Release notes

Sourced from react-router's releases.

v7.12.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120

v7.11.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110

v7.10.1

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101

v7.10.0

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100

v7.9.6

See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v796

Changelog

Sourced from react-router's changelog.

7.12.0

Minor Changes

  • Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the react-router.config.ts config allowedActionOrigins field. (#14708)

Patch Changes

  • Fix generatePath when used with suffixed params (i.e., "/books/:id.json") (#14269)

  • Export UNSAFE_createMemoryHistory and UNSAFE_createHashHistory alongside UNSAFE_createBrowserHistory for consistency. These are not intended to be used for new apps but intended to help apps usiong unstable_HistoryRouter migrate from v6->v7 so they can adopt the newer APIs. (#14663)

  • Escape HTML in scroll restoration keys (#14705)

  • Validate redirect locations (#14706)

  • [UNSTABLE] Pass <Scripts nonce> value through to the underlying importmap script tag when using future.unstable_subResourceIntegrity (#14675)

  • [UNSTABLE] Add a new future.unstable_trailingSlashAwareDataRequests flag to provide consistent behavior of request.pathname inside middleware, loader, and action functions on document and data requests when a trailing slash is present in the browser URL. (#14644)

    Currently, your HTTP and request pathnames would be as follows for /a/b/c and /a/b/c/

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c.data /a/b/c ⚠️

    With this flag enabled, these pathnames will be made consistent though a new _.data format for client-side .data requests:

    URL /a/b/c HTTP pathname request pathname`
    Document /a/b/c /a/b/c
    Data /a/b/c.data /a/b/c
    URL /a/b/c/ HTTP pathname request pathname`
    Document /a/b/c/ /a/b/c/
    Data /a/b/c/_.data ⬅️ /a/b/c/

    This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a "breaking bug fix" if you are relying on the URL format for any other application or caching logic.

    Enabling this flag also changes the format of client side .data requests from /_root.data to /_.data when navigating to / to align with the new format. This does not impact the request pathname which is still / in all cases.

  • Preserve clientLoader.hydrate=true when using <HydratedRouter unstable_instrumentations> (#14674)

... (truncated)

Commits
  • 26653a6 chore: Update version for release (#14712)
  • 7ac2346 chore: Update version for release (pre) (#14709)
  • 75b1ef5 Add origin checks for UI route submissions (#14708)
  • c05ef93 Validate redirect locations (#14706)
  • c89c32c Escape HTML in scroll restoration keys (#14705)
  • cbcbf30 fix: pass nonce to importmap script when using subResourceIntegrity (#14675)
  • 30f6c1d fix(react-router): handle parameters with static suffixes in generatePath (#1...
  • 7f140e0 Handle data requests with trailing slash consistently (#14644)
  • 1954af6 Preserve hydrate property on client loaders during instrumentation (#14674)
  • 5ce5cd4 chore: format
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vxcontrol/pentagi/pull/96 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/8/2026 **Status:** ✅ Merged **Merged:** 1/17/2026 **Merged by:** [@asdek](https://github.com/asdek) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/frontend/npm_and_yarn-a725ac9aec` --- ### 📝 Commits (1) - [`1fa2546`](https://github.com/vxcontrol/pentagi/commit/1fa254680aea28203be03b3a2f976ce470142ffb) chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates ### 📊 Changes **2 files changed** (+34 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+32 -52) 📝 `frontend/package.json` (+2 -2) </details> ### 📄 Description Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [jspdf](https://github.com/parallax/jsPDF) and [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `jspdf` from 3.0.3 to 4.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/parallax/jsPDF/releases">jspdf's releases</a>.</em></p> <blockquote> <h2>v4.0.0</h2> <p>This release fixes a critical path traversal/local file inclusion <a href="https://github.com/parallax/jsPDF/security/advisories/GHSA-f8cm-6447-x5h2">security vulnerability</a> in the jsPDF Node.js build. File system access is now restricted by default and can be enabled by either using node's <a href="https://nodejs.org/api/permissions.html"><code>--permission</code></a> flag or the new <a href="https://raw.githack.com/MrRio/jsPDF/master/docs/module-fileloading.html#~allowFsRead"><code>jsPDF.allowFsRead</code></a> property.</p> <p>There are no other breaking changes.</p> <h2>v3.0.4</h2> <p>This release includes a bunch of bugfixes. Thanks to all contributors!</p> <h2>What's Changed</h2> <ul> <li>[Snyk] Upgrade <code>@​babel/runtime</code> from 7.28.3 to 7.28.4 by <a href="https://github.com/MrRio"><code>@​MrRio</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3895">parallax/jsPDF#3895</a></li> <li>fix: cell function now properly accepts align parameter by <a href="https://github.com/vishal-rathod-07"><code>@​vishal-rathod-07</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3896">parallax/jsPDF#3896</a></li> <li>Remove duplicated function &quot;ga&quot; from WebPDecoder.js by <a href="https://github.com/jvdp"><code>@​jvdp</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3902">parallax/jsPDF#3902</a></li> <li>Fix font state management issue <a href="https://redirect.github.com/parallax/jsPDF/issues/3890">#3890</a> by <a href="https://github.com/srikanth-s2003"><code>@​srikanth-s2003</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3891">parallax/jsPDF#3891</a></li> <li>Fix pages property to always return current array reference ( <a href="https://redirect.github.com/parallax/jsPDF/issues/3898">#3898</a> ) by <a href="https://github.com/Opineppes"><code>@​Opineppes</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3899">parallax/jsPDF#3899</a></li> <li>Fix jsPDF + Vite compatibility issue <a href="https://redirect.github.com/parallax/jsPDF/issues/3851">#3851</a> by <a href="https://github.com/tishajain25"><code>@​tishajain25</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3903">parallax/jsPDF#3903</a></li> <li>Do not add pages dynamically unless autoPaging is enabled by <a href="https://github.com/anmiles"><code>@​anmiles</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3915">parallax/jsPDF#3915</a></li> <li>Fix: Context2d font regex too restrictive ( <a href="https://redirect.github.com/parallax/jsPDF/issues/3904">#3904</a> ) by <a href="https://github.com/Opineppes"><code>@​Opineppes</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3906">parallax/jsPDF#3906</a></li> <li>Fix Incorrect Typing for Margins in the TableConfig Interface Definition by <a href="https://github.com/Maito1794"><code>@​Maito1794</code></a> in <a href="https://redirect.github.com/parallax/jsPDF/pull/3816">parallax/jsPDF#3816</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/survivant"><code>@​survivant</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3897">parallax/jsPDF#3897</a></li> <li><a href="https://github.com/vishal-rathod-07"><code>@​vishal-rathod-07</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3896">parallax/jsPDF#3896</a></li> <li><a href="https://github.com/jvdp"><code>@​jvdp</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3902">parallax/jsPDF#3902</a></li> <li><a href="https://github.com/srikanth-s2003"><code>@​srikanth-s2003</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3891">parallax/jsPDF#3891</a></li> <li><a href="https://github.com/Opineppes"><code>@​Opineppes</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3899">parallax/jsPDF#3899</a></li> <li><a href="https://github.com/tishajain25"><code>@​tishajain25</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3903">parallax/jsPDF#3903</a></li> <li><a href="https://github.com/anmiles"><code>@​anmiles</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3915">parallax/jsPDF#3915</a></li> <li><a href="https://github.com/josephyi"><code>@​josephyi</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3907">parallax/jsPDF#3907</a></li> <li><a href="https://github.com/Maito1794"><code>@​Maito1794</code></a> made their first contribution in <a href="https://redirect.github.com/parallax/jsPDF/pull/3816">parallax/jsPDF#3816</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/parallax/jsPDF/compare/v3.0.3...v3.1.0">https://github.com/parallax/jsPDF/compare/v3.0.3...v3.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/parallax/jsPDF/commit/e6cf03db2499ef0a9ccc54b2aba45156c5b32b3c"><code>e6cf03d</code></a> 4.0.0</li> <li><a href="https://github.com/parallax/jsPDF/commit/a688c8f479929b24a6543b1fa2d6364abb03066d"><code>a688c8f</code></a> restrict file system access in node build (<a href="https://redirect.github.com/parallax/jsPDF/issues/3931">#3931</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/a504e973eeebac633351b41860945ca2a2cdf096"><code>a504e97</code></a> 3.0.4</li> <li><a href="https://github.com/parallax/jsPDF/commit/de802ab2f41f400e2b44183ebae30706913a4ee5"><code>de802ab</code></a> Fix Incorrect Typing for Margins in the TableConfig Interface Definition (<a href="https://redirect.github.com/parallax/jsPDF/issues/3816">#3816</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/87162d193c3412eabce0394dedf572f05bcacf69"><code>87162d1</code></a> chore: bump checkout, setup-node, and stale actions (<a href="https://redirect.github.com/parallax/jsPDF/issues/3907">#3907</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/e7dc62278e581a6fd2ed12b6e188b4a208e84232"><code>e7dc622</code></a> Fix: Context2d font regex too restrictive ( <a href="https://redirect.github.com/parallax/jsPDF/issues/3904">#3904</a> ) (<a href="https://redirect.github.com/parallax/jsPDF/issues/3906">#3906</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/e0809352be5d8e5827e0704e244a7d20c4b10777"><code>e080935</code></a> Do not add pages dynamically unless autoPaging is enabled (<a href="https://redirect.github.com/parallax/jsPDF/issues/3915">#3915</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/c768910dab2f46a0d9bf2a9914e8923c82328b9d"><code>c768910</code></a> add package.json exports field (<a href="https://redirect.github.com/parallax/jsPDF/issues/3903">#3903</a>)</li> <li><a href="https://github.com/parallax/jsPDF/commit/c10d90c7f4d10efdbcc0ed8cff9ff426289bb3fb"><code>c10d90c</code></a> Fix API.internal.pages not being updated when restoring a RenderTarget ( <a href="https://redirect.github.com/parallax/jsPDF/issues/389">#389</a>...</li> <li><a href="https://github.com/parallax/jsPDF/commit/2db3d9d69089ea8318ee16460a6ef1c2b3a80537"><code>2db3d9d</code></a> fix font list cache invalidation issue in context2d module (<a href="https://redirect.github.com/parallax/jsPDF/issues/3891">#3891</a>)</li> <li>Additional commits viewable in <a href="https://github.com/parallax/jsPDF/compare/v3.0.3...v4.0.0">compare view</a></li> </ul> </details> <br /> Updates `react-router` from 7.9.5 to 7.12.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router's releases</a>.</em></p> <blockquote> <h2>v7.12.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7120</a></p> <h2>v7.11.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7110</a></p> <h2>v7.10.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7101</a></p> <h2>v7.10.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7100</a></p> <h2>v7.9.6</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v796">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v796</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md">react-router's changelog</a>.</em></p> <blockquote> <h2>7.12.0</h2> <h3>Minor Changes</h3> <ul> <li>Add additional layer of CSRF protection by rejecting submissions to UI routes from external origins. If you need to permit access to specific external origins, you can specify them in the <code>react-router.config.ts</code> config <code>allowedActionOrigins</code> field. (<a href="https://redirect.github.com/remix-run/react-router/pull/14708">#14708</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>Fix <code>generatePath</code> when used with suffixed params (i.e., &quot;/books/:id.json&quot;) (<a href="https://redirect.github.com/remix-run/react-router/pull/14269">#14269</a>)</p> </li> <li> <p>Export <code>UNSAFE_createMemoryHistory</code> and <code>UNSAFE_createHashHistory</code> alongside <code>UNSAFE_createBrowserHistory</code> for consistency. These are not intended to be used for new apps but intended to help apps usiong <code>unstable_HistoryRouter</code> migrate from v6-&gt;v7 so they can adopt the newer APIs. (<a href="https://redirect.github.com/remix-run/react-router/pull/14663">#14663</a>)</p> </li> <li> <p>Escape HTML in scroll restoration keys (<a href="https://redirect.github.com/remix-run/react-router/pull/14705">#14705</a>)</p> </li> <li> <p>Validate redirect locations (<a href="https://redirect.github.com/remix-run/react-router/pull/14706">#14706</a>)</p> </li> <li> <p>[UNSTABLE] Pass <code>&lt;Scripts nonce&gt;</code> value through to the underlying <code>importmap</code> <code>script</code> tag when using <code>future.unstable_subResourceIntegrity</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/14675">#14675</a>)</p> </li> <li> <p>[UNSTABLE] Add a new <code>future.unstable_trailingSlashAwareDataRequests</code> flag to provide consistent behavior of <code>request.pathname</code> inside <code>middleware</code>, <code>loader</code>, and <code>action</code> functions on document and data requests when a trailing slash is present in the browser URL. (<a href="https://redirect.github.com/remix-run/react-router/pull/14644">#14644</a>)</p> <p>Currently, your HTTP and <code>request</code> pathnames would be as follows for <code>/a/b/c</code> and <code>/a/b/c/</code></p> <table> <thead> <tr> <th>URL <code>/a/b/c</code></th> <th><strong>HTTP pathname</strong></th> <th><strong><code>request</code> pathname`</strong></th> </tr> </thead> <tbody> <tr> <td><strong>Document</strong></td> <td><code>/a/b/c</code></td> <td><code>/a/b/c</code> ✅</td> </tr> <tr> <td><strong>Data</strong></td> <td><code>/a/b/c.data</code></td> <td><code>/a/b/c</code> ✅</td> </tr> </tbody> </table> <table> <thead> <tr> <th>URL <code>/a/b/c/</code></th> <th><strong>HTTP pathname</strong></th> <th><strong><code>request</code> pathname`</strong></th> </tr> </thead> <tbody> <tr> <td><strong>Document</strong></td> <td><code>/a/b/c/</code></td> <td><code>/a/b/c/</code> ✅</td> </tr> <tr> <td><strong>Data</strong></td> <td><code>/a/b/c.data</code></td> <td><code>/a/b/c</code> ⚠️</td> </tr> </tbody> </table> <p>With this flag enabled, these pathnames will be made consistent though a new <code>_.data</code> format for client-side <code>.data</code> requests:</p> <table> <thead> <tr> <th>URL <code>/a/b/c</code></th> <th><strong>HTTP pathname</strong></th> <th><strong><code>request</code> pathname`</strong></th> </tr> </thead> <tbody> <tr> <td><strong>Document</strong></td> <td><code>/a/b/c</code></td> <td><code>/a/b/c</code> ✅</td> </tr> <tr> <td><strong>Data</strong></td> <td><code>/a/b/c.data</code></td> <td><code>/a/b/c</code> ✅</td> </tr> </tbody> </table> <table> <thead> <tr> <th>URL <code>/a/b/c/</code></th> <th><strong>HTTP pathname</strong></th> <th><strong><code>request</code> pathname`</strong></th> </tr> </thead> <tbody> <tr> <td><strong>Document</strong></td> <td><code>/a/b/c/</code></td> <td><code>/a/b/c/</code> ✅</td> </tr> <tr> <td><strong>Data</strong></td> <td><code>/a/b/c/_.data</code> ⬅️</td> <td><code>/a/b/c/</code> ✅</td> </tr> </tbody> </table> <p>This a bug fix but we are putting it behind an opt-in flag because it has the potential to be a &quot;breaking bug fix&quot; if you are relying on the URL format for any other application or caching logic.</p> <p>Enabling this flag also changes the format of client side <code>.data</code> requests from <code>/_root.data</code> to <code>/_.data</code> when navigating to <code>/</code> to align with the new format. This does not impact the <code>request</code> pathname which is still <code>/</code> in all cases.</p> </li> <li> <p>Preserve <code>clientLoader.hydrate=true</code> when using <code>&lt;HydratedRouter unstable_instrumentations&gt;</code> (<a href="https://redirect.github.com/remix-run/react-router/pull/14674">#14674</a>)</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/26653a6bcbf8a9c5541f99dcfb526eafadf13434"><code>26653a6</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14712">#14712</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/7ac2346873b4bba26d16c88e5cd5c5cb81ce6bb3"><code>7ac2346</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14709">#14709</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/75b1ef50867d8fa3d5ffdab28245d5fec307d6a7"><code>75b1ef5</code></a> Add origin checks for UI route submissions (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14708">#14708</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c05ef936fd9334f82aafa7e9087b78a8bf5c745d"><code>c05ef93</code></a> Validate redirect locations (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14706">#14706</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c89c32c562a7723c45ee71dab1c892acaf7a608d"><code>c89c32c</code></a> Escape HTML in scroll restoration keys (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14705">#14705</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/cbcbf3091b55ef0067724fbd744f31c6d85eb1e6"><code>cbcbf30</code></a> fix: pass nonce to importmap script when using subResourceIntegrity (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14675">#14675</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/30f6c1d8142cbd2c26aef57cb2e12a4a8708eb4f"><code>30f6c1d</code></a> fix(react-router): handle parameters with static suffixes in generatePath (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/1">#1</a>...</li> <li><a href="https://github.com/remix-run/react-router/commit/7f140e098ecd83fd183468e0c0acae86589bfd11"><code>7f140e0</code></a> Handle data requests with trailing slash consistently (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14644">#14644</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/1954af63742be277162f8d5d054ca07e04a4a401"><code>1954af6</code></a> Preserve hydrate property on client loaders during instrumentation (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14674">#14674</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/5ce5cd4ebfc6959bf8d667075cb5b9ae0a9d5476"><code>5ce5cd4</code></a> chore: format</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router@7.12.0/packages/react-router">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for react-router since your current version.</p> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/vxcontrol/pentagi/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-06 22:09:26 -04:00
yindo closed this issue 2026-06-06 22:09:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#155