[PR #8071] [MERGED] Bump the npm_and_yarn group across 2 directories with 1 update #131697

Closed
opened 2026-06-16 00:26:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/8071
Author: @dependabot[bot]
Created: 6/3/2026
Status: Merged
Merged: 6/3/2026
Merged by: @MatissJanis

Base: masterHead: dependabot/npm_and_yarn/npm_and_yarn-05fb5c6764


📝 Commits (1)

  • 4eda0bb Bump the npm_and_yarn group across 2 directories with 1 update

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 packages/desktop-client/package.json (+1 -1)
📝 yarn.lock (+5 -5)

📄 Description

Bumps the npm_and_yarn group with 1 update in the / directory: react-router.
Bumps the npm_and_yarn group with 1 update in the /packages/desktop-client directory: react-router.

Updates react-router from 7.13.1 to 7.14.2

Release notes

Sourced from react-router's releases.

v7.14.2

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

v7.14.1

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

v7.14.0

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

v7.13.2

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

Changelog

Sourced from react-router's changelog.

v7.14.2

Patch Changes

  • Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of Error and it's standard subtypes (SyntaxError, TypeError, etc.). ([aabf4a1)

  • Properly handle parent middleware redirects during fetcher.load ([aabf4a1)

  • Remove redundant Omit<RouterProviderProps, "flushSync"> from react-router/dom RouterProvider ([aabf4a1)

  • Improved types for generatePath's param arg ([aabf4a1)

    Type errors when required params are omitted:

    // Before
    // Passes type checks, but throws at runtime 💥
    generatePath(":required", { required: null });
    

    // After
    generatePath(":required", { required: null });
    // ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)

    Allow omission of optional params:

    // Before
    generatePath(":optional?", {});
    //                         ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741)
    

    // After
    generatePath(":optional?", {});

    Allows extra keys:

    // Before
    generatePath(":a", { a: "1", b: "2" });
    //                           ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353)
    

    // After
    generatePath(":a", { a: "1", b: "2" });

v7.14.1

Patch Changes

... (truncated)

Commits

Updates react-router from 7.13.1 to 7.14.2

Release notes

Sourced from react-router's releases.

v7.14.2

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

v7.14.1

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

v7.14.0

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

v7.13.2

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

Changelog

Sourced from react-router's changelog.

v7.14.2

Patch Changes

  • Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of Error and it's standard subtypes (SyntaxError, TypeError, etc.). ([aabf4a1)

  • Properly handle parent middleware redirects during fetcher.load ([aabf4a1)

  • Remove redundant Omit<RouterProviderProps, "flushSync"> from react-router/dom RouterProvider ([aabf4a1)

  • Improved types for generatePath's param arg ([aabf4a1)

    Type errors when required params are omitted:

    // Before
    // Passes type checks, but throws at runtime 💥
    generatePath(":required", { required: null });
    

    // After
    generatePath(":required", { required: null });
    // ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)

    Allow omission of optional params:

    // Before
    generatePath(":optional?", {});
    //                         ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741)
    

    // After
    generatePath(":optional?", {});

    Allows extra keys:

    // Before
    generatePath(":a", { a: "1", b: "2" });
    //                           ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353)
    

    // After
    generatePath(":a", { a: "1", b: "2" });

v7.14.1

Patch Changes

... (truncated)

Commits

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 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.

Bundle Stats

Bundle Files count Total bundle size % Changed
desktop-client 37 14.04 MB → 14.04 MB (+1.41 kB) +0.01%
loot-core 1 5.28 MB 0%
api 2 3.86 MB 0%
cli 1 7.97 MB 0%
crdt 1 11.12 kB 0%
View detailed bundle stats

desktop-client

Total

Files count Total bundle size % Changed
37 14.04 MB → 14.04 MB (+1.41 kB) +0.01%
Changeset
File Δ Size
node_modules/react-router/dist/development/chunk-EVOBXE3Y.mjs 🆕 +88.82 kB 0 B → 88.82 kB
node_modules/react-router/dist/development/chunk-LFPYN7LY.mjs 🔥 -87.4 kB (-100%) 87.4 kB → 0 B
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger

Asset File Size % Changed
static/js/Value.js 5.09 MB → 5.09 MB (+1.41 kB) +0.03%

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
static/js/index.js 1.55 MB 0%
static/js/BackgroundImage.js 121.09 kB 0%
static/js/FormulaEditor.js 962.55 kB 0%
static/js/ManageRules.js 46.64 kB 0%
static/js/PayeeRuleCountLabel.js 7.33 kB 0%
static/js/ReportRouter.js 1.26 MB 0%
static/js/ScheduleEditForm.js 146.44 kB 0%
static/js/SchedulesTable.js 202.7 kB 0%
static/js/TransactionEdit.js 90.63 kB 0%
static/js/TransactionList.js 85.81 kB 0%
static/js/_baseIsEqual.js 98.38 kB 0%
static/js/ca.js 186.63 kB 0%
static/js/client.js 451.37 kB 0%
static/js/da.js 101.02 kB 0%
static/js/de.js 170.87 kB 0%
static/js/en-GB.js 9.25 kB 0%
static/js/en.js 199.23 kB 0%
static/js/es.js 178.57 kB 0%
static/js/extends.js 501.42 kB 0%
static/js/fr.js 178.44 kB 0%
static/js/indexeddb-main-thread-worker-e59fee74.js 13.46 kB 0%
static/js/it.js 164.87 kB 0%
static/js/narrow.js 364.5 kB 0%
static/js/nb-NO.js 147.94 kB 0%
static/js/nl.js 107 kB 0%
static/js/pt-BR.js 188.32 kB 0%
static/js/resize-observer.js 18.06 kB 0%
static/js/th.js 174.31 kB 0%
static/js/theme.js 31.88 kB 0%
static/js/toString.js 705.14 kB 0%
static/js/uk.js 207.3 kB 0%
static/js/useFormatList.js 2.52 kB 0%
static/js/useTransactionBatchActions.js 9.71 kB 0%
static/js/wide.js 299.14 kB 0%
static/js/workbox-window.prod.es5.js 7.33 kB 0%
static/js/zh-Hans.js 117.01 kB 0%

loot-core

Total

Files count Total bundle size % Changed
1 5.28 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
kcab.worker.DC4epP6P.js 5.28 MB 0%

api

Total

Files count Total bundle size % Changed
2 3.86 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
index.js 3.86 MB 0%
models.js 0 B 0%

cli

Total

Files count Total bundle size % Changed
1 7.97 MB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
cli.js 7.97 MB 0%

crdt

Total

Files count Total bundle size % Changed
1 11.12 kB 0%
View detailed bundle breakdown

Added
No assets were added

Removed
No assets were removed

Bigger
No assets were bigger

Smaller
No assets were smaller

Unchanged

Asset File Size % Changed
index.js 11.12 kB 0%

🔄 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/actualbudget/actual/pull/8071 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/3/2026 **Status:** ✅ Merged **Merged:** 6/3/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/npm_and_yarn-05fb5c6764` --- ### 📝 Commits (1) - [`4eda0bb`](https://github.com/actualbudget/actual/commit/4eda0bb2e0caa6b20c6290d05d1e65112092177c) Bump the npm_and_yarn group across 2 directories with 1 update ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/package.json` (+1 -1) 📝 `yarn.lock` (+5 -5) </details> ### 📄 Description Bumps the npm_and_yarn group with 1 update in the / directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Bumps the npm_and_yarn group with 1 update in the /packages/desktop-client directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router). Updates `react-router` from 7.13.1 to 7.14.2 <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.14.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142</a></p> <h2>v7.14.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141</a></p> <h2>v7.14.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140</a></p> <h2>v7.13.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132</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>v7.14.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of <code>Error</code> and it's standard subtypes (<code>SyntaxError</code>, <code>TypeError</code>, etc.). ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Properly handle parent middleware redirects during <code>fetcher.load</code> ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Remove redundant <code>Omit&lt;RouterProviderProps, &quot;flushSync&quot;&gt;</code> from <code>react-router/dom</code> <code>RouterProvider</code> ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Improved types for <code>generatePath</code>'s <code>param</code> arg ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> <p>Type errors when required params are omitted:</p> <pre lang="ts"><code>// Before // Passes type checks, but throws at runtime 💥 generatePath(&quot;:required&quot;, { required: null }); <p>// After<br /> generatePath(&quot;:required&quot;, { required: null });<br /> // ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)<br /> </code></pre></p> <p>Allow omission of optional params:</p> <pre lang="ts"><code>// Before generatePath(&quot;:optional?&quot;, {}); // ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741) <p>// After<br /> generatePath(&quot;:optional?&quot;, {});<br /> </code></pre></p> <p>Allows extra keys:</p> <pre lang="ts"><code>// Before generatePath(&quot;:a&quot;, { a: &quot;1&quot;, b: &quot;2&quot; }); // ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353) <p>// After<br /> generatePath(&quot;:a&quot;, { a: &quot;1&quot;, b: &quot;2&quot; });<br /> </code></pre></p> </li> </ul> <h2>v7.14.1</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/cf1d25003aa1217dc21c16e95d483601940ae9af"><code>cf1d250</code></a> Release v7.14.2 (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14993">#14993</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/bc77b329102e18c0acecb839a4357c12a66f06c1"><code>bc77b32</code></a> Adjust internal error serialization logic (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14992">#14992</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/184bebebf37b198e2731dcb7313167f3abe224a7"><code>184bebe</code></a> chore: format</li> <li><a href="https://github.com/remix-run/react-router/commit/924883431c0c9e928699480b68999aa7ab17dba6"><code>9248834</code></a> Add hasOwnProperty to build-time env check</li> <li><a href="https://github.com/remix-run/react-router/commit/59811921d3c7d599077b8cadccdcd65a233165e0"><code>5981192</code></a> remove the un-documented custom error serialization logic (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14986">#14986</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/8b9a55c4a9892ad5f46ba1007a0d22ab1a5e1277"><code>8b9a55c</code></a> chore: format</li> <li><a href="https://github.com/remix-run/react-router/commit/29b28e0dae78b9e53383d839df71798c4df6131f"><code>29b28e0</code></a> Improved types for <code>generatePath</code>s <code>params</code> arg (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14984">#14984</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/142c7030ea61b093c48a816c99989d31c08e50b1"><code>142c703</code></a> Fix fetcher loader redirects from parent middleware (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14974">#14974</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/bb9433b2e88ef3a902cf1b202d2dfcb0ec323102"><code>bb9433b</code></a> fix: RouterProviderProps already omits flushSync (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14874">#14874</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/197674ba9fc1b72b452e17894e5e783bdab7a087"><code>197674b</code></a> Release 7.14.1 (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14973">#14973</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router@7.14.2/packages/react-router">compare view</a></li> </ul> </details> <br /> Updates `react-router` from 7.13.1 to 7.14.2 <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.14.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7142</a></p> <h2>v7.14.1</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7141</a></p> <h2>v7.14.0</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7140</a></p> <h2>v7.13.2</h2> <p>See the changelog for release notes: <a href="https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132">https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v7132</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>v7.14.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>Remove the un-documented custom error serialization logic from the internal turbo-stream implementation. React Router only automatically handles serialization of <code>Error</code> and it's standard subtypes (<code>SyntaxError</code>, <code>TypeError</code>, etc.). ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Properly handle parent middleware redirects during <code>fetcher.load</code> ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Remove redundant <code>Omit&lt;RouterProviderProps, &quot;flushSync&quot;&gt;</code> from <code>react-router/dom</code> <code>RouterProvider</code> ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> </li> <li> <p>Improved types for <code>generatePath</code>'s <code>param</code> arg ([<a href="https://github.com/remix-run/react-router/commit/aabf4a1">aabf4a1</a>)</p> <p>Type errors when required params are omitted:</p> <pre lang="ts"><code>// Before // Passes type checks, but throws at runtime 💥 generatePath(&quot;:required&quot;, { required: null }); <p>// After<br /> generatePath(&quot;:required&quot;, { required: null });<br /> // ^^^^^^^^ Type 'null' is not assignable to type 'string'.ts(2322)<br /> </code></pre></p> <p>Allow omission of optional params:</p> <pre lang="ts"><code>// Before generatePath(&quot;:optional?&quot;, {}); // ^^ Property 'optional' is missing in type '{}' but required in type '{ optional: string | null | undefined; }'.ts(2741) <p>// After<br /> generatePath(&quot;:optional?&quot;, {});<br /> </code></pre></p> <p>Allows extra keys:</p> <pre lang="ts"><code>// Before generatePath(&quot;:a&quot;, { a: &quot;1&quot;, b: &quot;2&quot; }); // ^ Object literal may only specify known properties, and 'b' does not exist in type '{ a: string; }'.ts(2353) <p>// After<br /> generatePath(&quot;:a&quot;, { a: &quot;1&quot;, b: &quot;2&quot; });<br /> </code></pre></p> </li> </ul> <h2>v7.14.1</h2> <h3>Patch Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/cf1d25003aa1217dc21c16e95d483601940ae9af"><code>cf1d250</code></a> Release v7.14.2 (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14993">#14993</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/bc77b329102e18c0acecb839a4357c12a66f06c1"><code>bc77b32</code></a> Adjust internal error serialization logic (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14992">#14992</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/184bebebf37b198e2731dcb7313167f3abe224a7"><code>184bebe</code></a> chore: format</li> <li><a href="https://github.com/remix-run/react-router/commit/924883431c0c9e928699480b68999aa7ab17dba6"><code>9248834</code></a> Add hasOwnProperty to build-time env check</li> <li><a href="https://github.com/remix-run/react-router/commit/59811921d3c7d599077b8cadccdcd65a233165e0"><code>5981192</code></a> remove the un-documented custom error serialization logic (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14986">#14986</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/8b9a55c4a9892ad5f46ba1007a0d22ab1a5e1277"><code>8b9a55c</code></a> chore: format</li> <li><a href="https://github.com/remix-run/react-router/commit/29b28e0dae78b9e53383d839df71798c4df6131f"><code>29b28e0</code></a> Improved types for <code>generatePath</code>s <code>params</code> arg (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14984">#14984</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/142c7030ea61b093c48a816c99989d31c08e50b1"><code>142c703</code></a> Fix fetcher loader redirects from parent middleware (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14974">#14974</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/bb9433b2e88ef3a902cf1b202d2dfcb0ec323102"><code>bb9433b</code></a> fix: RouterProviderProps already omits flushSync (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14874">#14874</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/197674ba9fc1b72b452e17894e5e783bdab7a087"><code>197674b</code></a> Release 7.14.1 (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router/issues/14973">#14973</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router@7.14.2/packages/react-router">compare view</a></li> </ul> </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 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/actualbudget/actual/network/alerts). </details> <!--- actual-bot-sections ---> <hr /> <!--- bundlestats-action-comment key:combined start ---> ### Bundle Stats Bundle | Files count | Total bundle size | % Changed ------ | ----------- | ----------------- | --------- desktop-client | 37 | 14.04 MB → 14.04 MB (+1.41 kB) | +0.01% loot-core | 1 | 5.28 MB | 0% api | 2 | 3.86 MB | 0% cli | 1 | 7.97 MB | 0% crdt | 1 | 11.12 kB | 0% <details> <summary>View detailed bundle stats</summary> #### desktop-client **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 37 | 14.04 MB → 14.04 MB (+1.41 kB) | +0.01% <details> <summary>Changeset</summary> File | Δ | Size ---- | - | ---- `node_modules/react-router/dist/development/chunk-EVOBXE3Y.mjs` | 🆕 +88.82 kB | 0 B → 88.82 kB `node_modules/react-router/dist/development/chunk-LFPYN7LY.mjs` | 🔥 -87.4 kB (-100%) | 87.4 kB → 0 B </details> <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** Asset | File Size | % Changed ----- | --------- | --------- static/js/Value.js | 5.09 MB → 5.09 MB (+1.41 kB) | +0.03% **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- static/js/index.js | 1.55 MB | 0% static/js/BackgroundImage.js | 121.09 kB | 0% static/js/FormulaEditor.js | 962.55 kB | 0% static/js/ManageRules.js | 46.64 kB | 0% static/js/PayeeRuleCountLabel.js | 7.33 kB | 0% static/js/ReportRouter.js | 1.26 MB | 0% static/js/ScheduleEditForm.js | 146.44 kB | 0% static/js/SchedulesTable.js | 202.7 kB | 0% static/js/TransactionEdit.js | 90.63 kB | 0% static/js/TransactionList.js | 85.81 kB | 0% static/js/_baseIsEqual.js | 98.38 kB | 0% static/js/ca.js | 186.63 kB | 0% static/js/client.js | 451.37 kB | 0% static/js/da.js | 101.02 kB | 0% static/js/de.js | 170.87 kB | 0% static/js/en-GB.js | 9.25 kB | 0% static/js/en.js | 199.23 kB | 0% static/js/es.js | 178.57 kB | 0% static/js/extends.js | 501.42 kB | 0% static/js/fr.js | 178.44 kB | 0% static/js/indexeddb-main-thread-worker-e59fee74.js | 13.46 kB | 0% static/js/it.js | 164.87 kB | 0% static/js/narrow.js | 364.5 kB | 0% static/js/nb-NO.js | 147.94 kB | 0% static/js/nl.js | 107 kB | 0% static/js/pt-BR.js | 188.32 kB | 0% static/js/resize-observer.js | 18.06 kB | 0% static/js/th.js | 174.31 kB | 0% static/js/theme.js | 31.88 kB | 0% static/js/toString.js | 705.14 kB | 0% static/js/uk.js | 207.3 kB | 0% static/js/useFormatList.js | 2.52 kB | 0% static/js/useTransactionBatchActions.js | 9.71 kB | 0% static/js/wide.js | 299.14 kB | 0% static/js/workbox-window.prod.es5.js | 7.33 kB | 0% static/js/zh-Hans.js | 117.01 kB | 0% </div> </details> --- #### loot-core **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 5.28 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- kcab.worker.DC4epP6P.js | 5.28 MB | 0% </div> </details> --- #### api **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 2 | 3.86 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- index.js | 3.86 MB | 0% models.js | 0 B | 0% </div> </details> --- #### cli **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 7.97 MB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- cli.js | 7.97 MB | 0% </div> </details> --- #### crdt **Total** Files count | Total bundle size | % Changed ----------- | ----------------- | --------- 1 | 11.12 kB | 0% <details> <summary>View detailed bundle breakdown</summary> <div> **Added** No assets were added **Removed** No assets were removed **Bigger** No assets were bigger **Smaller** No assets were smaller **Unchanged** Asset | File Size | % Changed ----- | --------- | --------- index.js | 11.12 kB | 0% </div> </details> </details> <!--- bundlestats-action-comment key:combined end ---> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-16 00:26:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#131697