Skip to content

Commit 68fc7f6

Browse files
chore(deps-dev): bump the dev-dependencies-minor-patch group across 1 directory with 34 updates (#1432)
Bumps the dev-dependencies-minor-patch group with 34 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@cloudflare/vitest-pool-workers](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers) | `0.12.11` | `0.12.12` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.3` | | [@ai-sdk/google](https://github.com/vercel/ai) | `3.0.24` | `3.0.29` | | [@ai-sdk/react](https://github.com/vercel/ai) | `3.0.81` | `3.0.88` | | [@opentelemetry/instrumentation](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` | | [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` | | [@opentelemetry/sdk-trace-web](https://github.com/open-telemetry/opentelemetry-js) | `2.5.0` | `2.5.1` | | [@sentry/node](https://github.com/getsentry/sentry-javascript) | `10.38.0` | `10.39.0` | | [ai](https://github.com/vercel/ai) | `6.0.79` | `6.0.86` | | [openai](https://github.com/openai/openai-node) | `6.21.0` | `6.22.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.50.1` | `5.51.2` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20260210.0` | `4.20260217.0` | | [ioredis](https://github.com/luin/ioredis) | `5.9.2` | `5.9.3` | | [@tanstack/router-core](https://github.com/TanStack/router/tree/HEAD/packages/router-core) | `1.159.4` | `1.160.0` | | [@angular/core](https://github.com/angular/angular/tree/HEAD/packages/core) | `21.1.3` | `21.1.4` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `5.17.1` | `5.17.2` | | [wxt](https://github.com/wxt-dev/wxt) | `0.20.15` | `0.20.17` | | [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) | `0.69.0` | `0.70.0` | | [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.211.0` | `0.212.0` | | [@opentelemetry/instrumentation-document-load](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/instrumentation-document-load) | `0.56.0` | `0.57.0` | | [@opentelemetry/resources](https://github.com/open-telemetry/opentelemetry-js) | `2.5.0` | `2.5.1` | | [@opentelemetry/sdk-trace-node](https://github.com/open-telemetry/opentelemetry-js) | `2.5.0` | `2.5.1` | | [@cloudflare/vite-plugin](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vite-plugin-cloudflare) | `1.24.0` | `1.25.0` | | [@scalar/api-reference-react](https://github.com/scalar/scalar/tree/HEAD/packages/api-reference-react) | `0.8.53` | `0.8.57` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.64.0` | `4.65.0` | | [electron](https://github.com/electron/electron) | `40.3.0` | `40.4.1` | | [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `7.0.0` | `7.0.1` | | [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.50.2` | `2.52.0` | | [svelte-check](https://github.com/sveltejs/language-tools) | `4.3.6` | `4.4.0` | | [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) | `1.159.5` | `1.160.2` | | [@tanstack/react-router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools) | `1.159.5` | `1.160.2` | | [@tanstack/react-router-ssr-query](https://github.com/TanStack/router/tree/HEAD/packages/react-router-ssr-query) | `1.159.5` | `1.160.2` | | [@tanstack/react-start](https://github.com/TanStack/router/tree/HEAD/packages/react-start) | `1.159.5` | `1.160.2` | | [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) | `6.1.0` | `6.1.1` | Updates `@cloudflare/vitest-pool-workers` from 0.12.11 to 0.12.12 <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>.12.12</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11771">#11771</a> <a href="https://github.com/cloudflare/workers-sdk/commit/4b6fd36ecaca8a94765506e1074a788e39e6beda"><code>4b6fd36</code></a> Thanks <a href="https://github.com/avenceslau"><code>@​avenceslau</code></a>! - Fix Durable Object storage causing SQLITE_CANTOPEN errors on repeated test runs</p> <p>When running <code>vitest</code> multiple times in watch mode, Durable Object storage would fail with <code>SQLITE_CANTOPEN</code> errors. This happened because the storage reset function was deleting directories that workerd still had file handles to.</p> <p>The fix preserves directory structure during storage reset, deleting only files while keeping directories intact. This allows workerd to maintain valid handles to SQLite database directories across test runs.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ad817ddc475bac3d5e87108eacddb611a9f822f2"><code>ad817dd</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/b900c5adc18c12d500e0fb8c58c2295843518695"><code>b900c5a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/f7fa3269c14bf50c8129de9d38276cd02189a39a"><code>f7fa326</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/734792ac064c323746eba5d72323287c2f226894"><code>734792a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/7aaa2a5aa93011bd03aa0998c7310fa6e1eaff41"><code>7aaa2a5</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/cc5ac22c1d5ea90ea07850a22d0aa515e3d5e517"><code>cc5ac22</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/62a8d485bd16084bb7db58bdd16405a8b60c1835"><code>62a8d48</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/84252b7ae2185e20dd8c5254e53dbcfed30cae64"><code>84252b7</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/e5efa5d00dc68c2862f0d4c931784f32ac29e84c"><code>e5efa5d</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/d06ad0967a2636a9f7e43babf5209bcec1af81d5"><code>d06ad09</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/10a1c4a9a92f57806e9314ba3ba558c9a0fdd5e2"><code>10a1c4a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/be9745fc2a663f6da2addf2f784392a21dab9475"><code>be9745f</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/d7b492c37838929d37901c628ecbdd718f5a1258"><code>d7b492c</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/122791dbc721a7f237dad89c7b5649bb8437fde0"><code>122791d</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/880941158c82e4d907538bfdede06ed0ce5d772d"><code>8809411</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/1a9eddd1fc14c9f449dab05d000ef395d34fe096"><code>1a9eddd</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/41e18aa51e14061a51cb2fae1fada1ea560838aa"><code>41e18aa</code></a>]:</p> <ul> <li>wrangler@4.65.0</li> <li>miniflare@4.20260212.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.12.12</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11771">#11771</a> <a href="https://github.com/cloudflare/workers-sdk/commit/4b6fd36ecaca8a94765506e1074a788e39e6beda"><code>4b6fd36</code></a> Thanks <a href="https://github.com/avenceslau"><code>@​avenceslau</code></a>! - Fix Durable Object storage causing SQLITE_CANTOPEN errors on repeated test runs</p> <p>When running <code>vitest</code> multiple times in watch mode, Durable Object storage would fail with <code>SQLITE_CANTOPEN</code> errors. This happened because the storage reset function was deleting directories that workerd still had file handles to.</p> <p>The fix preserves directory structure during storage reset, deleting only files while keeping directories intact. This allows workerd to maintain valid handles to SQLite database directories across test runs.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/ad817ddc475bac3d5e87108eacddb611a9f822f2"><code>ad817dd</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/b900c5adc18c12d500e0fb8c58c2295843518695"><code>b900c5a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/f7fa3269c14bf50c8129de9d38276cd02189a39a"><code>f7fa326</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/734792ac064c323746eba5d72323287c2f226894"><code>734792a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/7aaa2a5aa93011bd03aa0998c7310fa6e1eaff41"><code>7aaa2a5</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/cc5ac22c1d5ea90ea07850a22d0aa515e3d5e517"><code>cc5ac22</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/62a8d485bd16084bb7db58bdd16405a8b60c1835"><code>62a8d48</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/84252b7ae2185e20dd8c5254e53dbcfed30cae64"><code>84252b7</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/e5efa5d00dc68c2862f0d4c931784f32ac29e84c"><code>e5efa5d</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/d06ad0967a2636a9f7e43babf5209bcec1af81d5"><code>d06ad09</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/10a1c4a9a92f57806e9314ba3ba558c9a0fdd5e2"><code>10a1c4a</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/be9745fc2a663f6da2addf2f784392a21dab9475"><code>be9745f</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/d7b492c37838929d37901c628ecbdd718f5a1258"><code>d7b492c</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/122791dbc721a7f237dad89c7b5649bb8437fde0"><code>122791d</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/880941158c82e4d907538bfdede06ed0ce5d772d"><code>8809411</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/1a9eddd1fc14c9f449dab05d000ef395d34fe096"><code>1a9eddd</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/41e18aa51e14061a51cb2fae1fada1ea560838aa"><code>41e18aa</code></a>]:</p> <ul> <li>wrangler@4.65.0</li> <li>miniflare@4.20260212.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/0ebc50d2518e21ab51bf9abb759b6342a0fc1c8e"><code>0ebc50d</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers/issues/12508">#12508</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4b6fd36ecaca8a94765506e1074a788e39e6beda"><code>4b6fd36</code></a> Fix vitest watch with durable objects (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/vitest-pool-workers/issues/11771">#11771</a>)</li> <li>See full diff in <a href="https://github.com/cloudflare/workers-sdk/commits/@cloudflare/vitest-pool-workers@0.12.12/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 `@ai-sdk/google` from 3.0.24 to 3.0.29 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/7ef42ca192cff2dc016a63cf86efae5eb18e07b7"><code>7ef42ca</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12508">#12508</a>)</li> <li><a href="https://github.com/vercel/ai/commit/4024a3af6d418176a12bfeec4b51bb6f759502b5"><code>4024a3a</code></a> fix/unbounded download dos (<a href="https://redirect.github.com/vercel/ai/issues/12445">#12445</a>)</li> <li><a href="https://github.com/vercel/ai/commit/ee508b4b5e9a976af8a1536319e42d99666972e5"><code>ee508b4</code></a> docs(contribting): correct provider method names for v3 spec and clarity (<a href="https://redirect.github.com/vercel/ai/issues/12">#12</a>...</li> <li><a href="https://github.com/vercel/ai/commit/244bee8015cfdad8be8ecf06127bafb9216e4da9"><code>244bee8</code></a> refactor(provider/amazon-bedrock): finish fixture migration for doGenerate te...</li> <li><a href="https://github.com/vercel/ai/commit/17fd267243f947a685121675d7c39f699c75397b"><code>17fd267</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12505">#12505</a>)</li> <li><a href="https://github.com/vercel/ai/commit/5a307f556e3049e629dc07aecae4d9b1af4f5668"><code>5a307f5</code></a> feat(provider/google-vertex): allow using Gemini image models with `generateI...</li> <li><a href="https://github.com/vercel/ai/commit/e73beb83f9408ca128e7378d2d0cafb895ff3b86"><code>e73beb8</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12500">#12500</a>)</li> <li><a href="https://github.com/vercel/ai/commit/fdf784f8a8662b7dc848ef505a3c87f8666e6cdf"><code>fdf784f</code></a> docs: use <code>presentImages</code> in single image generation example that wasn't usin...</li> <li><a href="https://github.com/vercel/ai/commit/924250c1cbf10a4286a589ed92477a0dbd8e27a1"><code>924250c</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12499">#12499</a>)</li> <li><a href="https://github.com/vercel/ai/commit/4fc66bc1b85a14bd98a274809f000ab8f6e3e8c2"><code>4fc66bc</code></a> chore(examples): update vulnerable mcp dependency version (<a href="https://redirect.github.com/vercel/ai/issues/12469">#12469</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/@ai-sdk/google@3.0.24...@ai-sdk/google@3.0.29">compare view</a></li> </ul> </details> <br /> Updates `@ai-sdk/react` from 3.0.81 to 3.0.88 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ai/releases"><code>@​ai-sdk/react</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​ai-sdk/react</code><a href="https://github.com/3"><code>@​3</code></a>.0.88</h2> <h3>Patch Changes</h3> <ul> <li>ai@6.0.86</li> </ul> <h2><code>@​ai-sdk/react</code><a href="https://github.com/3"><code>@​3</code></a>.0.87</h2> <h3>Patch Changes</h3> <ul> <li>ai@6.0.85</li> </ul> <h2><code>@​ai-sdk/react</code><a href="https://github.com/3"><code>@​3</code></a>.0.86</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [4024a3a] <ul> <li>ai@6.0.84</li> <li><code>@​ai-sdk/provider-utils</code><a href="https://github.com/4"><code>@​4</code></a>.0.15</li> </ul> </li> </ul> <h2><code>@​ai-sdk/react</code><a href="https://github.com/3"><code>@​3</code></a>.0.85</h2> <h3>Patch Changes</h3> <ul> <li>ai@6.0.83</li> </ul> <h2><code>@​ai-sdk/react</code><a href="https://github.com/3"><code>@​3</code></a>.0.84</h2> <h3>Patch Changes</h3> <ul> <li>ai@6.0.82</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/0047f948ae13864354cdc7f71b2f5a41be773546"><code>0047f94</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12575">#12575</a>)</li> <li><a href="https://github.com/vercel/ai/commit/f75f18cee9fcfacf482a5fc58f8652a6944e6055"><code>f75f18c</code></a> chore(provider/gateway): update gateway model settings files (<a href="https://redirect.github.com/vercel/ai/issues/12572">#12572</a>)</li> <li><a href="https://github.com/vercel/ai/commit/0be03a443e2eb4bd44e8b118667874674ca98a39"><code>0be03a4</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12543">#12543</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e85865494cdcb8b2d348d9bbf12cb97df150a5f7"><code>e858654</code></a> fix (provider/gateway): image/video error handler (<a href="https://redirect.github.com/vercel/ai/issues/12506">#12506</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e5dc2ba9cd93b7290ead7c74a2da41b8bf0a11dd"><code>e5dc2ba</code></a> refactor(provider/revai): migrate tests to fixture-based pattern (<a href="https://redirect.github.com/vercel/ai/issues/12528">#12528</a>)</li> <li><a href="https://github.com/vercel/ai/commit/03d9b272fe3165ce8c669bcc6bf84c567e8055cf"><code>03d9b27</code></a> refactor(provider/fal): migrate transcription tests to fixture-based pattern ...</li> <li><a href="https://github.com/vercel/ai/commit/d695488d134e4061cfd4015bbd06af2448ec3e0d"><code>d695488</code></a> refactor(provider/elevenlabs): migrate transcription tests to fixture pattern...</li> <li><a href="https://github.com/vercel/ai/commit/bcf4d5d5cb5042fcdf16a0fe769334049490b47d"><code>bcf4d5d</code></a> refactor(provider/deepgram): migrate transcription tests to fixture pattern (...</li> <li><a href="https://github.com/vercel/ai/commit/0a72ae43b0ce8cd032746269ae0a37895876e5d5"><code>0a72ae4</code></a> test(provider/google-vertex): migrate to fixture-based tests (<a href="https://redirect.github.com/vercel/ai/issues/12497">#12497</a>)</li> <li><a href="https://github.com/vercel/ai/commit/fabdb4d01b3fdb58354819c04b772b1e46cd2f01"><code>fabdb4d</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12519">#12519</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/@ai-sdk/react@3.0.81...@ai-sdk/react@3.0.88">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/instrumentation` from 0.211.0 to 0.212.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/instrumentation</code>'s releases</a>.</em></p> <blockquote> <h2>experimental/v0.212.0</h2> <h2>0.212.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>feat(sdk-logs)!: move environment variable configuration to <code>@opentelemetry/sdk-node</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6325">#6325</a> <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a> <ul> <li>(user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components (<code>LoggerProvider</code>, <code>BatchLogRecordProcessor</code>) directly from <code>@opentelemetry/sdk-logs</code>. Please migrate to using <code>NodeSDK</code> from <code>@opentelemetry/sdk-node</code> to get automatic environment variable configuration.</li> </ul> </li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(configuration): add Prometheus exporter support <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6400">#6400</a> <a href="https://github.com/MikeGoldsmith"><code>@​MikeGoldsmith</code></a></li> <li>feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6305">#6305</a> <a href="https://github.com/trentm"><code>@​trentm</code></a></li> <li>feat(configuration): parse config for rc 3 <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6304">#6304</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> <li>feat(instrumentation): use the <code>internals: true</code> option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6344">#6344</a> <a href="https://github.com/trentm"><code>@​trentm</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(configuration): remove default propagator initialization <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6399">#6399</a> <a href="https://github.com/MikeGoldsmith"><code>@​MikeGoldsmith</code></a></li> <li>fix(instrumentation-fetch): preserve Response.url, type, and redirected properties <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6243">#6243</a> <a href="https://github.com/AnubhavPurohit691"><code>@​AnubhavPurohit691</code></a> <ul> <li>The fetch instrumentation now preserves the read-only <code>url</code>, <code>type</code>, and <code>redirected</code> properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.</li> </ul> </li> <li>fix(exporter-prometheus): add missing <code>@opentelemetry/semantic-conventions</code> dependency <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6330">#6330</a> <a href="https://github.com/omizha"><code>@​omizha</code></a></li> <li>fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6348">#6348</a> <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li> <li>fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6353">#6353</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(otlp-transformer): optimize toAnyValue performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6287">#6287</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ad92be4c2c1094745a85b0b7eeff1444a11b1b4a"><code>ad92be4</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6402">#6402</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3e68499ff1039728ef2d8206df343cf8cf8530b3"><code>3e68499</code></a> feat(configuration): add prometheus exporter support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6400">#6400</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b7437476938aac9a16c8104453f52345c63a3514"><code>b743747</code></a> fix(configuration): remove default propagator initialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6399">#6399</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/48e2fb499ee476b18c08679b056adc2c1ef6f36b"><code>48e2fb4</code></a> chore(deps): update fossas/fossa-action action to v1.8.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6405">#6405</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/90d1afaa7679c4c84bd05ffd68815d2bf06289a8"><code>90d1afa</code></a> ci: allow different release bumps for groups (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6397">#6397</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1d05435794abff2dc208dc07e0df0729ecd3b56"><code>c1d0543</code></a> fix(deps): update dependency axios to v1.13.5 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6398">#6398</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a78d112822019849a1f508c37f046d1c97786a91"><code>a78d112</code></a> fix(deps): update dependency <code>@​grpc/grpc-js</code> to v1.8.22 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6366">#6366</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/fcafab54ebf18b675a2f160e83d6bbd5093011a7"><code>fcafab5</code></a> chore: fix lint (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6388">#6388</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a0d5c141a1aa13c56b75e3332e3ced4396a2c037"><code>a0d5c14</code></a> fix(otlp-exporter-base): avoid use of a wrapped fetch (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6353">#6353</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/819ebb2d03e8ae6281c0000801cf10bb8c8f2c95"><code>819ebb2</code></a> chore(deps): update dependency webpack-merge to v6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6364">#6364</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.211.0...experimental/v0.212.0">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/sdk-node` from 0.211.0 to 0.212.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/sdk-node</code>'s releases</a>.</em></p> <blockquote> <h2>experimental/v0.212.0</h2> <h2>0.212.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>feat(sdk-logs)!: move environment variable configuration to <code>@opentelemetry/sdk-node</code> <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6325">#6325</a> <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a> <ul> <li>(user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components (<code>LoggerProvider</code>, <code>BatchLogRecordProcessor</code>) directly from <code>@opentelemetry/sdk-logs</code>. Please migrate to using <code>NodeSDK</code> from <code>@opentelemetry/sdk-node</code> to get automatic environment variable configuration.</li> </ul> </li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(configuration): add Prometheus exporter support <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6400">#6400</a> <a href="https://github.com/MikeGoldsmith"><code>@​MikeGoldsmith</code></a></li> <li>feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6305">#6305</a> <a href="https://github.com/trentm"><code>@​trentm</code></a></li> <li>feat(configuration): parse config for rc 3 <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6304">#6304</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> <li>feat(instrumentation): use the <code>internals: true</code> option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6344">#6344</a> <a href="https://github.com/trentm"><code>@​trentm</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(configuration): remove default propagator initialization <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6399">#6399</a> <a href="https://github.com/MikeGoldsmith"><code>@​MikeGoldsmith</code></a></li> <li>fix(instrumentation-fetch): preserve Response.url, type, and redirected properties <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6243">#6243</a> <a href="https://github.com/AnubhavPurohit691"><code>@​AnubhavPurohit691</code></a> <ul> <li>The fetch instrumentation now preserves the read-only <code>url</code>, <code>type</code>, and <code>redirected</code> properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.</li> </ul> </li> <li>fix(exporter-prometheus): add missing <code>@opentelemetry/semantic-conventions</code> dependency <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6330">#6330</a> <a href="https://github.com/omizha"><code>@​omizha</code></a></li> <li>fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6348">#6348</a> <a href="https://github.com/pichlermarc"><code>@​pichlermarc</code></a></li> <li>fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6353">#6353</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(otlp-transformer): optimize toAnyValue performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6287">#6287</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ad92be4c2c1094745a85b0b7eeff1444a11b1b4a"><code>ad92be4</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6402">#6402</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3e68499ff1039728ef2d8206df343cf8cf8530b3"><code>3e68499</code></a> feat(configuration): add prometheus exporter support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6400">#6400</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b7437476938aac9a16c8104453f52345c63a3514"><code>b743747</code></a> fix(configuration): remove default propagator initialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6399">#6399</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/48e2fb499ee476b18c08679b056adc2c1ef6f36b"><code>48e2fb4</code></a> chore(deps): update fossas/fossa-action action to v1.8.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6405">#6405</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/90d1afaa7679c4c84bd05ffd68815d2bf06289a8"><code>90d1afa</code></a> ci: allow different release bumps for groups (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6397">#6397</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1d05435794abff2dc208dc07e0df0729ecd3b56"><code>c1d0543</code></a> fix(deps): update dependency axios to v1.13.5 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6398">#6398</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a78d112822019849a1f508c37f046d1c97786a91"><code>a78d112</code></a> fix(deps): update dependency <code>@​grpc/grpc-js</code> to v1.8.22 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6366">#6366</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/fcafab54ebf18b675a2f160e83d6bbd5093011a7"><code>fcafab5</code></a> chore: fix lint (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6388">#6388</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a0d5c141a1aa13c56b75e3332e3ced4396a2c037"><code>a0d5c14</code></a> fix(otlp-exporter-base): avoid use of a wrapped fetch (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6353">#6353</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/819ebb2d03e8ae6281c0000801cf10bb8c8f2c95"><code>819ebb2</code></a> chore(deps): update dependency webpack-merge to v6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6364">#6364</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.211.0...experimental/v0.212.0">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/sdk-trace-web` from 2.5.0 to 2.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/sdk-trace-web</code>'s releases</a>.</em></p> <blockquote> <h2>v2.5.1</h2> <h2>2.5.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-sdk-node): the custom value from env variable for service.instance.id should take priority over random uuid as backup <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6345">#6345</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6209">#6209</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>test(sdk-trace-base): remove obsolete TypeScript and platform workarounds <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6327">#6327</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>fix(example-web): update Docker config and deps for collector <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6342">#6342</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>perf(sdk-trace-base): optimize setAttribute performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6283">#6283</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> <li>refactor(core): remove unnecessary closure in _export() <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6360">#6360</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/blob/main/CHANGELOG.md"><code>@​opentelemetry/sdk-trace-web</code>'s changelog</a>.</em></p> <blockquote> <h2>2.5.1</h2> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(opentelemetry-sdk-node): the custom value from env variable for service.instance.id should take priority over random uuid as backup <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6345">#6345</a> <a href="https://github.com/maryliag"><code>@​maryliag</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6209">#6209</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>test(sdk-trace-base): remove obsolete TypeScript and platform workarounds <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6327">#6327</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>fix(example-web): update Docker config and deps for collector <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6342">#6342</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>perf(sdk-trace-base): optimize setAttribute performance <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6283">#6283</a> <a href="https://github.com/AbhiPrasad"><code>@​AbhiPrasad</code></a></li> <li>refactor(core): remove unnecessary closure in _export() <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6360">#6360</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ad92be4c2c1094745a85b0b7eeff1444a11b1b4a"><code>ad92be4</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6402">#6402</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/3e68499ff1039728ef2d8206df343cf8cf8530b3"><code>3e68499</code></a> feat(configuration): add prometheus exporter support (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6400">#6400</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/b7437476938aac9a16c8104453f52345c63a3514"><code>b743747</code></a> fix(configuration): remove default propagator initialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6399">#6399</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/48e2fb499ee476b18c08679b056adc2c1ef6f36b"><code>48e2fb4</code></a> chore(deps): update fossas/fossa-action action to v1.8.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6405">#6405</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/90d1afaa7679c4c84bd05ffd68815d2bf06289a8"><code>90d1afa</code></a> ci: allow different release bumps for groups (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6397">#6397</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1d05435794abff2dc208dc07e0df0729ecd3b56"><code>c1d0543</code></a> fix(deps): update dependency axios to v1.13.5 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6398">#6398</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a78d112822019849a1f508c37f046d1c97786a91"><code>a78d112</code></a> fix(deps): update dependency <code>@​grpc/grpc-js</code> to v1.8.22 [security] (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6366">#6366</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/fcafab54ebf18b675a2f160e83d6bbd5093011a7"><code>fcafab5</code></a> chore: fix lint (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6388">#6388</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/a0d5c141a1aa13c56b75e3332e3ced4396a2c037"><code>a0d5c14</code></a> fix(otlp-exporter-base): avoid use of a wrapped fetch (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6353">#6353</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/819ebb2d03e8ae6281c0000801cf10bb8c8f2c95"><code>819ebb2</code></a> chore(deps): update dependency webpack-merge to v6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6364">#6364</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/v2.5.0...v2.5.1">compare view</a></li> </ul> </details> <br /> Updates `@sentry/node` from 10.38.0 to 10.39.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@​sentry/node</code>'s releases</a>.</em></p> <blockquote> <h2>10.39.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart-react): Auto-instrument server function middleware (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/19001">#19001</a>)</strong></p> <p>The <code>sentryTanstackStart</code> Vite plugin now automatically instruments middleware in <code>createServerFn().middleware([...])</code> calls. This captures performance data without requiring manual wrapping with <code>wrapMiddlewaresWithSentry()</code>.</p> </li> <li> <p><strong>feat(nextjs): New experimental automatic vercel cron monitoring (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/19192">#19192</a>)</strong></p> <p>Setting <code>_experimental.vercelCronMonitoring</code> to <code>true</code> in your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.</p> <p>Please note that this is an experimental unstable feature and subject to change.</p> <pre lang="ts"><code>// next.config.ts export default withSentryConfig(nextConfig, { _experimental: { vercelCronMonitoring: true, }, }); </code></pre> </li> <li> <p><strong>feat(node-core): Add node-core/light (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18502">#18502</a>)</strong></p> <p>This release adds a new light-weight <code>@sentry/node-core/light</code> export to <code>@sentry/node-core</code>. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.</p> <p>Use this SDK when:</p> <ul> <li>You only need error tracking, logs or metrics without tracing data (no spans)</li> <li>You want to minimize bundle size and runtime overhead</li> <li>You don't need spans emitted by OpenTelemetry instrumentation</li> </ul> <p>It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our <code>Sentry.startSpan*</code> APIs.</p> <p>Install the SDK by running</p> <pre lang="bash"><code>npm install @sentry/node-core </code></pre> <p>and add Sentry at the top of your application's entry file:</p> <pre lang="js"><code>import * as Sentry from '@sentry/node-core/light'; <p>Sentry.init({ dsn: '<strong>DSN</strong>', }); </code></pre></p> </li> </ul> <h3>Other Changes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md"><code>@​sentry/node</code>'s changelog</a>.</em></p> <blockquote> <h2>10.39.0</h2> <h3>Important Changes</h3> <ul> <li> <p><strong>feat(tanstackstart-react): Auto-instrument server function middleware (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/19001">#19001</a>)</strong></p> <p>The <code>sentryTanstackStart</code> Vite plugin now automatically instruments middleware in <code>createServerFn().middleware([...])</code> calls. This captures performance data without requiring manual wrapping with <code>wrapMiddlewaresWithSentry()</code>.</p> </li> <li> <p><strong>feat(nextjs): New experimental automatic vercel cron monitoring (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/19192">#19192</a>)</strong></p> <p>Setting <code>_experimental.vercelCronMonitoring</code> to <code>true</code> in your Sentry configuration will automatically create Sentry cron monitors for your Vercel Cron Jobs.</p> <p>Please note that this is an experimental unstable feature and subject to change.</p> <pre lang="ts"><code>// next.config.ts export default withSentryConfig(nextConfig, { _experimental: { vercelCronMonitoring: true, }, }); </code></pre> </li> <li> <p><strong>feat(node-core): Add node-core/light (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/18502">#18502</a>)</strong></p> <p>This release adds a new light-weight <code>@sentry/node-core/light</code> export to <code>@sentry/node-core</code>. The export acts as a light-weight SDK that does not depend on OpenTelemetry and emits no spans.</p> <p>Use this SDK when:</p> <ul> <li>You only need error tracking, logs or metrics without tracing data (no spans)</li> <li>You want to minimize bundle size and runtime overhead</li> <li>You don't need spans emitted by OpenTelemetry instrumentation</li> </ul> <p>It supports error tracking and reporting, logs, metrics, automatic request isolation (requires Node.js 22+) and basic tracing via our <code>Sentry.startSpan*</code> APIs.</p> <p>Install the SDK by running</p> <pre lang="bash"><code>npm install @sentry/node-core </code></pre> <p>and add Sentry at the top of your application's entry file:</p> <pre lang="js"><code>import * as Sentry from '@sentry/node-core/light'; <p>Sentry.init({ dsn: '<strong>DSN</strong>', }); </code></pre></p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ab54c5c2977654ec2a22210e17ca2e4039f45721"><code>ab54c5c</code></a> Make <code>@sentry/opentelemetry</code> not a peer dep in node-core</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f822e695886bfab48fdd1c2f8c1cc26059b82ee3"><code>f822e69</code></a> chore: Lint lerna.json</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/c4708d2a73af8d0435494f6ec56b2fc710e0ba0b"><code>c4708d2</code></a> release: 10.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b5e3094efd5ebda749228ef22eeffd230d3adbed"><code>b5e3094</code></a> chore: Revert to lerna v8 (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19294">#19294</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/9dea581bbada184bfa07f4663cbbf7858e318fe9"><code>9dea581</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19281">#19281</a> from getsentry/prepare-release/10.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/12e467f981c8ec5b7899d5219a166ae0a6d31464"><code>12e467f</code></a> meta(changelog): Update changelog for 10.39.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/d7df7d43b9252622a3a1d378b9e59ecd32a2babd"><code>d7df7d4</code></a> ref(sveltekit): Use <code>untrack</code> to read route id without invalidation (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19272">#19272</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/24b2ef2101f454e3b76352343c5ea53e94438ed4"><code>24b2ef2</code></a> fix(sveltekit): Detect used adapter via <code>svelte.config.js</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19270">#19270</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e051be426222f005379ce7718ea60daf325954af"><code>e051be4</code></a> feat(node-core): Add outgoing fetch trace propagation to light mode (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19262">#19262</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/eaf297f77a3ad44e22b22d516c0c96f8fa7d2c16"><code>eaf297f</code></a> ref(core): Move shouldPropagateTraceForUrl from opentelemetry to core (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/19258">#19258</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/10.38.0...10.39.0">compare view</a></li> </ul> </details> <br /> Updates `ai` from 6.0.79 to 6.0.86 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/ai/releases">ai's releases</a>.</em></p> <blockquote> <h2>ai@6.0.86</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [f75f18c] <ul> <li><code>@​ai-sdk/gateway</code><a href="https://github.com/3"><code>@​3</code></a>.0.46</li> </ul> </li> </ul> <h2>ai@6.0.85</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [e858654] <ul> <li><code>@​ai-sdk/gateway</code><a href="https://github.com/3"><code>@​3</code></a>.0.45</li> </ul> </li> </ul> <h2>ai@6.0.84</h2> <h3>Patch Changes</h3> <ul> <li> <p>4024a3a: security: prevent unbounded memory growth in download functions</p> <p>The <code>download()</code> and <code>downloadBlob()</code> functions now enforce a default 2 GiB size limit when downloading from user-provided URLs. Downloads that exceed this limit are aborted with a <code>DownloadError</code> instead of consuming unbounded memory and crashing the process. The <code>abortSignal</code> parameter is now passed through to <code>fetch()</code> in all download call sites.</p> <p>Added <code>download</code> option to <code>transcribe()</code> and <code>experimental_generateVideo()</code> for providing a custom download function. Use the new <code>createDownload({ maxBytes })</code> factory to configure download size limits.</p> </li> <li> <p>Updated dependencies [4024a3a]</p> <ul> <li><code>@​ai-sdk/provider-utils</code><a href="https://github.com/4"><code>@​4</code></a>.0.15</li> <li><code>@​ai-sdk/gateway</code><a href="https://github.com/3"><code>@​3</code></a>.0.44</li> </ul> </li> </ul> <h2>ai@6.0.83</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [b424e50] <ul> <li><code>@​ai-sdk/gateway</code><a href="https://github.com/3"><code>@​3</code></a>.0.43</li> </ul> </li> </ul> <h2>ai@6.0.82</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [1819bc1] <ul> <li><code>@​ai-sdk/gateway</code><a href="https://github.com/3"><code>@​3</code></a>.0.42</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/ai/commit/0047f948ae13864354cdc7f71b2f5a41be773546"><code>0047f94</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12575">#12575</a>)</li> <li><a href="https://github.com/vercel/ai/commit/f75f18cee9fcfacf482a5fc58f8652a6944e6055"><code>f75f18c</code></a> chore(provider/gateway): update gateway model settings files (<a href="https://redirect.github.com/vercel/ai/issues/12572">#12572</a>)</li> <li><a href="https://github.com/vercel/ai/commit/0be03a443e2eb4bd44e8b118667874674ca98a39"><code>0be03a4</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12543">#12543</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e85865494cdcb8b2d348d9bbf12cb97df150a5f7"><code>e858654</code></a> fix (provider/gateway): image/video error handler (<a href="https://redirect.github.com/vercel/ai/issues/12506">#12506</a>)</li> <li><a href="https://github.com/vercel/ai/commit/e5dc2ba9cd93b7290ead7c74a2da41b8bf0a11dd"><code>e5dc2ba</code></a> refactor(provider/revai): migrate tests to fixture-based pattern (<a href="https://redirect.github.com/vercel/ai/issues/12528">#12528</a>)</li> <li><a href="https://github.com/vercel/ai/commit/03d9b272fe3165ce8c669bcc6bf84c567e8055cf"><code>03d9b27</code></a> refactor(provider/fal): migrate transcription tests to fixture-based pattern ...</li> <li><a href="https://github.com/vercel/ai/commit/d695488d134e4061cfd4015bbd06af2448ec3e0d"><code>d695488</code></a> refactor(provider/elevenlabs): migrate transcription tests to fixture pattern...</li> <li><a href="https://github.com/vercel/ai/commit/bcf4d5d5cb5042fcdf16a0fe769334049490b47d"><code>bcf4d5d</code></a> refactor(provider/deepgram): migrate transcription tests to fixture pattern (...</li> <li><a href="https://github.com/vercel/ai/commit/0a72ae43b0ce8cd032746269ae0a37895876e5d5"><code>0a72ae4</code></a> test(provider/google-vertex): migrate to fixture-based tests (<a href="https://redirect.github.com/vercel/ai/issues/12497">#12497</a>)</li> <li><a href="https://github.com/vercel/ai/commit/fabdb4d01b3fdb58354819c04b772b1e46cd2f01"><code>fabdb4d</code></a> Version Packages (<a href="https://redirect.github.com/vercel/ai/issues/12519">#12519</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vercel/ai/compare/ai@6.0.79...ai@6.0.86">compare view</a></li> </ul> </details> <br /> Updates `openai` from 6.21.0 to 6.22.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/releases">openai's releases</a>.</em></p> <blockquote> <h2>v6.22.0</h2> <h2>6.22.0 (2026-02-14)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.21.0...v6.22.0">v6.21.0...v6.22.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> container network_policy and skills (<a href="https://github.com/openai/openai-node/commit/65c1482a41f16d39ff6ba26849a72b417b27403e">65c1482</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> restore helper methods in API reference (<a href="https://github.com/openai/openai-node/commit/3a4c189712292f280ca34326fe17e202180951bf">3a4c189</a>)</li> <li><strong>webhooks:</strong> restore webhook type exports (<a href="https://github.com/openai/openai-node/commit/49bbf46f0ed14ce2a050d10baa4ad7a8481a773d">49bbf46</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> avoid type checking errors with ts-reset (<a href="https://github.com/openai/openai-node/commit/4b0d1f27207dea6054291707d7bbdeb86dbcf4b2">4b0d1f2</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>split <code>api.md</code> by standalone resources (<a href="https://github.com/openai/openai-node/commit/48e07d65894c22b543e669d62fa42a00cc3d0430">48e07d6</a>)</li> <li>update comment (<a href="https://github.com/openai/openai-node/commit/e3a1ea0400b428e0e21666f96e3a9345468678d5">e3a1ea0</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openai/openai-node/blob/master/CHANGELOG.md">openai's changelog</a>.</em></p> <blockquote> <h2>6.22.0 (2026-02-14)</h2> <p>Full Changelog: <a href="https://github.com/openai/openai-node/compare/v6.21.0...v6.22.0">v6.21.0...v6.22.0</a></p> <h3>Features</h3> <ul> <li><strong>api:</strong> container network_policy and skills (<a href="https://github.com/openai/openai-node/commit/65c1482a41f16d39ff6ba26849a72b417b27403e">65c1482</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>docs:</strong> restore helper methods in API reference (<a href="https://github.com/openai/openai-node/commit/3a4c189712292f280ca34326fe17e202180951bf">3a4c189</a>)</li> <li><strong>webhooks:</strong> restore webhook type exports (<a href="https://github.com/openai/openai-node/commit/49bbf46f0ed14ce2a050d10baa4ad7a8481a773d">49bbf46</a>)</li> </ul> <h3>Chores</h3> <ul> <li><strong>internal:</strong> avoid type checking errors with ts-reset (<a href="https://github.com/openai/openai-node/commit/4b0d1f27207dea6054291707d7bbdeb86dbcf4b2">4b0d1f2</a>)</li> </ul> <h3>Documentation</h3> <ul> <li>split <code>api.md</code> by standalone resources (<a href="https://github.com/openai/openai-node/commit/48e07d65894c22b543e669d62fa42a00cc3d0430">48e07d6</a>)</li> <li>update comment (<a href="https://github.com/openai/openai-node/commit/e3a1ea0400b428e0e21666f96e3a9345468678d5">e3a1ea0</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openai/openai-node/commit/fe49a7b4826956bf80445f379eee6039a478d410"><code>fe49a7b</code></a> release: 6.22.0</li> <li><a href="https://github.com/openai/openai-node/commit/07d163646e84294ca2086cc6117561be9c259f19"><code>07d1636</code></a> fix(docs): restore helper methods in API reference</li> <li><a href="https://github.com/openai/openai-node/commit/8ed3a89464974d30ae092d5de1c3a4010a8cf66b"><code>8ed3a89</code></a> test(types): guard legacy resource type exports</li> <li><a href="https://github.com/openai/openai-node/commit/2b67577ff10c4617d774a5646e05ff446e2de2f9"><code>2b67577</code></a> fix(webhooks): restore webhook type exports</li> <li><a href="https://github.com/openai/openai-node/commit/61193fe1e4dd937da1f1befd75ab8e93a779504d"><code>61193fe</code></a> feat(api): container network_policy and skills</li> <li><a href="https://github.com/openai/openai-node/commit/71c9c985c30ebb11593e539673fb93d938ed6cb9"><code>71c9c98</code></a> docs: split <code>api.md</code> by standalone resources</li> <li><a href="https://github.com/openai/openai-node/commit/cf3fe4aee5ecb6a9a3b4d3924871c441933e3523"><code>cf3fe4a</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/057928920e4a9165421f39f853dbf67e58439b23"><code>0579289</code></a> codegen metadata</li> <li><a href="https://github.com/openai/openai-node/commit/aacec4b188a9e13929163d0d6108952d84ce2f27"><code>aacec4b</code></a> chore(internal): avoid type checking errors with ts-reset</li> <li><a href="https://github.com/openai/openai-node/commit/32e3a41cccc46472038c40fb604a9ec640ea0fe9"><code>32e3a41</code></a> docs: update comment</li> <li>See full diff in <a href="https://github.com/openai/openai-node/compare/v6.21.0...v6.22.0">compare view</a></li> </ul> </details> <br /> Updates `svelte` from 5.50.1 to 5.51.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sveltejs/svelte/releases">svelte's releases</a>.</em></p> <blockquote> <h2>svelte@5.51.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take async into consideration for dev delegated handlers (<a href="https://redirect.github.com/sveltejs/svelte/pull/17710">#17710</a>)</p> </li> <li> <p>fix: emit state_referenced_locally warning for non-destructured props (<a href="https://redirect.github.com/sveltejs/svelte/pull/17708">#17708</a>)</p> </li> </ul> <h2>svelte@5.51.1</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: don't crash on undefined <code>document.contentType</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17707">#17707</a>)</p> </li> <li> <p>fix: use symbols for encapsulated event delegation (<a href="https://redirect.github.com/sveltejs/svelte/pull/17703">#17703</a>)</p> </li> </ul> <h2>svelte@5.51.0</h2> <h3>Minor Changes</h3> <ul> <li>feat: Use <code>TrustedTypes</code> for HTML handling where supported (<a href="https://redirect.github.com/sveltejs/svelte/pull/16271">#16271</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li> <p>fix: sanitize template-literal-special-characters in SSR attribute values (<a href="https://redirect.github.com/sveltejs/svelte/pull/17692">#17692</a>)</p> </li> <li> <p>fix: follow-up formatting in <code>print()</code> — flush block-level elements into separate sequences (<a href="https://redirect.github.com/sveltejs/svelte/pull/17699">#17699</a>)</p> </li> <li> <p>fix: preserve delegated event handlers as long as one or more root components are using them (<a href="https://redirect.github.com/sveltejs/svelte/pull/17695">#17695</a>)</p> </li> </ul> <h2>svelte@5.50.3</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: take into account <code>nodeName</code> case sensitivity on XHTML pages (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: render <code>multiple</code> and <code>selected</code> attributes as empty strings for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17689">#17689</a>)</p> </li> <li> <p>fix: always lowercase HTML elements, for XHTML compliance (<a href="https://redirect.github.com/sveltejs/svelte/pull/17664">#17664</a>)</p> </li> <li> <p>fix: freeze effects-inside-deriveds when disconnecting, unfreeze on reconnect (<a href="https://redirect.github.com/sveltejs/svelte/pull/17682">#17682</a>)</p> </li> <li> <p>fix: propagate <code>$effect</code> errors to <code>&lt;svelte:boundary&gt;</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17684">#17684</a>)</p> </li> </ul> <h2>svelte@5.50.2</h2> <h3>Patch Changes</h3> <ul> <li> <p>fix: resolve <code>effect_update_depth_exceeded</code> when using <code>bind:value</code> on <code>&lt;select&gt;</code> with derived state in legacy mode (<a href="https://redirect.github.com/sveltejs/svelte/pull/17645">#17645</a>)</p> </li> <li> <p>fix: don't swallow <code>DOMException</code> when <code>media.play()</code> fails in <code>bind:paused</code> (<a href="https://redirect.github.com/sveltejs/svelte/pull/17656">#17656</a>)</p> </li> <li> <p>chore: pro…
1 parent 8eb6cfa commit 68fc7f6

File tree

18 files changed

+1476
-1044
lines changed

18 files changed

+1476
-1044
lines changed

apps/content/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"serve": "vitepress serve"
99
},
1010
"devDependencies": {
11-
"@ai-sdk/google": "^3.0.24",
12-
"@ai-sdk/react": "^3.0.81",
13-
"@opentelemetry/instrumentation": "^0.211.0",
14-
"@opentelemetry/sdk-node": "^0.211.0",
15-
"@opentelemetry/sdk-trace-web": "^2.5.0",
11+
"@ai-sdk/google": "^3.0.29",
12+
"@ai-sdk/react": "^3.0.88",
13+
"@opentelemetry/instrumentation": "^0.212.0",
14+
"@opentelemetry/sdk-node": "^0.212.0",
15+
"@opentelemetry/sdk-trace-web": "^2.5.1",
1616
"@orpc/ai-sdk": "workspace:*",
1717
"@orpc/arktype": "workspace:*",
1818
"@orpc/client": "workspace:*",
@@ -32,20 +32,20 @@
3232
"@orpc/vue-query": "workspace:*",
3333
"@orpc/zod": "workspace:*",
3434
"@pinia/colada": "^0.21.4",
35-
"@sentry/node": "^10.38.0",
35+
"@sentry/node": "^10.39.0",
3636
"@shikijs/vitepress-twoslash": "^3.22.0",
3737
"@tanstack/react-query": "^5.90.21",
3838
"@tanstack/solid-query": "^5.90.23",
3939
"@tanstack/svelte-query": "^6.0.18",
4040
"@tanstack/vue-query": "^5.92.9",
4141
"@types/node": "^22.19.3",
42-
"ai": "^6.0.79",
42+
"ai": "^6.0.86",
4343
"markdown-it-task-lists": "^2.1.1",
4444
"mermaid": "^11.12.2",
45-
"openai": "^6.21.0",
45+
"openai": "^6.22.0",
4646
"pinia": "^3.0.4",
4747
"superjson": "^2.2.6",
48-
"svelte": "^5.50.1",
48+
"svelte": "^5.51.2",
4949
"vitepress": "1.6.4",
5050
"vitepress-plugin-group-icons": "^1.7.1",
5151
"vitepress-plugin-llms": "^1.11.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@antfu/eslint-config": "^7.4.3",
30-
"@cloudflare/vitest-pool-workers": "^0.12.11",
30+
"@cloudflare/vitest-pool-workers": "^0.12.12",
3131
"@solidjs/testing-library": "^0.8.10",
3232
"@sveltejs/vite-plugin-svelte": "^6.2.4",
3333
"@testing-library/jest-dom": "^6.9.1",

packages/ai-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@orpc/shared": "workspace:*"
4444
},
4545
"devDependencies": {
46-
"ai": "^6.0.79",
46+
"ai": "^6.0.86",
4747
"zod": "^4.3.6"
4848
}
4949
}

packages/durable-iterator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"valibot": "^1.2.0"
5555
},
5656
"devDependencies": {
57-
"@cloudflare/workers-types": "^4.20260210.0",
57+
"@cloudflare/workers-types": "^4.20260217.0",
5858
"@orpc/standard-server-peer": "workspace:*",
5959
"@types/node": "^22.19.3"
6060
}

packages/otel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
},
4242
"devDependencies": {
4343
"@opentelemetry/api": "^1.9.0",
44-
"@opentelemetry/instrumentation": "^0.211.0"
44+
"@opentelemetry/instrumentation": "^0.212.0"
4545
}
4646
}

packages/publisher-durable-object/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@orpc/standard-server": "workspace:*"
4141
},
4242
"devDependencies": {
43-
"@cloudflare/workers-types": "^4.20260210.0",
43+
"@cloudflare/workers-types": "^4.20260217.0",
4444
"@orpc/standard-server-peer": "workspace:*",
4545
"@types/node": "^22.19.3"
4646
}

packages/publisher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
},
7070
"devDependencies": {
7171
"@upstash/redis": "^1.36.2",
72-
"ioredis": "^5.9.2"
72+
"ioredis": "^5.9.3"
7373
}
7474
}

packages/ratelimit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
"devDependencies": {
7575
"@upstash/ratelimit": "^2.0.8",
7676
"@upstash/redis": "^1.36.2",
77-
"ioredis": "^5.9.2"
77+
"ioredis": "^5.9.3"
7878
}
7979
}

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"cookie": "^1.1.1"
143143
},
144144
"devDependencies": {
145-
"@tanstack/router-core": "^1.159.4",
145+
"@tanstack/router-core": "^1.160.0",
146146
"@types/ws": "^8.18.1",
147147
"crossws": "^0.4.4",
148148
"fastify": "^5.7.4",

packages/tanstack-query/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
"@orpc/shared": "workspace:*"
4242
},
4343
"devDependencies": {
44-
"@angular/core": "^21.1.3",
44+
"@angular/core": "^21.1.4",
4545
"@tanstack/angular-query-experimental": "^5.90.25",
4646
"@tanstack/query-core": "^5.90.20",
4747
"@tanstack/react-query": "^5.90.21",
4848
"@tanstack/solid-query": "^5.90.23",
4949
"@tanstack/svelte-query": "^6.0.18",
5050
"@tanstack/vue-query": "^5.92.9",
51-
"svelte": "^5.50.1",
51+
"svelte": "^5.51.2",
5252
"vue": "^3.5.28",
5353
"zod": "^4.3.6"
5454
}

0 commit comments

Comments
 (0)