Commit Graph

636 Commits

Author SHA1 Message Date
dependabot[bot] 6b970b0916 build(deps-dev): bump @graphql-codegen/cli
Bumps the graphql-codegen group in /frontend with 1 update: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli).


Updates `@graphql-codegen/cli` from 5.0.4 to 5.0.5
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@5.0.5/packages/graphql-codegen-cli)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-13 16:18:15 +00:00
Quentin Gliech be31201e57 Move from zod to valibot to reduce the frontend bundle size 2025-02-13 10:25:19 +01:00
Quentin Gliech f5b9ff5a87 Bump all frontend dependencies 2025-02-13 09:31:59 +01:00
Quentin Gliech 358fd92764 build(deps-dev): bump postcss from 8.5.1 to 8.5.2 in /frontend (#4021)
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/releases">postcss's
releases</a>.</em></p>
<blockquote>
<h2>8.5.2</h2>
<ul>
<li>Fixed end position of rules with semicolon (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/postcss/postcss/blob/main/CHANGELOG.md">postcss's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.2</h2>
<ul>
<li>Fixed end position of rules with semicolon (by <a
href="https://github.com/romainmenke"><code>@​romainmenke</code></a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/postcss/postcss/commit/692fcde123dbf51c7b1a178370d3e8c6fe7feeee"><code>692fcde</code></a>
Release 8.5.2 version</li>
<li><a
href="https://github.com/postcss/postcss/commit/b70e98f624537063d3094644b04f41bd2863bb65"><code>b70e98f</code></a>
Update dependencies</li>
<li><a
href="https://github.com/postcss/postcss/commit/ba587e32fd51004d334421013f311017f00e5420"><code>ba587e3</code></a>
Fix end position of rules with <code>ownSemicon</code> (<a
href="https://redirect.github.com/postcss/postcss/issues/2012">#2012</a>)</li>
<li>See full diff in <a
href="https://github.com/postcss/postcss/compare/8.5.1...8.5.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=postcss&package-manager=npm_and_yarn&previous-version=8.5.1&new-version=8.5.2)](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-02-13 09:05:22 +01:00
Quentin Gliech f868813a49 build(deps): bump the tanstack-router group in /frontend with 3 updates (#4019)
Bumps the tanstack-router group in /frontend with 3 updates:
[@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router),
[@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools)
and
[@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).

Updates `@tanstack/react-router` from 1.102.1 to 1.102.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/router/releases"><code>@​tanstack/react-router</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.102.5</h2>
<p>Version 1.102.5 - 2/12/25, 4:52 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>router-core: patch qss to attempt encoding value to prevent
malformed URI errors (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/react-router/issues/3381">#3381</a>)
(f472e1a) by Lee</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-core</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router-with-query</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/zod-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/valibot-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/arktype-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-devtools</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-config</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-api-routes</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-fetcher</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-handler</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-ssr</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-router-manifest</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
</ul>
<h2>v1.102.4</h2>
<p>Version 1.102.4 - 2/12/25, 2:24 AM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>router-plugin: code-splitting to be agnostic to support
&quot;targets&quot; (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/react-router/issues/3400">#3400</a>)
(e88b960) by Sean Cassiere</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/router/commit/e30d59a05f5b1a0771317a87bf45cefe8eddfb04"><code>e30d59a</code></a>
release: v1.102.5</li>
<li><a
href="https://github.com/TanStack/router/commit/d626fb283197200b7c0360b45b5be6263d1dbf13"><code>d626fb2</code></a>
release: v1.102.3</li>
<li><a
href="https://github.com/TanStack/router/commit/d870c68748c2b9b3ec76e33df34f3b0d46af0ca5"><code>d870c68</code></a>
fix: allow custom scrollToTop selectors (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/react-router/issues/3398">#3398</a>)</li>
<li>See full diff in <a
href="https://github.com/TanStack/router/commits/v1.102.5/packages/react-router">compare
view</a></li>
</ul>
</details>
<br />

Updates `@tanstack/router-devtools` from 1.102.1 to 1.102.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/router/releases"><code>@​tanstack/router-devtools</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.102.5</h2>
<p>Version 1.102.5 - 2/12/25, 4:52 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>router-core: patch qss to attempt encoding value to prevent
malformed URI errors (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/router-devtools/issues/3381">#3381</a>)
(f472e1a) by Lee</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-core</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router-with-query</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/zod-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/valibot-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/arktype-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-devtools</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-config</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-api-routes</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-fetcher</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-handler</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-ssr</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-router-manifest</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
</ul>
<h2>v1.102.4</h2>
<p>Version 1.102.4 - 2/12/25, 2:24 AM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>router-plugin: code-splitting to be agnostic to support
&quot;targets&quot; (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/router-devtools/issues/3400">#3400</a>)
(e88b960) by Sean Cassiere</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/router/commit/e30d59a05f5b1a0771317a87bf45cefe8eddfb04"><code>e30d59a</code></a>
release: v1.102.5</li>
<li><a
href="https://github.com/TanStack/router/commit/d626fb283197200b7c0360b45b5be6263d1dbf13"><code>d626fb2</code></a>
release: v1.102.3</li>
<li>See full diff in <a
href="https://github.com/TanStack/router/commits/v1.102.5/packages/router-devtools">compare
view</a></li>
</ul>
</details>
<br />

Updates `@tanstack/router-vite-plugin` from 1.102.1 to 1.102.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/TanStack/router/releases"><code>@​tanstack/router-vite-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v1.102.5</h2>
<p>Version 1.102.5 - 2/12/25, 4:52 AM</p>
<h2>Changes</h2>
<h3>Fix</h3>
<ul>
<li>router-core: patch qss to attempt encoding value to prevent
malformed URI errors (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin/issues/3381">#3381</a>)
(f472e1a) by Lee</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-core</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/react-router-with-query</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/zod-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/valibot-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/arktype-adapter</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-devtools</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-router</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/create-start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-config</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-api-routes</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-fetcher</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-handler</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-client</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-server-functions-ssr</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start-router-manifest</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
<li><code>@​tanstack/start</code><a
href="https://github.com/1"><code>@​1</code></a>.102.5</li>
</ul>
<h2>v1.102.4</h2>
<p>Version 1.102.4 - 2/12/25, 2:24 AM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>router-plugin: code-splitting to be agnostic to support
&quot;targets&quot; (<a
href="https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin/issues/3400">#3400</a>)
(e88b960) by Sean Cassiere</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@​tanstack/router-generator</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-cli</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
<li><code>@​tanstack/router-vite-plugin</code><a
href="https://github.com/1"><code>@​1</code></a>.102.4</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/TanStack/router/commit/e30d59a05f5b1a0771317a87bf45cefe8eddfb04"><code>e30d59a</code></a>
release: v1.102.5</li>
<li><a
href="https://github.com/TanStack/router/commit/bb65fe44dde130d1ba75866331812e2077447f2f"><code>bb65fe4</code></a>
release: v1.102.4</li>
<li><a
href="https://github.com/TanStack/router/commit/d626fb283197200b7c0360b45b5be6263d1dbf13"><code>d626fb2</code></a>
release: v1.102.3</li>
<li><a
href="https://github.com/TanStack/router/commit/4d74d55da848c69c58635b4f9b489a3b953bf8b0"><code>4d74d55</code></a>
release: v1.102.2</li>
<li>See full diff in <a
href="https://github.com/TanStack/router/commits/v1.102.5/packages/router-vite-plugin">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 <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


</details>
2025-02-13 09:05:09 +01:00
dependabot[bot] 609a96f24a build(deps-dev): bump postcss from 8.5.1 to 8.5.2 in /frontend
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.1 to 8.5.2.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.5.1...8.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 14:08:16 +00:00
dependabot[bot] 71851ab2bf build(deps-dev): bump @codecov/vite-plugin in /frontend
Bumps @codecov/vite-plugin from 1.8.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: "@codecov/vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 14:08:08 +00:00
dependabot[bot] c9eaaa5c32 build(deps): bump the tanstack-router group in /frontend with 3 updates
Bumps the tanstack-router group in /frontend with 3 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.102.1 to 1.102.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.5/packages/react-router)

Updates `@tanstack/router-devtools` from 1.102.1 to 1.102.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.5/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.102.1 to 1.102.5
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.5/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-12 14:07:44 +00:00
Quentin Gliech 55325c1564 Switch to swagger-ui-dist, to avoid sharing the same react version 2025-02-12 10:05:37 +01:00
Quentin Gliech eafe017a59 build(deps-dev): bump the storybook group in /frontend with 6 updates (#4005)
Bumps the storybook group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
|
[@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials)
| `8.5.3` | `8.5.4` |
|
[@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions)
| `8.5.3` | `8.5.4` |
|
[@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react)
| `8.5.3` | `8.5.4` |
|
[@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite)
| `8.5.3` | `8.5.4` |
|
[@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test)
| `8.5.3` | `8.5.4` |
|
[storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli)
| `8.5.3` | `8.5.4` |

Updates `@storybook/addon-essentials` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-essentials</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-essentials</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/addons/essentials">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/addon-interactions` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/addon-interactions</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/addon-interactions</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/addons/interactions">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/renderers/react">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/react-vite` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/react-vite</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/react-vite</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li><a
href="https://github.com/storybookjs/storybook/commit/60c706cf10270e50c4b47c4fce2a8c55c941efc7"><code>60c706c</code></a>
Merge pull request <a
href="https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite/issues/30422">#30422</a>
from storybookjs/yann/update-react-docgen-typescript</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/frameworks/react-vite">compare
view</a></li>
</ul>
</details>
<br />

Updates `@storybook/test` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases"><code>@​storybook/test</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md"><code>@​storybook/test</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/lib/test">compare
view</a></li>
</ul>
</details>
<br />

Updates `storybook` from 8.5.3 to 8.5.4
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/releases">storybook's
releases</a>.</em></p>
<blockquote>
<h2>v8.5.4</h2>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md">storybook's
changelog</a>.</em></p>
<blockquote>
<h2>8.5.4</h2>
<ul>
<li>Addon A11y: Make Vitest Axe optional - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30442">#30442</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>Builder-Vite: Fix allowedHosts handling for custom hosts - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30432">#30432</a>,
thanks <a
href="https://github.com/JSMike"><code>@​JSMike</code></a>!</li>
<li>Builder-Vite: Fix resolve id warning - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30511">#30511</a>,
thanks <a
href="https://github.com/valentinpalkovic"><code>@​valentinpalkovic</code></a>!</li>
<li>React: Update react-docgen-typescript to fix CI hanging issues - <a
href="https://redirect.github.com/storybookjs/storybook/pull/30422">#30422</a>,
thanks <a
href="https://github.com/yannbf"><code>@​yannbf</code></a>!</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/storybookjs/storybook/commit/0956d5f6c763a262b0965b2235e1cc7f1eb998ae"><code>0956d5f</code></a>
Bump version from &quot;8.5.3&quot; to &quot;8.5.4&quot; [skip ci]</li>
<li>See full diff in <a
href="https://github.com/storybookjs/storybook/commits/v8.5.4/code/lib/cli">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 <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


</details>
2025-02-11 15:34:22 +01:00
Quentin Gliech 4ed3034d2d build(deps-dev): bump @graphql-codegen/client-preset from 4.6.1 to 4.6.2 in /frontend in the graphql-codegen group (#4007)
Bumps the graphql-codegen group in /frontend with 1 update:
[@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client).

Updates `@graphql-codegen/client-preset` from 4.6.1 to 4.6.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotansimha/graphql-code-generator/releases"><code>@​graphql-codegen/client-preset</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 2022-08-04T13:12:01.667Z</h2>
<h2><code>@​graphql-codegen/graphql-modules-preset</code><a
href="https://github.com/2"><code>@​2</code></a>.5.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/6796">#6796</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/8b6e8e6648f2d95cc40873cfc008a545d8a9c46f"><code>8b6e8e664</code></a>
Thanks <a
href="https://github.com/kamilkisiela"><code>@​kamilkisiela</code></a>!
- Introduce requireRootResolvers flag</li>
</ul>
<h2>Release 2022-08-04T13:05:23.977Z</h2>
<p>No release notes provided.</p>
<h2>Release 2022-08-04T13:02:57.827Z</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md"><code>@​graphql-codegen/client-preset</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>4.6.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/dotansimha/graphql-code-generator/pull/10280">#10280</a>
<a
href="https://github.com/dotansimha/graphql-code-generator/commit/6da52a3248c0ac9ef32140d130ac3da6fcaa1445"><code>6da52a3</code></a>
Thanks <a href="https://github.com/konomae"><code>@​konomae</code></a>!
- fix <code>onlyEnums</code> passthrough in client-preset</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/978eaa8523884c3396b61241f9bc4e505fa8c1fe"><code>978eaa8</code></a>
chore(release): update monorepo packages versions (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client/issues/10275">#10275</a>)</li>
<li><a
href="https://github.com/dotansimha/graphql-code-generator/commit/6da52a3248c0ac9ef32140d130ac3da6fcaa1445"><code>6da52a3</code></a>
fix <code>onlyEnums</code> passthrough in client-preset (<a
href="https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client/issues/10280">#10280</a>)</li>
<li>See full diff in <a
href="https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.6.2/packages/presets/client">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@graphql-codegen/client-preset&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](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 <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


</details>
2025-02-11 15:33:54 +01:00
dependabot[bot] 44084f7edc build(deps-dev): bump @graphql-codegen/client-preset
Bumps the graphql-codegen group in /frontend with 1 update: [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client).


Updates `@graphql-codegen/client-preset` from 4.6.1 to 4.6.2
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.6.2/packages/presets/client)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 14:02:33 +00:00
dependabot[bot] f0feb5ee0b build(deps-dev): bump vite-plugin-graphql-codegen
Bumps the vite group in /frontend with 1 update: [vite-plugin-graphql-codegen](https://github.com/danielwaltz/vite-plugin-graphql-codegen).


Updates `vite-plugin-graphql-codegen` from 3.4.5 to 3.5.0
- [Release notes](https://github.com/danielwaltz/vite-plugin-graphql-codegen/releases)
- [Changelog](https://github.com/danielwaltz/vite-plugin-graphql-codegen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/danielwaltz/vite-plugin-graphql-codegen/compare/v3.4.5...v3.5.0)

---
updated-dependencies:
- dependency-name: vite-plugin-graphql-codegen
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 14:02:14 +00:00
dependabot[bot] c08610db9d build(deps-dev): bump the storybook group in /frontend with 6 updates
Bumps the storybook group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.5.3` | `8.5.4` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.5.3` | `8.5.4` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.5.3` | `8.5.4` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.5.3` | `8.5.4` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.5.3` | `8.5.4` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.5.3` | `8.5.4` |


Updates `@storybook/addon-essentials` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/addons/interactions)

Updates `@storybook/react` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/renderers/react)

Updates `@storybook/react-vite` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/frameworks/react-vite)

Updates `@storybook/test` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/lib/test)

Updates `storybook` from 8.5.3 to 8.5.4
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.4/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 14:01:53 +00:00
Quentin Gliech 875a997c1a build(deps-dev): bump happy-dom from 16.8.1 to 17.0.2 in /frontend (#3997)
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.8.1
to 17.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/capricorn86/happy-dom/releases">happy-dom's
releases</a>.</em></p>
<blockquote>
<h2>v17.0.2</h2>
<h3>👷‍♂️ Patch fixes</h3>
<ul>
<li>The property &quot;tabIndex&quot; should return &quot;0&quot; by
default in <code>HTMLAnchorElement</code>, <code>HTMLAreaElement</code>,
<code>HTMLButtonElement</code>, <code>HTMLIFrameElement</code>,
<code>HTMLInputElement</code>, <code>HTMLMediaElement</code>,
<code>HTMLObjectElement</code>, <code>HTMLSelectElement</code> and
<code>HTMLTextAreaElement</code> - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1714">#1714</a></li>
</ul>
<h2>v17.0.1</h2>
<h3>👷‍♂️ Patch fixes</h3>
<ul>
<li>Ensure <code>querySelector()</code> returns the first item that
appears in the DOM for grouped selectors - By <strong><a
href="https://github.com/christiango"><code>@​christiango</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1710">#1710</a></li>
</ul>
<h2>v17.0.0</h2>
<h3>💣 Breaking Changes</h3>
<ul>
<li>Adds support for ECMAScript modules - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a>
<ul>
<li>This change allows the use of <code>import</code> and
<code>export</code> statements in JavaScript files</li>
</ul>
</li>
</ul>
<h3>🎨 Features</h3>
<ul>
<li>Adds support for tracing never ending tasks when using
<code>waitUntilComplete()</code> - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1567">#1567</a>
<ul>
<li>Read more about how to enable this feature under
<code>debug.traceWaitUntilComplete</code> in the Wiki for <a
href="https://github.com/capricorn86/happy-dom/wiki/IBrowserSettings">IBrowserSettings</a></li>
</ul>
</li>
<li>Adds support for preloading fetch, stylesheet, script and modules in
<code>HTMLLinkElement</code> - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Adds support for <code>HTMLLinkElement.relList.supports()</code> -
By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Adds support for <code>Request.mode</code> - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Output failed requests to the console - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Adds support for <code>HTMLScriptElement.blocking</code>,
<code>HTMLScriptElement.crossOrigin</code>,
<code>HTMLScriptElement.fetchPriority</code>,
<code>HTMLScriptElement.noModule</code>,
<code>HTMLScriptElement.integrity</code>,
<code>HTMLScriptElement.referrerPolicy</code> - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Use cache in virtual server requests - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Adds support for <code>credentials</code> and
<code>referrerPolicy</code> when fetching styles and scripts - By
<strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Disallow invalid attributes from being set in
<code>Element.setAttribute()</code> - By <strong><a
href="https://github.com/OlaviSau"><code>@​OlaviSau</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1706">#1706</a></li>
</ul>
<h3>👷‍♂️ Patch fixes</h3>
<ul>
<li>Call <code>afterAsyncResponse</code> fetch interceptor in virtual
server requests - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
<li>Fixes bug where children in a <code>ShadowRoot</code> of a custom
element that was upgraded from a <code>HTMLElement</code> wasn't
considered connected to the DOM - By <strong><a
href="https://github.com/capricorn86"><code>@​capricorn86</code></a></strong>
in task <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/9cb1d32cfc422875f33acd7d1368f4fda2253d99"><code>9cb1d32</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1714">#1714</a>
Returns 0 by default for the tabIndex property in HTMLAnchorElem...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/5551267205905bd71bfd021eaf08954e1e78fdaa"><code>5551267</code></a>
fix: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1710">#1710</a>
- Ensure querySelector returns the first item that appears in t...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/fbf5adbb5fa20b1d89948bd315fb84800964c030"><code>fbf5adb</code></a>
BREAKING CHANGE: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1706">#1706</a>
Disallow invalid attributes from being set in NamedN...</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/7bc831df287f972d8ff5ba64e2b1130a303c53da"><code>7bc831d</code></a>
feat: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/320">#320</a>
Adds support for ECMAScript modules (<a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1705">#1705</a>)</li>
<li><a
href="https://github.com/capricorn86/happy-dom/commit/33e888d513d8145079ee4dd169abb288b25b6890"><code>33e888d</code></a>
chore: <a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1716">#1716</a>
Fix integration test failing most of the time (<a
href="https://redirect.github.com/capricorn86/happy-dom/issues/1717">#1717</a>)</li>
<li>See full diff in <a
href="https://github.com/capricorn86/happy-dom/compare/v16.8.1...v17.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=happy-dom&package-manager=npm_and_yarn&previous-version=16.8.1&new-version=17.0.2)](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-02-10 17:25:58 +01:00
dependabot[bot] 757463d66c build(deps): bump the tanstack-router group across 1 directory with 3 updates
Bumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.99.6 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/react-router)

Updates `@tanstack/router-devtools` from 1.99.6 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.99.6 to 1.102.1
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.102.1/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 13:54:01 +00:00
dependabot[bot] 375b90971f build(deps-dev): bump happy-dom from 16.8.1 to 17.0.2 in /frontend
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.8.1 to 17.0.2.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v16.8.1...v17.0.2)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-10 13:52:56 +00:00
Quentin Gliech 21bdf808a4 Merge pull request #3944 from element-hq/dependabot/npm_and_yarn/frontend/graphql-codegen-d8c0e36f78
build(deps-dev): bump @graphql-codegen/client-preset from 4.6.0 to 4.6.1 in /frontend in the graphql-codegen group
2025-02-06 11:43:22 +01:00
dependabot[bot] 2fe387fa67 build(deps-dev): bump vite in /frontend in the vite group
Bumps the vite group in /frontend with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.0.11 to 6.1.0
- [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/create-vite@6.1.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: vite
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 14:10:54 +00:00
dependabot[bot] 4b805e3430 build(deps-dev): bump @graphql-codegen/client-preset
Bumps the graphql-codegen group in /frontend with 1 update: [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client).


Updates `@graphql-codegen/client-preset` from 4.6.0 to 4.6.1
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.6.1/packages/presets/client)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/client-preset"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 14:10:36 +00:00
Quentin Gliech 59df8a9d02 Merge pull request #3959 from element-hq/dependabot/npm_and_yarn/frontend/tanstack-router-3497e51ea6
build(deps): bump the tanstack-router group across 1 directory with 3 updates
2025-02-05 09:46:04 +01:00
Quentin Gliech 0aa1435778 Merge pull request #3958 from element-hq/dependabot/npm_and_yarn/frontend/npm_and_yarn-7d4cb18f35
build(deps-dev): bump the npm_and_yarn group in /frontend with 2 updates
2025-02-05 09:41:41 +01:00
dependabot[bot] 19ed2950f2 build(deps): bump the tanstack-router group across 1 directory with 3 updates
Bumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.98.4 to 1.99.6
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.6/packages/react-router)

Updates `@tanstack/router-devtools` from 1.98.4 to 1.99.6
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.6/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.98.6 to 1.99.6
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.6/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 08:36:55 +00:00
Quentin Gliech d74eb3be1c Merge pull request #3952 from element-hq/dependabot/npm_and_yarn/frontend/types-b0f5ed9fac
build(deps-dev): bump @types/node from 22.12.0 to 22.13.1 in /frontend in the types group across 1 directory
2025-02-05 09:35:15 +01:00
Quentin Gliech c4b8e9167f Merge pull request #3947 from element-hq/dependabot/npm_and_yarn/frontend/tanstack-router-ba633e3101
build(deps): bump the tanstack-router group in /frontend with 3 updates
2025-02-05 09:34:27 +01:00
dependabot[bot] df76218bde build(deps-dev): bump the npm_and_yarn group in /frontend with 2 updates
Bumps the npm_and_yarn group in /frontend with 2 updates: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8).


Updates `vitest` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/vitest)

Updates `@vitest/coverage-v8` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.5/packages/coverage-v8)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-05 08:34:13 +00:00
dependabot[bot] ea3a10acaf build(deps-dev): bump @types/node
Bumps the types group with 1 update in the /frontend directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.12.0 to 22.13.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-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-04 13:33:24 +00:00
dependabot[bot] 9b3381908a build(deps): bump the tanstack-router group in /frontend with 3 updates
Bumps the tanstack-router group in /frontend with 3 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.98.4 to 1.99.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.0/packages/react-router)

Updates `@tanstack/router-devtools` from 1.98.4 to 1.99.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.0/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.98.6 to 1.99.3
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.99.3/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 13:31:17 +00:00
dependabot[bot] 50c2127b95 build(deps-dev): bump the storybook group in /frontend with 6 updates
Bumps the storybook group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.5.2` | `8.5.3` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.5.2` | `8.5.3` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.5.2` | `8.5.3` |
| [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) | `8.5.2` | `8.5.3` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.5.2` | `8.5.3` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.5.2` | `8.5.3` |


Updates `@storybook/addon-essentials` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/addons/interactions)

Updates `@storybook/react` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/renderers/react)

Updates `@storybook/react-vite` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/frameworks/react-vite)

Updates `@storybook/test` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/lib/test)

Updates `storybook` from 8.5.2 to 8.5.3
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.5.3/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/react-vite"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: "@storybook/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: storybook
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-03 13:30:08 +00:00
dependabot[bot] d445379a12 build(deps): bump the tanstack-router group across 1 directory with 3 updates
Bumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.98.0 to 1.98.4
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.4/packages/react-router)

Updates `@tanstack/router-devtools` from 1.98.0 to 1.98.4
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.4/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.98.0 to 1.98.6
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.6/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 17:16:11 +00:00
Quentin Gliech 2ed8b0f13d Merge pull request #3937 from element-hq/dependabot/npm_and_yarn/frontend/tanstack-query-edd35e8f31
build(deps): bump the tanstack-query group in /frontend with 2 updates
2025-01-31 18:14:49 +01:00
dependabot[bot] 8d1e7b53b4 build(deps-dev): bump happy-dom from 16.7.3 to 16.8.1 in /frontend
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.7.3 to 16.8.1.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v16.7.3...v16.8.1)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 13:39:59 +00:00
dependabot[bot] f6142e8056 build(deps): bump the tanstack-query group in /frontend with 2 updates
Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


Updates `@tanstack/react-query` from 5.65.1 to 5.66.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.0/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.65.1 to 5.66.0
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.66.0/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-31 13:39:40 +00:00
Quentin Gliech 8a83573301 Merge pull request #3910 from element-hq/dependabot/npm_and_yarn/frontend/tanstack-router-eae10218dd
build(deps): bump the tanstack-router group in /frontend with 3 updates
2025-01-29 15:48:25 +01:00
Quentin Gliech 85660375fd Merge pull request #3911 from element-hq/dependabot/npm_and_yarn/frontend/happy-dom-16.7.3
build(deps-dev): bump happy-dom from 16.7.2 to 16.7.3 in /frontend
2025-01-29 15:48:10 +01:00
Quentin Gliech 3cad383c51 Merge pull request #3912 from element-hq/dependabot/npm_and_yarn/frontend/multi-90800969e8
build(deps): bump swagger-ui-react and @types/swagger-ui-react in /frontend
2025-01-29 15:47:51 +01:00
dependabot[bot] afb67e3561 build(deps-dev): bump knip from 5.43.3 to 5.43.6 in /frontend
Bumps [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) from 5.43.3 to 5.43.6.
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.43.6/packages/knip)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 14:10:38 +00:00
dependabot[bot] 7462890cd8 build(deps): bump swagger-ui-react and @types/swagger-ui-react
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) and [@types/swagger-ui-react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/swagger-ui-react). These dependencies needed to be updated together.

Updates `swagger-ui-react` from 5.18.2 to 5.18.3
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v5.18.2...v5.18.3)

Updates `@types/swagger-ui-react` from 4.19.0 to 5.18.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/swagger-ui-react)

---
updated-dependencies:
- dependency-name: swagger-ui-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/swagger-ui-react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 14:10:23 +00:00
dependabot[bot] f6c36b176a build(deps-dev): bump happy-dom from 16.7.2 to 16.7.3 in /frontend
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 16.7.2 to 16.7.3.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v16.7.2...v16.7.3)

---
updated-dependencies:
- dependency-name: happy-dom
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 14:10:04 +00:00
dependabot[bot] c5bfa4985c build(deps): bump the tanstack-router group in /frontend with 3 updates
Bumps the tanstack-router group in /frontend with 3 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.97.25 to 1.98.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.0/packages/react-router)

Updates `@tanstack/router-devtools` from 1.97.25 to 1.98.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.0/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.97.25 to 1.98.0
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.98.0/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-29 14:09:41 +00:00
dependabot[bot] f06a1d5b87 build(deps): bump the tanstack-router group in /frontend with 3 updates
Bumps the tanstack-router group in /frontend with 3 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).


Updates `@tanstack/react-router` from 1.97.14 to 1.97.25
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.25/packages/react-router)

Updates `@tanstack/router-devtools` from 1.97.14 to 1.97.25
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.25/packages/router-devtools)

Updates `@tanstack/router-vite-plugin` from 1.97.14 to 1.97.25
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.97.25/packages/router-vite-plugin)

---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tanstack-router
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 13:46:36 +00:00
Quentin Gliech 83bd4284c7 Merge pull request #3906 from element-hq/dependabot/npm_and_yarn/frontend/types-2eede74d08
build(deps-dev): bump @types/node from 22.10.10 to 22.12.0 in /frontend in the types group
2025-01-28 14:45:24 +01:00
Quentin Gliech eb7f23b2ae Merge pull request #3905 from element-hq/dependabot/npm_and_yarn/frontend/tanstack-query-516f53bfb2
build(deps): bump the tanstack-query group in /frontend with 2 updates
2025-01-28 14:43:44 +01:00
dependabot[bot] 77e6d1db4f build(deps-dev): bump @types/node in /frontend in the types group
Bumps the types group in /frontend with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.10.10 to 22.12.0
- [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-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 13:36:01 +00:00
dependabot[bot] def12f3f7f build(deps): bump the tanstack-query group in /frontend with 2 updates
Bumps the tanstack-query group in /frontend with 2 updates: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools).


Updates `@tanstack/react-query` from 5.64.2 to 5.65.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.65.1/packages/react-query)

Updates `@tanstack/react-query-devtools` from 5.64.2 to 5.65.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.65.1/packages/react-query-devtools)

---
updated-dependencies:
- dependency-name: "@tanstack/react-query"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
- dependency-name: "@tanstack/react-query-devtools"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: tanstack-query
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 13:35:50 +00:00
dependabot[bot] c4014e135d build(deps-dev): bump the graphql-codegen group
Bumps the graphql-codegen group in /frontend with 2 updates: [@graphql-codegen/cli](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/graphql-codegen-cli) and [@graphql-codegen/client-preset](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/presets/client).


Updates `@graphql-codegen/cli` from 5.0.3 to 5.0.4
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/graphql-codegen-cli/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/cli@5.0.4/packages/graphql-codegen-cli)

Updates `@graphql-codegen/client-preset` from 4.5.1 to 4.6.0
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases)
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/presets/client/CHANGELOG.md)
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/client-preset@4.6.0/packages/presets/client)

---
updated-dependencies:
- dependency-name: "@graphql-codegen/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: graphql-codegen
- dependency-name: "@graphql-codegen/client-preset"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: graphql-codegen
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-28 13:34:57 +00:00
Quentin Gliech b0b6af027a Merge pull request #3882 from element-hq/dependabot/npm_and_yarn/frontend/types-b48a4d3e70
build(deps-dev): bump the types group across 1 directory with 2 updates
2025-01-27 15:55:32 +01:00
Quentin Gliech 643091cd1a Merge pull request #3883 from element-hq/dependabot/npm_and_yarn/frontend/storybook-26012f5141
build(deps-dev): bump the storybook group in /frontend with 6 updates
2025-01-27 15:55:02 +01:00
Quentin Gliech 9921170de9 Merge pull request #3884 from element-hq/dependabot/npm_and_yarn/frontend/vite-18694b4f12
build(deps-dev): bump vite-plugin-graphql-codegen from 3.4.4 to 3.4.5 in /frontend in the vite group
2025-01-27 15:54:52 +01:00
Quentin Gliech cd6687c513 Merge pull request #3885 from element-hq/dependabot/npm_and_yarn/frontend/i18next-30ce782ab0
build(deps): bump i18next from 24.2.1 to 24.2.2 in /frontend in the i18next group
2025-01-27 15:54:42 +01:00