Skip to content
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

Bump @types/react-dom from 18.2.14 to 18.2.17 in /webapp #661

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps @types/react-dom from 18.2.14 to 18.2.17.

Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.14 to 18.2.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 27, 2023
@github-actions github-actions bot added the webapp Pull requests that update Typescript code label Nov 27, 2023
@glahaye glahaye added this pull request to the merge queue Nov 27, 2023
Merged via the queue into main with commit 7adae6a Nov 27, 2023
6 checks passed
@glahaye glahaye deleted the dependabot/npm_and_yarn/webapp/types/react-dom-18.2.17 branch November 27, 2023 21:59
moistpope added a commit to moistpope/chat-copilot that referenced this pull request Nov 30, 2023
commit 58903d9e3ef9a7e8dea4315a2fbc780e4bfd765b
Author: moistpope <moist@moistpope.com>
Date:   Thu Nov 30 16:00:52 2023 -0500

    Commit with running changes

commit 81c00495fd5f0063f927cc2d8e7733515fb959e2
Author: Desmond Howard <dehoward@microsoft.com>
Date:   Thu Nov 30 14:03:50 2023 -0500

    Fix unix package scripts (#675)

    ### 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.
    -->
    resolves #649

    ### 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 :smile:

commit 9547606dfb7ec31d995b65fbbbfd936362402c79
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 21:58:52 2023 -0800

    Fix passing of secrets for integration tests (#680)

    ### Motivation and Context
    Secrets are not being passed properly in integration test workflow

    ### Description
    Pass secrets properly

    ### 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 :smile:

commit 3f132736665e6c4375e9963b9d3d4a77d2f0dfef
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 12:51:44 2023 -0800

    Fix deployment pipeline (#679)

    ### Motivation and Context
    Main deployment pipeline got broken by recent change to int test
    pipeline,

    ### Description
    Remove unused param that makes pipeline choke.

    ### 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 :smile:

commit db799735cdf2f4098a1acb977242f61be0cbec2a
Author: Chris <66376200+crickman@users.noreply.github.com>
Date:   Wed Nov 29 12:37:44 2023 -0800

    Fix chatstyling (#677)

    ### 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.
    -->

    Chat-Copilot layout a little awkward for various layouts (UX Responsive)

    https://github.com/microsoft/chat-copilot/issues/522

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->

    #UX Side-by-Side
    ---
    ### Floating
    **Current**:
    <img width="973" alt="02-Now-Floating"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/8759f421-0116-43b7-9e27-4fcbd8db42bd">**Updated**:
    **Updated**:
    <img width="973" alt="02-Update-Floating"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/c1ec3dd8-607b-41ac-9ff8-d31add48450a">

    ### Full Screen (HD4K)
    **Current**:
    <img width="1920" alt="00-Now-FullScreen"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/4fb8de4f-c345-4447-8beb-ffca75b5a4aa">
    **Updated**:
    <img width="1920" alt="00-Update-FullScreen"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/2f7da81d-bf25-4148-9d6b-e89adcdd1b85">

    ### Skinny
    **Current**:
    <img width="651" alt="01-Now-Skinny"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/98116f77-0610-4b25-9720-39dfeca714ee">
    **Updated**:
    <img width="651" alt="01-Update-Skinny"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/548373ad-f4c5-4191-a9e0-bc9c3d7f14aa">

    ### Zoom 150%
    **Current**:
    <img width="973" alt="03-Now-Zoomed png"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/b469dc96-71fc-4ad3-b8bd-5c7cfc3108b1">
    **Updated**:
    <img width="973" alt="03-Update-Zoomed"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/0e08a8c8-d085-459c-9774-7369871cbade">

    ### 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 :smile:

commit a624d2060ee7a64a165188228b2076f5292f3f89
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 12:20:24 2023 -0800

    Copy static files in proper folder (#678)

    ### Motivation and Context
    We want static files to be properly served by the backend

    ### Description
    - Copy folder contents of "build" instead of folder itself
    - Add int test to check for presence of static files

    ### 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 :smile:

commit fd16a8cfa1f96a7ba8119dd88890fe52a43c29a1
Author: Tao Chen <TaoChenOSU@users.noreply.github.com>
Date:   Wed Nov 29 10:19:08 2023 -0800

    Do not trigger e2e test when a PR is approved (#676)

    ### 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 e2e test action is still having some issue starting the service. The
    action keeps failing and blocking PRs from merging.

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->
    Do not trigger this action when a PR is approved.

    ### 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 :smile:

commit 819fa7c0834ac5189fefdc567ecf8d37bbcb53b2
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 08:03:15 2023 -0800

    Add integration tests (#651)

    ### Motivation and Context
    Higher automated test coverage is desired.

    ### Description
    - Make integration tests able to auth with a CC server
    - Add int tests for the service info and speech token controllers

    ### 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 :smile:

    ---------

    Co-authored-by: Mollie Munoz <mollie.munoz@microsoft.com>

commit 6a6f587b5f0a47008be5afceba059ce8ac7f7a71
Author: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
Date:   Tue Nov 28 17:56:09 2023 -0800

    Unblock Global Document Import (#588)

    ### 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.
    -->

    This PR adds support to upload a document to global CC scope from the
    client:

    ![image](https://github.com/microsoft/chat-copilot/assets/125500434/ee8e22c4-29ca-4bd4-ba67-fcbabf63384f)

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->

    Mollie's changes in the Document Import Controller
    - Updated the return of this.OK() on global document import to return a
    ChatMessage object instead of a string.
    - Refactored internal functions to private to clarify what parameters
    were being changed but what functions. (Previously all internal in
    scope.)

    ### 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 :smile:

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mollie Munoz <mollie.munoz@microsoft.com>
    Co-authored-by: Mollie Munoz <momuno@microsoft.com>
    Co-authored-by: Gil LaHaye <gillahaye@microsoft.com>

commit ecfb93ab1143721b3341af3383ccb1f87d82c111
Author: Tao Chen <TaoChenOSU@users.noreply.github.com>
Date:   Tue Nov 28 14:29:44 2023 -0800

    Fix e2e test GitHub action (#672)

    ### 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 GitHub action that runs the scenario tests has not been updated to
    configure the latest settings for the WebAPI.

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->
    1. Update the settings.
    2. Run the action when a PR is approved as well as after it has been
    merged.
    3. Reduce the action timeout.
    4. Provide configuration to the Kernel Memory builder from CC.

    ### 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 :smile:

commit 749d75b30a7b7b0fb48fd0b04a7878b4ce0e1490
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Tue Nov 28 10:29:56 2023 -0800

    Add an icon for the site (#655)

    ### Motivation and Context
    Use Microsoft's Copilot icon for Chat Copilot so that bookmarks and tabs
    of CC display it.

    ### Description
    Add favicon.ico to wwwroot

    ### 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 :smile:

commit 867e913cacdaa701fb4b0b4859ade4c2de141fa2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 28 10:29:23 2023 -0800

    Bump @microsoft/signalr from 7.0.12 to 8.0.0 in /webapp (#659)

    Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from
    7.0.12 to 8.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/dotnet/aspnetcore/releases"><code>@​microsoft/signalr</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>.NET 8.0.0</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0">Release</a></p>
    <h2>.NET 8.0 RC 2</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-rc.2">Release</a></p>
    <h2>.NET 8.0 RC 1</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-rc.1">Release</a></p>
    <h2>.NET 8.0 Preview 7</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.7">Release</a></p>
    <h2>.NET 8.0 Preview 6</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.6">Release</a></p>
    <h2>.NET 8.0 Preview 5</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5">Release</a></p>
    <h2>.NET 8.0 Preview 4</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.4">Release</a></p>
    <h2>.NET 8.0 Preview 3</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.3">Release</a></p>
    <h2>.NET 8.0 Preview 2</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.2">Release</a></p>
    <h2>.NET 8.0 Preview 1</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.1">Release</a></p>
    <h2>.NET 7.0.14</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v7.0.14">Release</a></p>
    <h2>What's Changed</h2>
    <ul>
    <li>[release/7.0] Update jquery-validation to v1.19.5 by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50483">dotnet/aspnetcore#50483</a></li>
    <li>Merging internal commits for release/7.0 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50660">dotnet/aspnetcore#50660</a></li>
    <li>[release/7.0] Fix 6.0 SiteExtension version by <a
    href="https://github.com/wtgodbe"><code>@​wtgodbe</code></a> in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50708">dotnet/aspnetcore#50708</a></li>
    <li>Update branding to 7.0.13 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51116">dotnet/aspnetcore#51116</a></li>
    <li>[release/7.0] (deps): Bump src/submodules/googletest from
    <code>8a6feab</code> to <code>e47544a</code> by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51051">dotnet/aspnetcore#51051</a></li>
    <li>[release/7.0] Fix <code>DragDrop_CanTrigger()</code> flakiness by <a
    href="https://github.com/MackinnonBuck"><code>@​MackinnonBuck</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51141">dotnet/aspnetcore#51141</a></li>
    <li>[release/7.0] Dispose CTS in HubConnection streaming by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51138">dotnet/aspnetcore#51138</a></li>
    <li>Merging internal commits for release/7.0 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51266">dotnet/aspnetcore#51266</a></li>
    <li>[release/7.0] Update dependencies from dotnet/arcade by <a
    href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51327">dotnet/aspnetcore#51327</a></li>
    <li>Update branding to 7.0.14 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51479">dotnet/aspnetcore#51479</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14">https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14</a></p>
    <h2>.NET 7.0.13</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v7.0.13">Release</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/3f1acb59718cadf111a0a796681e3d3509bb3381"><code>3f1acb5</code></a>
    Merged PR 34970: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/3caebba82d3b004ae75d582be5878f6459f36a82"><code>3caebba</code></a>
    Merged PR 34962: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c608ee36b985b74d2856f8d64ea78d051a026e3c"><code>c608ee3</code></a>
    Merge in 'release/8.0' changes</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/9506f5ab65d9bc03ce291dd7b10b28fcb59aa140"><code>9506f5a</code></a>
    Quarantine ConnectionClosedWithoutActiveRequestsOrGoAwayFIN (<a
    href="https://redirect.github.com/dotnet/aspnetcore/issues/51771">#51771</a>)</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c8270da5e3f0a14df37261f412f1907170d0370c"><code>c8270da</code></a>
    Merge in 'release/8.0' changes</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/892b10bdba9e5ac24f412e85adc5e93ffc18117a"><code>892b10b</code></a>
    Remove selenium-standalone; update Selenium.WebDriver (<a
    href="https://redirect.github.com/dotnet/aspnetcore/issues/51775">#51775</a>)</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c26c6ca0d01de61399517a98cdd0517c91e6f805"><code>c26c6ca</code></a>
    Merged PR 34926: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/43bcd57ace2f427ecf80c816b0d8fa53ba322f44"><code>43bcd57</code></a>
    Update dependencies from <a
    href="https://dev.azure.com/dnceng/internal/_git/dotnet-ef">https://dev.azure.com/dnceng/internal/_git/dotnet-ef</a>...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/4753becfe9ff6bff60d4c9efa57e08ca6e9b7554"><code>4753bec</code></a>
    [internal/release/8.0] Update dependencies from
    dnceng/internal/dotnet-runtime</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/4f7f2fd773ba886e7f373fd4de1d531094d44484"><code>4f7f2fd</code></a>
    [internal/release/8.0] Update dependencies from
    dnceng/internal/dotnet-efcore</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/aspnetcore/compare/v7.0.12...v8.0.0">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/signalr&package-manager=npm_and_yarn&previous-version=7.0.12&new-version=8.0.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 844ac0698db8ea750529de5335596d292ce79765
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Mon Nov 27 17:09:23 2023 -0800

    Enable running tests on different AAD tenant (#668)

    ### Motivation and Context
    It can be hard running integration tests when one does not have admin
    permissions in one's tenant.

    ### Description
    Add possibility to use a different (test) tenant to facilitate testing
    of CC.

    ### 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 :smile:

commit b39b02d893efeb49fa6b8580128b55bb5a520df4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 14:00:55 2023 -0800

    Bump typescript from 5.2.2 to 5.3.2 in /webapp (#660)

    [//]: # (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](https://github.com/Microsoft/TypeScript) from 5.2.2
    to 5.3.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Microsoft/TypeScript/releases">typescript's
    releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.3</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.0 (Beta)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.1 (RC)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.2 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a
    href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
    package</a></li>
    </ul>
    <h2>TypeScript 5.3 RC</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-rc/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.0 (Beta)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.1 (RC)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a
    href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
    package</a></li>
    </ul>
    <h2>TypeScript 5.3 Beta</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-beta/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript v5.3.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on <a
    href="https://www.npmjs.com/package/typescript">npm</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/27047e3391323fa2d8987f46a4c42f5361d07926"><code>27047e3</code></a>
    Update LKG.</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/d09b1bfb5ac63bf8320d210f6c2ca9ead8ef24b3"><code>d09b1bf</code></a>
    Pick <a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56449">#56449</a>
    into release-5.3 (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56451">#56451</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/e2a5d45b51a7127ab9f9b7f4b704b3499e9fd6d3"><code>e2a5d45</code></a>
    Update LKG.</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/756efd2478dd4fcb492f53f335a0e4afcd7c875d"><code>756efd2</code></a>
    Fixes for release-5.3. (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56424">#56424</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/88f80c75e1a4ab6aaec605aa4ec6281b87871ff0"><code>88f80c7</code></a>
    Update LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/58237857d10bab48e0f70e4d5f8813abce293fae"><code>5823785</code></a>
    Merge remote-tracking branch 'origin/main' into release-5.3</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/3e12250839fae5054b7cedac25124da5be928066"><code>3e12250</code></a>
    Allow of in <code>await using</code> declarations in for-of loops (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/55558">#55558</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/b86883fea49f84ea462f4b36698cee4d9a073bf2"><code>b86883f</code></a>
    Bump version to 5.3.1-rc and LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/e2234f64085923c240ff13aa9bdce76a3402673c"><code>e2234f6</code></a>
    Update LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/826bea9a8090aeaa5147babf343418ef1c3db0eb"><code>826bea9</code></a>
    Merge remote-tracking branch 'origin/main' into release-5.3</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.2.2&new-version=5.3.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7adae6abbdba971d446f4e87f1f8acb4956cc9a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 21:58:34 2023 +0000

    Bump @types/react-dom from 18.2.14 to 18.2.17 in /webapp (#661)

    Bumps
    [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
    from 18.2.14 to 18.2.17.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.14&new-version=18.2.17)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8257319ccc8521f59dbcf342c88d484b6109c555
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:57:30 2023 -0800

    Bump Roslynator.Formatting.Analyzers from 4.6.2 to 4.6.4 in /webapi (#663)

    Bumps
    [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator)
    from 4.6.2 to 4.6.4.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's
    changelog</a>.</em></p>
    <blockquote>
    <h2>[4.6.4] - 2023-11-24</h2>
    <h2>[4.6.3] - 2023-11-23</h2>
    <h3>Added</h3>
    <ul>
    <li>[CLI] Add command <code>find-symbol</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1255">PR</a>)
    <ul>
    <li>This command can be used not only to find symbols but also to find
    unused symbols and optionally remove them.</li>
    <li>Example: <code>roslynator find-symbol --symbol-kind type
    --visibility internal private --unused --remove</code></li>
    </ul>
    </li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>Bump Roslyn to 4.6.0 (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1248">PR</a>).</li>
    <li>[CLI] Add support for .NET 8 (<a
    href="https://redirect.github.com/josefpihrt/roslynator/pull/1251">PR</a>).</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228">RCS1228</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1249">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213">RCS1213</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1254">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1253">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1196">RCS1196</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1235">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1264">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1268">PR</a>)</li>
    <li>[CLI] Fix reading of non-existent redirected input on git bash (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1265">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1274">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1275">PR</a>)</li>
    <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1273">PR</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/037cd8ec07db211c0ea18ee832bd8a02c767d452"><code>037cd8e</code></a>
    Release 4.6.4 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1277">#1277</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/4f1aa096fbbe452d10488f4b46a18cf1e8d4c6c9"><code>4f1aa09</code></a>
    Fix InvalidOperationException (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1276">#1276</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/e66835f9c1c56c1974b7842bc2e69d259bb21822"><code>e66835f</code></a>
    Release 4.6.3 (CLI 0.8.0) (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1271">#1271</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/93656693b5682b57a43f4c4537230ee30ac3f659"><code>9365669</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1275">#1275</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/954e77360070e8ff36b547395e7c2829e28b0079"><code>954e773</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1274">#1274</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/72e07fa28656d2fde121174b4fc04ca934fbe813"><code>72e07fa</code></a>
    Fix exit code for '--version' (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1273">#1273</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/60a73e57e560fdd1f4f97fa8408d4b43220a8eae"><code>60a73e5</code></a>
    Add command find-symbol (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1255">#1255</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/c5d3da3ec1b5d4c5d61d87944e45c7b2f0d288f3"><code>c5d3da3</code></a>
    Fix AD0001 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1270">#1270</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/048d8fac06b3669904c643621a52218fcece44ac"><code>048d8fa</code></a>
    Fix reading of redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1265">#1265</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/34e1f25fcd24b138bad34a6631b0c703ad7968f3"><code>34e1f25</code></a>
    Improve analyzer RCS1259 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1268">#1268</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/roslynator/compare/v4.6.2...v4.6.4">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.6.2&new-version=4.6.4)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7a6150d9fd3247d03b2b34c1f33f5ca46bab926f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:57:08 2023 -0800

    Bump Roslynator.CodeAnalysis.Analyzers from 4.6.2 to 4.6.4 in /webapi (#664)

    Bumps
    [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator)
    from 4.6.2 to 4.6.4.
    <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.4] - 2023-11-24</h2>
    <h2>[4.6.3] - 2023-11-23</h2>
    <h3>Added</h3>
    <ul>
    <li>[CLI] Add command <code>find-symbol</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1255">PR</a>)
    <ul>
    <li>This command can be used not only to find symbols but also to find
    unused symbols and optionally remove them.</li>
    <li>Example: <code>roslynator find-symbol --symbol-kind type
    --visibility internal private --unused --remove</code></li>
    </ul>
    </li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>Bump Roslyn to 4.6.0 (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1248">PR</a>).</li>
    <li>[CLI] Add support for .NET 8 (<a
    href="https://redirect.github.com/josefpihrt/roslynator/pull/1251">PR</a>).</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228">RCS1228</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1249">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213">RCS1213</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1254">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1253">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1196">RCS1196</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1235">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1264">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1268">PR</a>)</li>
    <li>[CLI] Fix reading of non-existent redirected input on git bash (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1265">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1274">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1275">PR</a>)</li>
    <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1273">PR</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/037cd8ec07db211c0ea18ee832bd8a02c767d452"><code>037cd8e</code></a>
    Release 4.6.4 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1277">#1277</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/4f1aa096fbbe452d10488f4b46a18cf1e8d4c6c9"><code>4f1aa09</code></a>
    Fix InvalidOperationException (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1276">#1276</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/e66835f9c1c56c1974b7842bc2e69d259bb21822"><code>e66835f</code></a>
    Release 4.6.3 (CLI 0.8.0) (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1271">#1271</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/93656693b5682b57a43f4c4537230ee30ac3f659"><code>9365669</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1275">#1275</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/954e77360070e8ff36b547395e7c2829e28b0079"><code>954e773</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1274">#1274</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/72e07fa28656d2fde121174b4fc04ca934fbe813"><code>72e07fa</code></a>
    Fix exit code for '--version' (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1273">#1273</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/60a73e57e560fdd1f4f97fa8408d4b43220a8eae"><code>60a73e5</code></a>
    Add command find-symbol (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1255">#1255</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/c5d3da3ec1b5d4c5d61d87944e45c7b2f0d288f3"><code>c5d3da3</code></a>
    Fix AD0001 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1270">#1270</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/048d8fac06b3669904c643621a52218fcece44ac"><code>048d8fa</code></a>
    Fix reading of redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1265">#1265</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/34e1f25fcd24b138bad34a6631b0c703ad7968f3"><code>34e1f25</code></a>
    Improve analyzer RCS1259 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1268">#1268</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/roslynator/compare/v4.6.2...v4.6.4">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.2&new-version=4.6.4)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4de9805a5aabdd9f9116e7fc2e20f29b904c6413
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:55:38 2023 -0800

    Bump Microsoft.Azure.Cosmos from 3.36.0 to 3.37.0 in /webapi (#666)

    Bumps
    [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
    from 3.36.0 to 3.37.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/releases">Microsoft.Azure.Cosmos's
    releases</a>.</em></p>
    <blockquote>
    <h2>3.37.0</h2>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0">3.37.0</a>
    - 2023-11-20</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    <h2>3.37.0-preview</h2>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0-preview">3.37.0-preview</a>
    - 2023-11-20</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md">Microsoft.Azure.Cosmos's
    changelog</a>.</em></p>
    <blockquote>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0">3.37.0</a>
    - 2023-11-17</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/c6918b472094ca33181f792fb469919025f146e9"><code>c6918b4</code></a>
    3.37.0: Adds new SDK versions and contract files (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4191">#4191</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/98048d2bb5ddf610ae886a3b10c20baf76266d46"><code>98048d2</code></a>
    [Internal] Code Analysis: Fixes all warning in source/test/usage
    projects (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4">#4</a>...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/e205d411db41917e4027e0e25c77377e2df3329b"><code>e205d41</code></a>
    Documentation: Adds Upsert documentation to include status codes for
    Created ...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f471418c23ac44b28bf2be45804e662357bd391c"><code>f471418</code></a>
    VS 17.8 auto runs NuGetAudit and flagging 10.0.2, CosmosDB SDK already
    mitiga...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/4fee54695bb9d3b4a950473c56529c10e74f7a0d"><code>4fee546</code></a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature fo...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/966b48146436c24b06a8d17293ba5d87580360bf"><code>966b481</code></a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/d287f085e3210c021179882e2a89cba257493661"><code>d287f08</code></a>
    [Internal] Query: Adds interface for linq serialization functions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4163">#4163</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/4db6078dc5eccb7133c5554e4ae35c5636ae9677"><code>4db6078</code></a>
    Query: Fixes documentation to reflect state of System.Text.Json
    serializer (#...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b1918341a6648811f5d92278156f47668a3c360b"><code>b191834</code></a>
    [Internal] DocumentClient: Adds TryGetAccountProperties (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4167">#4167</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f7a4c56f26b0d86ab1c3e9ea3f629ea3bb5ca775"><code>f7a4c56</code></a>
    [Internal] Upgrade Resiliency: Fixes Duplicate Channel and Task
    Creation. (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4">#4</a>...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.36.0...3.37.0">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Cosmos&package-manager=nuget&previous-version=3.36.0&new-version=3.37.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0db8e2becbb51242c7ccbbc6954b1c7bb51855b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:44:11 2023 -0800

    Bump Microsoft.Identity.Web from 2.15.3 to 2.15.5 in /webapi (#665)

    Bumps
    [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
    from 2.15.3 to 2.15.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/AzureAD/microsoft-identity-web/releases">Microsoft.Identity.Web's
    releases</a>.</em></p>
    <blockquote>
    <h1>2.15.5</h1>
    <ul>
    <li>Update to .NET 8 GA</li>
    <li>Update to Microsoft.Graph 5.34.0</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixes an issue where users were not able to override
    ICredentialsLoader. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2564">#2564</a>
    for details.</li>
    <li>The latest patch version is no longer used in dependencies, as it
    made builds non-deterministic. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2569">#2569</a>
    for details.</li>
    <li>Removed dependencies that were no longer needed. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2577">#2577</a>
    for details.</li>
    <li>Fixes an issue where the build did not look up project names as
    package dependencies. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2579">#2579</a>
    for more details.</li>
    </ul>
    <h3>Fundamentals</h3>
    <ul>
    <li>Enable baseline package validation, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2572">#2572</a>
    for details.</li>
    <li>Improve trimmability on .NET 8, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2574">#2574</a>
    for details.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md">Microsoft.Identity.Web's
    changelog</a>.</em></p>
    <blockquote>
    <h1>2.15.5</h1>
    <ul>
    <li>Update to .NET 8 GA</li>
    <li>Update to Microsoft.Graph 5.34.0</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixes an issue where users were not able to override
    ICredentialsLoader. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2564">#2564</a>
    for details.</li>
    <li>The latest patch version is no longer used in dependencies, as it
    made builds non-deterministic. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2569">#2569</a>
    for details.</li>
    <li>Removed dependencies that were no longer needed. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2577">#2577</a>
    for details.</li>
    <li>Fixes an issue where the build did not look up project names as
    package dependencies. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2579">#2579</a>
    for more details.</li>
    </ul>
    <h3>Fundamentals</h3>
    <ul>
    <li>Enable baseline package validation, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2572">#2572</a>
    for details.</li>
    <li>Improve trimmability on .NET 8, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2574">#2574</a>
    for details.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/AzureAD/microsoft-identity-web/commit/9350195f8b3d7812becd124d30ddb62044937092"><code>9350195</code></a>
    update changelog for 2.15.4 (<a
    href="https:…
moistpope added a commit to moistpope/chat-copilot that referenced this pull request Dec 1, 2023
commit 58903d9e3ef9a7e8dea4315a2fbc780e4bfd765b
Author: moistpope <moist@moistpope.com>
Date:   Thu Nov 30 16:00:52 2023 -0500

    Commit with running changes

commit 81c00495fd5f0063f927cc2d8e7733515fb959e2
Author: Desmond Howard <dehoward@microsoft.com>
Date:   Thu Nov 30 14:03:50 2023 -0500

    Fix unix package scripts (#675)

    ### 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.
    -->
    resolves #649

    ### 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 :smile:

commit 9547606dfb7ec31d995b65fbbbfd936362402c79
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 21:58:52 2023 -0800

    Fix passing of secrets for integration tests (#680)

    ### Motivation and Context
    Secrets are not being passed properly in integration test workflow

    ### Description
    Pass secrets properly

    ### 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 :smile:

commit 3f132736665e6c4375e9963b9d3d4a77d2f0dfef
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 12:51:44 2023 -0800

    Fix deployment pipeline (#679)

    ### Motivation and Context
    Main deployment pipeline got broken by recent change to int test
    pipeline,

    ### Description
    Remove unused param that makes pipeline choke.

    ### 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 :smile:

commit db799735cdf2f4098a1acb977242f61be0cbec2a
Author: Chris <66376200+crickman@users.noreply.github.com>
Date:   Wed Nov 29 12:37:44 2023 -0800

    Fix chatstyling (#677)

    ### 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.
    -->

    Chat-Copilot layout a little awkward for various layouts (UX Responsive)

    https://github.com/microsoft/chat-copilot/issues/522

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->

    #UX Side-by-Side
    ---
    ### Floating
    **Current**:
    <img width="973" alt="02-Now-Floating"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/8759f421-0116-43b7-9e27-4fcbd8db42bd">**Updated**:
    **Updated**:
    <img width="973" alt="02-Update-Floating"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/c1ec3dd8-607b-41ac-9ff8-d31add48450a">

    ### Full Screen (HD4K)
    **Current**:
    <img width="1920" alt="00-Now-FullScreen"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/4fb8de4f-c345-4447-8beb-ffca75b5a4aa">
    **Updated**:
    <img width="1920" alt="00-Update-FullScreen"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/2f7da81d-bf25-4148-9d6b-e89adcdd1b85">

    ### Skinny
    **Current**:
    <img width="651" alt="01-Now-Skinny"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/98116f77-0610-4b25-9720-39dfeca714ee">
    **Updated**:
    <img width="651" alt="01-Update-Skinny"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/548373ad-f4c5-4191-a9e0-bc9c3d7f14aa">

    ### Zoom 150%
    **Current**:
    <img width="973" alt="03-Now-Zoomed png"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/b469dc96-71fc-4ad3-b8bd-5c7cfc3108b1">
    **Updated**:
    <img width="973" alt="03-Update-Zoomed"
    src="https://github.com/microsoft/chat-copilot/assets/66376200/0e08a8c8-d085-459c-9774-7369871cbade">

    ### 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 :smile:

commit a624d2060ee7a64a165188228b2076f5292f3f89
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 12:20:24 2023 -0800

    Copy static files in proper folder (#678)

    ### Motivation and Context
    We want static files to be properly served by the backend

    ### Description
    - Copy folder contents of "build" instead of folder itself
    - Add int test to check for presence of static files

    ### 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 :smile:

commit fd16a8cfa1f96a7ba8119dd88890fe52a43c29a1
Author: Tao Chen <TaoChenOSU@users.noreply.github.com>
Date:   Wed Nov 29 10:19:08 2023 -0800

    Do not trigger e2e test when a PR is approved (#676)

    ### 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 e2e test action is still having some issue starting the service. The
    action keeps failing and blocking PRs from merging.

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->
    Do not trigger this action when a PR is approved.

    ### 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 :smile:

commit 819fa7c0834ac5189fefdc567ecf8d37bbcb53b2
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Wed Nov 29 08:03:15 2023 -0800

    Add integration tests (#651)

    ### Motivation and Context
    Higher automated test coverage is desired.

    ### Description
    - Make integration tests able to auth with a CC server
    - Add int tests for the service info and speech token controllers

    ### 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 :smile:

    ---------

    Co-authored-by: Mollie Munoz <mollie.munoz@microsoft.com>

commit 6a6f587b5f0a47008be5afceba059ce8ac7f7a71
Author: Teresa Hoang <125500434+teresaqhoang@users.noreply.github.com>
Date:   Tue Nov 28 17:56:09 2023 -0800

    Unblock Global Document Import (#588)

    ### 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.
    -->

    This PR adds support to upload a document to global CC scope from the
    client:

    ![image](https://github.com/microsoft/chat-copilot/assets/125500434/ee8e22c4-29ca-4bd4-ba67-fcbabf63384f)

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->

    Mollie's changes in the Document Import Controller
    - Updated the return of this.OK() on global document import to return a
    ChatMessage object instead of a string.
    - Refactored internal functions to private to clarify what parameters
    were being changed but what functions. (Previously all internal in
    scope.)

    ### 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 :smile:

    ---------

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Mollie Munoz <mollie.munoz@microsoft.com>
    Co-authored-by: Mollie Munoz <momuno@microsoft.com>
    Co-authored-by: Gil LaHaye <gillahaye@microsoft.com>

commit ecfb93ab1143721b3341af3383ccb1f87d82c111
Author: Tao Chen <TaoChenOSU@users.noreply.github.com>
Date:   Tue Nov 28 14:29:44 2023 -0800

    Fix e2e test GitHub action (#672)

    ### 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 GitHub action that runs the scenario tests has not been updated to
    configure the latest settings for the WebAPI.

    ### Description

    <!-- Describe your changes, the overall approach, the underlying design.
    These notes will help understanding how your code works. Thanks! -->
    1. Update the settings.
    2. Run the action when a PR is approved as well as after it has been
    merged.
    3. Reduce the action timeout.
    4. Provide configuration to the Kernel Memory builder from CC.

    ### 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 :smile:

commit 749d75b30a7b7b0fb48fd0b04a7878b4ce0e1490
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Tue Nov 28 10:29:56 2023 -0800

    Add an icon for the site (#655)

    ### Motivation and Context
    Use Microsoft's Copilot icon for Chat Copilot so that bookmarks and tabs
    of CC display it.

    ### Description
    Add favicon.ico to wwwroot

    ### 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 :smile:

commit 867e913cacdaa701fb4b0b4859ade4c2de141fa2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Nov 28 10:29:23 2023 -0800

    Bump @microsoft/signalr from 7.0.12 to 8.0.0 in /webapp (#659)

    Bumps [@microsoft/signalr](https://github.com/dotnet/aspnetcore) from
    7.0.12 to 8.0.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/dotnet/aspnetcore/releases"><code>@​microsoft/signalr</code>'s
    releases</a>.</em></p>
    <blockquote>
    <h2>.NET 8.0.0</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0">Release</a></p>
    <h2>.NET 8.0 RC 2</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-rc.2">Release</a></p>
    <h2>.NET 8.0 RC 1</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-rc.1">Release</a></p>
    <h2>.NET 8.0 Preview 7</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.7">Release</a></p>
    <h2>.NET 8.0 Preview 6</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.6">Release</a></p>
    <h2>.NET 8.0 Preview 5</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.5">Release</a></p>
    <h2>.NET 8.0 Preview 4</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.4">Release</a></p>
    <h2>.NET 8.0 Preview 3</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.3">Release</a></p>
    <h2>.NET 8.0 Preview 2</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.2">Release</a></p>
    <h2>.NET 8.0 Preview 1</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v8.0.0-preview.1">Release</a></p>
    <h2>.NET 7.0.14</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v7.0.14">Release</a></p>
    <h2>What's Changed</h2>
    <ul>
    <li>[release/7.0] Update jquery-validation to v1.19.5 by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50483">dotnet/aspnetcore#50483</a></li>
    <li>Merging internal commits for release/7.0 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50660">dotnet/aspnetcore#50660</a></li>
    <li>[release/7.0] Fix 6.0 SiteExtension version by <a
    href="https://github.com/wtgodbe"><code>@​wtgodbe</code></a> in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/50708">dotnet/aspnetcore#50708</a></li>
    <li>Update branding to 7.0.13 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51116">dotnet/aspnetcore#51116</a></li>
    <li>[release/7.0] (deps): Bump src/submodules/googletest from
    <code>8a6feab</code> to <code>e47544a</code> by <a
    href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51051">dotnet/aspnetcore#51051</a></li>
    <li>[release/7.0] Fix <code>DragDrop_CanTrigger()</code> flakiness by <a
    href="https://github.com/MackinnonBuck"><code>@​MackinnonBuck</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51141">dotnet/aspnetcore#51141</a></li>
    <li>[release/7.0] Dispose CTS in HubConnection streaming by <a
    href="https://github.com/github-actions"><code>@​github-actions</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51138">dotnet/aspnetcore#51138</a></li>
    <li>Merging internal commits for release/7.0 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51266">dotnet/aspnetcore#51266</a></li>
    <li>[release/7.0] Update dependencies from dotnet/arcade by <a
    href="https://github.com/dotnet-maestro"><code>@​dotnet-maestro</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51327">dotnet/aspnetcore#51327</a></li>
    <li>Update branding to 7.0.14 by <a
    href="https://github.com/vseanreesermsft"><code>@​vseanreesermsft</code></a>
    in <a
    href="https://redirect.github.com/dotnet/aspnetcore/pull/51479">dotnet/aspnetcore#51479</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    href="https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14">https://github.com/dotnet/aspnetcore/compare/v7.0.13...v7.0.14</a></p>
    <h2>.NET 7.0.13</h2>
    <p><a
    href="https://github.com/dotnet/core/releases/tag/v7.0.13">Release</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/3f1acb59718cadf111a0a796681e3d3509bb3381"><code>3f1acb5</code></a>
    Merged PR 34970: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/3caebba82d3b004ae75d582be5878f6459f36a82"><code>3caebba</code></a>
    Merged PR 34962: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c608ee36b985b74d2856f8d64ea78d051a026e3c"><code>c608ee3</code></a>
    Merge in 'release/8.0' changes</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/9506f5ab65d9bc03ce291dd7b10b28fcb59aa140"><code>9506f5a</code></a>
    Quarantine ConnectionClosedWithoutActiveRequestsOrGoAwayFIN (<a
    href="https://redirect.github.com/dotnet/aspnetcore/issues/51771">#51771</a>)</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c8270da5e3f0a14df37261f412f1907170d0370c"><code>c8270da</code></a>
    Merge in 'release/8.0' changes</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/892b10bdba9e5ac24f412e85adc5e93ffc18117a"><code>892b10b</code></a>
    Remove selenium-standalone; update Selenium.WebDriver (<a
    href="https://redirect.github.com/dotnet/aspnetcore/issues/51775">#51775</a>)</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/c26c6ca0d01de61399517a98cdd0517c91e6f805"><code>c26c6ca</code></a>
    Merged PR 34926: [internal/release/8.0] Update dependencies from
    dnceng/inter...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/43bcd57ace2f427ecf80c816b0d8fa53ba322f44"><code>43bcd57</code></a>
    Update dependencies from <a
    href="https://dev.azure.com/dnceng/internal/_git/dotnet-ef">https://dev.azure.com/dnceng/internal/_git/dotnet-ef</a>...</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/4753becfe9ff6bff60d4c9efa57e08ca6e9b7554"><code>4753bec</code></a>
    [internal/release/8.0] Update dependencies from
    dnceng/internal/dotnet-runtime</li>
    <li><a
    href="https://github.com/dotnet/aspnetcore/commit/4f7f2fd773ba886e7f373fd4de1d531094d44484"><code>4f7f2fd</code></a>
    [internal/release/8.0] Update dependencies from
    dnceng/internal/dotnet-efcore</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/aspnetcore/compare/v7.0.12...v8.0.0">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@microsoft/signalr&package-manager=npm_and_yarn&previous-version=7.0.12&new-version=8.0.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 844ac0698db8ea750529de5335596d292ce79765
Author: Gil LaHaye <gillahaye@microsoft.com>
Date:   Mon Nov 27 17:09:23 2023 -0800

    Enable running tests on different AAD tenant (#668)

    ### Motivation and Context
    It can be hard running integration tests when one does not have admin
    permissions in one's tenant.

    ### Description
    Add possibility to use a different (test) tenant to facilitate testing
    of CC.

    ### 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 :smile:

commit b39b02d893efeb49fa6b8580128b55bb5a520df4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 14:00:55 2023 -0800

    Bump typescript from 5.2.2 to 5.3.2 in /webapp (#660)

    [//]: # (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](https://github.com/Microsoft/TypeScript) from 5.2.2
    to 5.3.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Microsoft/TypeScript/releases">typescript's
    releases</a>.</em></p>
    <blockquote>
    <h2>TypeScript 5.3</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.0 (Beta)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.1 (RC)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.2%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.2 (Stable)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a
    href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
    package</a></li>
    </ul>
    <h2>TypeScript 5.3 RC</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-rc/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.0 (Beta)</a>.</li>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.1%22+is%3Aclosed+">fixed
    issues query for Typescript 5.3.1 (RC)</a>.</li>
    </ul>
    <p>Downloads are available on:</p>
    <ul>
    <li><a
    href="https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild">NuGet
    package</a></li>
    </ul>
    <h2>TypeScript 5.3 Beta</h2>
    <p>For release notes, check out the <a
    href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-beta/">release
    announcement</a>.</p>
    <p>For the complete list of fixed issues, check out the</p>
    <ul>
    <li><a
    href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&amp;q=milestone%3A%22TypeScript+5.3.0%22+is%3Aclosed+">fixed
    issues query for Typescript v5.3.0 (Beta)</a>.</li>
    </ul>
    <p>Downloads are available on <a
    href="https://www.npmjs.com/package/typescript">npm</a>.</p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/27047e3391323fa2d8987f46a4c42f5361d07926"><code>27047e3</code></a>
    Update LKG.</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/d09b1bfb5ac63bf8320d210f6c2ca9ead8ef24b3"><code>d09b1bf</code></a>
    Pick <a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56449">#56449</a>
    into release-5.3 (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56451">#56451</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/e2a5d45b51a7127ab9f9b7f4b704b3499e9fd6d3"><code>e2a5d45</code></a>
    Update LKG.</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/756efd2478dd4fcb492f53f335a0e4afcd7c875d"><code>756efd2</code></a>
    Fixes for release-5.3. (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/56424">#56424</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/88f80c75e1a4ab6aaec605aa4ec6281b87871ff0"><code>88f80c7</code></a>
    Update LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/58237857d10bab48e0f70e4d5f8813abce293fae"><code>5823785</code></a>
    Merge remote-tracking branch 'origin/main' into release-5.3</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/3e12250839fae5054b7cedac25124da5be928066"><code>3e12250</code></a>
    Allow of in <code>await using</code> declarations in for-of loops (<a
    href="https://redirect.github.com/Microsoft/TypeScript/issues/55558">#55558</a>)</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/b86883fea49f84ea462f4b36698cee4d9a073bf2"><code>b86883f</code></a>
    Bump version to 5.3.1-rc and LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/e2234f64085923c240ff13aa9bdce76a3402673c"><code>e2234f6</code></a>
    Update LKG</li>
    <li><a
    href="https://github.com/microsoft/TypeScript/commit/826bea9a8090aeaa5147babf343418ef1c3db0eb"><code>826bea9</code></a>
    Merge remote-tracking branch 'origin/main' into release-5.3</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typescript&package-manager=npm_and_yarn&previous-version=5.2.2&new-version=5.3.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7adae6abbdba971d446f4e87f1f8acb4956cc9a1
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 21:58:34 2023 +0000

    Bump @types/react-dom from 18.2.14 to 18.2.17 in /webapp (#661)

    Bumps
    [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
    from 18.2.14 to 18.2.17.
    <details>
    <summary>Commits</summary>
    <ul>
    <li>See full diff in <a
    href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react-dom&package-manager=npm_and_yarn&previous-version=18.2.14&new-version=18.2.17)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 8257319ccc8521f59dbcf342c88d484b6109c555
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:57:30 2023 -0800

    Bump Roslynator.Formatting.Analyzers from 4.6.2 to 4.6.4 in /webapi (#663)

    Bumps
    [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator)
    from 4.6.2 to 4.6.4.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Formatting.Analyzers's
    changelog</a>.</em></p>
    <blockquote>
    <h2>[4.6.4] - 2023-11-24</h2>
    <h2>[4.6.3] - 2023-11-23</h2>
    <h3>Added</h3>
    <ul>
    <li>[CLI] Add command <code>find-symbol</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1255">PR</a>)
    <ul>
    <li>This command can be used not only to find symbols but also to find
    unused symbols and optionally remove them.</li>
    <li>Example: <code>roslynator find-symbol --symbol-kind type
    --visibility internal private --unused --remove</code></li>
    </ul>
    </li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>Bump Roslyn to 4.6.0 (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1248">PR</a>).</li>
    <li>[CLI] Add support for .NET 8 (<a
    href="https://redirect.github.com/josefpihrt/roslynator/pull/1251">PR</a>).</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228">RCS1228</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1249">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213">RCS1213</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1254">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1253">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1196">RCS1196</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1235">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1264">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1268">PR</a>)</li>
    <li>[CLI] Fix reading of non-existent redirected input on git bash (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1265">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1274">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1275">PR</a>)</li>
    <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1273">PR</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/037cd8ec07db211c0ea18ee832bd8a02c767d452"><code>037cd8e</code></a>
    Release 4.6.4 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1277">#1277</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/4f1aa096fbbe452d10488f4b46a18cf1e8d4c6c9"><code>4f1aa09</code></a>
    Fix InvalidOperationException (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1276">#1276</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/e66835f9c1c56c1974b7842bc2e69d259bb21822"><code>e66835f</code></a>
    Release 4.6.3 (CLI 0.8.0) (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1271">#1271</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/93656693b5682b57a43f4c4537230ee30ac3f659"><code>9365669</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1275">#1275</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/954e77360070e8ff36b547395e7c2829e28b0079"><code>954e773</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1274">#1274</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/72e07fa28656d2fde121174b4fc04ca934fbe813"><code>72e07fa</code></a>
    Fix exit code for '--version' (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1273">#1273</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/60a73e57e560fdd1f4f97fa8408d4b43220a8eae"><code>60a73e5</code></a>
    Add command find-symbol (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1255">#1255</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/c5d3da3ec1b5d4c5d61d87944e45c7b2f0d288f3"><code>c5d3da3</code></a>
    Fix AD0001 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1270">#1270</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/048d8fac06b3669904c643621a52218fcece44ac"><code>048d8fa</code></a>
    Fix reading of redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1265">#1265</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/34e1f25fcd24b138bad34a6631b0c703ad7968f3"><code>34e1f25</code></a>
    Improve analyzer RCS1259 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1268">#1268</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/roslynator/compare/v4.6.2...v4.6.4">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Formatting.Analyzers&package-manager=nuget&previous-version=4.6.2&new-version=4.6.4)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 7a6150d9fd3247d03b2b34c1f33f5ca46bab926f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:57:08 2023 -0800

    Bump Roslynator.CodeAnalysis.Analyzers from 4.6.2 to 4.6.4 in /webapi (#664)

    Bumps
    [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator)
    from 4.6.2 to 4.6.4.
    <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.4] - 2023-11-24</h2>
    <h2>[4.6.3] - 2023-11-23</h2>
    <h3>Added</h3>
    <ul>
    <li>[CLI] Add command <code>find-symbol</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1255">PR</a>)
    <ul>
    <li>This command can be used not only to find symbols but also to find
    unused symbols and optionally remove them.</li>
    <li>Example: <code>roslynator find-symbol --symbol-kind type
    --visibility internal private --unused --remove</code></li>
    </ul>
    </li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>Bump Roslyn to 4.6.0 (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1248">PR</a>).</li>
    <li>[CLI] Add support for .NET 8 (<a
    href="https://redirect.github.com/josefpihrt/roslynator/pull/1251">PR</a>).</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1228">RCS1228</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1249">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213">RCS1213</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1254">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1055">RCS1055</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1253">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1196">RCS1196</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1235">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1257">RCS1257</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1264">PR</a>)</li>
    <li>Fix analyzer <a
    href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1259">RCS1259</a>
    (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1268">PR</a>)</li>
    <li>[CLI] Fix reading of non-existent redirected input on git bash (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1265">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1274">PR</a>,
    <a
    href="https://redirect.github.com/dotnet/roslynator/pull/1275">PR</a>)</li>
    <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a
    href="https://redirect.github.com/dotnet/roslynator/pull/1273">PR</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/037cd8ec07db211c0ea18ee832bd8a02c767d452"><code>037cd8e</code></a>
    Release 4.6.4 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1277">#1277</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/4f1aa096fbbe452d10488f4b46a18cf1e8d4c6c9"><code>4f1aa09</code></a>
    Fix InvalidOperationException (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1276">#1276</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/e66835f9c1c56c1974b7842bc2e69d259bb21822"><code>e66835f</code></a>
    Release 4.6.3 (CLI 0.8.0) (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1271">#1271</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/93656693b5682b57a43f4c4537230ee30ac3f659"><code>9365669</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1275">#1275</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/954e77360070e8ff36b547395e7c2829e28b0079"><code>954e773</code></a>
    Fix redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1274">#1274</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/72e07fa28656d2fde121174b4fc04ca934fbe813"><code>72e07fa</code></a>
    Fix exit code for '--version' (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1273">#1273</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/60a73e57e560fdd1f4f97fa8408d4b43220a8eae"><code>60a73e5</code></a>
    Add command find-symbol (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1255">#1255</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/c5d3da3ec1b5d4c5d61d87944e45c7b2f0d288f3"><code>c5d3da3</code></a>
    Fix AD0001 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1270">#1270</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/048d8fac06b3669904c643621a52218fcece44ac"><code>048d8fa</code></a>
    Fix reading of redirected input (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1265">#1265</a>)</li>
    <li><a
    href="https://github.com/dotnet/roslynator/commit/34e1f25fcd24b138bad34a6631b0c703ad7968f3"><code>34e1f25</code></a>
    Improve analyzer RCS1259 (<a
    href="https://redirect.github.com/dotnet/roslynator/issues/1268">#1268</a>)</li>
    <li>Additional commits viewable in <a
    href="https://github.com/dotnet/roslynator/compare/v4.6.2...v4.6.4">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.2&new-version=4.6.4)](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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4de9805a5aabdd9f9116e7fc2e20f29b904c6413
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:55:38 2023 -0800

    Bump Microsoft.Azure.Cosmos from 3.36.0 to 3.37.0 in /webapi (#666)

    Bumps
    [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
    from 3.36.0 to 3.37.0.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/releases">Microsoft.Azure.Cosmos's
    releases</a>.</em></p>
    <blockquote>
    <h2>3.37.0</h2>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0">3.37.0</a>
    - 2023-11-20</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    <h2>3.37.0-preview</h2>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0-preview">3.37.0-preview</a>
    - 2023-11-20</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md">Microsoft.Azure.Cosmos's
    changelog</a>.</em></p>
    <blockquote>
    <h3><!-- raw HTML omitted --> <a
    href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.37.0">3.37.0</a>
    - 2023-11-17</h3>
    <h4>Fixed</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4100">4100</a>
    Query : Fixes querying conflicts (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4100">#4100</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4125">4125</a>
    Item Operations: Fixes JsonSerialization exception when
    MissingMemberHandling = Error on Json default settings when NotFound on
    Item operations (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4125">#4125</a>)</li>
    </ul>
    <h4>Added</h4>
    <ul>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4180">4180</a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature for Preview and GA (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4180">#4180</a>)</li>
    <li><a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4128">4128</a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/c6918b472094ca33181f792fb469919025f146e9"><code>c6918b4</code></a>
    3.37.0: Adds new SDK versions and contract files (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4191">#4191</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/98048d2bb5ddf610ae886a3b10c20baf76266d46"><code>98048d2</code></a>
    [Internal] Code Analysis: Fixes all warning in source/test/usage
    projects (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4">#4</a>...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/e205d411db41917e4027e0e25c77377e2df3329b"><code>e205d41</code></a>
    Documentation: Adds Upsert documentation to include status codes for
    Created ...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f471418c23ac44b28bf2be45804e662357bd391c"><code>f471418</code></a>
    VS 17.8 auto runs NuGetAudit and flagging 10.0.2, CosmosDB SDK already
    mitiga...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/4fee54695bb9d3b4a950473c56529c10e74f7a0d"><code>4fee546</code></a>
    Upgrade Resiliency: Adds Code to Enable Advanced Replica Selection
    Feature fo...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/966b48146436c24b06a8d17293ba5d87580360bf"><code>966b481</code></a>
    Routing: Adds ExcludeRegions Feature to RequestOptions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4128">#4128</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/d287f085e3210c021179882e2a89cba257493661"><code>d287f08</code></a>
    [Internal] Query: Adds interface for linq serialization functions (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4163">#4163</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/4db6078dc5eccb7133c5554e4ae35c5636ae9677"><code>4db6078</code></a>
    Query: Fixes documentation to reflect state of System.Text.Json
    serializer (#...</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/b1918341a6648811f5d92278156f47668a3c360b"><code>b191834</code></a>
    [Internal] DocumentClient: Adds TryGetAccountProperties (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4167">#4167</a>)</li>
    <li><a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/f7a4c56f26b0d86ab1c3e9ea3f629ea3bb5ca775"><code>f7a4c56</code></a>
    [Internal] Upgrade Resiliency: Fixes Duplicate Channel and Task
    Creation. (<a
    href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4">#4</a>...</li>
    <li>Additional commits viewable in <a
    href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.36.0...3.37.0">compare
    view</a></li>
    </ul>
    </details>
    <br />

    [![Dependabot compatibility
    score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Cosmos&package-manager=nuget&previous-version=3.36.0&new-version=3.37.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] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 0db8e2becbb51242c7ccbbc6954b1c7bb51855b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Nov 27 13:44:11 2023 -0800

    Bump Microsoft.Identity.Web from 2.15.3 to 2.15.5 in /webapi (#665)

    Bumps
    [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
    from 2.15.3 to 2.15.5.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/AzureAD/microsoft-identity-web/releases">Microsoft.Identity.Web's
    releases</a>.</em></p>
    <blockquote>
    <h1>2.15.5</h1>
    <ul>
    <li>Update to .NET 8 GA</li>
    <li>Update to Microsoft.Graph 5.34.0</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixes an issue where users were not able to override
    ICredentialsLoader. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2564">#2564</a>
    for details.</li>
    <li>The latest patch version is no longer used in dependencies, as it
    made builds non-deterministic. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2569">#2569</a>
    for details.</li>
    <li>Removed dependencies that were no longer needed. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2577">#2577</a>
    for details.</li>
    <li>Fixes an issue where the build did not look up project names as
    package dependencies. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2579">#2579</a>
    for more details.</li>
    </ul>
    <h3>Fundamentals</h3>
    <ul>
    <li>Enable baseline package validation, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2572">#2572</a>
    for details.</li>
    <li>Improve trimmability on .NET 8, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2574">#2574</a>
    for details.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    href="https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md">Microsoft.Identity.Web's
    changelog</a>.</em></p>
    <blockquote>
    <h1>2.15.5</h1>
    <ul>
    <li>Update to .NET 8 GA</li>
    <li>Update to Microsoft.Graph 5.34.0</li>
    </ul>
    <h3>Bug Fixes</h3>
    <ul>
    <li>Fixes an issue where users were not able to override
    ICredentialsLoader. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2564">#2564</a>
    for details.</li>
    <li>The latest patch version is no longer used in dependencies, as it
    made builds non-deterministic. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2569">#2569</a>
    for details.</li>
    <li>Removed dependencies that were no longer needed. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2577">#2577</a>
    for details.</li>
    <li>Fixes an issue where the build did not look up project names as
    package dependencies. See <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2579">#2579</a>
    for more details.</li>
    </ul>
    <h3>Fundamentals</h3>
    <ul>
    <li>Enable baseline package validation, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2572">#2572</a>
    for details.</li>
    <li>Improve trimmability on .NET 8, see <a
    href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2574">#2574</a>
    for details.</li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    href="https://github.com/AzureAD/microsoft-identity-web/commit/9350195f8b3d7812becd124d30ddb62044937092"><code>9350195</code></a>
    update changelog for 2.15.4 (<a
    href="https:…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code webapp Pull requests that update Typescript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant