Skip to content

Commit 10f8467

Browse files
[JS] bump: (deps): Bump the production group across 1 directory with 9 updates (#2334)
#minor Bumps the production group with 6 updates in the /js directory: | Package | From | To | | --- | --- | --- | | [botbuilder](https://github.com/Microsoft/botbuilder-js) | `4.23.1` | `4.23.2` | | [axios](https://github.com/axios/axios) | `1.7.9` | `1.8.1` | | [botbuilder-dialogs](https://github.com/Microsoft/botbuilder-js) | `4.23.1` | `4.23.2` | | [@microsoft/teams-js](https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js) | `2.33.0` | `2.34.0` | | [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.6.0` | `4.7.0` | | [botbuilder-azure-blobs](https://github.com/Microsoft/botbuilder-js) | `4.23.1` | `4.23.2` | Updates `botbuilder` from 4.23.1 to 4.23.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-js/releases">botbuilder's releases</a>.</em></p> <blockquote> <h2>Bot Framework JS SDK 4.23.2</h2> <h2>Notable changes in this release</h2> <ul> <li>Node 22 support</li> <li>Dependency updates for security alerts</li> <li>Federated Credentials for bot-to-channel auth. This is supported for single tenant only.</li> </ul> <h2>What's Changed</h2> <ul> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4632">#4632</a> Support Federated Identity Credential by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4765">microsoft/botbuilder-js#4765</a></li> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6841">#6841</a> SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4766">microsoft/botbuilder-js#4766</a></li> <li>fix: CVE-2024-52798 vulnerability with path-to-regexp by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4817">microsoft/botbuilder-js#4817</a></li> <li>bump: Update d3-format package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4842">microsoft/botbuilder-js#4842</a></li> <li>fix: Run the coveralls step only for windows by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4843">microsoft/botbuilder-js#4843</a></li> <li>bump: nanoid from 3.3.6 to 3.3.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4812">microsoft/botbuilder-js#4812</a></li> <li>feat: Support Sso for SharePoint bot ACEs by <a href="https://github.com/bentsai10"><code>@​bentsai10</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4806">microsoft/botbuilder-js#4806</a></li> <li>port:<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6879">#6879</a> Bot is not accepting v2 tokens from Bot Framework Emulator - Single Tenant Bots by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4847">microsoft/botbuilder-js#4847</a></li> <li>fix: Upgrade path-to-regexp and find-my-way packages to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4756">microsoft/botbuilder-js#4756</a></li> <li>bump: http-proxy-middleware from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4778">microsoft/botbuilder-js#4778</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade Nighwatch by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4768">microsoft/botbuilder-js#4768</a></li> <li>bump: elliptic from 6.5.7 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4780">microsoft/botbuilder-js#4780</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade filenamify using import-sync for esm-only package by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4782">microsoft/botbuilder-js#4782</a></li> <li>fix: Upgrade cookie dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4771">microsoft/botbuilder-js#4771</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace nanoid with native module crypto by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4769">microsoft/botbuilder-js#4769</a></li> <li>bump: Update p-map package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4820">microsoft/botbuilder-js#4820</a></li> <li>Suppress fake secret in unit test. by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4850">microsoft/botbuilder-js#4850</a></li> <li>bump: Update chai package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4844">microsoft/botbuilder-js#4844</a></li> <li>refactor: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace browserify with tsup by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4774">microsoft/botbuilder-js#4774</a></li> <li>port: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4800">microsoft/botbuilder-js#4800</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update nock dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4760">microsoft/botbuilder-js#4760</a></li> <li>bump: rollup from 4.21.0 to 4.22.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4755">microsoft/botbuilder-js#4755</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade rimraf dependency to v5 by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4761">microsoft/botbuilder-js#4761</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update sinon dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4762">microsoft/botbuilder-js#4762</a></li> </ul> <h3>Other</h3> <ul> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update applicationinsights dependency to version 2.x by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4758">microsoft/botbuilder-js#4758</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4746">#4746</a> Fix INodeBuffer in TypeScript 5.6 and ESNext target by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4757">microsoft/botbuilder-js#4757</a></li> <li>feat: Add TS 5.6 and ESNext target support by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4763">microsoft/botbuilder-js#4763</a></li> <li>feat: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Consolidate and update browser-echo-bot dependencies by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4764">microsoft/botbuilder-js#4764</a></li> <li>fix: Workspaces for update-versions script by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4783">microsoft/botbuilder-js#4783</a></li> <li>port: Add dataset to SearchInvokeValue by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4777">microsoft/botbuilder-js#4777</a></li> <li>bump: Update ESLint packages and migrate to eslint.config.cjs files by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4776">microsoft/botbuilder-js#4776</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update INodeSocket type by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4767">microsoft/botbuilder-js#4767</a></li> <li>Caret ranges for generator SDK version (any v4) by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4787">microsoft/botbuilder-js#4787</a></li> <li>fix: Upgrade cross-spawn dependency to latest version by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4798">microsoft/botbuilder-js#4798</a></li> <li>feat: Update versions for generators by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4796">microsoft/botbuilder-js#4796</a></li> <li>refactor: Fix test:consumer pipeline randomly failing by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4793">microsoft/botbuilder-js#4793</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-ai by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4790">microsoft/botbuilder-js#4790</a></li> <li>fix: Update Generators versions: Add missing directory to workspaces by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4801">microsoft/botbuilder-js#4801</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-azure-blobs by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4802">microsoft/botbuilder-js#4802</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7534989cec2376d9af6a424ae422ab7a1c5078b3"><code>7534989</code></a> bump: Update chai package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4844">#4844</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/4a9c741533a249b072a5bc9376b0957442a961f5"><code>4a9c741</code></a> Suppress fake secret in unit test. (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4850">#4850</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/29ae34b0597b4bb4d75d3183590011f693406658"><code>29ae34b</code></a> bump: Update p-map package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4820">#4820</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/62112c0f9a68e918b31fb37c332c3e0ecc9f3f22"><code>62112c0</code></a> port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6882">#6882</a> Mock expired token for 'throws exception on expired token' unit...</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7b1434f4896167efc153ba142e596bf87ac2ecaa"><code>7b1434f</code></a> fix: Remaining ESLint issues (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4846">#4846</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/b3b1f65d1c7bd9dd9a19f04930852406f84781aa"><code>b3b1f65</code></a> add the support for every possible issuer in Single Tenant for emulator (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4847">#4847</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/31c72e9c43152e77b6c6645f26d6f0b4d9d82af0"><code>31c72e9</code></a> feat: Support Sso for SharePoint bot ACEs (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4806">#4806</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/cd05a193db5489d3dcb1d68a4c77dd09ae64e6aa"><code>cd05a19</code></a> chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4812">#4812</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/adca2e026bdaa3b2deb719309504e1ac7224530f"><code>adca2e0</code></a> Run the coveralls step only for windows (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4843">#4843</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/428a1cdfc78c9581abeeb6d80579fbd8eb14021e"><code>428a1cd</code></a> update d3-format and use it with tsup (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4842">#4842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-js/compare/4.23.1...4.23.2">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.7.9 to 1.8.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.8.1</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>utils:</strong> move <code>generateString</code> to platform utils to avoid importing crypto module into client builds; (<a href="https://redirect.github.com/axios/axios/issues/6789">#6789</a>) (<a href="https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec">36a5a62</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+51/-47 ([#6789](https://github.com/axios/axios/issues/6789) )">Dmitriy Mozgovoy</a></li> </ul> <h2>Release v1.8.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>examples:</strong> application crashed when navigating examples in browser (<a href="https://redirect.github.com/axios/axios/issues/5938">#5938</a>) (<a href="https://github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c">1260ded</a>)</li> <li>missing word in SUPPORT_QUESTION.yml (<a href="https://redirect.github.com/axios/axios/issues/6757">#6757</a>) (<a href="https://github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e">1f890b1</a>)</li> <li><strong>utils:</strong> replace getRandomValues with crypto module (<a href="https://redirect.github.com/axios/axios/issues/6788">#6788</a>) (<a href="https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c">23a25af</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add config for ignoring absolute URLs (<a href="https://redirect.github.com/axios/axios/issues/5902">#5902</a>) (<a href="https://redirect.github.com/axios/axios/issues/6192">#6192</a>) (<a href="https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3">32c7bcc</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>Revert &quot;chore: expose fromDataToStream to be consumable (<a href="https://redirect.github.com/axios/axios/issues/6731">#6731</a>)&quot; (<a href="https://redirect.github.com/axios/axios/issues/6732">#6732</a>) (<a href="https://github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda">1317261</a>), closes <a href="https://redirect.github.com/axios/axios/issues/6731">#6731</a> <a href="https://redirect.github.com/axios/axios/issues/6732">#6732</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>code relying on the above will now combine the URLs instead of prefer request URL</p> </li> <li> <p>feat: add config option for allowing absolute URLs</p> </li> <li> <p>fix: add default value for allowAbsoluteUrls in buildFullPath</p> </li> <li> <p>fix: typo in flow control when setting allowAbsoluteUrls</p> </li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/GethosTheWalrus" title="+42/-8 ([#6192](https://github.com/axios/axios/issues/6192) )">Michael Toscano</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+26/-3 ([#6788](https://github.com/axios/axios/issues/6788) [#6777](https://github.com/axios/axios/issues/6777) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/naronchen" title="+27/-0 ([#5901](https://github.com/axios/axios/issues/5901) )">Naron</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/shravan20" title="+7/-3 ([#6116](https://github.com/axios/axios/issues/6116) )">shravan || श्रvan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/justindhillon" title="+0/-7 ([#6312](https://github.com/axios/axios/issues/6312) )">Justin Dhillon</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/yionr" title="+5/-1 ([#6129](https://github.com/axios/axios/issues/6129) )">yionr</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ueokande" title="+3/-3 ([#5935](https://github.com/axios/axios/issues/5935) )">Shin'ya Ueoka</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/dandv" title="+3/-3 ([#5908](https://github.com/axios/axios/issues/5908) [#6757](https://github.com/axios/axios/issues/6757) )">Dan Dascalescu</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/NitinRamnani" title="+2/-2 ([#5938](https://github.com/axios/axios/issues/5938) )">Nitin Ramnani</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/axios/axios/compare/v1.8.0...v1.8.1">1.8.1</a> (2025-02-26)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>utils:</strong> move <code>generateString</code> to platform utils to avoid importing crypto module into client builds; (<a href="https://redirect.github.com/axios/axios/issues/6789">#6789</a>) (<a href="https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec">36a5a62</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+51/-47 ([#6789](https://github.com/axios/axios/issues/6789) )">Dmitriy Mozgovoy</a></li> </ul> <h1><a href="https://github.com/axios/axios/compare/v1.7.9...v1.8.0">1.8.0</a> (2025-02-25)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>examples:</strong> application crashed when navigating examples in browser (<a href="https://redirect.github.com/axios/axios/issues/5938">#5938</a>) (<a href="https://github.com/axios/axios/commit/1260ded634ec101dd5ed05d3b70f8e8f899dba6c">1260ded</a>)</li> <li>missing word in SUPPORT_QUESTION.yml (<a href="https://redirect.github.com/axios/axios/issues/6757">#6757</a>) (<a href="https://github.com/axios/axios/commit/1f890b13f2c25a016f3c84ae78efb769f244133e">1f890b1</a>)</li> <li><strong>utils:</strong> replace getRandomValues with crypto module (<a href="https://redirect.github.com/axios/axios/issues/6788">#6788</a>) (<a href="https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c">23a25af</a>)</li> </ul> <h3>Features</h3> <ul> <li>Add config for ignoring absolute URLs (<a href="https://redirect.github.com/axios/axios/issues/5902">#5902</a>) (<a href="https://redirect.github.com/axios/axios/issues/6192">#6192</a>) (<a href="https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3">32c7bcc</a>)</li> </ul> <h3>Reverts</h3> <ul> <li>Revert &quot;chore: expose fromDataToStream to be consumable (<a href="https://redirect.github.com/axios/axios/issues/6731">#6731</a>)&quot; (<a href="https://redirect.github.com/axios/axios/issues/6732">#6732</a>) (<a href="https://github.com/axios/axios/commit/1317261125e9c419fe9f126867f64d28f9c1efda">1317261</a>), closes <a href="https://redirect.github.com/axios/axios/issues/6731">#6731</a> <a href="https://redirect.github.com/axios/axios/issues/6732">#6732</a></li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li> <p>code relying on the above will now combine the URLs instead of prefer request URL</p> </li> <li> <p>feat: add config option for allowing absolute URLs</p> </li> <li> <p>fix: add default value for allowAbsoluteUrls in buildFullPath</p> </li> <li> <p>fix: typo in flow control when setting allowAbsoluteUrls</p> </li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/GethosTheWalrus" title="+42/-8 ([#6192](https://github.com/axios/axios/issues/6192) )">Michael Toscano</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+26/-3 ([#6788](https://github.com/axios/axios/issues/6788) [#6777](https://github.com/axios/axios/issues/6777) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/naronchen" title="+27/-0 ([#5901](https://github.com/axios/axios/issues/5901) )">Naron</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/shravan20" title="+7/-3 ([#6116](https://github.com/axios/axios/issues/6116) )">shravan || श्रvan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/justindhillon" title="+0/-7 ([#6312](https://github.com/axios/axios/issues/6312) )">Justin Dhillon</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/yionr" title="+5/-1 ([#6129](https://github.com/axios/axios/issues/6129) )">yionr</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/ueokande" title="+3/-3 ([#5935](https://github.com/axios/axios/issues/5935) )">Shin'ya Ueoka</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/2e64afdff5c41e38284a6fb8312f2745072513a1"><code>2e64afd</code></a> chore(release): v1.8.1 (<a href="https://redirect.github.com/axios/axios/issues/6800">#6800</a>)</li> <li><a href="https://github.com/axios/axios/commit/36a5a620bec0b181451927f13ac85b9888b86cec"><code>36a5a62</code></a> fix(utils): move <code>generateString</code> to platform utils to avoid importing crypto...</li> <li><a href="https://github.com/axios/axios/commit/cceb7b1e154fbf294135c93d3f91921643bbe49f"><code>cceb7b1</code></a> chore(release): v1.8.0 (<a href="https://redirect.github.com/axios/axios/issues/6795">#6795</a>)</li> <li><a href="https://github.com/axios/axios/commit/23a25af0688d1db2c396deb09229d2271cc24f6c"><code>23a25af</code></a> fix(utils): replace getRandomValues with crypto module (<a href="https://redirect.github.com/axios/axios/issues/6788">#6788</a>)</li> <li><a href="https://github.com/axios/axios/commit/32c7bcc0f233285ba27dec73a4b1e81fb7a219b3"><code>32c7bcc</code></a> feat: Add config for ignoring absolute URLs (<a href="https://redirect.github.com/axios/axios/issues/5902">#5902</a>) (<a href="https://redirect.github.com/axios/axios/issues/6192">#6192</a>)</li> <li><a href="https://github.com/axios/axios/commit/4a3e26cf65bb040b7eb4577d5fd62199b0f3d017"><code>4a3e26c</code></a> chore(config): adjust rollup config to preserve license header to minified Ja...</li> <li><a href="https://github.com/axios/axios/commit/30966a79cb67e0efc3e91a34b4a39b4d5d50b43e"><code>30966a7</code></a> docs(type): fix typo in index.ts (<a href="https://redirect.github.com/axios/axios/issues/6030">#6030</a>)</li> <li><a href="https://github.com/axios/axios/commit/e7a9cbe3be1ed11689124dd90fbaa5688aaead0e"><code>e7a9cbe</code></a> test(transform): add test case for issue 5853 on response type to 'json' (<a href="https://redirect.github.com/axios/axios/issues/5901">#5901</a>)</li> <li><a href="https://github.com/axios/axios/commit/51c1d7ba9d5b68afad1b0692b2f4350479eb4edd"><code>51c1d7b</code></a> chore(docs): typo in README (<a href="https://redirect.github.com/axios/axios/issues/6771">#6771</a>)</li> <li><a href="https://github.com/axios/axios/commit/b5b063e47602d94a72f163f2233af4f607269c74"><code>b5b063e</code></a> docs(readme): fix Request Config options code highlight (<a href="https://redirect.github.com/axios/axios/issues/6480">#6480</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.9...v1.8.1">compare view</a></li> </ul> </details> <br /> Updates `botbuilder-dialogs` from 4.23.1 to 4.23.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-js/releases">botbuilder-dialogs's releases</a>.</em></p> <blockquote> <h2>Bot Framework JS SDK 4.23.2</h2> <h2>Notable changes in this release</h2> <ul> <li>Node 22 support</li> <li>Dependency updates for security alerts</li> <li>Federated Credentials for bot-to-channel auth. This is supported for single tenant only.</li> </ul> <h2>What's Changed</h2> <ul> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4632">#4632</a> Support Federated Identity Credential by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4765">microsoft/botbuilder-js#4765</a></li> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6841">#6841</a> SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4766">microsoft/botbuilder-js#4766</a></li> <li>fix: CVE-2024-52798 vulnerability with path-to-regexp by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4817">microsoft/botbuilder-js#4817</a></li> <li>bump: Update d3-format package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4842">microsoft/botbuilder-js#4842</a></li> <li>fix: Run the coveralls step only for windows by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4843">microsoft/botbuilder-js#4843</a></li> <li>bump: nanoid from 3.3.6 to 3.3.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4812">microsoft/botbuilder-js#4812</a></li> <li>feat: Support Sso for SharePoint bot ACEs by <a href="https://github.com/bentsai10"><code>@​bentsai10</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4806">microsoft/botbuilder-js#4806</a></li> <li>port:<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6879">#6879</a> Bot is not accepting v2 tokens from Bot Framework Emulator - Single Tenant Bots by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4847">microsoft/botbuilder-js#4847</a></li> <li>fix: Upgrade path-to-regexp and find-my-way packages to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4756">microsoft/botbuilder-js#4756</a></li> <li>bump: http-proxy-middleware from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4778">microsoft/botbuilder-js#4778</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade Nighwatch by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4768">microsoft/botbuilder-js#4768</a></li> <li>bump: elliptic from 6.5.7 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4780">microsoft/botbuilder-js#4780</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade filenamify using import-sync for esm-only package by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4782">microsoft/botbuilder-js#4782</a></li> <li>fix: Upgrade cookie dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4771">microsoft/botbuilder-js#4771</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace nanoid with native module crypto by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4769">microsoft/botbuilder-js#4769</a></li> <li>bump: Update p-map package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4820">microsoft/botbuilder-js#4820</a></li> <li>Suppress fake secret in unit test. by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4850">microsoft/botbuilder-js#4850</a></li> <li>bump: Update chai package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4844">microsoft/botbuilder-js#4844</a></li> <li>refactor: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace browserify with tsup by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4774">microsoft/botbuilder-js#4774</a></li> <li>port: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4800">microsoft/botbuilder-js#4800</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update nock dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4760">microsoft/botbuilder-js#4760</a></li> <li>bump: rollup from 4.21.0 to 4.22.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4755">microsoft/botbuilder-js#4755</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade rimraf dependency to v5 by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4761">microsoft/botbuilder-js#4761</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update sinon dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4762">microsoft/botbuilder-js#4762</a></li> </ul> <h3>Other</h3> <ul> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update applicationinsights dependency to version 2.x by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4758">microsoft/botbuilder-js#4758</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4746">#4746</a> Fix INodeBuffer in TypeScript 5.6 and ESNext target by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4757">microsoft/botbuilder-js#4757</a></li> <li>feat: Add TS 5.6 and ESNext target support by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4763">microsoft/botbuilder-js#4763</a></li> <li>feat: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Consolidate and update browser-echo-bot dependencies by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4764">microsoft/botbuilder-js#4764</a></li> <li>fix: Workspaces for update-versions script by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4783">microsoft/botbuilder-js#4783</a></li> <li>port: Add dataset to SearchInvokeValue by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4777">microsoft/botbuilder-js#4777</a></li> <li>bump: Update ESLint packages and migrate to eslint.config.cjs files by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4776">microsoft/botbuilder-js#4776</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update INodeSocket type by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4767">microsoft/botbuilder-js#4767</a></li> <li>Caret ranges for generator SDK version (any v4) by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4787">microsoft/botbuilder-js#4787</a></li> <li>fix: Upgrade cross-spawn dependency to latest version by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4798">microsoft/botbuilder-js#4798</a></li> <li>feat: Update versions for generators by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4796">microsoft/botbuilder-js#4796</a></li> <li>refactor: Fix test:consumer pipeline randomly failing by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4793">microsoft/botbuilder-js#4793</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-ai by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4790">microsoft/botbuilder-js#4790</a></li> <li>fix: Update Generators versions: Add missing directory to workspaces by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4801">microsoft/botbuilder-js#4801</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-azure-blobs by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4802">microsoft/botbuilder-js#4802</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7534989cec2376d9af6a424ae422ab7a1c5078b3"><code>7534989</code></a> bump: Update chai package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4844">#4844</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/4a9c741533a249b072a5bc9376b0957442a961f5"><code>4a9c741</code></a> Suppress fake secret in unit test. (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4850">#4850</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/29ae34b0597b4bb4d75d3183590011f693406658"><code>29ae34b</code></a> bump: Update p-map package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4820">#4820</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/62112c0f9a68e918b31fb37c332c3e0ecc9f3f22"><code>62112c0</code></a> port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6882">#6882</a> Mock expired token for 'throws exception on expired token' unit...</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7b1434f4896167efc153ba142e596bf87ac2ecaa"><code>7b1434f</code></a> fix: Remaining ESLint issues (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4846">#4846</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/b3b1f65d1c7bd9dd9a19f04930852406f84781aa"><code>b3b1f65</code></a> add the support for every possible issuer in Single Tenant for emulator (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4847">#4847</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/31c72e9c43152e77b6c6645f26d6f0b4d9d82af0"><code>31c72e9</code></a> feat: Support Sso for SharePoint bot ACEs (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4806">#4806</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/cd05a193db5489d3dcb1d68a4c77dd09ae64e6aa"><code>cd05a19</code></a> chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4812">#4812</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/adca2e026bdaa3b2deb719309504e1ac7224530f"><code>adca2e0</code></a> Run the coveralls step only for windows (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4843">#4843</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/428a1cdfc78c9581abeeb6d80579fbd8eb14021e"><code>428a1cd</code></a> update d3-format and use it with tsup (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4842">#4842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-js/compare/4.23.1...4.23.2">compare view</a></li> </ul> </details> <br /> Updates `botframework-connector` from 4.23.1 to 4.23.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-js/releases">botframework-connector's releases</a>.</em></p> <blockquote> <h2>Bot Framework JS SDK 4.23.2</h2> <h2>Notable changes in this release</h2> <ul> <li>Node 22 support</li> <li>Dependency updates for security alerts</li> <li>Federated Credentials for bot-to-channel auth. This is supported for single tenant only.</li> </ul> <h2>What's Changed</h2> <ul> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4632">#4632</a> Support Federated Identity Credential by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4765">microsoft/botbuilder-js#4765</a></li> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6841">#6841</a> SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4766">microsoft/botbuilder-js#4766</a></li> <li>fix: CVE-2024-52798 vulnerability with path-to-regexp by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4817">microsoft/botbuilder-js#4817</a></li> <li>bump: Update d3-format package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4842">microsoft/botbuilder-js#4842</a></li> <li>fix: Run the coveralls step only for windows by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4843">microsoft/botbuilder-js#4843</a></li> <li>bump: nanoid from 3.3.6 to 3.3.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4812">microsoft/botbuilder-js#4812</a></li> <li>feat: Support Sso for SharePoint bot ACEs by <a href="https://github.com/bentsai10"><code>@​bentsai10</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4806">microsoft/botbuilder-js#4806</a></li> <li>port:<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6879">#6879</a> Bot is not accepting v2 tokens from Bot Framework Emulator - Single Tenant Bots by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4847">microsoft/botbuilder-js#4847</a></li> <li>fix: Upgrade path-to-regexp and find-my-way packages to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4756">microsoft/botbuilder-js#4756</a></li> <li>bump: http-proxy-middleware from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4778">microsoft/botbuilder-js#4778</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade Nighwatch by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4768">microsoft/botbuilder-js#4768</a></li> <li>bump: elliptic from 6.5.7 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4780">microsoft/botbuilder-js#4780</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade filenamify using import-sync for esm-only package by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4782">microsoft/botbuilder-js#4782</a></li> <li>fix: Upgrade cookie dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4771">microsoft/botbuilder-js#4771</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace nanoid with native module crypto by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4769">microsoft/botbuilder-js#4769</a></li> <li>bump: Update p-map package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4820">microsoft/botbuilder-js#4820</a></li> <li>Suppress fake secret in unit test. by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4850">microsoft/botbuilder-js#4850</a></li> <li>bump: Update chai package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4844">microsoft/botbuilder-js#4844</a></li> <li>refactor: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace browserify with tsup by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4774">microsoft/botbuilder-js#4774</a></li> <li>port: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4800">microsoft/botbuilder-js#4800</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update nock dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4760">microsoft/botbuilder-js#4760</a></li> <li>bump: rollup from 4.21.0 to 4.22.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4755">microsoft/botbuilder-js#4755</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade rimraf dependency to v5 by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4761">microsoft/botbuilder-js#4761</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update sinon dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4762">microsoft/botbuilder-js#4762</a></li> </ul> <h3>Other</h3> <ul> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update applicationinsights dependency to version 2.x by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4758">microsoft/botbuilder-js#4758</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4746">#4746</a> Fix INodeBuffer in TypeScript 5.6 and ESNext target by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4757">microsoft/botbuilder-js#4757</a></li> <li>feat: Add TS 5.6 and ESNext target support by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4763">microsoft/botbuilder-js#4763</a></li> <li>feat: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Consolidate and update browser-echo-bot dependencies by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4764">microsoft/botbuilder-js#4764</a></li> <li>fix: Workspaces for update-versions script by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4783">microsoft/botbuilder-js#4783</a></li> <li>port: Add dataset to SearchInvokeValue by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4777">microsoft/botbuilder-js#4777</a></li> <li>bump: Update ESLint packages and migrate to eslint.config.cjs files by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4776">microsoft/botbuilder-js#4776</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update INodeSocket type by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4767">microsoft/botbuilder-js#4767</a></li> <li>Caret ranges for generator SDK version (any v4) by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4787">microsoft/botbuilder-js#4787</a></li> <li>fix: Upgrade cross-spawn dependency to latest version by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4798">microsoft/botbuilder-js#4798</a></li> <li>feat: Update versions for generators by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4796">microsoft/botbuilder-js#4796</a></li> <li>refactor: Fix test:consumer pipeline randomly failing by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4793">microsoft/botbuilder-js#4793</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-ai by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4790">microsoft/botbuilder-js#4790</a></li> <li>fix: Update Generators versions: Add missing directory to workspaces by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4801">microsoft/botbuilder-js#4801</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-azure-blobs by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4802">microsoft/botbuilder-js#4802</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7534989cec2376d9af6a424ae422ab7a1c5078b3"><code>7534989</code></a> bump: Update chai package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4844">#4844</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/4a9c741533a249b072a5bc9376b0957442a961f5"><code>4a9c741</code></a> Suppress fake secret in unit test. (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4850">#4850</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/29ae34b0597b4bb4d75d3183590011f693406658"><code>29ae34b</code></a> bump: Update p-map package (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4820">#4820</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/62112c0f9a68e918b31fb37c332c3e0ecc9f3f22"><code>62112c0</code></a> port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6882">#6882</a> Mock expired token for 'throws exception on expired token' unit...</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/7b1434f4896167efc153ba142e596bf87ac2ecaa"><code>7b1434f</code></a> fix: Remaining ESLint issues (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4846">#4846</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/b3b1f65d1c7bd9dd9a19f04930852406f84781aa"><code>b3b1f65</code></a> add the support for every possible issuer in Single Tenant for emulator (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4847">#4847</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/31c72e9c43152e77b6c6645f26d6f0b4d9d82af0"><code>31c72e9</code></a> feat: Support Sso for SharePoint bot ACEs (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4806">#4806</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/cd05a193db5489d3dcb1d68a4c77dd09ae64e6aa"><code>cd05a19</code></a> chore(deps): bump nanoid from 3.3.6 to 3.3.8 (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4812">#4812</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/adca2e026bdaa3b2deb719309504e1ac7224530f"><code>adca2e0</code></a> Run the coveralls step only for windows (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4843">#4843</a>)</li> <li><a href="https://github.com/microsoft/botbuilder-js/commit/428a1cdfc78c9581abeeb6d80579fbd8eb14021e"><code>428a1cd</code></a> update d3-format and use it with tsup (<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4842">#4842</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/botbuilder-js/compare/4.23.1...4.23.2">compare view</a></li> </ul> </details> <br /> Updates `botframework-schema` from 4.23.1 to 4.23.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/botbuilder-js/releases">botframework-schema's releases</a>.</em></p> <blockquote> <h2>Bot Framework JS SDK 4.23.2</h2> <h2>Notable changes in this release</h2> <ul> <li>Node 22 support</li> <li>Dependency updates for security alerts</li> <li>Federated Credentials for bot-to-channel auth. This is supported for single tenant only.</li> </ul> <h2>What's Changed</h2> <ul> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4632">#4632</a> Support Federated Identity Credential by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4765">microsoft/botbuilder-js#4765</a></li> <li>port: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6841">#6841</a> SkillDialog.InterceptOAuthCardsAsync doesn't support CloudAdapter by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4766">microsoft/botbuilder-js#4766</a></li> <li>fix: CVE-2024-52798 vulnerability with path-to-regexp by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4817">microsoft/botbuilder-js#4817</a></li> <li>bump: Update d3-format package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4842">microsoft/botbuilder-js#4842</a></li> <li>fix: Run the coveralls step only for windows by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4843">microsoft/botbuilder-js#4843</a></li> <li>bump: nanoid from 3.3.6 to 3.3.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4812">microsoft/botbuilder-js#4812</a></li> <li>feat: Support Sso for SharePoint bot ACEs by <a href="https://github.com/bentsai10"><code>@​bentsai10</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4806">microsoft/botbuilder-js#4806</a></li> <li>port:<a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/6879">#6879</a> Bot is not accepting v2 tokens from Bot Framework Emulator - Single Tenant Bots by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4847">microsoft/botbuilder-js#4847</a></li> <li>fix: Upgrade path-to-regexp and find-my-way packages to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4756">microsoft/botbuilder-js#4756</a></li> <li>bump: http-proxy-middleware from 2.0.6 to 2.0.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4778">microsoft/botbuilder-js#4778</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade Nighwatch by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4768">microsoft/botbuilder-js#4768</a></li> <li>bump: elliptic from 6.5.7 to 6.6.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4780">microsoft/botbuilder-js#4780</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade filenamify using import-sync for esm-only package by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4782">microsoft/botbuilder-js#4782</a></li> <li>fix: Upgrade cookie dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4771">microsoft/botbuilder-js#4771</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace nanoid with native module crypto by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4769">microsoft/botbuilder-js#4769</a></li> <li>bump: Update p-map package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4820">microsoft/botbuilder-js#4820</a></li> <li>Suppress fake secret in unit test. by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4850">microsoft/botbuilder-js#4850</a></li> <li>bump: Update chai package by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4844">microsoft/botbuilder-js#4844</a></li> <li>refactor: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Replace browserify with tsup by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4774">microsoft/botbuilder-js#4774</a></li> <li>port: [#6861]TeamsSSOTokenExchangeMiddleware.DeduplicatedTokenExchangeIdAsync fails on BlobStorage ETag validation by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4800">microsoft/botbuilder-js#4800</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update nock dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4760">microsoft/botbuilder-js#4760</a></li> <li>bump: rollup from 4.21.0 to 4.22.4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4755">microsoft/botbuilder-js#4755</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Upgrade rimraf dependency to v5 by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4761">microsoft/botbuilder-js#4761</a></li> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update sinon dependency to latest version by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4762">microsoft/botbuilder-js#4762</a></li> </ul> <h3>Other</h3> <ul> <li>bump: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update applicationinsights dependency to version 2.x by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4758">microsoft/botbuilder-js#4758</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4746">#4746</a> Fix INodeBuffer in TypeScript 5.6 and ESNext target by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4757">microsoft/botbuilder-js#4757</a></li> <li>feat: Add TS 5.6 and ESNext target support by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4763">microsoft/botbuilder-js#4763</a></li> <li>feat: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Consolidate and update browser-echo-bot dependencies by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4764">microsoft/botbuilder-js#4764</a></li> <li>fix: Workspaces for update-versions script by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4783">microsoft/botbuilder-js#4783</a></li> <li>port: Add dataset to SearchInvokeValue by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4777">microsoft/botbuilder-js#4777</a></li> <li>bump: Update ESLint packages and migrate to eslint.config.cjs files by <a href="https://github.com/JhontSouth"><code>@​JhontSouth</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4776">microsoft/botbuilder-js#4776</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> Update INodeSocket type by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4767">microsoft/botbuilder-js#4767</a></li> <li>Caret ranges for generator SDK version (any v4) by <a href="https://github.com/tracyboehrer"><code>@​tracyboehrer</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4787">microsoft/botbuilder-js#4787</a></li> <li>fix: Upgrade cross-spawn dependency to latest version by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4798">microsoft/botbuilder-js#4798</a></li> <li>feat: Update versions for generators by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4796">microsoft/botbuilder-js#4796</a></li> <li>refactor: Fix test:consumer pipeline randomly failing by <a href="https://github.com/sw-joelmut"><code>@​sw-joelmut</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4793">microsoft/botbuilder-js#4793</a></li> <li>fix: <a href="https://redirect.github.com/Microsoft/botbuilder-js/issues/4684">#4684</a> ESLint issues in botbuilder-ai by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4790">microsoft/botbuilder-js#4790</a></li> <li>fix: Update Generators versions: Add missing directory to workspaces by <a href="https://github.com/ceciliaavila"><code>@​ceciliaavila</code></a> in <a href="https://redirect.github.com/microsoft/botbuilder-js/pull/4801">microsoft/botbuilder-js#4801</a></li> <li>f…
1 parent 4808ef1 commit 10f8467

File tree

26 files changed

+199
-530
lines changed

26 files changed

+199
-530
lines changed

js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"test:nyc:report": "npx rimraf coverage && yarn test:mocha && nyc report"
2121
},
2222
"dependencies": {
23-
"botbuilder": "^4.23.1",
23+
"botbuilder": "^4.23.2",
2424
"openai": "4.77.4"
2525
},
2626
"devDependencies": {

js/packages/teams-ai/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"dependencies": {
3232
"@azure/msal-node": "^2.16.1",
33-
"axios": "^1.7.5",
34-
"botbuilder-dialogs": "^4.23.1",
33+
"axios": "^1.8.1",
34+
"botbuilder-dialogs": "^4.23.2",
3535
"botframework-connector": "^4.23.1",
3636
"botframework-schema": "^4.23.1",
3737
"botframework-streaming": "^4.23.1",

js/samples/01.getting-started/a.echoBot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@microsoft/teams-ai": "~1.7.3",
26-
"botbuilder": "^4.23.1",
26+
"botbuilder": "^4.23.2",
2727
"dotenv": "^16.4.5",
2828
"openai": "4.77.4",
2929
"replace": "~1.2.0",

js/samples/02.teams-features/a.messageExtensions.searchCommand/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"axios": "^1.7.5",
24-
"botbuilder": "^4.23.1",
23+
"axios": "^1.8.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"replace": "~1.2.0",

js/samples/02.teams-features/b.adaptiveCards.typeAheadBot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"@microsoft/teams-ai": "~1.7.3",
26-
"axios": "^1.7.5",
27-
"botbuilder": "^4.23.1",
26+
"axios": "^1.8.1",
27+
"botbuilder": "^4.23.2",
2828
"dotenv": "^16.4.5",
2929
"openai": "4.77.4",
3030
"replace": "~1.2.0",

js/samples/03.ai-concepts/a.twentyQuestions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@microsoft/teams-ai": "~1.7.3",
25-
"botbuilder": "^4.23.1",
25+
"botbuilder": "^4.23.2",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.77.4",
2828
"replace": "~1.2.0",

js/samples/03.ai-concepts/b.AI-messageExtensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/microsoft/teams-ai"
2020
},
2121
"dependencies": {
22-
"botbuilder": "^4.23.1",
22+
"botbuilder": "^4.23.2",
2323
"@microsoft/teams-ai": "~1.7.3",
2424
"dotenv": "^16.4.5",
2525
"openai": "4.77.4",

js/samples/03.ai-concepts/c.actionMapping-lightBot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@microsoft/teams-ai": "~1.7.3",
25-
"botbuilder": "^4.23.1",
25+
"botbuilder": "^4.23.2",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.77.4",
2828
"replace": "~1.2.0",

js/samples/03.ai-concepts/d.chainedActions-listBot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@microsoft/teams-ai": "~1.7.3",
25-
"botbuilder": "^4.23.1",
25+
"botbuilder": "^4.23.2",
2626
"dotenv": "^16.4.5",
2727
"openai": "4.77.4",
2828
"replace": "~1.2.0",

js/samples/03.ai-concepts/e.customModel-LLAMA/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"url": "https://github.com/microsoft/teams-ai"
2323
},
2424
"dependencies": {
25-
"botbuilder": "^4.23.1",
25+
"botbuilder": "^4.23.2",
2626
"@microsoft/teams-ai": "~1.7.3",
2727
"openai": "4.77.4",
2828
"dotenv": "^16.4.1",

js/samples/03.ai-concepts/f.chatModeration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"axios": "^1.7.5",
24-
"botbuilder": "^4.23.1",
23+
"axios": "^1.8.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"jsonwebtoken": "^9.0.2",
2727
"openai": "4.77.4",

js/samples/04.ai-apps/a.teamsChefBot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"@microsoft/teams-ai": "~1.7.3",
26-
"@microsoft/teams-js": "^2.33.0",
27-
"botbuilder": "^4.23.1",
26+
"@microsoft/teams-js": "^2.34.0",
27+
"botbuilder": "^4.23.2",
2828
"openai": "4.77.4",
2929
"replace": "~1.2.0",
3030
"restify": "~11.1.0",

js/samples/04.ai-apps/b.devOpsBot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"url": "https://github.com/microsoft/teams-ai"
2020
},
2121
"dependencies": {
22-
"botbuilder": "^4.23.1",
22+
"botbuilder": "^4.23.2",
2323
"@microsoft/teams-ai": "~1.7.3",
2424
"dotenv": "^16.4.5",
2525
"replace": "~1.2.0",

js/samples/04.ai-apps/c.vision-cardGazer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@microsoft/teams-ai": "~1.7.3",
24-
"botbuilder": "^4.23.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"replace": "~1.2.0",

js/samples/04.ai-apps/d.assistants-mathBot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"axios": "^1.7.5",
24-
"botbuilder": "^4.23.1",
23+
"axios": "^1.8.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"jsonwebtoken": "^9.0.2",
2727
"openai": "4.77.4",

js/samples/04.ai-apps/e.assistants-orderBot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"dependencies": {
2424
"@microsoft/teams-ai": "~1.7.3",
25-
"axios": "^1.7.5",
26-
"botbuilder": "^4.23.1",
25+
"axios": "^1.8.1",
26+
"botbuilder": "^4.23.2",
2727
"dotenv": "^16.4.5",
2828
"jsonwebtoken": "^9.0.2",
2929
"openai": "4.77.4",

js/samples/04.ai-apps/f.whoBot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"botbuilder": "^4.23.1",
24-
"botbuilder-dialogs": "^4.23.1",
23+
"botbuilder": "^4.23.2",
24+
"botbuilder-dialogs": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"replace": "~1.2.0",

js/samples/04.ai-apps/g.datasource-azureAISearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@azure/search-documents": "12.1.0",
3131
"@microsoft/teams-ai": "~1.7.3",
32-
"botbuilder": "^4.23.1",
32+
"botbuilder": "^4.23.2",
3333
"debug": "^4.3.7",
3434
"dotenv": "^16.4.1",
3535
"openai": "4.77.4",

js/samples/04.ai-apps/h.datasource-azureOpenAI/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"url": "https://github.com/microsoft/teams-ai"
2626
},
2727
"dependencies": {
28-
"@azure/identity": "^4.6.0",
28+
"@azure/identity": "^4.7.0",
2929
"@azure/search-documents": "12.1.0",
3030
"@microsoft/teams-ai": "~1.7.2",
31-
"botbuilder": "^4.23.1",
31+
"botbuilder": "^4.23.2",
3232
"dotenv": "^16.4.1",
3333
"openai": "4.77.4",
3434
"replace": "~1.2.0",

js/samples/04.ai-apps/i.teamsChefBot-streaming/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"dependencies": {
2525
"@microsoft/teams-ai": "~1.7.3",
26-
"@microsoft/teams-js": "^2.33.0",
27-
"botbuilder": "^4.23.1",
26+
"@microsoft/teams-js": "^2.34.0",
27+
"botbuilder": "^4.23.2",
2828
"dotenv": "^16.4.5",
2929
"openai": "4.77.4",
3030
"replace": "~1.2.0",

js/samples/05.authentication/a.oauth-adaptiveCard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@microsoft/microsoft-graph-client": "^3.0.7",
2323
"@microsoft/teams-ai": "~1.7.3",
24-
"botbuilder": "^4.23.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"isomorphic-fetch": "^3.0.0",

js/samples/05.authentication/b.oauth-bot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"botbuilder": "^4.23.1",
24-
"botbuilder-dialogs": "^4.23.1",
23+
"botbuilder": "^4.23.2",
24+
"botbuilder-dialogs": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"replace": "~1.2.0",

js/samples/05.authentication/c.oauth-messageExtension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@microsoft/microsoft-graph-client": "^3.0.7",
2323
"@microsoft/teams-ai": "~1.7.3",
24-
"botbuilder": "^4.23.1",
24+
"botbuilder": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"isomorphic-fetch": "^3.0.0",
2727
"openai": "4.77.4",

js/samples/05.authentication/d.teamsSSO-bot/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"dependencies": {
2222
"@microsoft/teams-ai": "~1.7.3",
23-
"botbuilder": "^4.23.1",
24-
"botbuilder-dialogs": "^4.23.1",
23+
"botbuilder": "^4.23.2",
24+
"botbuilder-dialogs": "^4.23.2",
2525
"dotenv": "^16.4.5",
2626
"openai": "4.77.4",
2727
"replace": "~1.2.0",

js/samples/05.authentication/e.teamsSSO-messageExtension/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"dependencies": {
2222
"@microsoft/microsoft-graph-client": "^3.0.7",
2323
"@microsoft/teams-ai": "~1.7.3",
24-
"botbuilder": "^4.23.1",
25-
"botbuilder-azure-blobs": "^4.23.1",
24+
"botbuilder": "^4.23.2",
25+
"botbuilder-azure-blobs": "^4.23.2",
2626
"dotenv": "^16.4.5",
2727
"isomorphic-fetch": "^3.0.0",
2828
"openai": "4.77.4",

0 commit comments

Comments
 (0)