forked from microsoft/chat-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from microsoft:main #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
and replace "Copilot Chat" with "Chat Copilot" to test it ### Motivation and Context Save time by not building the frontend files when we only are doing a PR for backend files ### Description Remove the "=" that was messing up the boolean evaluation. Replace a bunch of "Copilot Chat" strings with "Chat Copilot" to verify fix. ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.0 to 4.6.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.6.1] - 2023-10-23</h2> <h3>Fixed</h3> <ul> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1226">PR</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/bc9b8ac4a626171bdbe37e5a6ebeb86133f20b95"><code>bc9b8ac</code></a> Release 4.6.1 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1231">#1231</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/7bc89125ea3793993a9e47f89872daf212bebe57"><code>7bc8912</code></a> Update script (<a href="https://redirect.github.com/dotnet/roslynator/issues/1228">#1228</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4241f711eb5a1c3fd10cc8cdce291250d610ffa"><code>e4241f7</code></a> Fix RCS1197 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1226">#1226</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3c68a48f6b687c97c05eba34666c588e1678e546"><code>3c68a48</code></a> Fix changelog (<a href="https://redirect.github.com/dotnet/roslynator/issues/1227">#1227</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/roslynator/compare/v4.6.0...v4.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Analyzers&package-manager=nuget&previous-version=4.6.0&new-version=4.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions
bot
added
documentation
Improvements or additions to documentation
webapi
github actions
labels
Oct 31, 2023
pull
bot
added
⤵️ pull
and removed
documentation
Improvements or additions to documentation
webapi
github actions
labels
Oct 31, 2023
### Motivation and Context Without this change, virtually all deployments will fail when deploying some of the extensions (MSDeploy or App Insights) for our services. ### Description - Make each service has its own virtualNetworkConnections resource - Add dependsOn clause for the service extensions on their respective virtualNetworkConnections resource - Remove some crud that had accumulated in the template files - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations
github-actions
bot
added
documentation
Improvements or additions to documentation
webapi
github actions
deployment
labels
Nov 2, 2023
### Motivation and Context - This fixes #562 ### Description - Fixes the Error: 500: System.ArgumentException: Invalid memory store type: Disk ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
…576) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.8.0 to 6.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.9.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1">6.9.1</a> (2023-10-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] allow PascalCase for imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7841">#7841</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee">7ad86ee</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-expressions] handle TSInstantiationExpression expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7831">#7831</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259">31988e0</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.9.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674">#7674</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2">7e52f27</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708">#7708</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b">c6124b2</a>)</li> <li><strong>rule-tester:</strong> fix <code>parser</code> fallback logic (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7754">#7754</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/34c23e0ece36100c2e44b3ded681ebe1236fbe37">34c23e0</a>)</li> <li><strong>type-utils:</strong> treat custom type roots as external (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/6870">#6870</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b85f7446c3552108d78d31591f80f96cd7233228">b85f744</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696">#7696</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0">6398d3f</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538">#7538</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269">#7269</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c">bb15aae</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709">#7709</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969">4c8edcf</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691">#7691</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58">53d5263</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643">#7643</a></li> <li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686">#7686</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977">0e875bf</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1">6.9.1</a> (2023-10-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] allow PascalCase for imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7841">#7841</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee">7ad86ee</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-expressions] handle TSInstantiationExpression expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7831">#7831</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259">31988e0</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0">6.9.0</a> (2023-10-23)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-confusing-void-expression] handle unfixable cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7674">#7674</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2">7e52f27</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-return] allow returning anything if explicitly returning any (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7708">#7708</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b">c6124b2</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [max-params] don't count <code>this: void</code> parameter (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7696">#7696</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0">6398d3f</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7538">#7538</a></li> <li><strong>eslint-plugin:</strong> [naming-convention] add support for default and namespace imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7269">#7269</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c">bb15aae</a>)</li> <li><strong>eslint-plugin:</strong> [no-restricted-imports] support import = require (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7709">#7709</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969">4c8edcf</a>)</li> <li><strong>eslint-plugin:</strong> [no-unsafe-enum-comparison] add switch suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7691">#7691</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58">53d5263</a>), closes <a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7643">#7643</a></li> <li><strong>eslint-plugin:</strong> [prefer-readonly] private fields support (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7686">#7686</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977">0e875bf</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e472949e561ea37e160f4c9d9e0136e04f40a1f"><code>1e47294</code></a> chore: publish v6.9.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee"><code>7ad86ee</code></a> fix(eslint-plugin): [naming-convention] allow PascalCase for imports (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7841">#7841</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3300fa15d07e774a037000d208da02de048ac062"><code>3300fa1</code></a> docs: add caveats to no-explicit-any docs (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7805">#7805</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259"><code>31988e0</code></a> fix(eslint-plugin): [no-unused-expressions] handle TSInstantiationExpression ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/64552788ec479b0c4328035a5fb83844fa2af395"><code>6455278</code></a> docs(eslint-plugin): [no-unsafe-member-access] correct example idx from const...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/101563b34ad21c68177ab6ed373c0eb1643e1888"><code>101563b</code></a> chore: publish v6.9.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/066ccf75d126df22a1792d3de3d1e3dd28904db1"><code>066ccf7</code></a> chore: update to nx 17 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7815">#7815</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9f85e67265187587ce0f5335eee896bdf567e424"><code>9f85e67</code></a> docs(website): add Open in Playground button to code examples (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7482">#7482</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58"><code>53d5263</code></a> feat(eslint-plugin): [no-unsafe-enum-comparison] add switch suggestion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7691">#7691</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4972ecd7ebf3ec1a74082607a2ad9d3e141d8ea9"><code>4972ecd</code></a> chore: enabled most of strict-type-checked internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7339">#7339</a>)</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.9.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.8.0&new-version=6.9.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@fluentui/react-icons](https://github.com/microsoft/fluentui-system-icons) from 2.0.221 to 2.0.222. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/fluentui-system-icons/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-icons&package-manager=npm_and_yarn&previous-version=2.0.221&new-version=2.0.222)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@azure/msal-browser](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 2.38.2 to 2.38.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/releases"><code>@azure/msal-browser</code>'s releases</a>.</em></p> <blockquote> <h2><code>@azure/msal-browser</code> v2.38.3</h2> <h2>2.38.3</h2> <p>Thu, 26 Oct 2023 20:13:24 GMT</p> <h3>Patches</h3> <ul> <li>Bump <code>@azure/msal-common</code> to v13.3.1 (beachball)</li> </ul> <p>Discussion: <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6617">https://github.com/AzureAD/microsoft-authentication-library-for-js/discussions/6617</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/bf61f42aff220c33ae4b0e248cc4aa9009306f3a"><code>bf61f42</code></a> Update popup & redirect flows to use invokeAsync (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6612">#6612</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/13e8fc5998624934d4506b7d56bcc91a77ebded7"><code>13e8fc5</code></a> Update configuration.md (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6568">#6568</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/ffe542b30693153a63afeb3a98ff2804b846d13e"><code>ffe542b</code></a> Fix downstream ESM imports, fixes <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6573">#6573</a> (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6600">#6600</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/bfb5b4a2a94699b77e9ffc3f5116277ec2bc78fd"><code>bfb5b4a</code></a> Bump next from 13.4.19 to 13.5.0 (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6606">#6606</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/5f49a5e39a6d0d5ae319c7a21ed18d06d8a6fd51"><code>5f49a5e</code></a> Refactor token cache entities into types (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6580">#6580</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/f0092e21d988682bc1dca95e887d0b11b19b4e29"><code>f0092e2</code></a> Add pipeline to run 1p PWB e2e tests (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6598">#6598</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/a9442419c825fdf209114820aae300b79a32452a"><code>a944241</code></a> Fix iframe fallback when RT is not found in cache (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6599">#6599</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/289b937631ac226fb0081860a67de26bf9c4be90"><code>289b937</code></a> Add express session maxAge (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6554">#6554</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/3e4c956c57e1476632cab77832493d4d0c51470b"><code>3e4c956</code></a> Don't use temporary cache for silent & popup flows (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6586">#6586</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/ce665da7df8c584fe8f889c4856729cd285fead2"><code>ce665da</code></a> October Release <a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/2">#2</a> (<a href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-js/issues/6587">#6587</a>)</li> <li>Additional commits viewable in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/compare/msal-browser-v2.38.2...msal-browser-v2.38.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@azure/msal-browser&package-manager=npm_and_yarn&previous-version=2.38.2&new-version=2.38.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.52.0 to 8.53.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v8.53.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a> feat: Deprecate formatting rules (<a href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a> feat: Add suggestions for no-prototype-builtins (<a href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>) (Yonathan Randolph)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a> fix: ensure that exit code for fatal errors is not overwritten (<a href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a> fix: add <code>;</code> after JSX nodes in <code>no-object-constructor</code> autofix (<a href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a> docs: change position of return to top button (<a href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a> docs: update twitter icon to new X icon (<a href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a> docs: Fix tabs in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a> docs: explained rule fixers and suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>) (Josh Goldberg ✨)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a> chore: remove metascraper (<a href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a> chore: Update dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a> chore: package.json update for <code>@eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a> test: fix ESLint tests for caching (<a href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a> ci: bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a> ci: run tests in Node.js 21 (<a href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.53.0 - November 3, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a> chore: remove metascraper (<a href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a> chore: Update dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a> chore: package.json update for <code>@eslint/js</code> release (ESLint Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a> docs: change position of return to top button (<a href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a> feat: Deprecate formatting rules (<a href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a> test: fix ESLint tests for caching (<a href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a> feat: Add suggestions for no-prototype-builtins (<a href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>) (Yonathan Randolph)</li> <li><a href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a> docs: update twitter icon to new X icon (<a href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/1ad6257744d63281235fcc33288394b1d69b34ce"><code>1ad6257</code></a> fix: ensure that exit code for fatal errors is not overwritten (<a href="https://redirect.github.com/eslint/eslint/issues/17683">#17683</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/4164b2ceec89726b18ea0b0e34fab05735d55a09"><code>4164b2c</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/8651895ca7ae15e13d74c8be67d9eebd63a7ce1f"><code>8651895</code></a> docs: Fix tabs in rule examples (<a href="https://redirect.github.com/eslint/eslint/issues/17653">#17653</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/3aec1c55ba2c6d2833e1c0afe0a58f0cc6bbc0a4"><code>3aec1c5</code></a> docs: explained rule fixers and suggestions (<a href="https://redirect.github.com/eslint/eslint/issues/17657">#17657</a>) (Josh Goldberg ✨)</li> <li><a href="https://github.com/eslint/eslint/commit/db06a7ff7992a74368f03d1f21beb00df0407021"><code>db06a7f</code></a> ci: bump actions/setup-node from 3 to 4 (<a href="https://redirect.github.com/eslint/eslint/issues/17676">#17676</a>) (dependabot[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/b329ea748dff45f11c7e218208244dc24fcb5c8f"><code>b329ea7</code></a> fix: add <code>;</code> after JSX nodes in <code>no-object-constructor</code> autofix (<a href="https://redirect.github.com/eslint/eslint/issues/17672">#17672</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/994596b07f5ff20a615a4be1ea03e5fd59cdb84b"><code>994596b</code></a> ci: run tests in Node.js 21 (<a href="https://redirect.github.com/eslint/eslint/issues/17673">#17673</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/cb9393dd9f160d3dbff27a39b9ce8e24303e3b6f"><code>cb9393d</code></a> 8.53.0</li> <li><a href="https://github.com/eslint/eslint/commit/ec361d14b0c623ea3ae569c784608431454f33e2"><code>ec361d1</code></a> Build: changelog update for 8.53.0</li> <li><a href="https://github.com/eslint/eslint/commit/ba4d4d567a82554250dd8c7933322824e6a73944"><code>ba4d4d5</code></a> chore: remove metascraper (<a href="https://redirect.github.com/eslint/eslint/issues/17707">#17707</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/0d0733882944b4849d71a40723c251213698cef9"><code>0d07338</code></a> chore: Update dependencies (<a href="https://redirect.github.com/eslint/eslint/issues/17706">#17706</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/93256a32e312f3f4e5c532762df71bdc06bded20"><code>93256a3</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/ab8c60d4f859cec787b5a12f7271b40e666235f5"><code>ab8c60d</code></a> docs: change position of return to top button (<a href="https://redirect.github.com/eslint/eslint/issues/17688">#17688</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/528e1c00dc2aa8636e5b706c4270dc655cfa17e3"><code>528e1c0</code></a> feat: Deprecate formatting rules (<a href="https://redirect.github.com/eslint/eslint/issues/17696">#17696</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/485ec7d08ed2040c292f52bf9b9152f6c8ef4809"><code>485ec7d</code></a> test: fix ESLint tests for caching (<a href="https://redirect.github.com/eslint/eslint/issues/17699">#17699</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c0b11ddb9f8aacc64c3933b9f278939aa7bea481"><code>c0b11dd</code></a> feat: Add suggestions for no-prototype-builtins (<a href="https://redirect.github.com/eslint/eslint/issues/17677">#17677</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/4fc44c0b8c5dca466bffdfe01dfd80794d7762b7"><code>4fc44c0</code></a> docs: update twitter icon to new X icon (<a href="https://redirect.github.com/eslint/eslint/issues/17687">#17687</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.52.0...v8.53.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.52.0&new-version=8.53.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.6 to 20.8.10. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.8.6&new-version=20.8.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> - The deployment workflows have a id-token permission at job level which overwrites the top-level. Not a problem if the repo is public but breaks it if you change to private as checkout can't find the repo. - The "stable" environment deployment needs to depend on the earlier builds for artifact names. Without them it, the "stable" deployment fails ### Description - Moving id-token up ensures both permissions apply. - Adding builds as "needs" for "stable" ensures dependencies are available for deployment ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context We encountered some performance issues and implemented the following fix. <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> We updated the TokenUtils class within the Skills Web API to address these issues. A newly-introduced tokenizer has been implemented for encoding text, which significantly improves the efficiency of the TokenCount method. As a result of this change, the performance of the token counting operations has been enhanced, ensuring more accurate and faster responses for users. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context To reduce the latency between for requests, we can re-use connections. ### Description Use IHttpClientFactory to pool and re-use underlying HttpClientMessageHandler instances. ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Updating chat-copilot to semantic-kernel 1.0.0-beta4 and also updating semantic-memory reference to kernel-memory (which also references SK 1.0.0-beta4). ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Updated breaking changes for both code and configuration: https://github.com/microsoft/semantic-kernel/releases/tag/dotnet-1.0.0-beta4 https://github.com/microsoft/kernel-memory/pkgs/nuget/Microsoft.KernelMemory.Core/144845992 ![image](https://github.com/microsoft/chat-copilot/assets/66376200/e83401ce-1a71-49e4-afa3-c6f261fda6b8) ![image](https://github.com/microsoft/chat-copilot/assets/66376200/1134a00e-6f4d-4411-a893-f27b62f1b207) ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [X] The code builds clean without any errors or warnings - [X] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [X] I didn't break anyone 😄
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Customer reported issue. Thank you! ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> - Extract documentId from partition link - Parallelize tasks ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
### Motivation and Context In anticipation of SK 1.0, we need to make some changes to CC. ### Description - Upgraded SK to 1.0 Beta 5 - Upgraded other NuGets to higher versions - Changed references to Semantic Memory to be to Kernel Memory instead - Switched from using BasicPromptTemplateEngine to BasicPromptTemplateFactory - Changed some "Copilot Chat" strings to "Chat Copilot" in the frontend ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Since late May 2023, we've been transitioning away from the term `Skills `in favor of `Plugins` in the semantic-kernel ecosystem. This completes that transition for chat-copiilot. > NOTE: There is one definition where the `skill` term cannot be replaced since its linked to the Plan class definition in semantic-kernel. ![image](https://github.com/microsoft/chat-copilot/assets/66376200/bc0dd9ba-297e-468f-8078-fb8b187335f8) ![image](https://github.com/microsoft/chat-copilot/assets/66376200/2079825b-528d-4556-8899-0084ee63abd6) ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Stored system prompt references `TimeSkill `plugin that has been renamed to `TimePlugin`. System prompts for each chat have been stored in cosmosdb. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Dynamically intercept system-prompt and replace plugin reference. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
) ### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Azure functions tend to break silently when the `Microsoft.Azure.Functions.*` packages are not of the correct versions. With the current versions, the web-searcher plugin cannot find the functions using the function core tool, i.e. `func start`. ### Description Downgrade the `Microsoft.Azure.Functions.*` versions to previous ones that have been tested extensively. <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context Fix template for proper tracking ### Description Generated new hash with "az bicep" - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context Building for Linux makes packages incompatible with our deployed resources. ### Description Build for win-x64 by default instead of of linux-x64. Users can override if they want to build linux-x64 version. ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.24 to 18.2.37. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.24&new-version=18.2.37)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.37.0 to 9.39.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/fluentui/releases"><code>@fluentui/react-components</code>'s releases</a>.</em></p> <blockquote> <h2><code>@fluentui/react-components</code> v9.39.0</h2> <h3>Minor changes</h3> <ul> <li>feat: export useOverflowVisibility hook (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29809">#29809</a> by <a href="https://github.com/ling1726">ling1726</a>)</li> <li>feat: Implement useOverflowVisibility hook (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29809">#29809</a> by <a href="https://github.com/ling1726">ling1726</a>)</li> </ul> <h3>Patches</h3> <ul> <li>fix: use button when no href is defined (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29803">#29803</a> by <a href="https://github.com/smhigley">smhigley</a>)</li> <li>fix: MenuTrigger tabster attributes can be overriden by user (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29810">#29810</a> by <a href="https://github.com/ling1726">ling1726</a>)</li> </ul> <h3>Prerelease changes</h3> <ul> <li>feat: Ensure IO handles RTL margin and mutations (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29501">#29501</a> by <a href="https://github.com/Mitch-At-Work">Mitch-At-Work</a>)</li> </ul> <h2><code>@fluentui/react-components</code> v9.38.0</h2> <h3>Minor changes</h3> <ul> <li>feat: release Drawer as stable (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29711">#29711</a> by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li> <li>chore: Export missing useDrawerStyles_unstable from react-drawer. (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29768">#29768</a> by <a href="https://github.com/khmakoto">khmakoto</a>)</li> <li>feat: re-export toMountNodeProps() (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29772">#29772</a> by <a href="https://github.com/jean182">jean182</a>)</li> <li>feat: Export selection utils (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29801">#29801</a> by <a href="https://github.com/george-cz">george-cz</a>)</li> <li>chore: Export missing useDrawerStyles_unstable. (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29768">#29768</a> by <a href="https://github.com/khmakoto">khmakoto</a>)</li> <li>feat: export toMountNodeProps() (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29772">#29772</a> by <a href="https://github.com/jean182">jean182</a>)</li> <li>feat: add <code>matchTargetSize</code> positioning option (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29690">#29690</a> by <a href="https://github.com/ling1726">ling1726</a>)</li> <li>feat: Add API for List (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29771">#29771</a> by <a href="https://github.com/george-cz">george-cz</a>)</li> <li>feat: Add custom style hook types for List (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29771">#29771</a> by <a href="https://github.com/george-cz">george-cz</a>)</li> </ul> <h3>Patches</h3> <ul> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>refactor: Removes double render infavour of matchTargetSize (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29690">#29690</a> by <a href="https://github.com/ling1726">ling1726</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>fix: mark react-tree apis as deprecated and add Deprecation heading to the /unstable module (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29762">#29762</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>fix: Apply onClick callback to contentAfter's span to allow usage of custom icons. (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29746">#29746</a> by <a href="https://github.com/stevencomsft">stevencomsft</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>feat: release stable 9.0.0 (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29711">#29711</a> by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> <li>chore: use package.json#files setup instead of npmignore for all v9 libraries (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29734">#29734</a> by <a href="https://github.com/Hotell">Hotell</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/fluentui/commit/a6ea546eff0df9f4f9cae403d4905ad81ff4e014"><code>a6ea546</code></a> applying package updates</li> <li><a href="https://github.com/microsoft/fluentui/commit/af9cde68a324d0b14d5a584b4589c90743483f03"><code>af9cde6</code></a> feat: implement useOverflowVisibility hook (<a href="https://redirect.github.com/microsoft/fluentui/issues/29809">#29809</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/f5da641ca4ee20092180c5b87839aa3e993b21a3"><code>f5da641</code></a> Removed description from the docsite (<a href="https://redirect.github.com/microsoft/fluentui/issues/29812">#29812</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/82476dd4c1c1aaa2a482e531ad0f8b31da3d3d8f"><code>82476dd</code></a> RFC: Extending Event Handlers Event Typing (<a href="https://redirect.github.com/microsoft/fluentui/issues/29296">#29296</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/e6172eb364bd61f02d998e6fa11676aadb34af6c"><code>e6172eb</code></a> fix: MenuTrigger should let user override tabster attributes (<a href="https://redirect.github.com/microsoft/fluentui/issues/29810">#29810</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/08663c6700291eea2a8ab02c9a146c33b56814f6"><code>08663c6</code></a> applying package updates</li> <li><a href="https://github.com/microsoft/fluentui/commit/07c47babc55491e03450b1be5b241d09edae7b50"><code>07c47ba</code></a> chore: wrap password input in form element to avoid warning in chrome (<a href="https://redirect.github.com/microsoft/fluentui/issues/29807">#29807</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/7a359e8d433593f9ee27d86be56af4b0babe09a4"><code>7a359e8</code></a> Handle RTL margin and mutations on useIntersectionObserver (<a href="https://redirect.github.com/microsoft/fluentui/issues/29501">#29501</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/506c225d88c8d1452cf64dffad3d7243ad161d11"><code>506c225</code></a> fix: Breadcrumb uses button when no href is present, tooltip labels button (#...</li> <li><a href="https://github.com/microsoft/fluentui/commit/f500d2bd42ac9f6bd6b162f7f7271ac13a1426b9"><code>f500d2b</code></a> applying package updates</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.37.0...@fluentui/react-components_v9.39.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-components&package-manager=npm_and_yarn&previous-version=9.37.0&new-version=9.39.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@types/debug](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/debug) from 4.1.8 to 4.1.12. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/debug">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/debug&package-manager=npm_and_yarn&previous-version=4.1.8&new-version=4.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#599) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.1 to 6.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854">#7854</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960">11e57c5</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866">#7866</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7">855abea</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849">#7849</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378">5e73a48</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854">#7854</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960">11e57c5</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866">#7866</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7">855abea</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849">#7849</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378">5e73a48</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/75c128856b1ce05a4fec799bfa6de03b3dab03d0"><code>75c1288</code></a> chore: publish v6.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/29c2e688afa7d9b8873d97c3961b65805d87cf2a"><code>29c2e68</code></a> docs: flip the flag of skipCompoundAssignments in the example (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7868">#7868</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7"><code>855abea</code></a> fix(eslint-plugin): [require-await] add support for "await using" (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7866">#7866</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960"><code>11e57c5</code></a> fix(eslint-plugin): [no-unused-vars] handle logical assignment (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7854">#7854</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378"><code>5e73a48</code></a> feat(eslint-plugin): [ban-ts-comments] suggest ts-expect-error over ts-ignore...</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.9.1&new-version=6.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#595) Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.6.1 to 4.6.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.CodeAnalysis.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.6.2] - 2023-11-10</h2> <h3>Added</h3> <ul> <li>[CLI] Add note to docs that Roslynator CLI does not contain any analyzers itself (<a href="https://redirect.github.com/dotnet/roslynator/pull/1241">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1234">RCS1234</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1233">PR</a>)</li> <li>Fix refactoring <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0062">Inline method</a> (<a href="https://redirect.github.com/dotnet/roslynator/pull/1234">PR</a>)</li> <li>[CLI] Fix globbing (<a href="https://redirect.github.com/dotnet/roslynator/pull/1238">PR</a>)</li> <li>[CLI] Remove assembly resolving (<a href="https://redirect.github.com/dotnet/roslynator/pull/1237">PR</a>)</li> <li>Detect false positive from Unity code (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1169">RCS1169</a>) (<a href="https://redirect.github.com/dotnet/roslynator/pull/1245">PR</a>) <ul> <li>Introduce config option <code>roslynator_unity_code_analysis.enabled = true|false</code></li> <li>Make option <code>roslynator_suppress_unity_script_methods</code> obsolete</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/af63ef980578c35427a679978ba50b2398ae7a23"><code>af63ef9</code></a> Release 4.6.2 (CLI 0.7.2) (<a href="https://redirect.github.com/dotnet/roslynator/issues/1244">#1244</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e260e3df8047dd2250a6ac849b5779b33ad418d1"><code>e260e3d</code></a> Add option 'roslynator_unity_code_analysis.enabled' (<a href="https://redirect.github.com/dotnet/roslynator/issues/1245">#1245</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/60395120ac6dfca8783691f87e6b78957369e5ce"><code>6039512</code></a> Add front matter title (<a href="https://redirect.github.com/dotnet/roslynator/issues/1243">#1243</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/7bad9e4c872dd3e2a3bdd9717c4f17be6616b5db"><code>7bad9e4</code></a> Improve CLI logging (<a href="https://redirect.github.com/dotnet/roslynator/issues/1242">#1242</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3793592907c09e464ef003a0cc27236cbcdc90cb"><code>3793592</code></a> Improve docs for analyze/fix command (<a href="https://redirect.github.com/dotnet/roslynator/issues/1241">#1241</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/963de8db6c0bc3e0c2e2f6cbf138968baad96596"><code>963de8d</code></a> Remove assembly resolving (<a href="https://redirect.github.com/dotnet/roslynator/issues/1237">#1237</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/324071aa9950a725a515007e32765b9179d8fb4d"><code>324071a</code></a> Update scripts (<a href="https://redirect.github.com/dotnet/roslynator/issues/1239">#1239</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e8860839f2f25b1468d21c159dc0be4b5827b1e6"><code>e886083</code></a> Fix order of parameters (<a href="https://redirect.github.com/dotnet/roslynator/issues/1238">#1238</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d52ec5773ef7404ac406b6d3bc2860c2752a10b8"><code>d52ec57</code></a> Fix refactoring 'Inline method' (RR0062) (<a href="https://redirect.github.com/dotnet/roslynator/issues/1234">#1234</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/facf447b35fa08ebcc3336e8870c429985044d3a"><code>facf447</code></a> Fix RCS1234 (<a href="https://redirect.github.com/dotnet/roslynator/issues/1233">#1233</a>)</li> <li>See full diff in <a href="https://github.com/dotnet/roslynator/compare/v4.6.1...v4.6.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.CodeAnalysis.Analyzers&package-manager=nuget&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Motivation and Context A few breaking changes occurred in SK 1.0.0 beta 6 ### Description Update to SK 1.0.0 beta 6 and adapt code to support the breaking changes from the library ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bumps [prettier](https://github.com/prettier/prettier) from 3.0.3 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/releases">prettier's releases</a>.</em></p> <blockquote> <h2>3.1.0</h2> <p><a href="https://github.com/prettier/prettier/compare/3.0.3...3.1.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2023/11/13/3.1.0.html">Release note</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md">prettier's changelog</a>.</em></p> <blockquote> <h1>3.1.0</h1> <p><a href="https://github.com/prettier/prettier/compare/3.0.3...3.1.0">diff</a></p> <p>🔗 <a href="https://prettier.io/blog/2023/11/13/3.1.0.html">Release Notes</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/prettier/commit/e8ac9f8d2a1c7083ac4f8a9b960521b62d60c94f"><code>e8ac9f8</code></a> Release 3.1.0</li> <li><a href="https://github.com/prettier/prettier/commit/6a1d4096b9fdc60c93fbcbc90465293906fcd2d0"><code>6a1d409</code></a> chore(deps): update dependency eslint-plugin-regexp to v2 (<a href="https://redirect.github.com/prettier/prettier/issues/15521">#15521</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/f4d93d3d226c67e3b01dbea39ee92d869786953d"><code>f4d93d3</code></a> chore(deps): update dependency esbuild to v0.19.5 (<a href="https://redirect.github.com/prettier/prettier/issues/15630">#15630</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/4fc71a5ce895e8a022970cf4072432a60efb5a10"><code>4fc71a5</code></a> chore(deps): update dependency flow-parser to v0.221.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15637">#15637</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/d452f45c19a8b19087868509fa426f6bd562dfdc"><code>d452f45</code></a> chore(deps): update dependency eslint-plugin-jest to v27.6.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15635">#15635</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/eb84a60ef8f2c5a8ccf909d34560c3ba7beaf5c9"><code>eb84a60</code></a> chore(deps): update dependency <code>@types/estree</code> to v1.0.5 (<a href="https://redirect.github.com/prettier/prettier/issues/15625">#15625</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/2af23eefd07a75dc15782b00435f8caadc00c3ad"><code>2af23ee</code></a> chore(deps): update dependency webpack to v5.89.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15640">#15640</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/8f27c736b3bfbb44583f33f43fb99425cae69783"><code>8f27c73</code></a> chore(deps): update dependency eslint-plugin-unicorn to v49 (<a href="https://redirect.github.com/prettier/prettier/issues/15642">#15642</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/cdc5f5a60b8667284779b963d770861af9c7ee63"><code>cdc5f5a</code></a> chore(deps): update dependency webpack to v5.89.0 (<a href="https://redirect.github.com/prettier/prettier/issues/15639">#15639</a>)</li> <li><a href="https://github.com/prettier/prettier/commit/14607efc39f91adbe6914cb80844643c6dfa3033"><code>14607ef</code></a> chore(deps): update dependency eslint-plugin-n to v16.3.1 (<a href="https://redirect.github.com/prettier/prettier/issues/15636">#15636</a>)</li> <li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/3.0.3...3.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.0.3&new-version=3.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mollie Munoz <[email protected]> Co-authored-by: Mollie Munoz <[email protected]>
Undo sending request header
### Motivation and Context No PRs can be merged due to 403 on https://platform.openai.com ### Description This is NOT a permanent fix as it does NOT address the root cause. It is a temporary change so important PRs can be merged. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄 --------- Co-authored-by: Mollie Munoz <[email protected]>
### Motivation and Context The templates are currently prone to failure. ### Description - Only use virtual nets when using Qdrant (it seems _something_ with the virtual nets is causing deployments to often fail) - Automatically populate azureAdTenantId - Force user to provide an API key and client IDs (instead of allowing unusable deployments to be created) ### Contribution Checklist - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
…#607) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.9.1 to 6.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.11.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0">6.11.0</a> (2023-11-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] support JSX attributes in <code>allowTypedFunctionExpressions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7553">#7553</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/be2777c5338669836d786f9a7806f499fd566dcd">be2777c</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle nested namespace id (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7883">#7883</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a668f5b10e7b1570c732312ad9ccab3431459c1b">a668f5b</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>no-unsafe-unary-minus</code> rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7390">#7390</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4709c2861f8ea4e18c289218a75224d6bb76193">c4709c2</a>)</li> <li>add types for flat config files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7273">#7273</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6">66cd0c0</a>)</li> <li>allow typescript <code>5.3.0-beta</code> as <code>devDependency</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7821">#7821</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d">b6c40b4</a>)</li> <li><strong>eslint-plugin:</strong> no-unsafe-enum-comparison handles switch cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7898">#7898</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/72cb9e4ed397d35a8d8838d27dedbace6122179c">72cb9e4</a>)</li> <li><strong>typescript-estree:</strong> skip <code>isTTY</code> version check if user passes <code>loggerFn</code> on unsupported TypeScript version warning (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7739">#7739</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9656e135e78d9346d326d0c78ba772a5596c1812">9656e13</a>)</li> <li><strong>utils:</strong> add ESLint <code>CodePath</code> selector types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7551">#7551</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf">99a026f</a>)</li> <li><strong>utils:</strong> update types to reflect <code>RuleContext</code> and <code>SourceCode</code> changes and deprecations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7812">#7812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b73d8b21dea9c6697a68039ffba848d21b04402c">b73d8b2</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854">#7854</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960">11e57c5</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866">#7866</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7">855abea</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849">#7849</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378">5e73a48</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0">6.11.0</a> (2023-11-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] support JSX attributes in <code>allowTypedFunctionExpressions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7553">#7553</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/be2777c5338669836d786f9a7806f499fd566dcd">be2777c</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle nested namespace id (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7883">#7883</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a668f5b10e7b1570c732312ad9ccab3431459c1b">a668f5b</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>no-unsafe-unary-minus</code> rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7390">#7390</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4709c2861f8ea4e18c289218a75224d6bb76193">c4709c2</a>)</li> <li>add types for flat config files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7273">#7273</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6">66cd0c0</a>)</li> <li>allow <a href="mailto:[email protected]">[email protected]</a> as devDependency (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7821">#7821</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d">b6c40b4</a>)</li> <li><strong>eslint-plugin:</strong> no-unsafe-enum-comparison handles switch cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7898">#7898</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/72cb9e4ed397d35a8d8838d27dedbace6122179c">72cb9e4</a>)</li> <li><strong>utils:</strong> add ESLint <code>CodePath</code> selector types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7551">#7551</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf">99a026f</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854">#7854</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960">11e57c5</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866">#7866</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7">855abea</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849">#7849</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378">5e73a48</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/06496e206a3219c01b370f6b5f8c89d41a4b86b8"><code>06496e2</code></a> chore: publish v6.11.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a54a60b5d00eb34f2b4053e785041c6ecaa46863"><code>a54a60b</code></a> chore: add eslint-utils wrappers around deprecated ESLint methods (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7914">#7914</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/e77616b7c2fda1b5f74f91e74e7eb87427f59eca"><code>e77616b</code></a> chore(eslint-plugin): fixed no-unnecessary-condition complaints (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7837">#7837</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/8e87fac64428248731328aadf07ea03461b83f80"><code>8e87fac</code></a> chore: fix miscellaneous no-unnecessary-condition violations (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7834">#7834</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/72cb9e4ed397d35a8d8838d27dedbace6122179c"><code>72cb9e4</code></a> feat(eslint-plugin): no-unsafe-enum-comparison handles switch cases (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7898">#7898</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf"><code>99a026f</code></a> feat(utils): add ESLint <code>CodePath</code> selector types (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7551">#7551</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d"><code>b6c40b4</code></a> feat: allow <a href="mailto:[email protected]">[email protected]</a> as devDependency (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7821">#7821</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4709c2861f8ea4e18c289218a75224d6bb76193"><code>c4709c2</code></a> feat: add <code>no-unsafe-unary-minus</code> rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7390">#7390</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6"><code>66cd0c0</code></a> feat: add types for flat config files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7273">#7273</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a668f5b10e7b1570c732312ad9ccab3431459c1b"><code>a668f5b</code></a> fix(eslint-plugin): [no-unnecessary-qualifier] handle nested namespace id (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7">#7</a>...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.9.1&new-version=6.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mollie Munoz <[email protected]> Co-authored-by: Mollie Munoz <[email protected]>
### Motivation and Context We are currently, using OpenApiFunctionExecutionParameters to import OpenAI functions, which is incorrect and doesn't work. ### Description Use OpenApiFunctionExecutionParameters to load OpenAI functions ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context Getting the latest and greatest ### Description Update nugets ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bumps [@fluentui/react-components](https://github.com/microsoft/fluentui) from 9.39.0 to 9.41.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/fluentui/releases"><code>@fluentui/react-components</code>'s releases</a>.</em></p> <blockquote> <h2><code>@fluentui/react-components</code> v9.40.0</h2> <h3>Minor changes</h3> <ul> <li>feat: release stable (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29826">#29826</a> by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li> <li>feat: add <code>@fluentui/react-breadcrumb</code> to suite (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29826">#29826</a> by <a href="https://github.com/marcosmoura">marcosmoura</a>)</li> </ul> <h3>Patches</h3> <ul> <li>docs(breadcrumb): removed preview from all the links (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29838">#29838</a> by <a href="https://github.com/ValentinaKozlova">ValentinaKozlova</a>)</li> <li>Improving how Tabster uncontrolled areas are handled for better interop with third party focus management tools like FocusZone. (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29832">#29832</a> by <a href="https://github.com/mshoho">mshoho</a>)</li> <li>chore: refactor tree navigation (PR <a href="https://redirect.github.com/microsoft/fluentui/issues/29731">#29731</a> by <a href="https://github.com/bsunderhus">bsunderhus</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/fluentui/commit/1da7bd9a64b1fdf4a3944edc52dc5e851ca47548"><code>1da7bd9</code></a> applying package updates</li> <li><a href="https://github.com/microsoft/fluentui/commit/873b079e8c57fc139366d6ab57d9070abd81865a"><code>873b079</code></a> Remove CSS containment from DialogSurface (<a href="https://redirect.github.com/microsoft/fluentui/issues/29878">#29878</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/1a26dc71a18fed4b842ec6b551189da2d0c389b2"><code>1a26dc7</code></a> chore: Re-export missing exports from <code>@fluentui/react-drawer</code> in <code>@fluentui/rea</code>...</li> <li><a href="https://github.com/microsoft/fluentui/commit/9cb043d7773e7f58df067a4837c36ef1519e1d4c"><code>9cb043d</code></a> docs: updated component mapping for Breadcrumb (<a href="https://redirect.github.com/microsoft/fluentui/issues/29858">#29858</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/3a5bf3f27e20e7a5c40024353b7fec8662f513d6"><code>3a5bf3f</code></a> chore(react-motions): improve error reporting on invalid elements (<a href="https://redirect.github.com/microsoft/fluentui/issues/29851">#29851</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/0f56cc96b5cc41ad58353d628a5418fa6217a162"><code>0f56cc9</code></a> feat(react-motions): add createTransition() factory (<a href="https://redirect.github.com/microsoft/fluentui/issues/29839">#29839</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/abb2dc5195c3e36c0f80e1a7fd4a7ebbdcb01f10"><code>abb2dc5</code></a> Revert "Horizontal bar chart with axis - component Tests (<a href="https://redirect.github.com/microsoft/fluentui/issues/29064">#29064</a>)" (<a href="https://redirect.github.com/microsoft/fluentui/issues/29859">#29859</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/8cb0e0373f04d3130354a1c4d0993260816b6ef9"><code>8cb0e03</code></a> Horizontal bar chart with axis - component Tests (<a href="https://redirect.github.com/microsoft/fluentui/issues/29064">#29064</a>)</li> <li><a href="https://github.com/microsoft/fluentui/commit/81eb9b287b0fb44bd2c35493de328ca6401ce127"><code>81eb9b2</code></a> applying package updates</li> <li><a href="https://github.com/microsoft/fluentui/commit/5103727605543cf631cd50f5348562b763f08ee0"><code>5103727</code></a> fix: Tooltips are no longer triggered by programmatic focus() moves (<a href="https://redirect.github.com/microsoft/fluentui/issues/29791">#29791</a>)</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.39.0...@fluentui/react-components_v9.41.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fluentui/react-components&package-manager=npm_and_yarn&previous-version=9.39.0&new-version=9.41.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.9.0 to 6.11.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v6.11.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0">6.11.0</a> (2023-11-13)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [explicit-function-return-type] support JSX attributes in <code>allowTypedFunctionExpressions</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7553">#7553</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/be2777c5338669836d786f9a7806f499fd566dcd">be2777c</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-qualifier] handle nested namespace id (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7883">#7883</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a668f5b10e7b1570c732312ad9ccab3431459c1b">a668f5b</a>)</li> </ul> <h3>Features</h3> <ul> <li>add <code>no-unsafe-unary-minus</code> rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7390">#7390</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/c4709c2861f8ea4e18c289218a75224d6bb76193">c4709c2</a>)</li> <li>add types for flat config files (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7273">#7273</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/66cd0c0535e5de1b46ba337919a9a92748d2b0a6">66cd0c0</a>)</li> <li>allow typescript <code>5.3.0-beta</code> as <code>devDependency</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7821">#7821</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b6c40b42b68d5567c7468030ee45b9b84bec4c4d">b6c40b4</a>)</li> <li><strong>eslint-plugin:</strong> no-unsafe-enum-comparison handles switch cases (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7898">#7898</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/72cb9e4ed397d35a8d8838d27dedbace6122179c">72cb9e4</a>)</li> <li><strong>typescript-estree:</strong> skip <code>isTTY</code> version check if user passes <code>loggerFn</code> on unsupported TypeScript version warning (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7739">#7739</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9656e135e78d9346d326d0c78ba772a5596c1812">9656e13</a>)</li> <li><strong>utils:</strong> add ESLint <code>CodePath</code> selector types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7551">#7551</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/99a026fe41b4b169914352fe66e7d5d687b300bf">99a026f</a>)</li> <li><strong>utils:</strong> update types to reflect <code>RuleContext</code> and <code>SourceCode</code> changes and deprecations (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7812">#7812</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/b73d8b21dea9c6697a68039ffba848d21b04402c">b73d8b2</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.10.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unused-vars] handle logical assignment (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7854">#7854</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/11e57c5937cc2ad2e6b035f8d3fb25a918490960">11e57c5</a>)</li> <li><strong>eslint-plugin:</strong> [require-await] add support for "await using" (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7866">#7866</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/855abea2d7ba0235e61430f9481117af5f8f1bf7">855abea</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>eslint-plugin:</strong> [ban-ts-comments] suggest ts-expect-error over ts-ignore (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7849">#7849</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/5e73a4810add09470426129bc6b267cfaa42c378">5e73a48</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.9.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1">6.9.1</a> (2023-10-30)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [naming-convention] allow PascalCase for imports (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7841">#7841</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/7ad86eead76fa9e96573ac011376c1cb8c009cee">7ad86ee</a>)</li> <li><strong>eslint-plugin:</strong> [no-unused-expressions] handle TSInstantiationExpression expression (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7831">#7831</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/31988e0d2e6cf5e6bb9bb287958b1f03ca084259">31988e0</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.10.0...v6.11.0">6.11.0</a> (2023-11-13)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.1...v6.10.0">6.10.0</a> (2023-11-06)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.9.0...v6.9.1">6.9.1</a> (2023-10-30)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/parser</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/06496e206a3219c01b370f6b5f8c89d41a4b86b8"><code>06496e2</code></a> chore: publish v6.11.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/75c128856b1ce05a4fec799bfa6de03b3dab03d0"><code>75c1288</code></a> chore: publish v6.10.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1e472949e561ea37e160f4c9d9e0136e04f40a1f"><code>1e47294</code></a> chore: publish v6.9.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.11.0/packages/parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.9.0&new-version=6.11.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.10 to 20.9.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.8.10&new-version=20.9.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.39.0 to 1.40.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/playwright/releases"><code>@playwright/test</code>'s releases</a>.</em></p> <blockquote> <h2>v1.40.0</h2> <h2>Test Generator Update</h2> <p><img src="https://github.com/microsoft/playwright/assets/9881434/e8d67e2e-f36d-4301-8631-023948d3e190" alt="Playwright Test Generator" /></p> <p>New tools to generate assertions:</p> <ul> <li>"Assert visibility" tool generates <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-be-visible">expect(locator).toBeVisible()</a>.</li> <li>"Assert value" tool generates <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-have-value">expect(locator).toHaveValue(value)</a>.</li> <li>"Assert text" tool generates <a href="https://playwright.dev/docs/api/class-locatorassertions#locator-assertions-to-contain-text">expect(locator).toContainText(text)</a>.</li> </ul> <p>Here is an example of a generated test with assertions:</p> <pre lang="js"><code>import { test, expect } from '@playwright/test'; <p>test('test', async ({ page }) => { await page.goto('<a href="https://playwright.dev/">https://playwright.dev/</a>'); await page.getByRole('link', { name: 'Get started' }).click(); await expect(page.getByLabel('Breadcrumbs').getByRole('list')).toContainText('Installation'); await expect(page.getByLabel('Search')).toBeVisible(); await page.getByLabel('Search').click(); await page.getByPlaceholder('Search docs').fill('locator'); await expect(page.getByPlaceholder('Search docs')).toHaveValue('locator'); }); </code></pre></p> <h2>New APIs</h2> <ul> <li>Option <code>reason</code> in <a href="https://playwright.dev/docs/api/class-page#page-close">page.close()</a>, <a href="https://playwright.dev/docs/api/class-browsercontext#browser-context-close">browserContext.close()</a> and <a href="https://playwright.dev/docs/api/class-browser#browser-close">browser.close()</a>. Close reason is reported for all operations interrupted by the closure.</li> <li>Option <code>firefoxUserPrefs</code> in <a href="https://playwright.dev/docs/api/class-browsertype#browser-type-launch-persistent-context">browserType.launchPersistentContext(userDataDir)</a>.</li> </ul> <h2>Other Changes</h2> <ul> <li>Methods <a href="https://playwright.dev/docs/api/class-download#download-path">download.path()</a> and <a href="https://playwright.dev/docs/api/class-download#download-create-read-stream">download.createReadStream()</a> throw an error for failed and cancelled downloads.</li> <li>Playwright <a href="https://playwright.dev/docs/docker">docker image</a> now comes with Node.js v20.</li> </ul> <h2>Browser Versions</h2> <ul> <li>Chromium 120.0.6099.28</li> <li>Mozilla Firefox 119.0</li> <li>WebKit 17.4</li> </ul> <p>This version was also tested against the following stable channels:</p> <ul> <li>Google Chrome 119</li> <li>Microsoft Edge 119</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/playwright/commit/b8949166dc08e0ae499d08bec004a3f1a4e26ec8"><code>b894916</code></a> cherry-pick(<a href="https://redirect.github.com/microsoft/playwright/issues/28198">#28198</a>): feat(recorder): UX updates for assertion tools (<a href="https://redirect.github.com/microsoft/playwright/issues/28202">#28202</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/59e8f4815ddc99b53b3856805c83841ad5586eab"><code>59e8f48</code></a> chore: mark v1.40.0 (<a href="https://redirect.github.com/microsoft/playwright/issues/28199">#28199</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/85438edb97772d501443eaf5deaeab9f064b2045"><code>85438ed</code></a> test: Intl.ListFormat is working in playwright all browsers (<a href="https://redirect.github.com/microsoft/playwright/issues/28178">#28178</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/aec4399d8f97e06470859e50e2acf81efe748d64"><code>aec4399</code></a> docs: release notes for v1.40 (<a href="https://redirect.github.com/microsoft/playwright/issues/28175">#28175</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/25b9c4eb4ae7aac078cecb731faaa32128c57c8a"><code>25b9c4e</code></a> chore: do not lose error name for js errors (<a href="https://redirect.github.com/microsoft/playwright/issues/28177">#28177</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/4575c9a182b72df4d6720690ebe5b4911d240a45"><code>4575c9a</code></a> chore(logs): Add new log level to capture client-server message's metadata in...</li> <li><a href="https://github.com/microsoft/playwright/commit/80bab8afae12603e9a8ed6a094cf7a7317e51a45"><code>80bab8a</code></a> fix(electron/android): re-add Element.prototype.checkVisibility check (<a href="https://redirect.github.com/microsoft/playwright/issues/28173">#28173</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/7ffcb42551d920a4733e37f1b16bb0441996bb92"><code>7ffcb42</code></a> test: fix 'exposeFunction should not leak' in video mode (<a href="https://redirect.github.com/microsoft/playwright/issues/28169">#28169</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/0867c3ce5b2f7563c99f279d433885d8ec8423d9"><code>0867c3c</code></a> feat(chromium): roll to r1091 (<a href="https://redirect.github.com/microsoft/playwright/issues/28171">#28171</a>)</li> <li><a href="https://github.com/microsoft/playwright/commit/1c8ceb0a029533c7c05b20176aaffd41eb6f65bb"><code>1c8ceb0</code></a> fix(html-reporter): Include specified host and port in the logged instruction...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/playwright/compare/v1.39.0...v1.40.0">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~dgozman-ms">dgozman-ms</a>, a new releaser for <code>@playwright/test</code> since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.39.0&new-version=1.40.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Motivation and Context Keeping up with the latest and greatest ### Description Update NuGets ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context Chat Copilot used to be called Copilot Chat. ### Description Change strings to reflect new reality ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
⤵️ pull
dependencies
deployment
documentation
Improvements or additions to documentation
github actions
webapi
webapp
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )