Skip to content

Commit 4011bd2

Browse files
chore(deps-dev): bump the dev-dependencies-minor-patch group with 19 updates (#1321)
Bumps the dev-dependencies-minor-patch group with 19 updates: | Package | From | To | | --- | --- | --- | | [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.10.15` | `0.11.1` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` | | [@pinia/colada](https://github.com/posva/pinia-colada) | `0.17.9` | `0.20.0` | | [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) | `5.90.12` | `5.90.15` | | [@tanstack/solid-query](https://github.com/TanStack/query/tree/HEAD/packages/solid-query) | `5.90.15` | `5.90.18` | | [@tanstack/svelte-query](https://github.com/TanStack/query/tree/HEAD/packages/svelte-query) | `6.0.10` | `6.0.13` | | [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) | `5.92.1` | `5.92.4` | | [arktype](https://github.com/arktypeio/arktype/tree/HEAD/ark/type) | `2.1.27` | `2.1.29` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20251228.0` | `4.20251230.0` | | [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `11.1.10` | `11.1.11` | | [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `11.1.10` | `11.1.11` | | [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `11.1.10` | `11.1.11` | | [@nestjs/platform-fastify](https://github.com/nestjs/nest/tree/HEAD/packages/platform-fastify) | `11.1.10` | `11.1.11` | | [@nestjs/testing](https://github.com/nestjs/nest/tree/HEAD/packages/testing) | `11.1.10` | `11.1.11` | | [@tanstack/angular-query-experimental](https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental) | `5.90.16` | `5.90.19` | | [@tanstack/query-core](https://github.com/TanStack/query/tree/HEAD/packages/query-core) | `5.90.12` | `5.90.15` | | [@swc/core](https://github.com/swc-project/swc) | `1.15.7` | `1.15.8` | | [@tanstack/react-query-devtools](https://github.com/TanStack/query/tree/HEAD/packages/react-query-devtools) | `5.91.1` | `5.91.2` | | [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.145.0` | `1.145.1` | Updates `@cloudflare/vitest-pool-workers` from 0.10.15 to 0.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/releases"><code>@​cloudflare/vitest-pool-workers</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​cloudflare/vitest-pool-workers</code><a href="https://github.com/0"><code>@​0</code></a>.11.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ae1ad22b24216c466bbbbb5966c82ed2b9bc8ac7"><code>ae1ad22</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/171cfd96e07394ccd00025770d18657c6c297c87"><code>171cfd9</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/428ae9e83c9c193da3bf3894db13b1b520cc7c47"><code>428ae9e</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/737c0f4e1212d3a2ec59bedac125fe07ed0fb0ed"><code>737c0f4</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/c0e249e3d662444720548acee70ac33a078c408f"><code>c0e249e</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/472cf72a6f340e30499daa1d04bf5f17621044bf"><code>472cf72</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/3853200d4ebf70a0c71cd4480b007efb93216fcc"><code>3853200</code></a>]: <ul> <li>miniflare@4.20251217.0</li> <li>wrangler@4.56.0</li> </ul> </li> </ul> <h2><code>@​cloudflare/vitest-pool-workers</code><a href="https://github.com/0"><code>@​0</code></a>.11.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11533">#11533</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8d9003e144156f32aef03aba71b18c7e5c5b202d"><code>8d9003e</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>! - Add support for ctx.exports</p> <p>It is now possible to access <code>ctx.exports</code> properties for the <code>main</code> (<code>SELF</code>) worker.</p> <ul> <li>Integration tests: in the <code>SELF</code> worker the <code>ctx.exports</code> object now contains the expected stubs to the exported entry-points.</li> <li>Unit tests: the object returned from <code>createExecutionContext()</code> has <code>exports</code> property that exposes the exports of the <code>SELF</code> worker.</li> </ul> <p>Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the <code>main</code> Worker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via the <code>additionalExports</code> setting.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ed42010436cd2a04df9a47c4e1fed3dff45aed90"><code>ed42010</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/5d085fbf385ca3f3a034ee47004229a87a044823"><code>5d085fb</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/b75b710734c8382a9a929b1db2bb34fcb3e96468"><code>b75b710</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/1e9be123a3a9097593c701319ea69dfeb5086107"><code>1e9be12</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6b28de117170b7086e6f6580b558048ce878a6b8"><code>6b28de1</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6c590a0c3392bb2b32ff5b7388114066d39e03da"><code>6c590a0</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/12a63ef6df4f5741320b34b8bddd4e2a0f891f0e"><code>12a63ef</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4201472291fa1c864dbcca40c173a76e5b571a04"><code>4201472</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/7d8d4a6a440740c105bb5de869c3555f9ed2568d"><code>7d8d4a6</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/95d81e1b6371a1293f58da281adc3fd37bd0ea0b"><code>95d81e1</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6c590a0c3392bb2b32ff5b7388114066d39e03da"><code>6c590a0</code></a>]: <ul> <li>wrangler@4.55.0</li> <li>miniflare@4.20251213.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/blob/main/packages/vitest-pool-workers/CHANGELOG.md"><code>@​cloudflare/vitest-pool-workers</code>'s changelog</a>.</em></p> <blockquote> <h2>0.11.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ae1ad22b24216c466bbbbb5966c82ed2b9bc8ac7"><code>ae1ad22</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/171cfd96e07394ccd00025770d18657c6c297c87"><code>171cfd9</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/428ae9e83c9c193da3bf3894db13b1b520cc7c47"><code>428ae9e</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/737c0f4e1212d3a2ec59bedac125fe07ed0fb0ed"><code>737c0f4</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/c0e249e3d662444720548acee70ac33a078c408f"><code>c0e249e</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/472cf72a6f340e30499daa1d04bf5f17621044bf"><code>472cf72</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/3853200d4ebf70a0c71cd4480b007efb93216fcc"><code>3853200</code></a>]: <ul> <li>miniflare@4.20251217.0</li> <li>wrangler@4.56.0</li> </ul> </li> </ul> <h2>0.11.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11533">#11533</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8d9003e144156f32aef03aba71b18c7e5c5b202d"><code>8d9003e</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>! - Add support for ctx.exports</p> <p>It is now possible to access <code>ctx.exports</code> properties for the <code>main</code> (<code>SELF</code>) worker.</p> <ul> <li>Integration tests: in the <code>SELF</code> worker the <code>ctx.exports</code> object now contains the expected stubs to the exported entry-points.</li> <li>Unit tests: the object returned from <code>createExecutionContext()</code> has <code>exports</code> property that exposes the exports of the <code>SELF</code> worker.</li> </ul> <p>Due to the dynamic nature of Vitest the integration relies upon guessing what the exports of the <code>main</code> Worker are by statically analyzing the Worker source using esbuild. In cases where it is not possible to infer the exports (for example, a wildcard re-export of a virtual module) it is possible to declare these in the vitest-pool-workers config via the <code>additionalExports</code> setting.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ed42010436cd2a04df9a47c4e1fed3dff45aed90"><code>ed42010</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/5d085fbf385ca3f3a034ee47004229a87a044823"><code>5d085fb</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/b75b710734c8382a9a929b1db2bb34fcb3e96468"><code>b75b710</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/1e9be123a3a9097593c701319ea69dfeb5086107"><code>1e9be12</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6b28de117170b7086e6f6580b558048ce878a6b8"><code>6b28de1</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6c590a0c3392bb2b32ff5b7388114066d39e03da"><code>6c590a0</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/12a63ef6df4f5741320b34b8bddd4e2a0f891f0e"><code>12a63ef</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4201472291fa1c864dbcca40c173a76e5b571a04"><code>4201472</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/7d8d4a6a440740c105bb5de869c3555f9ed2568d"><code>7d8d4a6</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/95d81e1b6371a1293f58da281adc3fd37bd0ea0b"><code>95d81e1</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/6c590a0c3392bb2b32ff5b7388114066d39e03da"><code>6c590a0</code></a>]: <ul> <li>wrangler@4.55.0</li> <li>miniflare@4.20251213.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/6be932129d216384e20fc9f6edf8f4a3a05a9581"><code>6be9321</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers/issues/11666">#11666</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8ba87a06443667039061bdd187c0056d6cff2336"><code>8ba87a0</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers/issues/11602">#11602</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8d9003e144156f32aef03aba71b18c7e5c5b202d"><code>8d9003e</code></a> support <code>ctx.exports</code> in vitest-pool-workers (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers/issues/11533">#11533</a>)</li> <li>See full diff in <a href="https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.11.1/packages/vitest-pool-workers">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.8.3 to 5.9.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.9.3</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.3%22+is%3Aclosed+">fixed issues query for Typescript 5.9.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> <li><em>No specific changes for TypeScript 5.9.2 (Stable)</em></li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9 RC</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/">release announcement</a></p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.1%22+is%3Aclosed+">fixed issues query for Typescript 5.9.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> <h2>TypeScript 5.9 Beta</h2> <p>Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.</p> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-beta/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.9.0%22+is%3Aclosed+">fixed issues query for Typescript 5.9.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/c63de15a992d37f0d6cec03ac7631872838602cb"><code>c63de15</code></a> Bump version to 5.9.3 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/8428ca4cc8a7ecc9ac18dd0258016228814f5eaf"><code>8428ca4</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62438">#62438</a> (Fix incorrectly ignored dts file fr...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/a131cac6831aa6532ea963d0cb3131b957cad980"><code>a131cac</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62351">#62351</a> (Add missing Float16Array constructo...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/04243333584a5bfaeb3434c0982c6280fe87b8d5"><code>0424333</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62423">#62423</a> (Revert PR 61928) into release-5.9 (<a href="https://redirect.github.com/microsoft/TypeScript/issues/62425">#62425</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/bdb641a4347af822916fb8cdb9894c9c2d2421dd"><code>bdb641a</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/62311">#62311</a> (Fix parenthesizer rules for manuall...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/0d9b9b92e2aca2f75c979a801abbc21bff473748"><code>0d9b9b9</code></a> 🤖 Pick PR <a href="https://redirect.github.com/microsoft/TypeScript/issues/61978">#61978</a> (Restructure CI to prepare for requi...) into release-5.9 (#...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/2dce0c58af51cf9a9068365dc2f756c61b82b597"><code>2dce0c5</code></a> Intentionally regress one buggy declaration output to an older version (<a href="https://redirect.github.com/microsoft/TypeScript/issues/62163">#62163</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/5be33469d551655d878876faa9e30aa3b49f8ee9"><code>5be3346</code></a> Bump version to 5.9.2 and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ad825f2bee3362886d642c48cb97c82df82b3ddb"><code>ad825f2</code></a> Bump version to 5.9.1-rc and LKG</li> <li><a href="https://github.com/microsoft/TypeScript/commit/463a5bf92c3597dc14f252517c10a1bef7ac2f4c"><code>463a5bf</code></a> Update LKG</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.8.3...v5.9.3">compare view</a></li> </ul> </details> <br /> Updates `@pinia/colada` from 0.17.9 to 0.20.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/posva/pinia-colada/blob/main/CHANGELOG.md"><code>@​pinia/colada</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/posva/pinia-colada/compare/v0.19.1...v0.20.0">0.20.0</a> (2025-12-23)</h1> <p>This release completely changed how <code>useInfiniteQuery()</code> works, the parameters and returned values:</p> <ul> <li>The <code>merge</code> option has been removed and <code>data</code> contains an object with <code>pages</code> and <code>pageParams</code> arrays that can be flattened.</li> <li><code>initialPage</code> has now been replaced with <code>initialPageParam</code></li> <li><code>loadMore</code> has been renamed <code>loadNextPage</code></li> <li><code>getNextPageParam</code> is now a required option</li> <li>Invalidating now works just as with regular queries, which means that you probably want to set <code>stale</code> value higher (or disable it) to avoid refetching multiple pages when an infinite query is invalidated. Also, you might want to set <code>refetchOn*</code> options to <code>false</code>.</li> <li>It's now possible to have bi-directional navigation</li> <li>There is now <code>hasNextPage</code> and <code>hasPreviousPage</code></li> </ul> <p>Any feedback on the feature and improvements is welcome!</p> <p>Here is a complete example of what it looks in action:</p> <pre lang="ts"><code>&lt;script setup lang=&quot;ts&quot;&gt; import { useInfiniteQuery } from '@pinia/colada' import { onWatcherCleanup, useTemplateRef, watch } from 'vue' <p>const { state: factsPages, loadNextPage, asyncStatus, isDelaying, hasNextPage, } = useInfiniteQuery({ key: ['feed'], query: async ({ pageParam }) =&gt; factsApi.get&lt;CatFacts&gt;({ query: { page: pageParam, limit: 10 } }), initialPageParam: 1, getNextPageParam(lastPage) { return lastPage.next_page_url } // plugins retry: 0, delay: 0, })</p> <p>// we only need an array const facts = computed(() =&gt; factPages.value.data?.pages.flat()) const loadMoreEl = useTemplateRef('load-more')</p> <p>watch(loadMoreEl, (el) =&gt; { if (el) { const observer = new IntersectionObserver( (entries) =&gt; { if (entries[0]?.isIntersecting) { loadNextPage() } &lt;/tr&gt;&lt;/table&gt; </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/posva/pinia-colada/commit/a082ef27fed5983445304170ad99c231b221ed16"><code>a082ef2</code></a> release: <code>@​pinia/colada</code><a href="https://github.com/0"><code>@​0</code></a>.20.0 <code>@​pinia/colada-nuxt</code><a href="https://github.com/0"><code>@​0</code></a>.3.0 <code>@​pinia/colada-devtools</code>...</li> <li><a href="https://github.com/posva/pinia-colada/commit/18bd465df5c6ec9bb1fe8ed223a416e2870b311a"><code>18bd465</code></a> release: <code>@​pinia/colada-plugin-delay</code><a href="https://github.com/0"><code>@​0</code></a>.1.4</li> <li><a href="https://github.com/posva/pinia-colada/commit/b6883a8463cf9d41e1e3e1e290a2614223f1160e"><code>b6883a8</code></a> ci: fix pkg.pr.new</li> <li><a href="https://github.com/posva/pinia-colada/commit/e15b9cab64d5b78c34e5209d7ba1f8b54136f21c"><code>e15b9ca</code></a> ci: fix tag</li> <li><a href="https://github.com/posva/pinia-colada/commit/bfb40565c86a20cf45a4e31cf79793b89ea3f830"><code>bfb4056</code></a> refactor: fix types</li> <li><a href="https://github.com/posva/pinia-colada/commit/72ae207282181e5d4a8e9eed94b5185dacc8ff6a"><code>72ae207</code></a> chore: fix types</li> <li><a href="https://github.com/posva/pinia-colada/commit/df1c23b3112d59672517a4074f95c46b0e07b787"><code>df1c23b</code></a> test(infinite): ensure key changes entry</li> <li><a href="https://github.com/posva/pinia-colada/commit/bc9c261a8b294049fa87ee9c2e52049c3e0a78fe"><code>bc9c261</code></a> fix(infinite): invalidation should refetch</li> <li><a href="https://github.com/posva/pinia-colada/commit/763914564a91584ebd4fc931289e1e242c489806"><code>7639145</code></a> feat(infinite): maxPages</li> <li><a href="https://github.com/posva/pinia-colada/commit/16de801849c54273d6842583ecd3c2b21d67f185"><code>16de801</code></a> feat(infinite): add cancelRefetch</li> <li>Additional commits viewable in <a href="https://github.com/posva/pinia-colada/compare/v0.17.9...v0.20.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​pinia/colada</code> since your current version.</p> </details> <br /> Updates `@tanstack/react-query` from 5.90.12 to 5.90.15 <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><code>@​tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.12</li> <li><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.11</li> <li><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.12</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2><code>@​tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/c01b150e3673e11d6533768529a5e6fe3ebee68c"><code>c01b150</code></a>]: <ul> <li><code>@​tanstack/react-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.11</li> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.10</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/react-query/CHANGELOG.md"><code>@​tanstack/react-query</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2>5.90.14</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2>5.90.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4a0a78afbc2432f8cb6828035965853fa98c86a0"><code>4a0a78a</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10003">#10003</a>)</li> <li><a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a> fix(query-core): ensure query refetches on mount/retry when status is error (...</li> <li><a href="https://github.com/TanStack/query/commit/e907f89c6455bb961013e83d51c14e9a4ef96255"><code>e907f89</code></a> fix(core): report errors of useMutation callbacks asynchronously (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9676">#9676</a>)</li> <li><a href="https://github.com/TanStack/query/commit/84564f1293f4ca067e9cb40bf3e51cce1939ef8d"><code>84564f1</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/10001">#10001</a>)</li> <li><a href="https://github.com/TanStack/query/commit/642f72d699377cedc284623f0edd9f6924810593"><code>642f72d</code></a> test(react-query/ssr): add 'useIsFetching' test for SSR (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9994">#9994</a>)</li> <li><a href="https://github.com/TanStack/query/commit/1d20c486ae650c0ba936a45cec9b17679c885207"><code>1d20c48</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9997">#9997</a>)</li> <li><a href="https://github.com/TanStack/query/commit/2be25ca08d93a2e19ba57cf0810822e18ff72be7"><code>2be25ca</code></a> test(react-query/HydrationBoundary): add tests for 'enabled: false' and 'stal...</li> <li><a href="https://github.com/TanStack/query/commit/f15b7fcc01e995ab8835f1b1cc82ebb472c1ff64"><code>f15b7fc</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/react-query@5.90.15/packages/react-query">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/react-query</code> since your current version.</p> </details> <br /> Updates `@tanstack/solid-query` from 5.90.15 to 5.90.18 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/solid-query</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.14</li> <li><code>@​tanstack/solid-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.18</li> </ul> </li> </ul> <h2><code>@​tanstack/solid-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2><code>@​tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@​5</code></a>.90.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.13</li> <li><code>@​tanstack/solid-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.17</li> </ul> </li> </ul> <h2><code>@​tanstack/solid-query</code><a href="https://github.com/5"><code>@​5</code></a>.90.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/solid-query/CHANGELOG.md"><code>@​tanstack/solid-query</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2>5.90.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2>5.90.16</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4a0a78afbc2432f8cb6828035965853fa98c86a0"><code>4a0a78a</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/solid-query/issues/10003">#10003</a>)</li> <li><a href="https://github.com/TanStack/query/commit/e907f89c6455bb961013e83d51c14e9a4ef96255"><code>e907f89</code></a> fix(core): report errors of useMutation callbacks asynchronously (<a href="https://github.com/TanStack/query/tree/HEAD/packages/solid-query/issues/9676">#9676</a>)</li> <li><a href="https://github.com/TanStack/query/commit/84564f1293f4ca067e9cb40bf3e51cce1939ef8d"><code>84564f1</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/solid-query/issues/10001">#10001</a>)</li> <li><a href="https://github.com/TanStack/query/commit/1d20c486ae650c0ba936a45cec9b17679c885207"><code>1d20c48</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/solid-query/issues/9997">#9997</a>)</li> <li><a href="https://github.com/TanStack/query/commit/7a3990eba7a7e0593f19fd46f40d3f528ff2e217"><code>7a3990e</code></a> test(solid-query/useQuery): migrate to fake timers, replace 'waitFor' with 'a...</li> <li><a href="https://github.com/TanStack/query/commit/f15b7fcc01e995ab8835f1b1cc82ebb472c1ff64"><code>f15b7fc</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/query/tree/HEAD/packages/solid-query/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/solid-query@5.90.18/packages/solid-query">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/solid-query</code> since your current version.</p> </details> <br /> Updates `@tanstack/svelte-query` from 6.0.10 to 6.0.13 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/svelte-query</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/svelte-query</code><a href="https://github.com/6"><code>@​6</code></a>.0.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2><code>@​tanstack/svelte-query-persist-client</code><a href="https://github.com/6"><code>@​6</code></a>.0.12</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.11</li> <li><code>@​tanstack/svelte-query</code><a href="https://github.com/6"><code>@​6</code></a>.0.10</li> </ul> </li> </ul> <h2><code>@​tanstack/svelte-query</code><a href="https://github.com/6"><code>@​6</code></a>.0.12</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2><code>@​tanstack/svelte-query-persist-client</code><a href="https://github.com/6"><code>@​6</code></a>.0.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies []: <ul> <li><code>@​tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@​5</code></a>.91.10</li> <li><code>@​tanstack/svelte-query</code><a href="https://github.com/6"><code>@​6</code></a>.0.9</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/svelte-query/CHANGELOG.md"><code>@​tanstack/svelte-query</code>'s changelog</a>.</em></p> <blockquote> <h2>6.0.13</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2>6.0.12</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2>6.0.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4a0a78afbc2432f8cb6828035965853fa98c86a0"><code>4a0a78a</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/svelte-query/issues/10003">#10003</a>)</li> <li><a href="https://github.com/TanStack/query/commit/84564f1293f4ca067e9cb40bf3e51cce1939ef8d"><code>84564f1</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/svelte-query/issues/10001">#10001</a>)</li> <li><a href="https://github.com/TanStack/query/commit/1d20c486ae650c0ba936a45cec9b17679c885207"><code>1d20c48</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/svelte-query/issues/9997">#9997</a>)</li> <li><a href="https://github.com/TanStack/query/commit/f15b7fcc01e995ab8835f1b1cc82ebb472c1ff64"><code>f15b7fc</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/query/tree/HEAD/packages/svelte-query/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/svelte-query@6.0.13/packages/svelte-query">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/svelte-query</code> since your current version.</p> </details> <br /> Updates `@tanstack/vue-query` from 5.92.1 to 5.92.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/vue-query</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/vue-query</code><a href="https://github.com/5"><code>@​5</code></a>.92.4</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2><code>@​tanstack/vue-query</code><a href="https://github.com/5"><code>@​5</code></a>.92.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/vue-query/CHANGELOG.md"><code>@​tanstack/vue-query</code>'s changelog</a>.</em></p> <blockquote> <h2>5.92.4</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2>5.92.3</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2>5.92.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4a0a78afbc2432f8cb6828035965853fa98c86a0"><code>4a0a78a</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/vue-query/issues/10003">#10003</a>)</li> <li><a href="https://github.com/TanStack/query/commit/84564f1293f4ca067e9cb40bf3e51cce1939ef8d"><code>84564f1</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/vue-query/issues/10001">#10001</a>)</li> <li><a href="https://github.com/TanStack/query/commit/1d20c486ae650c0ba936a45cec9b17679c885207"><code>1d20c48</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/vue-query/issues/9997">#9997</a>)</li> <li><a href="https://github.com/TanStack/query/commit/f15b7fcc01e995ab8835f1b1cc82ebb472c1ff64"><code>f15b7fc</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/query/tree/HEAD/packages/vue-query/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/vue-query@5.92.4/packages/vue-query">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/vue-query</code> since your current version.</p> </details> <br /> Updates `arktype` from 2.1.27 to 2.1.29 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/arktypeio/arktype/blob/main/ark/type/CHANGELOG.md">arktype's changelog</a>.</em></p> <blockquote> <h2>2.1.29</h2> <h3>Improve regex inference for certain numeric expressions</h3> <pre lang="ts"><code>// was: Regex&lt;`${bigint}${bigint}`&gt; // now: Regex&lt;`${number}`&gt; regex(&quot;^\\d{2}$&quot;) </code></pre> <p>See arkregex CHANGELOG for full notes.</p> <h2>2.1.28</h2> <h3>JSON Schema improvements</h3> <ul> <li>Adds support for the new Standard JSON Schema interface (see standardschema.dev)</li> <li>Now accepts a <code>target</code> option and can generate draft-07 in addition to draft-2020-12</li> </ul> <h3>Standard Schema is now a valid definition</h3> <p>Any Standard Schema compliant validator can now be passed directly to <code>type</code>, either directly or nested in a structural ArkType definition, and will be fully inferred and validated.</p> <pre lang="ts"><code>import { type } from &quot;arktype&quot; import * as v from &quot;valibot&quot; import z from &quot;zod&quot; <p>const ZodAddress = z.object({<br /> street: z.string(),<br /> city: z.string()<br /> })</p> <p>const User = type({<br /> name: &quot;string&quot;,<br /> age: v.number(),<br /> address: ZodAddress<br /> })<br /> </code></pre></p> <h3>e(x)ec mode for regex types</h3> <pre lang="ts"><code>const User = type({ // x-prefix a regex literal to parse its type-safe capture groups birthday: &quot;x/^(?&lt;month&gt;\\d{2})-(?&lt;day&gt;\\d{2})-(?&lt;year&gt;\\d{4})$/&quot; }) <p>const data = User.assert({ birthday: &quot;05-21-1993&quot; })</p> <p>&lt;/tr&gt;&lt;/table&gt;<br /> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/arktypeio/arktype/commit/5f9ddd77aa08dd8a839c03c69feac89bb546f30e"><code>5f9ddd7</code></a> improve arkregex \d inference (<a href="https://github.com/arktypeio/arktype/tree/HEAD/ark/type/issues/1564">#1564</a>)</li> <li><a href="https://github.com/arktypeio/arktype/commit/55a9e1f516ad52923533e5052119eb518cbb9e9c"><code>55a9e1f</code></a> Remove Mintlify from sponsors section (<a href="https://github.com/arktypeio/arktype/tree/HEAD/ark/type/issues/1561">#1561</a>)</li> <li><a href="https://github.com/arktypeio/arktype/commit/9c4045b499c5f62336abaaea5dc7a85e79cc7297"><code>9c4045b</code></a> Standard JSON Schema, Standard Schema defs, regex exec types (<a href="https://github.com/arktypeio/arktype/tree/HEAD/ark/type/issues/1558">#1558</a>)</li> <li>See full diff in <a href="https://github.com/arktypeio/arktype/commits/arktype@2.1.29/ark/type">compare view</a></li> </ul> </details> <br /> Updates `@cloudflare/workers-types` from 4.20251228.0 to 4.20251230.0 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/cloudflare/workerd/commits">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/common` from 11.1.10 to 11.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/common</code>'s releases</a>.</em></p> <blockquote> <h2>v11.1.11 (2025-12-29)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16135">#16135</a> fix(platform-fastify): middie bypassing through decoded chars (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16133">#16133</a> fix(core): add missing catch handler for forward-ref provider resolution (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-socket.io</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16125">#16125</a> fix(deps): update dependency socket.io to v4.8.3 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/16114">#16114</a> chore(deps): bump socket.io from 4.8.1 to 4.8.2 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16130">#16130</a> fix(deps): update dependency <code>@​fastify/static</code> to v9 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>common</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16127">#16127</a> chore(deps): bump file-type from 21.1.1 to 21.2.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Himanshu Gupta (<a href="https://github.com/manureja64"><code>@​manureja64</code></a>)</li> <li>Kamil Mysliwiec (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li>coti (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/585f55f0e4d0527a8c7846dd93de01085d3b3d2d"><code>585f55f</code></a> chore: revert lerna version</li> <li><a href="https://github.com/nestjs/nest/commit/fef323b2c9f8e8e9135bc18a343598fb77f6f1c1"><code>fef323b</code></a> chore(release): publish v11.1.11 release</li> <li><a href="https://github.com/nestjs/nest/commit/a4a50d4fc400562e166ce734eb40cec4ecebdd14"><code>a4a50d4</code></a> chore(deps): bump file-type from 21.1.1 to 21.2.0</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v11.1.11/packages/common">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/core` from 11.1.10 to 11.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/core</code>'s releases</a>.</em></p> <blockquote> <h2>v11.1.11 (2025-12-29)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16135">#16135</a> fix(platform-fastify): middie bypassing through decoded chars (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16133">#16133</a> fix(core): add missing catch handler for forward-ref provider resolution (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-socket.io</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16125">#16125</a> fix(deps): update dependency socket.io to v4.8.3 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/16114">#16114</a> chore(deps): bump socket.io from 4.8.1 to 4.8.2 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16130">#16130</a> fix(deps): update dependency <code>@​fastify/static</code> to v9 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>common</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16127">#16127</a> chore(deps): bump file-type from 21.1.1 to 21.2.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Himanshu Gupta (<a href="https://github.com/manureja64"><code>@​manureja64</code></a>)</li> <li>Kamil Mysliwiec (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li>coti (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/585f55f0e4d0527a8c7846dd93de01085d3b3d2d"><code>585f55f</code></a> chore: revert lerna version</li> <li><a href="https://github.com/nestjs/nest/commit/fef323b2c9f8e8e9135bc18a343598fb77f6f1c1"><code>fef323b</code></a> chore(release): publish v11.1.11 release</li> <li><a href="https://github.com/nestjs/nest/commit/15198c650d6b5aa53e75a60fa0299c6df4bf857c"><code>15198c6</code></a> fix(core): add missing catch handler for forward-ref provider resolution</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v11.1.11/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/platform-express` from 11.1.10 to 11.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/platform-express</code>'s releases</a>.</em></p> <blockquote> <h2>v11.1.11 (2025-12-29)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16135">#16135</a> fix(platform-fastify): middie bypassing through decoded chars (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16133">#16133</a> fix(core): add missing catch handler for forward-ref provider resolution (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-socket.io</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16125">#16125</a> fix(deps): update dependency socket.io to v4.8.3 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/16114">#16114</a> chore(deps): bump socket.io from 4.8.1 to 4.8.2 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16130">#16130</a> fix(deps): update dependency <code>@​fastify/static</code> to v9 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>common</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16127">#16127</a> chore(deps): bump file-type from 21.1.1 to 21.2.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Himanshu Gupta (<a href="https://github.com/manureja64"><code>@​manureja64</code></a>)</li> <li>Kamil Mysliwiec (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li>coti (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/585f55f0e4d0527a8c7846dd93de01085d3b3d2d"><code>585f55f</code></a> chore: revert lerna version</li> <li><a href="https://github.com/nestjs/nest/commit/fef323b2c9f8e8e9135bc18a343598fb77f6f1c1"><code>fef323b</code></a> chore(release): publish v11.1.11 release</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v11.1.11/packages/platform-express">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/platform-fastify` from 11.1.10 to 11.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/platform-fastify</code>'s releases</a>.</em></p> <blockquote> <h2>v11.1.11 (2025-12-29)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16135">#16135</a> fix(platform-fastify): middie bypassing through decoded chars (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16133">#16133</a> fix(core): add missing catch handler for forward-ref provider resolution (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-socket.io</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16125">#16125</a> fix(deps): update dependency socket.io to v4.8.3 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/16114">#16114</a> chore(deps): bump socket.io from 4.8.1 to 4.8.2 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16130">#16130</a> fix(deps): update dependency <code>@​fastify/static</code> to v9 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>common</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16127">#16127</a> chore(deps): bump file-type from 21.1.1 to 21.2.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Himanshu Gupta (<a href="https://github.com/manureja64"><code>@​manureja64</code></a>)</li> <li>Kamil Mysliwiec (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li>coti (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/585f55f0e4d0527a8c7846dd93de01085d3b3d2d"><code>585f55f</code></a> chore: revert lerna version</li> <li><a href="https://github.com/nestjs/nest/commit/fef323b2c9f8e8e9135bc18a343598fb77f6f1c1"><code>fef323b</code></a> chore(release): publish v11.1.11 release</li> <li><a href="https://github.com/nestjs/nest/commit/d1e55d082f85e2357bbd79de05752c3af1efdef0"><code>d1e55d0</code></a> style: disable linter for fastify middie external</li> <li><a href="https://github.com/nestjs/nest/commit/c4cedda15a05aafec1e6045b36b0335ab850e771"><code>c4cedda</code></a> fix(platform-fastify): middie bypassing through decoded chars</li> <li><a href="https://github.com/nestjs/nest/commit/9b09e38e7da31a145d964850fa98c34aa6924886"><code>9b09e38</code></a> fix(deps): update dependency <code>@​fastify/static</code> to v9</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v11.1.11/packages/platform-fastify">compare view</a></li> </ul> </details> <br /> Updates `@nestjs/testing` from 11.1.10 to 11.1.11 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nestjs/nest/releases"><code>@​nestjs/testing</code>'s releases</a>.</em></p> <blockquote> <h2>v11.1.11 (2025-12-29)</h2> <h4>Bug fixes</h4> <ul> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16135">#16135</a> fix(platform-fastify): middie bypassing through decoded chars (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> </ul> </li> <li><code>core</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16133">#16133</a> fix(core): add missing catch handler for forward-ref provider resolution (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </li> </ul> <h4>Dependencies</h4> <ul> <li><code>platform-socket.io</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16125">#16125</a> fix(deps): update dependency socket.io to v4.8.3 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> <li><a href="https://redirect.github.com/nestjs/nest/pull/16114">#16114</a> chore(deps): bump socket.io from 4.8.1 to 4.8.2 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> <li><code>platform-fastify</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16130">#16130</a> fix(deps): update dependency <code>@​fastify/static</code> to v9 (<a href="https://github.com/apps/renovate"><code>@​renovate[bot]</code></a>)</li> </ul> </li> <li><code>common</code> <ul> <li><a href="https://redirect.github.com/nestjs/nest/pull/16127">#16127</a> chore(deps): bump file-type from 21.1.1 to 21.2.0 (<a href="https://github.com/apps/dependabot"><code>@​dependabot[bot]</code></a>)</li> </ul> </li> </ul> <h4>Committers: 3</h4> <ul> <li>Himanshu Gupta (<a href="https://github.com/manureja64"><code>@​manureja64</code></a>)</li> <li>Kamil Mysliwiec (<a href="https://github.com/kamilmysliwiec"><code>@​kamilmysliwiec</code></a>)</li> <li>coti (<a href="https://github.com/coti-z"><code>@​coti-z</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nestjs/nest/commit/585f55f0e4d0527a8c7846dd93de01085d3b3d2d"><code>585f55f</code></a> chore: revert lerna version</li> <li><a href="https://github.com/nestjs/nest/commit/fef323b2c9f8e8e9135bc18a343598fb77f6f1c1"><code>fef323b</code></a> chore(release): publish v11.1.11 release</li> <li>See full diff in <a href="https://github.com/nestjs/nest/commits/v11.1.11/packages/testing">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/angular-query-experimental` from 5.90.16 to 5.90.19 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/angular-query-experimental</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@​5</code></a>.90.19</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2><code>@​tanstack/angular-query-experimental</code><a href="https://github.com/5"><code>@​5</code></a>.90.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/angular-query-experimental/CHANGELOG.md"><code>@​tanstack/angular-query-experimental</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.19</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/fccef797d57d4a9566517bba87c8377f363920f2"><code>fccef79</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</li> </ul> </li> </ul> <h2>5.90.18</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/d576092e2ece4ca3936add3eb0da5234c1d82ed4"><code>d576092</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</li> </ul> </li> </ul> <h2>5.90.17</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/TanStack/query/commit/4a0a78afbc2432f8cb6828035965853fa98c86a0"><code>4a0a78a</code></a>]: <ul> <li><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/0a1e3e0e05e7a9a89e875682e6ccf14e2010bb96"><code>0a1e3e0</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental/issues/10003">#10003</a>)</li> <li><a href="https://github.com/TanStack/query/commit/84564f1293f4ca067e9cb40bf3e51cce1939ef8d"><code>84564f1</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental/issues/10001">#10001</a>)</li> <li><a href="https://github.com/TanStack/query/commit/1d20c486ae650c0ba936a45cec9b17679c885207"><code>1d20c48</code></a> ci: Version Packages (<a href="https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental/issues/9997">#9997</a>)</li> <li><a href="https://github.com/TanStack/query/commit/f15b7fcc01e995ab8835f1b1cc82ebb472c1ff64"><code>f15b7fc</code></a> ci: prepare for trusted publishing (<a href="https://github.com/TanStack/query/tree/HEAD/packages/angular-query-experimental/issues/9952">#9952</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/@tanstack/angular-query-experimental@5.90.19/packages/angular-query-experimental">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by [GitHub Actions](<a href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a> Actions), a new releaser for <code>@​tanstack/angular-query-experimental</code> since your current version.</p> </details> <br /> Updates `@tanstack/query-core` from 5.90.12 to 5.90.15 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@​tanstack/query-core</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.15</h2> <h3>Patch Changes</h3> <ul> <li>Fix: Always treat existing data as stale when query goes into error state. (<a href="https://redirect.github.com/TanStack/query/pull/9927">#9927</a>)</li> </ul> <h2><code>@​tanstack/query-core</code><a href="https://github.com/5"><code>@​5</code></a>.90.14</h2> <h3>Patch Changes</h3> <ul> <li>Fix streamedQuery reducer being called twice (<a href="https://redirect.github.com/TanStack/query/pull/9970">#9970</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/blob/main/packages/query-core/CHANGELOG.md"><code>@​tanstack/query-core</code>'s changelog</a>.</em></p> <blockquote> <h2>5.90.15</h2> <h3>Patch Changes</h3> <ul> <li>Fix: Always treat existing data as stale when query goes into error state. (<a href="https://redirect.github.com/TanStack/query/pull/9927">#9927</a>)</li> </ul> <h2>5.90.14</h2> <h3>Patch Changes</h3> <ul> <li>Fix streamedQuery reducer being called twice (<a href="https://redirect.github.com/TanStack/query/pull/9970">#9970</a>)</li> </ul> <h2>5.90.13</h2> <h3>Patch Changes</h3> <ul> <li>Made context.signal consume aware with streamedQuery (<a href="https://redirect.github.com/TanStack/query/pull/9963…
1 parent a464abe commit 4011bd2

File tree

26 files changed

+357
-352
lines changed

26 files changed

+357
-352
lines changed

apps/content/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"@orpc/vue-colada": "workspace:*",
3232
"@orpc/vue-query": "workspace:*",
3333
"@orpc/zod": "workspace:*",
34-
"@pinia/colada": "^0.17.9",
34+
"@pinia/colada": "^0.20.0",
3535
"@sentry/node": "^10.32.1",
3636
"@shikijs/vitepress-twoslash": "^3.20.0",
37-
"@tanstack/react-query": "^5.90.12",
38-
"@tanstack/solid-query": "^5.90.15",
39-
"@tanstack/svelte-query": "^6.0.10",
40-
"@tanstack/vue-query": "^5.92.1",
37+
"@tanstack/react-query": "^5.90.15",
38+
"@tanstack/solid-query": "^5.90.18",
39+
"@tanstack/svelte-query": "^6.0.13",
40+
"@tanstack/vue-query": "^5.92.4",
4141
"@types/node": "^22.19.3",
4242
"ai": "^6.0.3",
4343
"markdown-it-task-lists": "^2.1.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@antfu/eslint-config": "^6.7.3",
30-
"@cloudflare/vitest-pool-workers": "^0.10.15",
30+
"@cloudflare/vitest-pool-workers": "^0.11.1",
3131
"@solidjs/testing-library": "^0.8.10",
3232
"@sveltejs/vite-plugin-svelte": "^6.2.1",
3333
"@testing-library/jest-dom": "^6.9.1",
@@ -52,7 +52,7 @@
5252
"pkg-pr-new": "^0.0.62",
5353
"sherif": "^1.9.0",
5454
"simple-git-hooks": "^2.13.1",
55-
"typescript": "~5.8.3",
55+
"typescript": "~5.9.3",
5656
"unbuild": "^3.6.1",
5757
"vite-plugin-solid": "^2.11.10",
5858
"vitest": "^3.2.4"

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"openapi-types": "^12.1.3"
4747
},
4848
"devDependencies": {
49-
"arktype": "2.1.27",
49+
"arktype": "2.1.29",
5050
"valibot": "^1.2.0",
5151
"zod": "^4.2.1"
5252
}

packages/durable-iterator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"valibot": "^1.2.0"
5656
},
5757
"devDependencies": {
58-
"@cloudflare/workers-types": "^4.20251228.0",
58+
"@cloudflare/workers-types": "^4.20251230.0",
5959
"@orpc/standard-server-peer": "workspace:*",
6060
"@types/node": "^22.19.3"
6161
}

packages/nest/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@
6262
},
6363
"devDependencies": {
6464
"@fastify/cookie": "^11.0.2",
65-
"@nestjs/common": "^11.1.10",
66-
"@nestjs/core": "^11.1.10",
67-
"@nestjs/platform-express": "^11.1.10",
68-
"@nestjs/platform-fastify": "^11.1.10",
69-
"@nestjs/testing": "^11.1.10",
65+
"@nestjs/common": "^11.1.11",
66+
"@nestjs/core": "^11.1.11",
67+
"@nestjs/platform-express": "^11.1.11",
68+
"@nestjs/platform-fastify": "^11.1.11",
69+
"@nestjs/testing": "^11.1.11",
7070
"@ts-rest/core": "^3.52.1",
7171
"@types/express": "^5.0.6",
7272
"express": "^5.2.1",

packages/publisher-durable-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@orpc/standard-server": "workspace:*"
4242
},
4343
"devDependencies": {
44-
"@cloudflare/workers-types": "^4.20251228.0",
44+
"@cloudflare/workers-types": "^4.20251230.0",
4545
"@orpc/standard-server-peer": "workspace:*",
4646
"@types/node": "^22.19.3"
4747
}

packages/react-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@orpc/tanstack-query": "workspace:*"
4747
},
4848
"devDependencies": {
49-
"@tanstack/react-query": "^5.90.12",
49+
"@tanstack/react-query": "^5.90.15",
5050
"react": "^19.2.3",
5151
"zod": "^4.2.1"
5252
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"devDependencies": {
4949
"@opentelemetry/api": "^1.9.0",
50-
"arktype": "2.1.27",
50+
"arktype": "2.1.29",
5151
"valibot": "^1.2.0",
5252
"zod": "^4.2.1"
5353
}

packages/solid-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@orpc/tanstack-query": "workspace:*"
4747
},
4848
"devDependencies": {
49-
"@tanstack/solid-query": "^5.90.15",
49+
"@tanstack/solid-query": "^5.90.18",
5050
"zod": "^4.2.1"
5151
}
5252
}

packages/svelte-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@orpc/tanstack-query": "workspace:*"
4747
},
4848
"devDependencies": {
49-
"@tanstack/svelte-query": "^6.0.10",
49+
"@tanstack/svelte-query": "^6.0.13",
5050
"zod": "^4.2.1"
5151
}
5252
}

0 commit comments

Comments
 (0)