Skip to content

Commit a285ba9

Browse files
deps: bump the platform-dependencies group in /platform with 10 updates (#2512)
Bumps the platform-dependencies group in /platform with 10 updates: | Package | From | To | | --- | --- | --- | | [@better-auth/core](https://github.com/better-auth/better-auth/tree/HEAD/packages/core) | `1.4.13` | `1.4.17` | | [@better-auth/sso](https://github.com/better-auth/better-auth/tree/HEAD/packages/sso) | `1.4.13` | `1.4.17` | | [@opentelemetry/auto-instrumentations-node](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node) | `0.68.0` | `0.69.0` | | [@opentelemetry/exporter-trace-otlp-http](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.211.0` | | [@opentelemetry/otlp-exporter-base](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.211.0` | | [@opentelemetry/sdk-node](https://github.com/open-telemetry/opentelemetry-js) | `0.210.0` | `0.211.0` | | [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.4.13` | `1.4.17` | | [tsdown](https://github.com/rolldown/tsdown) | `0.19.0` | `0.20.0` | | [import-in-the-middle](https://github.com/nodejs/import-in-the-middle) | `2.0.4` | `2.0.5` | | [recharts](https://github.com/recharts/recharts) | `3.6.0` | `3.7.0` | Updates `@better-auth/core` from 1.4.13 to 1.4.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/better-auth/better-auth/releases"><code>@​better-auth/core</code>'s releases</a>.</em></p> <blockquote> <h2>v1.4.17</h2> <h3>   🚀 Features</h3> <ul> <li><strong>two-factor</strong>: Add twoFactorCookieMaxAge as a separate option  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/c6e4f1618"><!-- raw HTML omitted -->(c6e4f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Set default ipv6 subnet to 64  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7509">better-auth/better-auth#7509</a> <a href="https://github.com/better-auth/better-auth/commit/6ef600dea"><!-- raw HTML omitted -->(6ef60)<!-- raw HTML omitted --></a></li> <li><strong>cookies</strong>: Fallback to isProduction when <code>baseURL</code> is not set  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7159">better-auth/better-auth#7159</a> <a href="https://github.com/better-auth/better-auth/commit/f7cbbbd12"><!-- raw HTML omitted -->(f7cbb)<!-- raw HTML omitted --></a></li> <li><strong>db</strong>: Only exclude <code>returned: false</code> fields from output schemas  -  by <a href="https://github.com/Paola3stefania"><code>@​Paola3stefania</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7504">better-auth/better-auth#7504</a> <a href="https://github.com/better-auth/better-auth/commit/86db4f7ee"><!-- raw HTML omitted -->(86db4)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Allow re-subscribing to the same plan when subscription has expired  -  by <a href="https://github.com/DIYgod"><code>@​DIYgod</code></a>, <strong>Claude Opus 4.5</strong>, <strong>Taesu</strong> and <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7459">better-auth/better-auth#7459</a> <a href="https://github.com/better-auth/better-auth/commit/a1b090199"><!-- raw HTML omitted -->(a1b09)<!-- raw HTML omitted --></a></li> <li><strong>two-factor</strong>: Improve OTP comparision during hashed and encrypted values  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/225348afd"><!-- raw HTML omitted -->(22534)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.16...v1.4.17">View changes on GitHub</a></h5> <h2>v1.4.16</h2> <h3>   🚀 Features</h3> <ul> <li><strong>admin</strong>: Make password field optional on create user  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> and <a href="https://github.com/cursoragent"><code>@​cursoragent</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7441">better-auth/better-auth#7441</a> <a href="https://github.com/better-auth/better-auth/commit/01bd8c1b7"><!-- raw HTML omitted -->(01bd8)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>oauth</strong>: Set account cookie on re-login when <code>updateAccountOnSignIn</code> is false  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7217">better-auth/better-auth#7217</a> <a href="https://github.com/better-auth/better-auth/commit/56bc0da96"><!-- raw HTML omitted -->(56bc0)<!-- raw HTML omitted --></a></li> <li><strong>organization</strong>: Missing <code>activeTeamId</code> field when dynamic access control is enabled  -  by <a href="https://github.com/longnguyen2004"><code>@​longnguyen2004</code></a>, <a href="https://github.com/himself65"><code>@​himself65</code></a>, <strong>ping-maxwell</strong> and <a href="https://github.com/ping-maxwell"><code>@​ping-maxwell</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7385">better-auth/better-auth#7385</a> <a href="https://github.com/better-auth/better-auth/commit/b7ff1b339"><!-- raw HTML omitted -->(b7ff1)<!-- raw HTML omitted --></a></li> <li><strong>rate-limit</strong>: Support IPv6 address normalization and subnet  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7470">better-auth/better-auth#7470</a> <a href="https://github.com/better-auth/better-auth/commit/1ba5a3fd5"><!-- raw HTML omitted -->(1ba5a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.15...v1.4.16">View changes on GitHub</a></h5> <h2>v1.4.15</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Update TanStack imports to use server subpath  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7446">better-auth/better-auth#7446</a> <a href="https://github.com/better-auth/better-auth/commit/a02b3af81"><!-- raw HTML omitted -->(a02b3)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Deep merge plugin actions to preserve all methods  -  by <a href="https://github.com/gustavovalverde"><code>@​gustavovalverde</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7407">better-auth/better-auth#7407</a> <a href="https://github.com/better-auth/better-auth/commit/1988cea6c"><!-- raw HTML omitted -->(1988c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.14...v1.4.15">View changes on GitHub</a></h5> <h2>v1.4.14</h2> <h3>   🚀 Features</h3> <ul> <li>Add <code>skipTrailingSlashes</code> option to advanced config  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7404">better-auth/better-auth#7404</a> <a href="https://github.com/better-auth/better-auth/commit/88e9224a4"><!-- raw HTML omitted -->(88e92)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Add support for <code>locale</code> option to upgradeSubscription  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7421">better-auth/better-auth#7421</a> <a href="https://github.com/better-auth/better-auth/commit/b636bd691"><!-- raw HTML omitted -->(b636b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>TanStack Start cookie plugins for React and Solid.js  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> and <strong>Copilot</strong> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7389">better-auth/better-auth#7389</a> <a href="https://github.com/better-auth/better-auth/commit/be37c9058"><!-- raw HTML omitted -->(be37c)<!-- raw HTML omitted --></a></li> <li>Centralize schema parsing for API responses  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7414">better-auth/better-auth#7414</a> <a href="https://github.com/better-auth/better-auth/commit/a9e444842"><!-- raw HTML omitted -->(a9e44)<!-- raw HTML omitted --></a></li> <li>Update Figma provider default scope and oauth endpoints  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7422">better-auth/better-auth#7422</a> <a href="https://github.com/better-auth/better-auth/commit/1233031cf"><!-- raw HTML omitted -->(12330)<!-- raw HTML omitted --></a></li> <li>Allow empty name on email sign-up  -  by <a href="https://github.com/jslno"><code>@​jslno</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7409">better-auth/better-auth#7409</a> <a href="https://github.com/better-auth/better-auth/commit/dfcbefea5"><!-- raw HTML omitted -->(dfcbe)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.13...v1.4.14">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/better-auth/better-auth/commit/bcbeeee23c138fbcb01e972b945bb2e5846dcc0a"><code>bcbeeee</code></a> chore: release v1.4.17</li> <li><a href="https://github.com/better-auth/better-auth/commit/6ef600deae0d012ed5d11ba0a0c3473935da141b"><code>6ef600d</code></a> fix: set default ipv6 subnet to 64 (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7509">#7509</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/f4440274e03cc9b8a02fc56a247fd6d8ffef2f94"><code>f444027</code></a> chore: bump <code>zod</code> (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7507">#7507</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/4625dcf784b4ac25d471cfd5a4e5839c2daa26ed"><code>4625dcf</code></a> chore: release v1.4.16</li> <li><a href="https://github.com/better-auth/better-auth/commit/1ba5a3fd5a67ff24630b7b3cf50fcecb1155b416"><code>1ba5a3f</code></a> fix(rate-limit): support IPv6 address normalization and subnet (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7470">#7470</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/eb297c2b7f55743137bf528e572628f8b36c53ef"><code>eb297c2</code></a> refactor: return linked account in findOAuthUser (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7331">#7331</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/bcb4d24cbc6c8d3f711ce5d3c43a4f81046d55b4"><code>bcb4d24</code></a> chore: release v1.4.15</li> <li><a href="https://github.com/better-auth/better-auth/commit/1d649c09a410fb984f5cdddf003da8ada536f5c5"><code>1d649c0</code></a> chore: release v1.4.14</li> <li><a href="https://github.com/better-auth/better-auth/commit/1233031cfe9a50b37ec65fa4567b22b8d42e3b48"><code>1233031</code></a> fix: update Figma provider default scope and oauth endpoints (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7422">#7422</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/a9e44484298916ee24585bb7b77e9330e5029c85"><code>a9e4448</code></a> fix: centralize schema parsing for API responses (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/core/issues/7414">#7414</a>)</li> <li>Additional commits viewable in <a href="https://github.com/better-auth/better-auth/commits/v1.4.17/packages/core">compare view</a></li> </ul> </details> <br /> Updates `@better-auth/sso` from 1.4.13 to 1.4.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/better-auth/better-auth/releases"><code>@​better-auth/sso</code>'s releases</a>.</em></p> <blockquote> <h2>v1.4.17</h2> <h3>   🚀 Features</h3> <ul> <li><strong>two-factor</strong>: Add twoFactorCookieMaxAge as a separate option  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/c6e4f1618"><!-- raw HTML omitted -->(c6e4f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Set default ipv6 subnet to 64  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7509">better-auth/better-auth#7509</a> <a href="https://github.com/better-auth/better-auth/commit/6ef600dea"><!-- raw HTML omitted -->(6ef60)<!-- raw HTML omitted --></a></li> <li><strong>cookies</strong>: Fallback to isProduction when <code>baseURL</code> is not set  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7159">better-auth/better-auth#7159</a> <a href="https://github.com/better-auth/better-auth/commit/f7cbbbd12"><!-- raw HTML omitted -->(f7cbb)<!-- raw HTML omitted --></a></li> <li><strong>db</strong>: Only exclude <code>returned: false</code> fields from output schemas  -  by <a href="https://github.com/Paola3stefania"><code>@​Paola3stefania</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7504">better-auth/better-auth#7504</a> <a href="https://github.com/better-auth/better-auth/commit/86db4f7ee"><!-- raw HTML omitted -->(86db4)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Allow re-subscribing to the same plan when subscription has expired  -  by <a href="https://github.com/DIYgod"><code>@​DIYgod</code></a>, <strong>Claude Opus 4.5</strong>, <strong>Taesu</strong> and <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7459">better-auth/better-auth#7459</a> <a href="https://github.com/better-auth/better-auth/commit/a1b090199"><!-- raw HTML omitted -->(a1b09)<!-- raw HTML omitted --></a></li> <li><strong>two-factor</strong>: Improve OTP comparision during hashed and encrypted values  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/225348afd"><!-- raw HTML omitted -->(22534)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.16...v1.4.17">View changes on GitHub</a></h5> <h2>v1.4.16</h2> <h3>   🚀 Features</h3> <ul> <li><strong>admin</strong>: Make password field optional on create user  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> and <a href="https://github.com/cursoragent"><code>@​cursoragent</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7441">better-auth/better-auth#7441</a> <a href="https://github.com/better-auth/better-auth/commit/01bd8c1b7"><!-- raw HTML omitted -->(01bd8)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>oauth</strong>: Set account cookie on re-login when <code>updateAccountOnSignIn</code> is false  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7217">better-auth/better-auth#7217</a> <a href="https://github.com/better-auth/better-auth/commit/56bc0da96"><!-- raw HTML omitted -->(56bc0)<!-- raw HTML omitted --></a></li> <li><strong>organization</strong>: Missing <code>activeTeamId</code> field when dynamic access control is enabled  -  by <a href="https://github.com/longnguyen2004"><code>@​longnguyen2004</code></a>, <a href="https://github.com/himself65"><code>@​himself65</code></a>, <strong>ping-maxwell</strong> and <a href="https://github.com/ping-maxwell"><code>@​ping-maxwell</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7385">better-auth/better-auth#7385</a> <a href="https://github.com/better-auth/better-auth/commit/b7ff1b339"><!-- raw HTML omitted -->(b7ff1)<!-- raw HTML omitted --></a></li> <li><strong>rate-limit</strong>: Support IPv6 address normalization and subnet  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7470">better-auth/better-auth#7470</a> <a href="https://github.com/better-auth/better-auth/commit/1ba5a3fd5"><!-- raw HTML omitted -->(1ba5a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.15...v1.4.16">View changes on GitHub</a></h5> <h2>v1.4.15</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Update TanStack imports to use server subpath  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7446">better-auth/better-auth#7446</a> <a href="https://github.com/better-auth/better-auth/commit/a02b3af81"><!-- raw HTML omitted -->(a02b3)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Deep merge plugin actions to preserve all methods  -  by <a href="https://github.com/gustavovalverde"><code>@​gustavovalverde</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7407">better-auth/better-auth#7407</a> <a href="https://github.com/better-auth/better-auth/commit/1988cea6c"><!-- raw HTML omitted -->(1988c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.14...v1.4.15">View changes on GitHub</a></h5> <h2>v1.4.14</h2> <h3>   🚀 Features</h3> <ul> <li>Add <code>skipTrailingSlashes</code> option to advanced config  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7404">better-auth/better-auth#7404</a> <a href="https://github.com/better-auth/better-auth/commit/88e9224a4"><!-- raw HTML omitted -->(88e92)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Add support for <code>locale</code> option to upgradeSubscription  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7421">better-auth/better-auth#7421</a> <a href="https://github.com/better-auth/better-auth/commit/b636bd691"><!-- raw HTML omitted -->(b636b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>TanStack Start cookie plugins for React and Solid.js  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> and <strong>Copilot</strong> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7389">better-auth/better-auth#7389</a> <a href="https://github.com/better-auth/better-auth/commit/be37c9058"><!-- raw HTML omitted -->(be37c)<!-- raw HTML omitted --></a></li> <li>Centralize schema parsing for API responses  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7414">better-auth/better-auth#7414</a> <a href="https://github.com/better-auth/better-auth/commit/a9e444842"><!-- raw HTML omitted -->(a9e44)<!-- raw HTML omitted --></a></li> <li>Update Figma provider default scope and oauth endpoints  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7422">better-auth/better-auth#7422</a> <a href="https://github.com/better-auth/better-auth/commit/1233031cf"><!-- raw HTML omitted -->(12330)<!-- raw HTML omitted --></a></li> <li>Allow empty name on email sign-up  -  by <a href="https://github.com/jslno"><code>@​jslno</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7409">better-auth/better-auth#7409</a> <a href="https://github.com/better-auth/better-auth/commit/dfcbefea5"><!-- raw HTML omitted -->(dfcbe)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.13...v1.4.14">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/better-auth/better-auth/commit/bcbeeee23c138fbcb01e972b945bb2e5846dcc0a"><code>bcbeeee</code></a> chore: release v1.4.17</li> <li><a href="https://github.com/better-auth/better-auth/commit/da2fd6cd461d872c03f08409fe5b8a062b3fcad9"><code>da2fd6c</code></a> chore(sso): remove unused ascEndpoint params schema (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/sso/issues/7488">#7488</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/f4440274e03cc9b8a02fc56a247fd6d8ffef2f94"><code>f444027</code></a> chore: bump <code>zod</code> (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/sso/issues/7507">#7507</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/4625dcf784b4ac25d471cfd5a4e5839c2daa26ed"><code>4625dcf</code></a> chore: release v1.4.16</li> <li><a href="https://github.com/better-auth/better-auth/commit/bcb4d24cbc6c8d3f711ce5d3c43a4f81046d55b4"><code>bcb4d24</code></a> chore: release v1.4.15</li> <li><a href="https://github.com/better-auth/better-auth/commit/1d649c09a410fb984f5cdddf003da8ada536f5c5"><code>1d649c0</code></a> chore: release v1.4.14</li> <li>See full diff in <a href="https://github.com/better-auth/better-auth/commits/v1.4.17/packages/sso">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/auto-instrumentations-node` from 0.68.0 to 0.69.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/releases"><code>@​opentelemetry/auto-instrumentations-node</code>'s releases</a>.</em></p> <blockquote> <h2>auto-instrumentations-node: v0.69.0</h2> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.68.0...auto-instrumentations-node-v0.69.0">0.69.0</a> (2026-01-21)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3353">#3353</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a56bbdc34a5015b0a5fdcb7522f168cfc90ba95c">a56bbdc</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​opentelemetry/instrumentation-amqplib</code> bumped from ^0.57.0 to ^0.58.0</li> <li><code>@​opentelemetry/instrumentation-aws-lambda</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@​opentelemetry/instrumentation-aws-sdk</code> bumped from ^0.65.0 to ^0.66.0</li> <li><code>@​opentelemetry/instrumentation-bunyan</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-cassandra-driver</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-connect</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-cucumber</code> bumped from ^0.25.0 to ^0.26.0</li> <li><code>@​opentelemetry/instrumentation-dataloader</code> bumped from ^0.27.0 to ^0.28.0</li> <li><code>@​opentelemetry/instrumentation-dns</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-express</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-fastify</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-fs</code> bumped from ^0.29.0 to ^0.30.0</li> <li><code>@​opentelemetry/instrumentation-generic-pool</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-graphql</code> bumped from ^0.57.0 to ^0.58.0</li> <li><code>@​opentelemetry/instrumentation-hapi</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-ioredis</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-kafkajs</code> bumped from ^0.19.0 to ^0.20.0</li> <li><code>@​opentelemetry/instrumentation-knex</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-koa</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-lru-memoizer</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-memcached</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-mongodb</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@​opentelemetry/instrumentation-mongoose</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-mysql</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-mysql2</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-nestjs-core</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-net</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-openai</code> bumped from ^0.8.0 to ^0.9.0</li> <li><code>@​opentelemetry/instrumentation-oracledb</code> bumped from ^0.35.0 to ^0.36.0</li> <li><code>@​opentelemetry/instrumentation-pg</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@​opentelemetry/instrumentation-pino</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-redis</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-restify</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-router</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-runtime-node</code> bumped from ^0.23.0 to ^0.24.0</li> <li><code>@​opentelemetry/instrumentation-socket</code>.io bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-tedious</code> bumped from ^0.29.0 to ^0.30.0</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/auto-instrumentations-node/CHANGELOG.md"><code>@​opentelemetry/auto-instrumentations-node</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/compare/auto-instrumentations-node-v0.68.0...auto-instrumentations-node-v0.69.0">0.69.0</a> (2026-01-21)</h2> <h3>Features</h3> <ul> <li><strong>deps:</strong> update deps matching '@opentelemetry/*' (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/issues/3353">#3353</a>) (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a56bbdc34a5015b0a5fdcb7522f168cfc90ba95c">a56bbdc</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>The following workspace dependencies were updated <ul> <li>dependencies <ul> <li><code>@​opentelemetry/instrumentation-amqplib</code> bumped from ^0.57.0 to ^0.58.0</li> <li><code>@​opentelemetry/instrumentation-aws-lambda</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@​opentelemetry/instrumentation-aws-sdk</code> bumped from ^0.65.0 to ^0.66.0</li> <li><code>@​opentelemetry/instrumentation-bunyan</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-cassandra-driver</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-connect</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-cucumber</code> bumped from ^0.25.0 to ^0.26.0</li> <li><code>@​opentelemetry/instrumentation-dataloader</code> bumped from ^0.27.0 to ^0.28.0</li> <li><code>@​opentelemetry/instrumentation-dns</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-express</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-fastify</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-fs</code> bumped from ^0.29.0 to ^0.30.0</li> <li><code>@​opentelemetry/instrumentation-generic-pool</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-graphql</code> bumped from ^0.57.0 to ^0.58.0</li> <li><code>@​opentelemetry/instrumentation-hapi</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-ioredis</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-kafkajs</code> bumped from ^0.19.0 to ^0.20.0</li> <li><code>@​opentelemetry/instrumentation-knex</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-koa</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-lru-memoizer</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-memcached</code> bumped from ^0.53.0 to ^0.54.0</li> <li><code>@​opentelemetry/instrumentation-mongodb</code> bumped from ^0.63.0 to ^0.64.0</li> <li><code>@​opentelemetry/instrumentation-mongoose</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-mysql</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-mysql2</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-nestjs-core</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-net</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-openai</code> bumped from ^0.8.0 to ^0.9.0</li> <li><code>@​opentelemetry/instrumentation-oracledb</code> bumped from ^0.35.0 to ^0.36.0</li> <li><code>@​opentelemetry/instrumentation-pg</code> bumped from ^0.62.0 to ^0.63.0</li> <li><code>@​opentelemetry/instrumentation-pino</code> bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-redis</code> bumped from ^0.58.0 to ^0.59.0</li> <li><code>@​opentelemetry/instrumentation-restify</code> bumped from ^0.55.0 to ^0.56.0</li> <li><code>@​opentelemetry/instrumentation-router</code> bumped from ^0.54.0 to ^0.55.0</li> <li><code>@​opentelemetry/instrumentation-runtime-node</code> bumped from ^0.23.0 to ^0.24.0</li> <li><code>@​opentelemetry/instrumentation-socket</code>.io bumped from ^0.56.0 to ^0.57.0</li> <li><code>@​opentelemetry/instrumentation-tedious</code> bumped from ^0.29.0 to ^0.30.0</li> <li><code>@​opentelemetry/instrumentation-undici</code> bumped from ^0.20.0 to ^0.21.0</li> </ul> </li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/7a5f3c0a09b6a2d32c712b2962b95137c906a016"><code>7a5f3c0</code></a> chore: release main (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3342">#3342</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commit/a56bbdc34a5015b0a5fdcb7522f168cfc90ba95c"><code>a56bbdc</code></a> feat(deps): update deps matching '@opentelemetry/*' (<a href="https://github.com/open-telemetry/opentelemetry-js-contrib/tree/HEAD/packages/auto-instrumentations-node/issues/3353">#3353</a>)</li> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-js-contrib/commits/auto-instrumentations-node-v0.69.0/packages/auto-instrumentations-node">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/exporter-trace-otlp-http` from 0.210.0 to 0.211.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/exporter-trace-otlp-http</code>'s releases</a>.</em></p> <blockquote> <h2>experimental/v0.211.0</h2> <h2>0.211.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(otlp-exporter-base)!: remove xhr transport <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6317">#6317</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a> <ul> <li>(user-facing) The deprecated XHR-based transport has been removed and replaced with <code>fetch()</code>. This change affects users who relied on <code>XmlHttpRequest</code> instead of <code>fetch()</code> for sending headers with OTLP exports. To maintain compatibility on browsers without a <code>fetch()</code> implementation, include a <code>fetch()</code> polyfill.</li> </ul> </li> <li>chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6322">#6322</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): export event name from ConsoleLogRecordExporter <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6310">#6310</a> <a href="https://github.com/aicest"><code>@​aicest</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-logs): allow AnyValue attributes for logs and handle circular references <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6210">#6210</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a> <ul> <li>based on <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5765">#5765</a> from <a href="https://github.com/alec2435"><code>@​alec2435</code></a></li> </ul> </li> <li>fix(browser-detector): use window feature detection to avoid false positives in Node.js 21+ and Bun <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6271">#6271</a> <a href="https://github.com/fiyinfoluwa001"><code>@​fiyinfoluwa001</code></a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>fix(build): update <code>@​types/node</code> to 18.19.130, remove DOM types from base tsconfig <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6280">#6280</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>refactor(sdk-logs): simplify _export() <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6318">#6318</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/e5f2d4234e2c172ec7290f140f29a39062087fe3"><code>e5f2d42</code></a> perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6209">#6209</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/38924cbff2a6e924ce8a2a227d3a72de52fbcd35"><code>38924cb</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6326">#6326</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/f73f51ddcfb6cf99fb7cce0eafe446f01f96ba54"><code>f73f51d</code></a> chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6322">#6322</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/82ad3b7706926bc897c213a462b6aacd3ad4be73"><code>82ad3b7</code></a> fix(otlp-exporter-base): remove xhr transport (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6317">#6317</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c2c62ff8196af836fd2b3abce20f2facb4b3998e"><code>c2c62ff</code></a> refactor(sdk-logs): simplify <code>_export()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6318">#6318</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/435aadaaf7c312cf9c0bca5b40246ba24f041322"><code>435aada</code></a> tests(sdk-node, sdk-trace-node, sdk-trace-web): 6077 refactor test global pro...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1779896660d30c692c3128a0ec8ceb55367ccdd"><code>c177989</code></a> docs: update link for undici &amp; fetch instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6320">#6320</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/adbaa902de5671407795656d3679919b6bf94114"><code>adbaa90</code></a> chore(deps): update ubuntu:24.04 docker digest to cd1dba6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6313">#6313</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ae9b9337bfa315c6e8b9d2cb3cc3210c6b7a43ee"><code>ae9b933</code></a> feat(sdk-logs): export event name from ConsoleLogRecordExporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6310">#6310</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/2d3716cb858aa79be36bca778b0b2301b3d50748"><code>2d3716c</code></a> chore: fix typos in source code and documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6308">#6308</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.210.0...experimental/v0.211.0">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/otlp-exporter-base` from 0.210.0 to 0.211.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-js/releases"><code>@​opentelemetry/otlp-exporter-base</code>'s releases</a>.</em></p> <blockquote> <h2>experimental/v0.211.0</h2> <h2>0.211.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(otlp-exporter-base)!: remove xhr transport <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6317">#6317</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a> <ul> <li>(user-facing) The deprecated XHR-based transport has been removed and replaced with <code>fetch()</code>. This change affects users who relied on <code>XmlHttpRequest</code> instead of <code>fetch()</code> for sending headers with OTLP exports. To maintain compatibility on browsers without a <code>fetch()</code> implementation, include a <code>fetch()</code> polyfill.</li> </ul> </li> <li>chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6322">#6322</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): export event name from ConsoleLogRecordExporter <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6310">#6310</a> <a href="https://github.com/aicest"><code>@​aicest</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-logs): allow AnyValue attributes for logs and handle circular references <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6210">#6210</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a> <ul> <li>based on <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5765">#5765</a> from <a href="https://github.com/alec2435"><code>@​alec2435</code></a></li> </ul> </li> <li>fix(browser-detector): use window feature detection to avoid false positives in Node.js 21+ and Bun <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6271">#6271</a> <a href="https://github.com/fiyinfoluwa001"><code>@​fiyinfoluwa001</code></a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>fix(build): update <code>@​types/node</code> to 18.19.130, remove DOM types from base tsconfig <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6280">#6280</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>refactor(sdk-logs): simplify _export() <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6318">#6318</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/e5f2d4234e2c172ec7290f140f29a39062087fe3"><code>e5f2d42</code></a> perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6209">#6209</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/38924cbff2a6e924ce8a2a227d3a72de52fbcd35"><code>38924cb</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6326">#6326</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/f73f51ddcfb6cf99fb7cce0eafe446f01f96ba54"><code>f73f51d</code></a> chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6322">#6322</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/82ad3b7706926bc897c213a462b6aacd3ad4be73"><code>82ad3b7</code></a> fix(otlp-exporter-base): remove xhr transport (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6317">#6317</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c2c62ff8196af836fd2b3abce20f2facb4b3998e"><code>c2c62ff</code></a> refactor(sdk-logs): simplify <code>_export()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6318">#6318</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/435aadaaf7c312cf9c0bca5b40246ba24f041322"><code>435aada</code></a> tests(sdk-node, sdk-trace-node, sdk-trace-web): 6077 refactor test global pro...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1779896660d30c692c3128a0ec8ceb55367ccdd"><code>c177989</code></a> docs: update link for undici &amp; fetch instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6320">#6320</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/adbaa902de5671407795656d3679919b6bf94114"><code>adbaa90</code></a> chore(deps): update ubuntu:24.04 docker digest to cd1dba6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6313">#6313</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ae9b9337bfa315c6e8b9d2cb3cc3210c6b7a43ee"><code>ae9b933</code></a> feat(sdk-logs): export event name from ConsoleLogRecordExporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6310">#6310</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/2d3716cb858aa79be36bca778b0b2301b3d50748"><code>2d3716c</code></a> chore: fix typos in source code and documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6308">#6308</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.210.0...experimental/v0.211.0">compare view</a></li> </ul> </details> <br /> Updates `@opentelemetry/sdk-node` from 0.210.0 to 0.211.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.211.0</h2> <h2>0.211.0</h2> <h3>:boom: Breaking Changes</h3> <ul> <li>fix(otlp-exporter-base)!: remove xhr transport <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6317">#6317</a> <a href="https://github.com/cjihrig"><code>@​cjihrig</code></a> <ul> <li>(user-facing) The deprecated XHR-based transport has been removed and replaced with <code>fetch()</code>. This change affects users who relied on <code>XmlHttpRequest</code> instead of <code>fetch()</code> for sending headers with OTLP exports. To maintain compatibility on browsers without a <code>fetch()</code> implementation, include a <code>fetch()</code> polyfill.</li> </ul> </li> <li>chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6322">#6322</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a></li> </ul> <h3>:rocket: Features</h3> <ul> <li>feat(sdk-logs): export event name from ConsoleLogRecordExporter <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6310">#6310</a> <a href="https://github.com/aicest"><code>@​aicest</code></a></li> </ul> <h3>:bug: Bug Fixes</h3> <ul> <li>fix(sdk-logs): allow AnyValue attributes for logs and handle circular references <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6210">#6210</a> <a href="https://github.com/david-luna"><code>@​david-luna</code></a> <ul> <li>based on <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/5765">#5765</a> from <a href="https://github.com/alec2435"><code>@​alec2435</code></a></li> </ul> </li> <li>fix(browser-detector): use window feature detection to avoid false positives in Node.js 21+ and Bun <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6271">#6271</a> <a href="https://github.com/fiyinfoluwa001"><code>@​fiyinfoluwa001</code></a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> </ul> <h3>:house: Internal</h3> <ul> <li>fix(build): update <code>@​types/node</code> to 18.19.130, remove DOM types from base tsconfig <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6280">#6280</a> <a href="https://github.com/overbalance"><code>@​overbalance</code></a></li> <li>refactor(sdk-logs): simplify _export() <a href="https://redirect.github.com/open-telemetry/opentelemetry-js/pull/6318">#6318</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/e5f2d4234e2c172ec7290f140f29a39062087fe3"><code>e5f2d42</code></a> perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6209">#6209</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/38924cbff2a6e924ce8a2a227d3a72de52fbcd35"><code>38924cb</code></a> chore: prepare next release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6326">#6326</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/f73f51ddcfb6cf99fb7cce0eafe446f01f96ba54"><code>f73f51d</code></a> chore(api-logs)!: remove <code>ProxyLoggerProvider</code> export (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6322">#6322</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/82ad3b7706926bc897c213a462b6aacd3ad4be73"><code>82ad3b7</code></a> fix(otlp-exporter-base): remove xhr transport (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6317">#6317</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c2c62ff8196af836fd2b3abce20f2facb4b3998e"><code>c2c62ff</code></a> refactor(sdk-logs): simplify <code>_export()</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6318">#6318</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/435aadaaf7c312cf9c0bca5b40246ba24f041322"><code>435aada</code></a> tests(sdk-node, sdk-trace-node, sdk-trace-web): 6077 refactor test global pro...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/c1779896660d30c692c3128a0ec8ceb55367ccdd"><code>c177989</code></a> docs: update link for undici &amp; fetch instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6320">#6320</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/adbaa902de5671407795656d3679919b6bf94114"><code>adbaa90</code></a> chore(deps): update ubuntu:24.04 docker digest to cd1dba6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6313">#6313</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/ae9b9337bfa315c6e8b9d2cb3cc3210c6b7a43ee"><code>ae9b933</code></a> feat(sdk-logs): export event name from ConsoleLogRecordExporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6310">#6310</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-js/commit/2d3716cb858aa79be36bca778b0b2301b3d50748"><code>2d3716c</code></a> chore: fix typos in source code and documentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-js/issues/6308">#6308</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-js/compare/experimental/v0.210.0...experimental/v0.211.0">compare view</a></li> </ul> </details> <br /> Updates `better-auth` from 1.4.13 to 1.4.17 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/better-auth/better-auth/releases">better-auth's releases</a>.</em></p> <blockquote> <h2>v1.4.17</h2> <h3>   🚀 Features</h3> <ul> <li><strong>two-factor</strong>: Add twoFactorCookieMaxAge as a separate option  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/c6e4f1618"><!-- raw HTML omitted -->(c6e4f)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Set default ipv6 subnet to 64  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7509">better-auth/better-auth#7509</a> <a href="https://github.com/better-auth/better-auth/commit/6ef600dea"><!-- raw HTML omitted -->(6ef60)<!-- raw HTML omitted --></a></li> <li><strong>cookies</strong>: Fallback to isProduction when <code>baseURL</code> is not set  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7159">better-auth/better-auth#7159</a> <a href="https://github.com/better-auth/better-auth/commit/f7cbbbd12"><!-- raw HTML omitted -->(f7cbb)<!-- raw HTML omitted --></a></li> <li><strong>db</strong>: Only exclude <code>returned: false</code> fields from output schemas  -  by <a href="https://github.com/Paola3stefania"><code>@​Paola3stefania</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7504">better-auth/better-auth#7504</a> <a href="https://github.com/better-auth/better-auth/commit/86db4f7ee"><!-- raw HTML omitted -->(86db4)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Allow re-subscribing to the same plan when subscription has expired  -  by <a href="https://github.com/DIYgod"><code>@​DIYgod</code></a>, <strong>Claude Opus 4.5</strong>, <strong>Taesu</strong> and <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7459">better-auth/better-auth#7459</a> <a href="https://github.com/better-auth/better-auth/commit/a1b090199"><!-- raw HTML omitted -->(a1b09)<!-- raw HTML omitted --></a></li> <li><strong>two-factor</strong>: Improve OTP comparision during hashed and encrypted values  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> <a href="https://github.com/better-auth/better-auth/commit/225348afd"><!-- raw HTML omitted -->(22534)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.16...v1.4.17">View changes on GitHub</a></h5> <h2>v1.4.16</h2> <h3>   🚀 Features</h3> <ul> <li><strong>admin</strong>: Make password field optional on create user  -  by <a href="https://github.com/Bekacru"><code>@​Bekacru</code></a> and <a href="https://github.com/cursoragent"><code>@​cursoragent</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7441">better-auth/better-auth#7441</a> <a href="https://github.com/better-auth/better-auth/commit/01bd8c1b7"><!-- raw HTML omitted -->(01bd8)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li><strong>oauth</strong>: Set account cookie on re-login when <code>updateAccountOnSignIn</code> is false  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7217">better-auth/better-auth#7217</a> <a href="https://github.com/better-auth/better-auth/commit/56bc0da96"><!-- raw HTML omitted -->(56bc0)<!-- raw HTML omitted --></a></li> <li><strong>organization</strong>: Missing <code>activeTeamId</code> field when dynamic access control is enabled  -  by <a href="https://github.com/longnguyen2004"><code>@​longnguyen2004</code></a>, <a href="https://github.com/himself65"><code>@​himself65</code></a>, <strong>ping-maxwell</strong> and <a href="https://github.com/ping-maxwell"><code>@​ping-maxwell</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7385">better-auth/better-auth#7385</a> <a href="https://github.com/better-auth/better-auth/commit/b7ff1b339"><!-- raw HTML omitted -->(b7ff1)<!-- raw HTML omitted --></a></li> <li><strong>rate-limit</strong>: Support IPv6 address normalization and subnet  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7470">better-auth/better-auth#7470</a> <a href="https://github.com/better-auth/better-auth/commit/1ba5a3fd5"><!-- raw HTML omitted -->(1ba5a)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.15...v1.4.16">View changes on GitHub</a></h5> <h2>v1.4.15</h2> <h3>   🐞 Bug Fixes</h3> <ul> <li>Update TanStack imports to use server subpath  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7446">better-auth/better-auth#7446</a> <a href="https://github.com/better-auth/better-auth/commit/a02b3af81"><!-- raw HTML omitted -->(a02b3)<!-- raw HTML omitted --></a></li> <li><strong>client</strong>: Deep merge plugin actions to preserve all methods  -  by <a href="https://github.com/gustavovalverde"><code>@​gustavovalverde</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7407">better-auth/better-auth#7407</a> <a href="https://github.com/better-auth/better-auth/commit/1988cea6c"><!-- raw HTML omitted -->(1988c)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.14...v1.4.15">View changes on GitHub</a></h5> <h2>v1.4.14</h2> <h3>   🚀 Features</h3> <ul> <li>Add <code>skipTrailingSlashes</code> option to advanced config  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7404">better-auth/better-auth#7404</a> <a href="https://github.com/better-auth/better-auth/commit/88e9224a4"><!-- raw HTML omitted -->(88e92)<!-- raw HTML omitted --></a></li> <li><strong>stripe</strong>: Add support for <code>locale</code> option to upgradeSubscription  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7421">better-auth/better-auth#7421</a> <a href="https://github.com/better-auth/better-auth/commit/b636bd691"><!-- raw HTML omitted -->(b636b)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>TanStack Start cookie plugins for React and Solid.js  -  by <a href="https://github.com/himself65"><code>@​himself65</code></a> and <strong>Copilot</strong> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7389">better-auth/better-auth#7389</a> <a href="https://github.com/better-auth/better-auth/commit/be37c9058"><!-- raw HTML omitted -->(be37c)<!-- raw HTML omitted --></a></li> <li>Centralize schema parsing for API responses  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7414">better-auth/better-auth#7414</a> <a href="https://github.com/better-auth/better-auth/commit/a9e444842"><!-- raw HTML omitted -->(a9e44)<!-- raw HTML omitted --></a></li> <li>Update Figma provider default scope and oauth endpoints  -  by <a href="https://github.com/bytaesu"><code>@​bytaesu</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7422">better-auth/better-auth#7422</a> <a href="https://github.com/better-auth/better-auth/commit/1233031cf"><!-- raw HTML omitted -->(12330)<!-- raw HTML omitted --></a></li> <li>Allow empty name on email sign-up  -  by <a href="https://github.com/jslno"><code>@​jslno</code></a> in <a href="https://redirect.github.com/better-auth/better-auth/issues/7409">better-auth/better-auth#7409</a> <a href="https://github.com/better-auth/better-auth/commit/dfcbefea5"><!-- raw HTML omitted -->(dfcbe)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/better-auth/better-auth/compare/v1.4.13...v1.4.14">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/better-auth/better-auth/commit/bcbeeee23c138fbcb01e972b945bb2e5846dcc0a"><code>bcbeeee</code></a> chore: release v1.4.17</li> <li><a href="https://github.com/better-auth/better-auth/commit/225348afd25bdd8cb3d244ad414e4a0d2be1ff40"><code>225348a</code></a> fix(two-factor): improve OTP comparision during hashed and encrypted values</li> <li><a href="https://github.com/better-auth/better-auth/commit/c6e4f1618939705cf3aef7a2437475b000a6525e"><code>c6e4f16</code></a> feat(two-factor): add twoFactorCookieMaxAge as a separate option</li> <li><a href="https://github.com/better-auth/better-auth/commit/86db4f7ee0d5801b3686cb6a0e942960ca87fb62"><code>86db4f7</code></a> fix(db): only exclude <code>returned: false</code> fields from output schemas (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7504">#7504</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/f7cbbbd125261fcea37b355dbcb0c4dcff636f40"><code>f7cbbbd</code></a> fix(cookies): fallback to isProduction when <code>baseURL</code> is not set (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7159">#7159</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/6ef600deae0d012ed5d11ba0a0c3473935da141b"><code>6ef600d</code></a> fix: set default ipv6 subnet to 64 (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7509">#7509</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/f4440274e03cc9b8a02fc56a247fd6d8ffef2f94"><code>f444027</code></a> chore: bump <code>zod</code> (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7507">#7507</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/4625dcf784b4ac25d471cfd5a4e5839c2daa26ed"><code>4625dcf</code></a> chore: release v1.4.16</li> <li><a href="https://github.com/better-auth/better-auth/commit/1ba5a3fd5a67ff24630b7b3cf50fcecb1155b416"><code>1ba5a3f</code></a> fix(rate-limit): support IPv6 address normalization and subnet (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7470">#7470</a>)</li> <li><a href="https://github.com/better-auth/better-auth/commit/eb297c2b7f55743137bf528e572628f8b36c53ef"><code>eb297c2</code></a> refactor: return linked account in findOAuthUser (<a href="https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth/issues/7331">#7331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/better-auth/better-auth/commits/v1.4.17/packages/better-auth">compare view</a></li> </ul> </details> <br /> Updates `tsdown` from 0.19.0 to 0.20.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rolldown/tsdown/releases">tsdown's releases</a>.</em></p> <blockquote> <h2>v0.20.0</h2> <h3>   🚨 Breaking Changes</h3> <ul> <li>Upgrade dts plugin, remove <code>dts.resolve</code> option  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/16655bc"><!-- raw HTML omitted -->(16655)<!-- raw HTML omitted --></a></li> </ul> <h3>   🚀 Features</h3> <ul> <li>Add option to disable legacy CJS warning  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/9fadadd"><!-- raw HTML omitted -->(9fada)<!-- raw HTML omitted --></a></li> <li>Apply <code>inlineOnly</code> option for dts files  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/7d89d54"><!-- raw HTML omitted -->(7d89d)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to 1.0.0-beta.60  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bb3ee8d"><!-- raw HTML omitted -->(bb3ee)<!-- raw HTML omitted --></a></li> <li>Upgrade rolldown to rc 1  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1959f24"><!-- raw HTML omitted -->(1959f)<!-- raw HTML omitted --></a></li> <li><strong>entry</strong>: Support mixed array and object entries  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/a808345"><!-- raw HTML omitted -->(a8083)<!-- raw HTML omitted --></a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>Optional <code>parseEnv</code>  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/be1b60c"><!-- raw HTML omitted -->(be1b6)<!-- raw HTML omitted --></a></li> <li>Reload config on restart  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/1756b03"><!-- raw HTML omitted -->(1756b)<!-- raw HTML omitted --></a></li> <li>Config extensions typo  -  by <a href="https://github.com/aryaemami59"><code>@​aryaemami59</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/722">rolldown/tsdown#722</a> <a href="https://github.com/rolldown/tsdown/commit/d2bb75e"><!-- raw HTML omitted -->(d2bb7)<!-- raw HTML omitted --></a></li> <li><strong>windows</strong>: Normalize path separators in build output  -  by <a href="https://github.com/ryuapp"><code>@​ryuapp</code></a> in <a href="https://redirect.github.com/rolldown/tsdown/issues/719">rolldown/tsdown#719</a> <a href="https://github.com/rolldown/tsdown/commit/c45257c"><!-- raw HTML omitted -->(c4525)<!-- raw HTML omitted --></a></li> </ul> <h3>   🏎 Performance</h3> <ul> <li>Native filter for external plugin  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/8764e47"><!-- raw HTML omitted -->(8764e)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.19.0...v0.20.0">View changes on GitHub</a></h5> <h2>v0.20.0-beta.4</h2> <p><em>No significant changes</em></p> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.0-beta.3...v0.20.0-beta.4">View changes on GitHub</a></h5> <h2>v0.20.0-beta.3</h2> <h3>   🚀 Features</h3> <ul> <li>Upgrade rolldown to 1.0.0-beta.60  -  by <a href="https://github.com/sxzz"><code>@​sxzz</code></a> <a href="https://github.com/rolldown/tsdown/commit/bb3ee8d"><!-- raw HTML omitted -->(bb3ee)<!-- raw HTML omitted --></a></li> </ul> <h5>    <a href="https://github.com/rolldown/tsdown/compare/v0.20.0-beta.2...v0.20.0-beta.3">View changes on GitHub</a></h5> <h2>v0.20.0-beta.2</h2> <h3>   🚀 Features</h3> <ul> <li>Apply <code>inlineOnly</code> option for dts files  -  by <a href="https://github.com…
1 parent 2937085 commit a285ba9

File tree

4 files changed

+476
-955
lines changed

4 files changed

+476
-955
lines changed

platform/backend/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"@aws-sdk/client-bedrock-runtime": "^3.972.0",
4545
"@aws-sdk/credential-providers": "^3.969.0",
4646
"@azure/identity": "^4.13.0",
47-
"@better-auth/core": "1.4.13",
48-
"@better-auth/sso": "1.4.13",
47+
"@better-auth/core": "1.4.17",
48+
"@better-auth/sso": "1.4.17",
4949
"@fastify/cors": "^11.1.0",
5050
"@fastify/formbody": "^8.0.2",
5151
"@fastify/http-proxy": "fastify/fastify-http-proxy#bbe97fb55de3f7e3d15f57791142f7d84abf5a96",
@@ -63,11 +63,11 @@
6363
"@microsoft/msgraph-sdk-users": "1.0.0-preview.77",
6464
"@modelcontextprotocol/sdk": "^1.25.2",
6565
"@opentelemetry/api": "^1.9.0",
66-
"@opentelemetry/auto-instrumentations-node": "^0.68.0",
67-
"@opentelemetry/exporter-trace-otlp-http": "^0.210.0",
68-
"@opentelemetry/otlp-exporter-base": "^0.210.0",
66+
"@opentelemetry/auto-instrumentations-node": "^0.69.0",
67+
"@opentelemetry/exporter-trace-otlp-http": "^0.211.0",
68+
"@opentelemetry/otlp-exporter-base": "^0.211.0",
6969
"@opentelemetry/resources": "^2.3.0",
70-
"@opentelemetry/sdk-node": "^0.210.0",
70+
"@opentelemetry/sdk-node": "^0.211.0",
7171
"@opentelemetry/sdk-trace-base": "^2.4.0",
7272
"@opentelemetry/semantic-conventions": "^1.38.0",
7373
"@sentry/core": "^10.34.0",
@@ -81,7 +81,7 @@
8181
"@toon-format/toon": "^2.1.0",
8282
"ai": "^6.0.37",
8383
"aws4fetch": "^1.0.20",
84-
"better-auth": "1.4.13",
84+
"better-auth": "1.4.17",
8585
"botbuilder": "^4.23.3",
8686
"botframework-connector": "^4.23.3",
8787
"dotenv": "^17.2.2",
@@ -115,7 +115,7 @@
115115
"@types/pg": "^8.15.6",
116116
"@types/ws": "^8.18.1",
117117
"knip": "^5.81.0",
118-
"tsdown": "^0.19.0",
118+
"tsdown": "^0.20.0",
119119
"tsx": "^4.21.0",
120120
"typescript": "^5.9.2",
121121
"vitest": "^4.0.17"

platform/frontend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@ai-sdk/react": "^3.0.39",
21-
"@better-auth/sso": "1.4.13",
21+
"@better-auth/sso": "1.4.17",
2222
"@daveyplate/better-auth-ui": "github:archestra-ai/better-auth-ui#d2ca7c6",
2323
"@hookform/resolvers": "^5.2.2",
2424
"@monaco-editor/react": "^4.7.0",
@@ -50,13 +50,13 @@
5050
"@uidotdev/usehooks": "^2.4.1",
5151
"@xyflow/react": "^12.10.0",
5252
"ai": "^6.0.37",
53-
"better-auth": "1.4.13",
53+
"better-auth": "1.4.17",
5454
"class-variance-authority": "^0.7.1",
5555
"clsx": "^2.1.1",
5656
"cmdk": "^1.1.1",
5757
"date-fns": "^4.1.0",
5858
"elkjs": "^0.11.0",
59-
"import-in-the-middle": "2.0.4",
59+
"import-in-the-middle": "2.0.5",
6060
"lodash-es": "^4.17.23",
6161
"lucide-react": "^0.562.0",
6262
"mermaid": "^11.12.2",
@@ -72,7 +72,7 @@
7272
"react-hook-form": "^7.71.1",
7373
"react-markdown": "^10.1.0",
7474
"react-syntax-highlighter": "^16.1.0",
75-
"recharts": "3.6.0",
75+
"recharts": "3.7.0",
7676
"rehype-highlight": "^7.0.0",
7777
"rehype-raw": "^7.0.0",
7878
"remark-breaks": "^4.0.0",

0 commit comments

Comments
 (0)