Bump the npm-production group across 1 directory with 37 updates
dependencies
Bumps the npm-production group with 35 updates in the /frontend directory:
| Package | From | To |
| --- | --- | --- |
| [@auth/core](https://github.com/nextauthjs/next-auth) | `0.39.0` | `0.40.0` |
| [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf) | `2.2.5` | `2.6.3` |
| [@connectrpc/connect-node](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node) | `2.0.2` | `2.0.3` |
| [@connectrpc/connect-query](https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query) | `2.0.1` | `2.1.1` |
| [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `2.0.2` | `2.0.3` |
| [@radix-ui/react-accordion](https://github.com/radix-ui/primitives) | `1.2.8` | `1.2.11` |
| [@radix-ui/react-alert-dialog](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.14` |
| [@radix-ui/react-avatar](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.10` |
| [@radix-ui/react-dropdown-menu](https://github.com/radix-ui/primitives) | `2.1.12` | `2.1.15` |
| [@radix-ui/react-label](https://github.com/radix-ui/primitives) | `2.1.4` | `2.1.7` |
| [@radix-ui/react-popover](https://github.com/radix-ui/primitives) | `1.1.11` | `1.1.14` |
| [@radix-ui/react-radio-group](https://github.com/radix-ui/primitives) | `1.3.4` | `1.3.7` |
| [@radix-ui/react-scroll-area](https://github.com/radix-ui/primitives) | `1.2.6` | `1.2.9` |
| [@radix-ui/react-select](https://github.com/radix-ui/primitives) | `2.2.2` | `2.2.5` |
| [@radix-ui/react-separator](https://github.com/radix-ui/primitives) | `1.1.4` | `1.1.7` |
| [@radix-ui/react-slot](https://github.com/radix-ui/primitives) | `1.2.0` | `1.2.3` |
| [@radix-ui/react-switch](https://github.com/radix-ui/primitives) | `1.2.2` | `1.2.5` |
| [@radix-ui/react-tabs](https://github.com/radix-ui/primitives) | `1.1.9` | `1.1.12` |
| [@radix-ui/react-toggle](https://github.com/radix-ui/primitives) | `1.1.6` | `1.1.9` |
| [@radix-ui/react-toggle-group](https://github.com/radix-ui/primitives) | `1.1.7` | `1.1.10` |
| [@radix-ui/react-tooltip](https://github.com/radix-ui/primitives) | `1.2.4` | `1.2.7` |
| [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.75.2` | `5.84.1` |
| [@tanstack/react-virtual](https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual) | `3.13.7` | `3.13.12` |
| [next](https://github.com/vercel/next.js) | `15.3.1` | `15.4.5` |
| [papaparse](https://github.com/mholt/PapaParse) | `5.5.2` | `5.5.3` |
| [@types/papaparse](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/papaparse) | `5.3.15` | `5.3.16` |
| [posthog-js](https://github.com/PostHog/posthog-js) | `1.239.1` | `1.258.5` |
| [react-day-picker](https://github.com/gpbl/react-day-picker) | `9.6.7` | `9.8.1` |
| [react-hook-form](https://github.com/react-hook-form/react-hook-form) | `7.56.2` | `7.62.0` |
| [sonner](https://github.com/emilkowalski/sonner) | `2.0.3` | `2.0.7` |
| [sql-formatter](https://github.com/sql-formatter-org/sql-formatter) | `15.6.1` | `15.6.6` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `3.2.0` | `3.3.1` |
| [yaml](https://github.com/eemeli/yaml) | `2.7.1` | `2.8.0` |
| [yup](https://github.com/jquense/yup) | `1.6.1` | `1.7.0` |
| [zustand](https://github.com/pmndrs/zustand) | `5.0.4` | `5.0.7` |
Updates `@auth/core` from 0.39.0 to 0.40.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nextauthjs/next-auth/releases"><code>@auth/core</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@auth/core</code><a href="https://github.com/0"><code>@0</code></a>.40.0</h2>
<h2>Features</h2>
<ul>
<li><strong>providers</strong>: Mailgun region selection (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13027">#13027</a>) (e0168ed1)</li>
</ul>
<h2>Bugfixes</h2>
<ul>
<li><strong>core</strong>: undefined providerId (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12947">#12947</a>) (dd211c56)</li>
<li><strong>providers</strong>: Microsoft Entra ID (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12616">#12616</a>) (e16b07b8)</li>
<li><strong>providers</strong>: enable OIDC capabilities for Keycloak (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12964">#12964</a>) (0adbd101)</li>
</ul>
<h2>Other</h2>
<ul>
<li><strong>docs</strong>: fix typo Avaliable Scopes -> Available Scopes (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13009">#13009</a>) (22c1b8b0)</li>
<li>typo succesful -> successful (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12973">#12973</a>)</li>
<li>fix typo profie -> profile (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12987">#12987</a>)</li>
</ul>
<h2><code>@auth/core</code><a href="https://github.com/0"><code>@0</code></a>.39.1</h2>
<h2>Bugfixes</h2>
<ul>
<li><strong>core</strong>: AuthError.type should not be internal (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12946">#12946</a>) (4155eee8)</li>
</ul>
<h2>Other</h2>
<ul>
<li>fix typo in Asgardeo provider (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12943">#12943</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nextauthjs/next-auth/commit/fee2555ef4435a698c8418fb24d525e23534fe17"><code>fee2555</code></a> chore(release): bump package version(s) [skip ci]</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/d7859d46bc4e6a10697a01f3fff26bc63824979e"><code>d7859d4</code></a> docs: indentation for auth usage in next-auth (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13066">#13066</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/e16b07b8023fefe670c0f242b7fb2075074a2829"><code>e16b07b</code></a> fix(providers): Microsoft Entra ID (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12616">#12616</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/63d90a0fb51d82173cf0e791d75a4d83539a5b30"><code>63d90a0</code></a> docs: Fix syntax error in RBAC guide (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/12733">#12733</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/9866f71f8244d8b850063f6627844900e64471eb"><code>9866f71</code></a> fix(adapters): handle P2025 errors without importing Prisma namespace (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13061">#13061</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/29de85b629517b596171d2e0cf93daf408b21ac4"><code>29de85b</code></a> docs: typo in extending-the-session.mdx (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13064">#13064</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/a07760396e6c62bbfb3a9e056de07c6a8f5cbb66"><code>a077603</code></a> fix(next-auth): add missing middleware wrapper type to auth function (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13026">#13026</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/e0168ed1ae3c9845075ef60022778b454f5b0047"><code>e0168ed</code></a> feat(providers): Mailgun region selection (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13027">#13027</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/07b7d93c655ba35ac548655f8b71bd8dfeeee652"><code>07b7d93</code></a> feat(adapters): BREAKING CHANGE: transistion to surrealdb@^1.0.0 (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/11911">#11911</a>)</li>
<li><a href="https://github.com/nextauthjs/next-auth/commit/22c1b8b0197f6588e15078db95038ae5d92d78bd"><code>22c1b8b</code></a> chore(docs): fix typo Avaliable Scopes -> Available Scopes (<a href="https://redirect.github.com/nextauthjs/next-auth/issues/13009">#13009</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/nextauthjs/next-auth/compare/@auth/core@0.39.0...@auth/core@0.40.0">compare view</a></li>
</ul>
</details>
<br />
Updates `@bufbuild/protobuf` from 2.2.5 to 2.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bufbuild/protobuf-es/releases"><code>@bufbuild/protobuf</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.6.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix maps field parsing from binary by <a href="https://github.com/joeycumines-scw"><code>@joeycumines-scw</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1183">bufbuild/protobuf-es#1183</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joeycumines-scw"><code>@joeycumines-scw</code></a> made their first contribution in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1183">bufbuild/protobuf-es#1183</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.6.2...v2.6.3">https://github.com/bufbuild/protobuf-es/compare/v2.6.2...v2.6.3</a></p>
<h2>v2.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update Valid types for protovalidate v0.14.0 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1173">bufbuild/protobuf-es#1173</a></li>
<li>Use <code>round</code> instead of <code>ceil</code> when converting Timestamp to milliseconds by <a href="https://github.com/srikrsna-buf"><code>@srikrsna-buf</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1178">bufbuild/protobuf-es#1178</a></li>
<li>Fix protoc-gen-es dependency constraint by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1179">bufbuild/protobuf-es#1179</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.6.1...v2.6.2">https://github.com/bufbuild/protobuf-es/compare/v2.6.1...v2.6.2</a></p>
<h2>v2.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix closed enum parsing by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1170">bufbuild/protobuf-es#1170</a></li>
<li>Update to google protobuf v31.1 by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1168">bufbuild/protobuf-es#1168</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.6.0...v2.6.1">https://github.com/bufbuild/protobuf-es/compare/v2.6.0...v2.6.1</a></p>
<h2>v2.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Implement merge function for Protobuf messages by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1154">bufbuild/protobuf-es#1154</a></li>
<li>Extend JSON documentation by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1156">bufbuild/protobuf-es#1156</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.5.2...v2.6.0">https://github.com/bufbuild/protobuf-es/compare/v2.5.2...v2.6.0</a></p>
<h2>v2.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Valid types for well-known types by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1147">bufbuild/protobuf-es#1147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.5.1...v2.5.2">https://github.com/bufbuild/protobuf-es/compare/v2.5.1...v2.5.2</a></p>
<h2>v2.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update transpile.ts to lazily construct default options by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1136">bufbuild/protobuf-es#1136</a></li>
<li>Remove dev dependency on <code>@types/lz-string</code> by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/bufbuild/protobuf-es/pull/1135">bufbuild/protobuf-es#1135</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bufbuild/protobuf-es/compare/v2.5.0...v2.5.1">https://github.com/bufbuild/protobuf-es/compare/v2.5.0...v2.5.1</a></p>
<h2>v2.5.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/dfc6fe092a734cf5934effeb863a5686546114a5"><code>dfc6fe0</code></a> Release 2.6.3 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1196">#1196</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/046c0469a097587332c4168571df85e2b7d5a42c"><code>046c046</code></a> Fix maps field parsing from binary (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1183">#1183</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/37fcaad42e65041cc925d9e5a0aba56f6368aee3"><code>37fcaad</code></a> Release 2.6.2 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1180">#1180</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/dfa03adf2ddf3f6c960024600c7771dcdd60c0cd"><code>dfa03ad</code></a> Use <code>round</code> instead of <code>ceil</code> when converting Timestamp to milliseconds (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1178">#1178</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/0f07323a33864e8224903426f2192b7c42c0ebe9"><code>0f07323</code></a> Release 2.6.1 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1174">#1174</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/02e1763761a21ae115c54077121c11109a4b9bf1"><code>02e1763</code></a> Fix closed enum parsing (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1170">#1170</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/8f9e193f8be6aed59f6bc6035acb18930ba1faa7"><code>8f9e193</code></a> Update to google protobuf v31.1 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1168">#1168</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/323c9e998e5810a0ec5999e78c8f7dd65f0becfb"><code>323c9e9</code></a> Release 2.6.0 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1157">#1157</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/c050010cec07640547c8a3eacb7f84133e700662"><code>c050010</code></a> Implement merge function for Protobuf messages (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1154">#1154</a>)</li>
<li><a href="https://github.com/bufbuild/protobuf-es/commit/8a9b34d709eb62d375ffc39c4201d8b6ff513212"><code>8a9b34d</code></a> Release 2.5.2 (<a href="https://github.com/bufbuild/protobuf-es/tree/HEAD/packages/protobuf/issues/1148">#1148</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/bufbuild/protobuf-es/commits/v2.6.3/packages/protobuf">compare view</a></li>
</ul>
</details>
<br />
Updates `@connectrpc/connect-node` from 2.0.2 to 2.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/connectrpc/connect-es/releases"><code>@connectrpc/connect-node</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Support Node.js http.ClientRequestArgs["headers"] array by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1510">connectrpc/connect-es#1510</a></li>
<li>Special case TimeoutError in ConnectError.from by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1526">connectrpc/connect-es#1526</a></li>
<li>Add proto syntax highlighting to snippet in README by <a href="https://github.com/stefanvanburen"><code>@stefanvanburen</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1529">connectrpc/connect-es#1529</a></li>
<li>Optimize envelope decoding by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1530">connectrpc/connect-es#1530</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/stefanvanburen"><code>@stefanvanburen</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1529">connectrpc/connect-es#1529</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-es/compare/v2.0.2...v2.0.3">https://github.com/connectrpc/connect-es/compare/v2.0.2...v2.0.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/connectrpc/connect-es/commit/b81a1c2c62200d925418c8deebc8e9fff0f55608"><code>b81a1c2</code></a> Release 2.0.3 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1531">#1531</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/a3ffbfa1ed4b8fa7b958cf9f254186f57a8265b3"><code>a3ffbfa</code></a> Bump jasmine from 5.7.1 to 5.8.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1518">#1518</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/1fdc337c0e3ecdaf6ac892be6da5836f062e4f7e"><code>1fdc337</code></a> Support Node.js http.ClientRequestArgs["headers"] array (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1510">#1510</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/ae5d26025f558575e6d3ce1950449a992da2a3b1"><code>ae5d260</code></a> Bump <code>@types/jasmine</code> from 5.1.7 to 5.1.8 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1505">#1505</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/9f8d28a82d9c8d58b28ccba334d7e7f138aa330b"><code>9f8d28a</code></a> Fix minor comment typo (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1490">#1490</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/db67d91ee367ddd83d2642b390e42c041fb0118d"><code>db67d91</code></a> Bump jasmine from 5.7.0 to 5.7.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1487">#1487</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/2ec57a7961ab1bb5e2c50eea46c7ef6cb653d702"><code>2ec57a7</code></a> Replace prettier and eslint with biome (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1485">#1485</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/aee91e948cc9a2719449e03b5043f83ac4e611df"><code>aee91e9</code></a> Bump jasmine from 5.6.0 to 5.7.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1482">#1482</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/91c29e89dbb700263743cf56728a6399274f0db7"><code>91c29e8</code></a> Bump turbo from 2.4.4 to 2.5.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1471">#1471</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/b5670c6c8bd9302b347642829e3ced95ae1a4c24"><code>b5670c6</code></a> Bump jasmine and <code>@types/jasmine</code> (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-node/issues/1445">#1445</a>)</li>
<li>See full diff in <a href="https://github.com/connectrpc/connect-es/commits/v2.0.3/packages/connect-node">compare view</a></li>
</ul>
</details>
<br />
Updates `@connectrpc/connect-query` from 2.0.1 to 2.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/connectrpc/connect-query-es/releases"><code>@connectrpc/connect-query</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Match structural sharing behavior from <code>@tanstack/query-core</code> by <a href="https://github.com/paul-sachs"><code>@paul-sachs</code></a> in <a href="https://redirect.github.com/connectrpc/connect-query-es/pull/547">connectrpc/connect-query-es#547</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-query-es/compare/v2.1.0...v2.1.1">https://github.com/connectrpc/connect-query-es/compare/v2.1.0...v2.1.1</a></p>
<h2>v2.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add datatag to ConnectQueryKey so queryClient can infer type info by <a href="https://github.com/paul-sachs"><code>@paul-sachs</code></a> in <a href="https://redirect.github.com/connectrpc/connect-query-es/pull/532">connectrpc/connect-query-es#532</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/guspan-tanadi"><code>@guspan-tanadi</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-query-es/pull/537">connectrpc/connect-query-es#537</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-query-es/compare/v2.0.1...v2.1.0">https://github.com/connectrpc/connect-query-es/compare/v2.0.1...v2.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/961e0c19f080e33c9534c9d6eda5d340e8a48d2b"><code>961e0c1</code></a> Release 2.1.1 (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/548">#548</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/3b38421dc336f0f96b68c8d7c6fd5889fcf56a7e"><code>3b38421</code></a> Bump the connectrelated group with 4 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/541">#541</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/a49ab648797d8022bc22016207aa877c34f6dce9"><code>a49ab64</code></a> Bump the reactquery group with 3 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/543">#543</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/0a0bf57a43e685a4e9e71b533985415393108dcd"><code>0a0bf57</code></a> Bump the devdependencies group with 16 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/542">#542</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/82a6dc575e525fcf852a37cea64f9ed3bde5262e"><code>82a6dc5</code></a> Release 2.1.0 (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/540">#540</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/11be77c9fcd4f64e8246e4b2c3323ce499beb506"><code>11be77c</code></a> Add datatag to ConnectQueryKey so queryClient can infer type info (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/532">#532</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/8e26eb6f065fb3d47194c21de7675e23c7fd0b19"><code>8e26eb6</code></a> Bump <code>@bufbuild/buf</code> from 1.51.0 to 1.53.0 in the connectrelated group (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/534">#534</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/16cb38116dd0846d53510972922813f079f10d4c"><code>16cb381</code></a> Bump the reactquery group with 3 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/536">#536</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/ead6f71ecc0ed53b462e035d43044ec3defb5c23"><code>ead6f71</code></a> Bump the devdependencies group with 16 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/535">#535</a>)</li>
<li><a href="https://github.com/connectrpc/connect-query-es/commit/1cbd6a68cdaf9b7a2515590253ae205beb3a56d2"><code>1cbd6a6</code></a> Bump the connectrelated group across 1 directory with 6 updates (<a href="https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query/issues/526">#526</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-query-es/commits/v2.1.1/packages/connect-query">compare view</a></li>
</ul>
</details>
<br />
Updates `@connectrpc/connect-web` from 2.0.2 to 2.0.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/connectrpc/connect-es/releases"><code>@connectrpc/connect-web</code>'s releases</a>.</em></p>
<blockquote>
<h2>v2.0.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Support Node.js http.ClientRequestArgs["headers"] array by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1510">connectrpc/connect-es#1510</a></li>
<li>Special case TimeoutError in ConnectError.from by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1526">connectrpc/connect-es#1526</a></li>
<li>Add proto syntax highlighting to snippet in README by <a href="https://github.com/stefanvanburen"><code>@stefanvanburen</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1529">connectrpc/connect-es#1529</a></li>
<li>Optimize envelope decoding by <a href="https://github.com/timostamm"><code>@timostamm</code></a> in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1530">connectrpc/connect-es#1530</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/stefanvanburen"><code>@stefanvanburen</code></a> made their first contribution in <a href="https://redirect.github.com/connectrpc/connect-es/pull/1529">connectrpc/connect-es#1529</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/connectrpc/connect-es/compare/v2.0.2...v2.0.3">https://github.com/connectrpc/connect-es/compare/v2.0.2...v2.0.3</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/connectrpc/connect-es/commit/b81a1c2c62200d925418c8deebc8e9fff0f55608"><code>b81a1c2</code></a> Release 2.0.3 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1531">#1531</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/9728295019c133d266c847ec04dd09a0bcc328ca"><code>9728295</code></a> Bump the webdriver group with 5 updates (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1498">#1498</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/7b1083491ea0d3b4ce04bb784b7800f7db54c6a1"><code>7b10834</code></a> Bump the bench group with 2 updates (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1515">#1515</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/2a9ceb7a3244c0eb339b74275be89e4dfab35a01"><code>2a9ceb7</code></a> Bump <code>@bufbuild/buf</code> from 1.54.0 to 1.55.1 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1516">#1516</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/a3ffbfa1ed4b8fa7b958cf9f254186f57a8265b3"><code>a3ffbfa</code></a> Bump jasmine from 5.7.1 to 5.8.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1518">#1518</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/2b43a76e084c85d411a209d71fae25cc107f8f72"><code>2b43a76</code></a> Bump the bench group with 2 updates (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1496">#1496</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/136560f6c248b552de89005a79cb70d8c00ebc51"><code>136560f</code></a> Bump <code>@bufbuild/buf</code> from 1.53.0 to 1.54.0 (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1506">#1506</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/afa3db9a7d09d95876452ba76eafc2af7858011c"><code>afa3db9</code></a> Run conformance tests for <code>@connectrpc/connect-web</code> only on Node.js (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1495">#1495</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/ec5c50c6bd95c2f821afd0a968d8c5a9d081f172"><code>ec5c50c</code></a> Reduce the number of browser versions tested on Browserstack (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1494">#1494</a>)</li>
<li><a href="https://github.com/connectrpc/connect-es/commit/317bcf0af6a39b48f2b355e59a309b62b538830c"><code>317bcf0</code></a> Bump the webdriver group with 5 updates (<a href="https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web/issues/1480">#1480</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/connectrpc/connect-es/commits/v2.0.3/packages/connect-web">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-accordion` from 1.2.8 to 1.2.11
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-alert-dialog` from 1.1.11 to 1.1.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-avatar` from 1.1.7 to 1.1.10
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-dialog` from 1.1.11 to 1.1.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-dropdown-menu` from 2.1.12 to 2.1.15
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-label` from 2.1.4 to 2.1.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-popover` from 1.1.11 to 1.1.14
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-radio-group` from 1.3.4 to 1.3.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-scroll-area` from 1.2.6 to 1.2.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-select` from 2.2.2 to 2.2.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-separator` from 1.1.4 to 1.1.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-slot` from 1.2.0 to 1.2.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-switch` from 1.2.2 to 1.2.5
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-tabs` from 1.1.9 to 1.1.12
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-toggle` from 1.1.6 to 1.1.9
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-toggle-group` from 1.1.7 to 1.1.10
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@radix-ui/react-tooltip` from 1.2.4 to 1.2.7
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/radix-ui/primitives/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-query` from 5.75.2 to 5.84.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s releases</a>.</em></p>
<blockquote>
<h2>v5.84.1</h2>
<p>Version 5.84.1 - 8/1/25, 12:14 PM</p>
<h2>Changes</h2>
<h3>Refactor</h3>
<ul>
<li>angular-query: restructure package type declaration path (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9519">#9519</a>) (025f080) by Arnoud</li>
</ul>
<h3>Test</h3>
<ul>
<li>react-query/QueryResetErrorBoundary: add "sleep" and simplify "queryFn", add multiple "expect" cases (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9523">#9523</a>) (711010c) by <a href="https://github.com/sukvvon"><code>@sukvvon</code></a></li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
<li><code>@tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
<li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
<li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
<li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
<li><code>@tanstack/angular-query-devtools-experimental</code><a href="https://github.com/5"><code>@5</code></a>.84.1</li>
</ul>
<h2>v5.84.0</h2>
<p>Version 5.84.0 - 7/31/25, 7:52 PM</p>
<h2>Changes</h2>
<h3>Feat</h3>
<ul>
<li>devtools: add setting to hide disabled queries (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9500">#9500</a>) (7b19d49) by JonLuca De Caro</li>
</ul>
<h3>Fix</h3>
<ul>
<li>react-query: HydrationBoundary has strictly typed <code>state</code> (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9520">#9520</a>) (e07812b) by clover caruso</li>
</ul>
<h3>Chore</h3>
<ul>
<li>angular-query: run publint and attw on tarball (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9518">#9518</a>) (250dbd9) by Arnoud</li>
</ul>
<h3>Docs</h3>
<ul>
<li>add missing period (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9509">#9509</a>) (c8322d9) by Sajad Torkamani</li>
</ul>
<h2>Packages</h2>
<ul>
<li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.84.0</li>
<li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.84.0</li>
<li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.84.0</li>
<li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.84.0</li>
<li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.84.0</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TanStack/query/commit/0db1056fdb8b9d71b42bb27d5522af7805580123"><code>0db1056</code></a> release: v5.84.1</li>
<li><a href="https://github.com/TanStack/query/commit/711010ce73b64ea2b8052172542fcf93efba0ece"><code>711010c</code></a> test(react-query/QueryResetErrorBoundary): add 'sleep' and simplify 'queryFn'...</li>
<li><a href="https://github.com/TanStack/query/commit/6a85584fe1a95c884adb55bf4029b29c7b4a73fc"><code>6a85584</code></a> release: v5.84.0</li>
<li><a href="https://github.com/TanStack/query/commit/e07812be21e4d19cd30fc74965a06d438b98ac71"><code>e07812b</code></a> fix(react-query): HydrationBoundary has strictly typed <code>state</code> (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9520">#9520</a>)</li>
<li><a href="https://github.com/TanStack/query/commit/8f474ad817492a6a4b78560fe9fe51e430765af2"><code>8f474ad</code></a> release: v5.83.1</li>
<li><a href="https://github.com/TanStack/query/commit/6bc45b88acca3360c4a883f14ab0987d6633ad27"><code>6bc45b8</code></a> test(react-query/useSuspenseQueries): simplify 'queryFn' and add 'expect' for...</li>
<li><a href="https://github.com/TanStack/query/commit/9041b41565b1ed741cea394a2f396b0b197eb7e0"><code>9041b41</code></a> test(react-query/useIsFetching): simplify 'queryFn' and add 'expect' using 't...</li>
<li><a href="https://github.com/TanStack/query/commit/937683508a0b96ae582b8bc39f792b4418837974"><code>9376835</code></a> test(react-query/HydrationBoundary): use precise time in 'advanceTimersByTime...</li>
<li><a href="https://github.com/TanStack/query/commit/cb9ab1eaee84c3c432d8cbfa80d31ce964ca076a"><code>cb9ab1e</code></a> test(react-query/suspense): add 'sleep' in 'queryFn', and add 'expect' for 'l...</li>
<li><a href="https://github.com/TanStack/query/commit/72c2a4cdb1687147b1a79dc2eaf8dea9b2f07dbe"><code>72c2a4c</code></a> test(react-query/ssr): simplify 'queryFn' and add 'sleep' for accurate testin...</li>
<li>Additional commits viewable in <a href="https://github.com/TanStack/query/commits/v5.84.1/packages/react-query">compare view</a></li>
</ul>
</details>
<br />
Updates `@tanstack/react-virtual` from 3.13.7 to 3.13.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/TanStack/virtual/releases"><code>@tanstack/react-virtual</code>'s releases</a>.</em></p>
<blockquote>
<h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.13.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore(react-virtual): fix vite e2e build (<a href="https://redirect.github.com/TanStack/virtual/pull/1030">#1030</a>)</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/d21ed98da3470b9986c9a028ed70fdf0d6189ab4"><code>d21ed98</code></a>]:</p>
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.12</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.13.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/73fa86752599a4bffba51ec8e4ff2f8cb8283010"><code>73fa867</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.11</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.13.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/b3b7e7dc8b25daeebbd2da61b3b7ae3448babbdb"><code>b3b7e7d</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.10</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.13.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/9e33cdb1c8780c2f455aafc11a0aeea58b71fc69"><code>9e33cdb</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.9</li>
</ul>
</li>
</ul>
<h2><code>@tanstack/react-virtual</code><a href="https://github.com/3"><code>@3</code></a>.13.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/60719f61b589d6f9d886e4f7c093217f6d693faf"><code>60719f6</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.8</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/TanStack/virtual/blob/main/packages/react-virtual/CHANGELOG.md"><code>@tanstack/react-virtual</code>'s changelog</a>.</em></p>
<blockquote>
<h2>3.13.12</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p>chore(react-virtual): fix vite e2e build (<a href="https://redirect.github.com/TanStack/virtual/pull/1030">#1030</a>)</p>
</li>
<li>
<p>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/d21ed98da3470b9986c9a028ed70fdf0d6189ab4"><code>d21ed98</code></a>]:</p>
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.12</li>
</ul>
</li>
</ul>
<h2>3.13.11</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/73fa86752599a4bffba51ec8e4ff2f8cb8283010"><code>73fa867</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.11</li>
</ul>
</li>
</ul>
<h2>3.13.10</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/b3b7e7dc8b25daeebbd2da61b3b7ae3448babbdb"><code>b3b7e7d</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.10</li>
</ul>
</li>
</ul>
<h2>3.13.9</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/9e33cdb1c8780c2f455aafc11a0aeea58b71fc69"><code>9e33cdb</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.9</li>
</ul>
</li>
</ul>
<h2>3.13.8</h2>
<h3>Patch Changes</h3>
<ul>
<li>Updated dependencies [<a href="https://github.com/TanStack/virtual/commit/60719f61b589d6f9d886e4f7c093217f6d693faf"><code>60719f6</code></a>]:
<ul>
<li><code>@tanstack/virtual-core</code><a href="https://github.com/3"><code>@3</code></a>.13.8</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/TanStack/virtual/commit/b461e78b154aa5704c108ab94f2f587b53bd3d48"><code>b461e78</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1032">#1032</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/30bcf558bf2daaeb8972204e825d8f064b279ce3"><code>30bcf55</code></a> chore(react-virtual): fix vite e2e build (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1030">#1030</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/d21ed98da3470b9986c9a028ed70fdf0d6189ab4"><code>d21ed98</code></a> fix(virtual-core): scroll to index doesn't scroll to bottom correctly (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1029">#1029</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/2c703821d6f80295fc4da948716c514e9a92c43f"><code>2c70382</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1027">#1027</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/545c3c464d9224a8f690fe0ccf71c955edc207b3"><code>545c3c4</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1022">#1022</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/7e9906cc0aba4a4a1cac378c2c38507ec26e3ff3"><code>7e9906c</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1016">#1016</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/152bc3b4c3d03d1040490d9372ce9af0dcd70a4b"><code>152bc3b</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1015">#1015</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/d3ee61826acd19bcd41f082f61c9427d93b2832d"><code>d3ee618</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1010">#1010</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/64b6f3b19e0ac0ba44de4bb31819caced83f1524"><code>64b6f3b</code></a> chore(deps): update all non-major dependencies (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1006">#1006</a>)</li>
<li><a href="https://github.com/TanStack/virtual/commit/27f779b08c10faad3eb3ca7a741ed5bfb9a40cbe"><code>27f779b</code></a> ci: Version Packages (<a href="https://github.com/TanStack/virtual/tree/HEAD/packages/react-virtual/issues/1005">#1005</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/TanStack/virtual/commits/@tanstack/react-virtual@3.13.12/packages/react-virtual">compare view</a></li>
</ul>
</details>
<br />
Updates `next` from 15.3.1 to 15.4.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p>
<blockquote>
<h2>v15.4.5</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Fix API stripping JSON incorrectly (<a href="https://redirect.github.com/vercel/next.js/issues/82062">#82062</a>)</li>
<li>Fix i18n fallback: false collision (<a href="https://redirect.github.com/vercel/next.js/issues/82158">#82158</a>)</li>
<li>Revert "Fix tracing of server actions imported by client components (<a href="https://redirect.github.com/vercel/next.js/issues/82167">#82167</a>)</li>
<li>Ensure setAssetPrefix updates config instance (<a href="https://redirect.github.com/vercel/next.js/issues/82165">#82165</a>)</li>
<li>Turbopack: update mimalloc (<a href="https://redirect.github.com/vercel/next.js/issues/82166">#82166</a>)</li>
<li>fix(next/image): fix image-optimizer.ts headers (<a href="https://redirect.github.com/vercel/next.js/issues/82175">#82175</a>)</li>
<li>fix(next/image): improve and simplify detect-content-type (<a href="https://redirect.github.com/vercel/next.js/issues/82174">#82174</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/ijjk"><code>@ijjk</code></a>, <a href="https://github.com/sokra"><code>@sokra</code></a>, and <a href="https://github.com/styfle"><code>@styfle</code></a> for helping!</p>
<h2>v15.4.4</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Fix dynamicParams false layout case in dev (<a href="https://redirect.github.com/vercel/next.js/issues/82026">#82026</a>)</li>
<li>Turbopack: fix scope hoisting variable renaming bug (<a href="https://redirect.github.com/vercel/next.js/issues/81640">#81640</a>)</li>
<li>Upgrade to swc v33 (<a href="https://redirect.github.com/vercel/next.js/issues/81750">#81750</a>)</li>
<li>Revert "[metadata] use https protocol for schema urls" (<a href="https://redirect.github.com/vercel/next.js/issues/81934">#81934</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/bgw"><code>@bgw</code></a> <a href="https://github.com/mischnic"><code>@mischnic</code></a> <a href="https://github.com/huozhi"><code>@huozhi</code></a> <a href="https://github.com/lukesandberg"><code>@lukesandberg</code></a> and <a href="https://github.com/ijjk"><code>@ijjk</code></a> for helping!</p>
<h2>v15.4.3</h2>
<blockquote>
<p>[!NOTE]<br />
This release is backporting bug fixes. It does <strong>not</strong> include all pending features/changes on canary.</p>
</blockquote>
<h3>Core Changes</h3>
<ul>
<li>Turbopack: fix dist dir on Windows (<a href="https://redirect.github.com/vercel/next.js/issues/81758">#81758</a>)</li>
</ul>
<h3>Credits</h3>
<p>Huge thanks to <a href="https://github.com/mischnic"><code>@mischnic</code></a> for helping!</p>
<h2>v15.4.2</h2>
<blockquote>
<p>[!NOTE]</p>
</blockquote>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vercel/next.js/commit/b9aab5dbe926c256d439bfecb226693dcd1a1be4"><code>b9aab5d</code></a> v15.4.5</li>
<li><a href="https://github.com/vercel/next.js/commit/a8c93c49dd2d42a2ced8a17bc53b3fea11d25c96"><code>a8c93c4</code></a> Disable test new tests jobs</li>
<li><a href="https://github.com/vercel/next.js/commit/ed2a6c754831406f8cd724eb52a562bb124c1504"><code>ed2a6c7</code></a> [backport]: fix(next/image): improve and simplify detect-content-type (<a href="https://redirect.github.com/vercel/next.js/issues/82118">#82118</a>...</li>
<li><a href="https://github.com/vercel/next.js/commit/f00fcc9011e7d0ef027021fc8424f51b8ac97880"><code>f00fcc9</code></a> [backport]: fix(next/image): fix image-optimizer.ts headers (<a href="https://redirect.github.com/vercel/next.js/issues/82114">#82114</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/82175">#82175</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/55a7568e9d12459f8c5f5ae120fe2e228af284bb"><code>55a7568</code></a> Backport: Turbopack: update mimalloc (<a href="https://redirect.github.com/vercel/next.js/issues/81993">#81993</a>) (<a href="https://redirect.github.com/vercel/next.js/issues/82166">#82166</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/5bc4b368e5bc4d301f94955307e37a0328612408"><code>5bc4b36</code></a> [backport] Ensure setAssetPrefix updates config instance (<a href="https://redirect.github.com/vercel/next.js/issues/82165">#82165</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/717dfb6ec985ba58b20ce6533ceecab213f72c22"><code>717dfb6</code></a> [Backport] Revert "Fix tracing of server actions imported by client component...</li>
<li><a href="https://github.com/vercel/next.js/commit/6372ba03e85ca598b67fe21daa87dbad328f581b"><code>6372ba0</code></a> [backport] Fix i18n fallback: false collision (<a href="https://redirect.github.com/vercel/next.js/issues/82158">#82158</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/1e2c3792f88491ab8cfba580b8f17aad17015d17"><code>1e2c379</code></a> Fix API stripping JSON incorrectly (<a href="https://redirect.github.com/vercel/next.js/issues/82062">#82062</a>)</li>
<li><a href="https://github.com/vercel/next.js/commit/fe5db65859f0658d1c4701635ec4f4e5ec507e64"><code>fe5db65</code></a> v15.4.4</li>
<li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v15.3.1...v15.4.5">compare view</a></li>
</ul>
</details>
<br />
Updates `papaparse` from 5.5.2 to 5.5.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/mholt/PapaParse/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `@types/papaparse` from 5.3.15 to 5.3.16
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/papaparse">compare view</a></li>
</ul>
</details>
<br />
Updates `posthog-js` from 1.239.1 to 1.258.5
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/PostHog/posthog-js/releases">posthog-js's releases</a>.</em></p>
<blockquote>
<h2>posthog-js@1.258.5</h2>
<h2>1.258.5</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2178">#2178</a> <a href="https://github.com/PostHog/posthog-js/commit/db569fa952b4536280602db87bc12a0fa51923fa"><code>db569fa</code></a> Thanks <a href="https://github.com/lucasheriques"><code>@lucasheriques</code></a>! - - Fix surveys loading with advanced_enable_surveys config</li>
</ul>
<h2>posthog-js@1.258.4</h2>
<h2>1.258.4</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2172">#2172</a> <a href="https://github.com/PostHog/posthog-js/commit/ac254d945be598314c365310ed7c13047edc9ead"><code>ac254d9</code></a> Thanks <a href="https://github.com/lucasheriques"><code>@lucasheriques</code></a>! - Adds a new config, <code>advanced_enable_surveys</code>, to always enable surveys funcionality in the SDK</li>
</ul>
<h2>posthog-js@1.258.3</h2>
<h2>1.258.3</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a href="https://redirect.github.com/PostHog/posthog-js/pull/2171">#2171</a> <a href="https://github.com/PostHog/posthog-js/commit/14adc01875c87f6be10e70204307003d9d0f941c"><code>14adc01</code></a> Thanks <a href="https://github.com/lucasheriques"><code>@lucasheriques</code></a>! - Fix early access features accumulation in persistence</p>
</li>
<li>
<p><a href="https://redirect.github.com/PostHog/posthog-js/pull/2170">#2170</a> <a href="https://github.com/PostHog/posthog-js/commit/262cc5cc9364605e31788e5370b0663507e4c832"><code>262cc5c</code></a> Thanks <a href="https://github.com/lucasheriques"><code>@lucasheriques</code></a>! - Removes the <code>_renderExternalSurvey</code> method which is not needed anymore</p>
</li>
</ul>
<h2>posthog-js@1.258.2</h2>
<h2>1.258.2</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2111">#2111</a> <a href="https://github.com/PostHog/posthog-js/commit/711459317bf807fa1d21be2f7067182952ea2a5e"><code>7114593</code></a> Thanks <a href="https://github.com/pauldambra"><code>@pauldambra</code></a>! - checks for session activity in other windows when timing out in any particular window, avoids a race condition when proactively marking a session as idle</li>
</ul>
<h2>posthog-js@1.258.1</h2>
<h2>1.258.1</h2>
<h3>Patch Changes</h3>
<ul>
<li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2120">#2120</a> <a href="https://github.com/PostHog/posthog-js/commit/c7b03cddb621988323238b22acdf8faefd93742e"><code>c7b03cd</code></a> Thanks <a href="https://github.com/lucasheriques"><code>@lucasheriques</code></a>! - Updates the renderSurvey and getActiveMatchingSurveys methods to not take any external surveys into consideration</li>
</ul>
<h2>posthog-js@1.258.0</h2>
<h2>1.258.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a href="https://redirect.github.com/PostHog/posthog-js/pull/2089">#2089</a> <a href="https://github.com/PostHog/posthog-js/commit/0a19df28d6a62b97949f0e99bfadf33b7aadcb45"><code>0a19df2</code></a> Thanks <a href="https://github.com/daibhin"><code>@daibhin</code></a>! - feat: exclude exceptions autocaptured by extensions</li>
</ul>
<h3>Notes</h3>
<p>This is the first posthog-js release after the posthog-js-lite migration, please open an issue if you see incompatible changes with your code.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PostHog/posthog-js/commit/f67004d6f7c4cd0a370cbc644c77270a115a7756"><code>f67004d</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/db569fa952b4536280602db87bc12a0fa51923fa"><code>db569fa</code></a> fix surveys loading without /flags call (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2178">#2178</a>)</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/2187c1b504215fa14a1fae02243ebcab93d2d589"><code>2187c1b</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/ac254d945be598314c365310ed7c13047edc9ead"><code>ac254d9</code></a> chore: add new enable surveys config (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2172">#2172</a>)</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/217f5c8fe5f67142b0750e4ff6d52156d1ca678e"><code>217f5c8</code></a> chore: Make nvm node version match main repo (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2175">#2175</a>)</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/a598ce2d3746bc42e3ee0364fa91f5674e40f89c"><code>a598ce2</code></a> remove release instruction on posthog-js (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2174">#2174</a>)</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/c35904df233b7139c411dec0cf6517a73f169499"><code>c35904d</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/d4204f473ebaee42c696523306ea8e6fe97f0dfd"><code>d4204f4</code></a> fix(llmo): tools not sent to llmo for langchain (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2173">#2173</a>)</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/6e35a639a4d06804f6844cbde15adf11a069b92b"><code>6e35a63</code></a> chore: update versions and lockfile</li>
<li><a href="https://github.com/PostHog/posthog-js/commit/14adc01875c87f6be10e70204307003d9d0f941c"><code>14adc01</code></a> chore: publish new posthog-js and update PR checklist (<a href="https://redirect.github.com/PostHog/posthog-js/issues/2171">#2171</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/PostHog/posthog-js/compare/v1.239.1...posthog-js@1.258.5">compare view</a></li>
</ul>
</details>
<br />
Updates `react-day-picker` from 9.6.7 to 9.8.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gpbl/react-day-picker/releases">react-day-picker's releases</a>.</em></p>
<blockquote>
<h2>v9.8.1</h2>
<p>Improved <code>captionLayout</code> documentation and build process.</p>
<h2>What's Changed</h2>
<ul>
<li>docs: Improve documentation for <code>captionLayout</code> prop by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2788">gpbl/react-day-picker#2788</a> and <a href="https://github.com/haecheonlee"><code>@haecheonlee</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2787">gpbl/react-day-picker#2787</a></li>
<li>build: avoid locking dependencies by <a href="https://github.com/nihgwu"><code>@nihgwu</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2789">gpbl/react-day-picker#2789</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/haecheonlee"><code>@haecheonlee</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2787">gpbl/react-day-picker#2787</a></li>
<li><a href="https://github.com/n-zngr"><code>@n-zngr</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2790">gpbl/react-day-picker#2790</a></li>
<li><a href="https://github.com/nihgwu"><code>@nihgwu</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2789">gpbl/react-day-picker#2789</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.8.0...v9.8.1">https://github.com/gpbl/react-day-picker/compare/v9.8.0...v9.8.1</a></p>
<h2>v9.8.0</h2>
<p>DayPicker 9.8 includes better <a href="https://daypicker.dev/guides/accessibility#keyboard-navigation">keyboard navigation</a> and resolves edge cases with month and year rendering.</p>
<h2>What's Changed</h2>
<ul>
<li>feat(accessibility): enable <!-- raw HTML omitted -->Shift+Arrows<!-- raw HTML omitted --> to navigate between months/years by <a href="https://github.com/mhwice"><code>@mhwice</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2770">gpbl/react-day-picker#2770</a></li>
<li>fix: setting <code>defaultMonth</code> to the next year with the dropdown navigation layout no longer prevents the calendar from rendering by <a href="https://github.com/rodgobbi"><code>@rodgobbi</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2783">gpbl/react-day-picker#2783</a></li>
<li>fix: correctly display the number of months when <code>numberOfMonths</code> and <code>endMonth</code> are set by <a href="https://github.com/gpbl"><code>@gpbl</code></a> in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2784">gpbl/react-day-picker#2784</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/mhwice"><code>@mhwice</code></a> made their first contribution in <a href="https://redirect.github.com/gpbl/react-day-picker/pull/2770">gpbl/react-day-picker#2770</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/gpbl/react-day-picker/compare/v9.7.0...v9.8.0">https://github.com/gpbl/react-day-picker/compare/v9.7.0...v9.8.0</a></p>
<h2>v9.7.0</h2>
<p>DayPicker 9.7 introduces a new <code>navLayout</code> prop to customize the layout of the navigation and includes improvements for time zones and localization.</p>
<h2>Navigation Layouts</h2>
<p>The <code>navLayout</code> prop allows you to change the layout of the navigation buttons in the calendar:</p>
<ul>
<li>With <code>navLayout="around"</code>, navigation buttons are displayed on either side of the caption.</li>
<li>With <code>navLayout="after"</code>, navigation buttons are displayed after the caption. This layout ensures that the focus order respects the visual order, conforming to the <a href="https://www.w3.org/TR/WCAG22/#focus-order">WCAG 2.2</a> guidelines for accessibility.</li>
</ul>
<p>For more details, see the <a href="https://daypicker.dev/docs/customization#navigation-layouts">Navigation Layouts</a> section in the documentation.</p>
<pre lang="tsx"><code><DayPicker navLayout="around" />
</code></pre>
<!-- raw HTML omitted -->
<pre lang="tsx"><code><DayPicker navLayout="after" />
</tr></table>
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gpbl/react-day-picker/commit/bd55df2e3a4917f4c368020f3ef64f60b6882627"><code>bd55df2</code></a> Bump v9.8.1</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/3782986bd6fcaadc3921b0b782f8b5a14695db81"><code>3782986</code></a> build: upgrade dev dependencies (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2800">#2800</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/f74c61965a20822952c92acf54ebb2079181c284"><code>f74c619</code></a> build: avoid locking dependencies (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2789">#2789</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/3da2e918fb7473fe79b8e745239f95190d863e7c"><code>3da2e91</code></a> refactor(website): correct minor spelling error (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2790">#2790</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/7e70c4d46ddb8a00f8915cf7711445ea3db8c7ca"><code>7e70c4d</code></a> docs: Improve documentation for <code>captionLayout</code> prop (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2788">#2788</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/14940f1c77b2ba8160fbe8472aed21554606c29f"><code>14940f1</code></a> docs: fix captionLayout props doc (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2787">#2787</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/6619244cc89890dd8f1ee87dedc7e86a99491c04"><code>6619244</code></a> build: bump v9.8.0</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/f1023dd139edf4fa01a596f03c3649cbc8b79613"><code>f1023dd</code></a> fix: initial month when <code>numberOfMonths</code> and <code>endMonth</code> are set (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2784">#2784</a>)</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/46ff7594c2266e0b7421a88d3394b7c951511be0"><code>46ff759</code></a> fix: setting defaultMonth the next year when using the dropdown mode does not...</li>
<li><a href="https://github.com/gpbl/react-day-picker/commit/e4d66a0cd09110e95d84660b6fac88e777ec72f4"><code>e4d66a0</code></a> feat(accessibility): Shift+Arrows to navigate months/years (<a href="https://redirect.github.com/gpbl/react-day-picker/issues/2770">#2770</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/gpbl/react-day-picker/compare/v9.6.7...v9.8.1">compare view</a></li>
</ul>
</details>
<br />
Updat...
_Description has been truncated_
合并状态:未合并 1 条评论