Commit Graph

2354 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
dependabot[bot]
9aa1f8e135 Build(deps-dev): Bump eslint from 9.35.0 to 9.36.0 in /page
Bumps [eslint](https://github.com/eslint/eslint) from 9.35.0 to 9.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.35.0...v9.36.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.36.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:32:15 +00:00
dependabot[bot]
3c918d7512 Build(deps): Bump @tailwindcss/vite from 4.1.13 to 4.1.14 in /page
Bumps [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) from 4.1.13 to 4.1.14.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.14/packages/@tailwindcss-vite)

---
updated-dependencies:
- dependency-name: "@tailwindcss/vite"
  dependency-version: 4.1.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:32:13 +00:00
dependabot[bot]
1a8eda2b8c Build(deps): Bump tw-animate-css from 1.3.8 to 1.4.0 in /page
Bumps [tw-animate-css](https://github.com/Wombosvideo/tw-animate-css) from 1.3.8 to 1.4.0.
- [Release notes](https://github.com/Wombosvideo/tw-animate-css/releases)
- [Commits](https://github.com/Wombosvideo/tw-animate-css/compare/v1.3.8...v1.4.0)

---
updated-dependencies:
- dependency-name: tw-animate-css
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:32:04 +00:00
dependabot[bot]
bc86251395 Build(deps-dev): Bump vite from 7.1.5 to 7.1.7 in /page
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.7.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.1.7/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.1.7
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:31:43 +00:00
dependabot[bot]
68480b75c5 Build(deps): Bump @fontsource/inter from 5.2.6 to 5.2.8 in /page
Bumps [@fontsource/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/inter) from 5.2.6 to 5.2.8.
- [Changelog](https://github.com/fontsource/font-files/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/inter)

---
updated-dependencies:
- dependency-name: "@fontsource/inter"
  dependency-version: 5.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:31:41 +00:00
dependabot[bot]
331ddadcce Build(deps): Bump flatbuffers from 25.2.10 to 25.9.23 in /page
Bumps [flatbuffers](https://github.com/google/flatbuffers) from 25.2.10 to 25.9.23.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Changelog](https://github.com/google/flatbuffers/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/flatbuffers/compare/v25.2.10...v25.9.23)

---
updated-dependencies:
- dependency-name: flatbuffers
  dependency-version: 25.9.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:31:30 +00:00
dependabot[bot]
c64b5fba6c Build(deps-dev): Bump @types/node from 24.3.1 to 24.6.1 in /page
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.3.1 to 24.6.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.6.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:31:27 +00:00
dependabot[bot]
a04c0bba34 Build(deps-dev): Bump eslint-plugin-react-refresh in /page
Bumps [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) from 0.4.20 to 0.4.22.
- [Release notes](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/releases)
- [Changelog](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ArnaudBarre/eslint-plugin-react-refresh/compare/v0.4.20...v0.4.22)

---
updated-dependencies:
- dependency-name: eslint-plugin-react-refresh
  dependency-version: 0.4.22
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:30:48 +00:00
dependabot[bot]
d064a75fc0 Build(deps-dev): Bump @types/react-dom from 19.1.9 to 19.1.10 in /page
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 19.1.9 to 19.1.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-version: 19.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:30:07 +00:00
dependabot[bot]
c929ce3a88 Build(deps): Bump deps/googletest from 50b8600 to 9706f75
Bumps [deps/googletest](https://github.com/google/googletest) from `50b8600` to `9706f75`.
- [Release notes](https://github.com/google/googletest/releases)
- [Commits](50b8600c63...9706f75b8f)

---
updated-dependencies:
- dependency-name: deps/googletest
  dependency-version: 9706f75b8f91c52a3840cf5d878a7f37ea10ef00
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:12:29 +00:00
dependabot[bot]
4cc2cdb8d6 Build(deps): Bump deps/flatbuffers from 881eaab to 27325e0
Bumps [deps/flatbuffers](https://github.com/google/flatbuffers) from `881eaab` to `27325e0`.
- [Release notes](https://github.com/google/flatbuffers/releases)
- [Commits](881eaab706...27325e002a)

---
updated-dependencies:
- dependency-name: deps/flatbuffers
  dependency-version: 27325e002a36b3de2999906a77ff13a14fb09471
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:12:25 +00:00
dependabot[bot]
043a1e7695 Build(deps): Bump deps/capstone from c66f877 to be9a4d2
Bumps [deps/capstone](https://github.com/capstone-engine/capstone) from `c66f877` to `be9a4d2`.
- [Release notes](https://github.com/capstone-engine/capstone/releases)
- [Commits](c66f877464...be9a4d24b7)

---
updated-dependencies:
- dependency-name: deps/capstone
  dependency-version: be9a4d24b75f861cfa744e13f6456f4a83902cdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-01 17:12:23 +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