Commit Graph

2192 Commits

Author SHA1 Message Date
Maurice Heumann
0d037be122 Build(deps): Bump react-window from 2.1.0 to 2.2.0 in /page (#552)
Bumps [react-window](https://github.com/bvaughn/react-window) from 2.1.0
to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/bvaughn/react-window/releases">react-window's
releases</a>.</em></p>
<blockquote>
<h2>2.2.0</h2>
<ul>
<li>Support for dynamic row heights via new
<code>useDynamicRowHeight</code> hook.</li>
</ul>
<pre lang="tsx"><code>const rowHeight = useDynamicRowHeight({
  defaultRowHeight: 50
});
<p>return &lt;List rowHeight={rowHeight} {...rest} /&gt;;<br />
</code></pre></p>
<ul>
<li>Smaller NPM bundle; (docs are no longer included as part of the
bundle due to the added size)</li>
</ul>
<hr />
<p>Documentation at: <a
href="https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/">https://react-window-9gegorjnr-brian-vaughns-projects.vercel.app/</a></p>
<h2>2.1.2</h2>
<p>Prevent <code>ResizeObserver</code> API from being called at all if
an explicit <code>List</code> height (or <code>Grid</code> width and
height) is provided.</p>
<p>Thanks to <a
href="https://github.com/tnajdek"><code>@​tnajdek</code></a> for the
PR!</p>
<hr />
<p>Documentation at: <a
href="https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/">https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/</a></p>
<h2>2.1.1</h2>
<p>Grids with only one row no longer incorrectly set cell height to
100%.</p>
<hr />
<p>Documentation at: <a
href="https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/">https://react-window-8cygyvomv-brian-vaughns-projects.vercel.app/</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md">react-window's
changelog</a>.</em></p>
<blockquote>
<h2>2.2.0</h2>
<ul>
<li>Support for dynamic row heights via new
<code>useDynamicRowHeight</code> hook.</li>
</ul>
<pre lang="tsx"><code>const rowHeight = useDynamicRowHeight({
  defaultRowHeight: 50
});
<p>return &lt;List rowHeight={rowHeight} {...rest} /&gt;;<br />
</code></pre></p>
<ul>
<li>Smaller NPM bundle; (docs are no longer included as part of the
bundle due to the added size)</li>
</ul>
<h2>2.1.2</h2>
<p>Prevent <code>ResizeObserver</code> API from being called at all if
an explicit <code>List</code> height (or <code>Grid</code> width and
height) is provided.</p>
<h2>2.1.1</h2>
<p>Grids with only one row no longer incorrectly set cell height to
100%.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d71210d23"><code>4d71210</code></a>
Relax List rowHeight constraint (alt) (<a
href="https://redirect.github.com/bvaughn/react-window/issues/857">#857</a>)</li>
<li><a
href="1220d5cd83"><code>1220d5c</code></a>
Remove docs from NPM bundle; they're pretty large (<a
href="https://redirect.github.com/bvaughn/react-window/issues/858">#858</a>)</li>
<li><a
href="5992e1d5f6"><code>5992e1d</code></a>
Improve mock ResizeObserver test utils</li>
<li><a
href="71df53dc69"><code>71df53d</code></a>
Update image example to set width=100%</li>
<li><a
href="dbd044c4eb"><code>dbd044c</code></a>
2.1.1 -&gt; 2.1.2</li>
<li><a
href="079b87887b"><code>079b878</code></a>
Removed unnecessary mock reset</li>
<li><a
href="778bb05cb4"><code>778bb05</code></a>
Mark style param required in useResizeObserver</li>
<li><a
href="2cd840209b"><code>2cd8402</code></a>
Fix ResizeObserver being used even with size provided (<a
href="https://redirect.github.com/bvaughn/react-window/issues/855">#855</a>)</li>
<li><a
href="e83054ba82"><code>e83054b</code></a>
Image compression</li>
<li><a
href="0ec4930980"><code>0ec4930</code></a>
Updated image aspect ratio a bit to make the example more visually
interesting</li>
<li>Additional commits viewable in <a
href="https://github.com/bvaughn/react-window/compare/2.1.0...2.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-window&package-manager=npm_and_yarn&previous-version=2.1.0&new-version=2.2.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>
2025-10-04 08:45:57 +02:00
Maurice Heumann
0844d852b8 Build(deps-dev): Bump typescript from 5.9.2 to 5.9.3 in /page (#553)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2
to 5.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/microsoft/TypeScript/releases">typescript's
releases</a>.</em></p>
<blockquote>
<h2>TypeScript 5.9.3</h2>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="31a0ead46d"><code>31a0ead</code></a>
Don't compare &quot;missing&quot; to <code>undefined</code> in
<code>compareProperties</code> under `exactOpt...</li>
<li><a
href="d4b15eb56d"><code>d4b15eb</code></a>
Enhance type argument completions (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62170">#62170</a>)</li>
<li><a
href="83ff20281e"><code>83ff202</code></a>
Bump the github-actions group across 1 directory with 2 updates (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62507">#62507</a>)</li>
<li><a
href="e350126ab9"><code>e350126</code></a>
Port <a
href="https://redirect.github.com/microsoft/typescript-go/issues/1764">microsoft/typescript-go#1764</a>
(<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62510">#62510</a>)</li>
<li><a
href="97610a8a63"><code>97610a8</code></a>
Port <a
href="https://redirect.github.com/microsoft/typescript-go/issues/1757">microsoft/typescript-go#1757</a>
(<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62501">#62501</a>)</li>
<li><a
href="1cd5309f7d"><code>1cd5309</code></a>
Port <a
href="https://redirect.github.com/microsoft/typescript-go/pull/1759">microsoft/typescript-go#1759</a>
(<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62502">#62502</a>)</li>
<li><a
href="5f183ad73d"><code>5f183ad</code></a>
Revert PR 61928 (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62423">#62423</a>)</li>
<li><a
href="6f6efb419a"><code>6f6efb4</code></a>
Disable conditional exports fallbacks on <code>null</code> values (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62483">#62483</a>)</li>
<li><a
href="96acaa5290"><code>96acaa5</code></a>
Remove no-default-lib (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62435">#62435</a>)</li>
<li><a
href="904e7dd97d"><code>904e7dd</code></a>
Enable <code>noUncheckedSideEffectImports</code> by default (<a
href="https://redirect.github.com/microsoft/TypeScript/issues/62443">#62443</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.9.2&new-version=5.9.3)](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>
2025-10-04 08:45:36 +02:00
dependabot[bot]
8fcf9107b5 Build(deps-dev): Bump typescript from 5.9.2 to 5.9.3 in /page
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 5.9.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:32:23 +00:00
dependabot[bot]
96a96bbe9d Build(deps): Bump react-window from 2.1.0 to 2.2.0 in /page
Bumps [react-window](https://github.com/bvaughn/react-window) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/bvaughn/react-window/releases)
- [Changelog](https://github.com/bvaughn/react-window/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bvaughn/react-window/compare/2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: react-window
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:32:21 +00:00
momo5502
babde1da63 Fix tooltips 2025-09-28 21:23:12 +02:00
momo5502
cea8441077 Change to white again 2025-09-28 20:50:33 +02:00
momo5502
f1a7e70082 Better theme colors 2025-09-28 16:21:05 +02:00
momo5502
2526baa86a Better destructive button colors 2025-09-28 16:20:47 +02:00
momo5502
fa775dba41 More accessibility improvements 2025-09-28 13:09:32 +02:00
momo5502
1be8d70bb7 Improve accessibility 2025-09-28 12:51:26 +02:00
momo5502
7f8716b648 Fix drive letters 2025-09-28 10:48:09 +02:00
momo5502
ac5adf08d2 Fix icon border radius 2025-09-28 10:21:37 +02:00
momo5502
0c503c5d89 Cleanup youtube video component 2025-09-28 10:17:52 +02:00
momo5502
61ec9c8530 Rounded buttons 2025-09-28 10:09:31 +02:00
momo5502
ca2757e016 Isolate youtube video component 2025-09-28 10:09:25 +02:00
momo5502
b606eca26e Small fix 2025-09-28 09:41:41 +02:00
momo5502
5408b3b149 Smaller icons 2025-09-28 09:35:25 +02:00
momo5502
37aa752805 Cleanup settings menu 2025-09-28 09:28:52 +02:00
momo5502
8eb306b84f Fixes and cleaner tooltips 2025-09-28 08:57:54 +02:00
momo5502
b6a0832309 Better colors 2025-09-28 08:22:33 +02:00
momo5502
499b13938b Add icon 2025-09-28 08:18:11 +02:00
momo5502
0d7177361e No default exec access 2025-09-27 17:09:26 +02:00
momo5502
cba0a83dbb Better loader colors 2025-09-27 12:55:33 +02:00
momo5502
fae0d9c2b5 Reset FS state on error 2025-09-27 12:49:25 +02:00
momo5502
cfd0d7cf21 Log filesystem fetch failures 2025-09-27 11:55:54 +02:00
momo5502
78b35b064b Cleaner animation start 2025-09-26 10:09:29 +02:00
momo5502
22b579d186 Use animated gradient 2025-09-26 09:32:19 +02:00
momo5502
1d4dee7727 Choose different loading animation 2025-09-26 08:47:17 +02:00
Maurice Heumann
fb7efdaa33 Remove loading when offline is ready 2025-09-25 21:33:24 +02:00
momo5502
7abc7dea0e Extract loader 2025-09-25 20:57:15 +02:00
momo5502
9a9e38d4a8 Show loader when page is updating 2025-09-25 19:58:07 +02:00
Maurice Heumann
afdae4aa8e Update analysis.cpp 2025-09-25 07:31:22 +02:00
momo5502
70ce2e2582 Change buttons 2025-09-24 18:21:45 +02:00
Maurice Heumann
14d98917f5 Build(deps): Bump deps/reflect from 2104e3c to 96b9548 (#531)
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `2104e3c` to
`96b9548`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="96b9548a6e"><code>96b9548</code></a>
🔧 [reflect] cleanup</li>
<li><a
href="f2d5ece246"><code>f2d5ece</code></a>
🆕 Add index_of and named overloads</li>
<li>See full diff in <a
href="2104e3cc95...96b9548a6e">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 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>
2025-09-22 08:49:04 +02:00
Maurice Heumann
39cc0c28df Build(deps): Bump deps/flatbuffers from 48eccb8 to 881eaab (#530)
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from
`48eccb8` to `881eaab`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="881eaab706"><code>881eaab</code></a>
Revert back to use the latest from the swiftly ci (<a
href="https://redirect.github.com/google/flatbuffers/issues/8702">#8702</a>)</li>
<li>See full diff in <a
href="48eccb83db...881eaab706">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 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>
2025-09-22 08:27:31 +02:00
Maurice Heumann
9369f3a403 Build(deps): Bump deps/googletest from 7917641 to 50b8600 (#529)
Bumps [deps/googletest](https://github.com/google/googletest) from
`7917641` to `50b8600`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="50b8600c63"><code>50b8600</code></a>
Add rules_cc dependency, required by Bazel going forward</li>
<li><a
href="0934b7e112"><code>0934b7e</code></a>
Use an internal symbol for deprecate-and-inline that allows</li>
<li><a
href="4969d0ad54"><code>4969d0a</code></a>
Automated Code Change</li>
<li><a
href="9df216cc9d"><code>9df216c</code></a>
Update spelling of Mutex::lock and Mutex::unlock for compatibility</li>
<li>See full diff in <a
href="7917641ff9...50b8600c63">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 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>
2025-09-22 08:27:26 +02:00
dependabot[bot]
1da1bcb00f Build(deps): Bump deps/reflect from 2104e3c to 96b9548
Bumps [deps/reflect](https://github.com/qlibs/reflect) from `2104e3c` to `96b9548`.
- [Release notes](https://github.com/qlibs/reflect/releases)
- [Commits](2104e3cc95...96b9548a6e)

---
updated-dependencies:
- dependency-name: deps/reflect
  dependency-version: 96b9548a6e114368a3ab22a674a0feab7da7cfd8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 05:45:50 +00:00
dependabot[bot]
e8904ff1fb Build(deps): Bump deps/flatbuffers from 48eccb8 to 881eaab
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `48eccb8` to `881eaab`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](48eccb83db...881eaab706)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 881eaab706a35f8644091f781992699db18167dc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 05:45:47 +00:00
dependabot[bot]
f621a3741e Build(deps): Bump deps/googletest from 7917641 to 50b8600
Bumps [deps/googletest](https://github.com/google/googletest) from `7917641` to `50b8600`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](7917641ff9...50b8600c63)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 50b8600c63c5487e901e2845a0f64d384a65f75d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 05:45:44 +00:00
momo5502
6c5ca91b96 Shorter import logging 2025-09-21 16:45:24 +02:00
momo5502
88eeaeebc8 Better icon contrast 2025-09-21 16:33:53 +02:00
momo5502
3a55236fdf Dump LoadLibraryA argument 2025-09-13 10:31:19 +02:00
momo5502
a895de1a16 Fix allocator skipping 2025-09-13 09:42:15 +02:00
momo5502
847765ec71 Log window access 2025-09-12 21:02:45 +02:00
momo5502
c9c6b46ec2 Support object types information query 2025-09-12 20:36:45 +02:00
momo5502
20a4df5632 Throttle env access logging in concise mode 2025-09-12 19:27:39 +02:00
momo5502
9935f60895 Rounder icons 2025-09-11 20:59:58 +02:00
Maurice Heumann
1ead26922c Build(deps): Bump deps/flatbuffers from 82396fa to 48eccb8 (#525)
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from
`82396fa` to `48eccb8`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="48eccb83db"><code>48eccb8</code></a>
fix(idl_gen_ts): bool to number conversion in mutable API (<a
href="https://redirect.github.com/google/flatbuffers/issues/8677">#8677</a>)</li>
<li><a
href="3c0511fa6a"><code>3c0511f</code></a>
[C#] Added ToSizedArrayPadded(int padLeft, int padRight) to ByteBuffers
to av...</li>
<li>See full diff in <a
href="82396fa0fe...48eccb83db">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 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>
2025-09-11 19:54:17 +02:00
momo5502
965e471686 Fix compilation 2025-09-11 19:35:52 +02:00
momo5502
35c61a9e1d Upgrade web packages 2025-09-11 19:31:52 +02:00