forked from microsoft/chat-copilot
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] main from microsoft:main #19
Open
pull
wants to merge
582
commits into
pennsignals:main
Choose a base branch
from
microsoft:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+28,103
−14,802
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…#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://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://github.com/dotnet/roslynator/pull/1248">PR</a>).</li> <li>[CLI] Add support for .NET 8 (<a href="https://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://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://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://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://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://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://github.com/dotnet/roslynator/pull/1268">PR</a>)</li> <li>[CLI] Fix reading of non-existent redirected input on git bash (<a href="https://github.com/dotnet/roslynator/pull/1265">PR</a>, <a href="https://github.com/dotnet/roslynator/pull/1274">PR</a>, <a href="https://github.com/dotnet/roslynator/pull/1275">PR</a>)</li> <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a href="https://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://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://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://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://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://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://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://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…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://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://github.com/dotnet/roslynator/pull/1248">PR</a>).</li> <li>[CLI] Add support for .NET 8 (<a href="https://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://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://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://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://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://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://github.com/dotnet/roslynator/pull/1268">PR</a>)</li> <li>[CLI] Fix reading of non-existent redirected input on git bash (<a href="https://github.com/dotnet/roslynator/pull/1265">PR</a>, <a href="https://github.com/dotnet/roslynator/pull/1274">PR</a>, <a href="https://github.com/dotnet/roslynator/pull/1275">PR</a>)</li> <li>[CLI] Fix exit code for <code>roslynator --version</code> (<a href="https://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://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://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://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://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://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://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://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [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&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&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&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&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&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&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://github.com/Microsoft/TypeScript/issues/56449">#56449</a> into release-5.3 (<a href="https://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### 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 😄
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://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://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://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://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://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://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://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://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://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://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://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://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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### 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 😄
### 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 😄
### 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 😄 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mollie Munoz <[email protected]> Co-authored-by: Mollie Munoz <[email protected]> Co-authored-by: Gil LaHaye <[email protected]>
### 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 😄 --------- Co-authored-by: Mollie Munoz <[email protected]>
### 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 😄
### 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 😄
### 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) #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 😄
### 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 😄
### 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 😄
### 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 😄
#685) …st workflow ### Motivation and Context Github secrets were still not properly propagated. ### Description Use dotnet user secrets to propagate Github secrets ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.37 to 18.2.41. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.37&new-version=18.2.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v8.55.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01"><code>8c9e6c1</code></a> feat: importNamePattern option in no-restricted-imports (<a href="https://github.com/eslint/eslint/issues/17721">#17721</a>) (Tanuj Kanti)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5"><code>83ece2a</code></a> docs: fix typo <code>--rules</code> -> <code>--rule</code> (<a href="https://github.com/eslint/eslint/issues/17806">#17806</a>) (OKURA Masafumi)</li> <li><a href="https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd"><code>fffca5c</code></a> docs: remove "Open in Playground" buttons for removed rules (<a href="https://github.com/eslint/eslint/issues/17791">#17791</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3"><code>a6d9442</code></a> docs: fix correct/incorrect examples of rules (<a href="https://github.com/eslint/eslint/issues/17789">#17789</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501"><code>383e999</code></a> docs: update and fix examples for <code>no-unused-vars</code> (<a href="https://github.com/eslint/eslint/issues/17788">#17788</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214"><code>5a8efd5</code></a> docs: add specific stylistic rule for each deprecated rule (<a href="https://github.com/eslint/eslint/issues/17778">#17778</a>) (Etienne)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295"><code>eb8950c</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.55.0 (<a href="https://github.com/eslint/eslint/issues/17811">#17811</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae"><code>93df384</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f"><code>fe4b954</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/2"><code>@2</code></a>.1.4 (<a href="https://github.com/eslint/eslint/issues/17799">#17799</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d"><code>bd8911d</code></a> ci: pin Node.js 21.2.0 (<a href="https://github.com/eslint/eslint/issues/17809">#17809</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee"><code>b29a16b</code></a> chore: fix several <code>cli</code> tests to run in the intended flat config mode (<a href="https://github.com/eslint/eslint/issues/17797">#17797</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804"><code>de165c1</code></a> chore: remove unused config-extends fixtures (<a href="https://github.com/eslint/eslint/issues/17781">#17781</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc"><code>d4304b8</code></a> chore: remove formatting/stylistic rules from new rule templates (<a href="https://github.com/eslint/eslint/issues/17780">#17780</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a"><code>21024fe</code></a> chore: check rule examples for syntax errors (<a href="https://github.com/eslint/eslint/issues/17718">#17718</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.55.0 - December 1, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295"><code>eb8950c</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.55.0 (<a href="https://github.com/eslint/eslint/issues/17811">#17811</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae"><code>93df384</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f"><code>fe4b954</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/2"><code>@2</code></a>.1.4 (<a href="https://github.com/eslint/eslint/issues/17799">#17799</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01"><code>8c9e6c1</code></a> feat: importNamePattern option in no-restricted-imports (<a href="https://github.com/eslint/eslint/issues/17721">#17721</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5"><code>83ece2a</code></a> docs: fix typo <code>--rules</code> -> <code>--rule</code> (<a href="https://github.com/eslint/eslint/issues/17806">#17806</a>) (OKURA Masafumi)</li> <li><a href="https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d"><code>bd8911d</code></a> ci: pin Node.js 21.2.0 (<a href="https://github.com/eslint/eslint/issues/17809">#17809</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee"><code>b29a16b</code></a> chore: fix several <code>cli</code> tests to run in the intended flat config mode (<a href="https://github.com/eslint/eslint/issues/17797">#17797</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd"><code>fffca5c</code></a> docs: remove "Open in Playground" buttons for removed rules (<a href="https://github.com/eslint/eslint/issues/17791">#17791</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/a6d9442a9ab34d5d19f78d8c8fd0767a1237bfe3"><code>a6d9442</code></a> docs: fix correct/incorrect examples of rules (<a href="https://github.com/eslint/eslint/issues/17789">#17789</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/383e99928d7ce649ec9030c9856b03fbac0c3501"><code>383e999</code></a> docs: update and fix examples for <code>no-unused-vars</code> (<a href="https://github.com/eslint/eslint/issues/17788">#17788</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/5a8efd5b7ad13eb320a1f468d1d4ab3c8ab99214"><code>5a8efd5</code></a> docs: add specific stylistic rule for each deprecated rule (<a href="https://github.com/eslint/eslint/issues/17778">#17778</a>) (Etienne)</li> <li><a href="https://github.com/eslint/eslint/commit/de165c108203c6703516ac651f5b4cac5b241804"><code>de165c1</code></a> chore: remove unused config-extends fixtures (<a href="https://github.com/eslint/eslint/issues/17781">#17781</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/d4304b8b66eac870ffbf4840d84add8a123b25fc"><code>d4304b8</code></a> chore: remove formatting/stylistic rules from new rule templates (<a href="https://github.com/eslint/eslint/issues/17780">#17780</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/21024fe2029420b413bed11d23761c87e9a02a1a"><code>21024fe</code></a> chore: check rule examples for syntax errors (<a href="https://github.com/eslint/eslint/issues/17718">#17718</a>) (Francesco Trotta)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/e0cb960e45961a36845b075a2986a1fa6cd6b8aa"><code>e0cb960</code></a> 8.55.0</li> <li><a href="https://github.com/eslint/eslint/commit/969b2729764eab35538347aa528bafb8c1800e5a"><code>969b272</code></a> Build: changelog update for 8.55.0</li> <li><a href="https://github.com/eslint/eslint/commit/eb8950c3b811c9163b9aae23af8b6266ad98b295"><code>eb8950c</code></a> chore: upgrade <code>@eslint/js</code><a href="https://github.com/8"><code>@8</code></a>.55.0 (<a href="https://github.com/eslint/eslint/issues/17811">#17811</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/93df3849a7a25ebe0502000bf0bfb80a6613a5ae"><code>93df384</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/fe4b9545a83e9aca7ba4bb77bc9c868d57de777f"><code>fe4b954</code></a> chore: upgrade <code>@eslint/eslintrc</code><a href="https://github.com/2"><code>@2</code></a>.1.4 (<a href="https://github.com/eslint/eslint/issues/17799">#17799</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/8c9e6c100a6eb69da292463293b3b48cff911a01"><code>8c9e6c1</code></a> feat: importNamePattern option in no-restricted-imports (<a href="https://github.com/eslint/eslint/issues/17721">#17721</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/83ece2afc2dc6c49efe82678663fe4cba590c0e5"><code>83ece2a</code></a> docs: fix typo <code>--rules</code> -> <code>--rule</code> (<a href="https://github.com/eslint/eslint/issues/17806">#17806</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/bd8911db85c7a1127543c9212c8cea47a5cb687d"><code>bd8911d</code></a> ci: pin Node.js 21.2.0 (<a href="https://github.com/eslint/eslint/issues/17809">#17809</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/b29a16b22f234f6134475efb6c7be5ac946556ee"><code>b29a16b</code></a> chore: fix several <code>cli</code> tests to run in the intended flat config mode (<a href="https://github.com/eslint/eslint/issues/17797">#17797</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/fffca5c362bcd205dbf79d1bb52834f8a98fc6bd"><code>fffca5c</code></a> docs: remove "Open in Playground" buttons for removed rules (<a href="https://github.com/eslint/eslint/issues/17791">#17791</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.54.0...v8.55.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.54.0&new-version=8.55.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#691) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.11.0 to 6.13.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.13.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <h3>Bug Fixes</h3> <ul> <li>default to parse all JSDoc and provide options to configure it (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7999">#7999</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/779e13ec86f92b94a96ecdf81cbc36120a132ff6">779e13e</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.13.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <h3><em>Note for eslint plugin authors and other API consumers</em></h3> <p>TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using <a href="https://www.typescriptlang.org/tsconfig#skipLibCheck"><code>skipLibCheck</code></a>.</p> <h3>Bug Fixes</h3> <ul> <li><strong>typescript-estree:</strong> ensure backwards compat with pre-5.3 import attributes (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7967">#7967</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/810fc8c9a18cb55af144d8945fdf38d841c9d486">810fc8c</a>)</li> </ul> <h3>Features</h3> <ul> <li>support TS 5.3 (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7968">#7968</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb50638650d35fbd39f2b19446fa54c864bfc2ef">fb50638</a>)</li> <li><strong>typescript-estree:</strong> pass jsDocParsingMode everywhere (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7997">#7997</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d2a3446518c4da303a569830bb83bf166742535">3d2a344</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.12.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> <li><strong>utils:</strong> add missing fields to flat config types (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7933">#7933</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/533861aeadd5b4bfcbe7167de7af71e4223cc9de">533861a</a>)</li> <li><strong>utils:</strong> allow string processor in flat config (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/024ed9ed1222280d8010393d2abf810faea283b9">024ed9e</a>)</li> </ul> <h3>Features</h3> <ul> <li>[member-ordering] add accessor support for member-ordering (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7927">#7927</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255">3c8312d</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add requireDefaultForNonUnion option (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7880">#7880</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679">4cfcd45</a>)</li> <li>update TypeScript to 5.3-rc (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7923">#7923</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/9034d17027f798c38ffc19141e3c08ca8ea31290">9034d17</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> </ul> <h3>Features</h3> <ul> <li>[member-ordering] add accessor support for member-ordering (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7927">#7927</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255">3c8312d</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add requireDefaultForNonUnion option (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7880">#7880</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679">4cfcd45</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/14f3ff0340226e8f4ce13c86a464b505e5488e12"><code>14f3ff0</code></a> chore: publish v6.13.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/39c437ab9e34513bf04378cd8c97daf739519a6e"><code>39c437a</code></a> chore: publish v6.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9093e95f2baa0d81c589db99d4730f59e80a4c38"><code>9093e95</code></a> chore: publish v6.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2e535b8484200b0a5d60ce6df2d8c9aa70e11053"><code>2e535b8</code></a> chore(deps): update dependency prettier to v3.1.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7938">#7938</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679"><code>4cfcd45</code></a> feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85"><code>155aa1f</code></a> fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8"><code>f151b26</code></a> fix(eslint-plugin): [no-unnecessary-condition] fix false positive with comput...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511"><code>a034d0a</code></a> fix(eslint-plugin): [switch-exhaustiveness-check] enum members with new line ...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255"><code>3c8312d</code></a> feat: [member-ordering] add accessor support for member-ordering (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7927">#7927</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.11.0&new-version=6.13.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/webapp (#690) Bumps [microsoft-cognitiveservices-speech-sdk](https://github.com/Microsoft/cognitive-services-speech-sdk-js) from 1.32.0 to 1.33.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/releases">microsoft-cognitiveservices-speech-sdk's releases</a>.</em></p> <blockquote> <h2>Speech SDK 1.33.1: 2023- October patch release</h2> <h2>Bug Fixes:</h2> <ul> <li>Shortly after release with found some issues with the ES6 changes and different version of node. This patch fixes those issues. <a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/pull/760">remove all require usage in SDK to allow browser operation</a></li> </ul> <h2>Speech SDK 1.33.0: 2023- October release</h2> <h2>New features:</h2> <ul> <li>Packed lib files now targets ES6 JS, with support for ES5 JS removed <a href="https://github.com/Azure-Samples/cognitive-services-speech-sdk/pull/2132">Example of required changes to your projects to target ES6 rather than ES5</a></li> <li>AudioWorkletNode module loads <a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/pull/732">now uses a trusted URL</a>, with fallback for CDN browser includes.</li> </ul> <h2>Bug Fixes:</h2> <ul> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/pull/735">intermediate events for translation scenario targeting v2 endpoint are correctly handled</a></li> <li>The language property for <a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/pull/736">TranslationRecognitionEventArgs is now set for translation.hypothesis events</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/4d74a985134b3d0dca0595f5fbebf9a5fbc48289"><code>4d74a98</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/a8ecf1a7829d126a1d7bc22fa7646fac42327fb7"><code>a8ecf1a</code></a> remove all require usage in SDK to allow browser operation (<a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues/760">#760</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/99a0f861856b9de9d4a35e47ecd8678a6b527a40"><code>99a0f86</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/7144299d306aed4d7d42e7a21db18ffe4e7ec09f"><code>7144299</code></a> fix dialog service tests (<a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues/759">#759</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/f4fbff746d3d6852a4e8399b4b2c56c1fbed8bfd"><code>f4fbff7</code></a> update package version to 1.33.1 patch release.</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/a1aeda5ab87baeed9ddecb0bc6bb8ff582493964"><code>a1aeda5</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/f5cb400d425836dc2a12300680aab105a62d6ad4"><code>f5cb400</code></a> fix trailing space in comment on main file (<a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues/757">#757</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/1d9f0e7b50751cac472153ba1834236ea3289f49"><code>1d9f0e7</code></a> Merge branch 'master' of <a href="https://github.com/microsoft/cognitive-services-spee">https://github.com/microsoft/cognitive-services-spee</a>...</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/ddd6e0b923aefb9db262c552828ef38bc1c5de62"><code>ddd6e0b</code></a> changes to allow new install of node lib to work using ESM js output (<a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues/755">#755</a>)</li> <li><a href="https://github.com/microsoft/cognitive-services-speech-sdk-js/commit/ee95b6997f5db9298ee77e578deea72a88cb1a67"><code>ee95b69</code></a> fix race condition in stopRecognizing (<a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/issues/751">#751</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Microsoft/cognitive-services-speech-sdk-js/compare/v1.32.0...v1.33.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=microsoft-cognitiveservices-speech-sdk&package-manager=npm_and_yarn&previous-version=1.32.0&new-version=1.33.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…689) Bumps [Roslynator.Formatting.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <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.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">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.4&new-version=4.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Roslynator.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dotnet/roslynator/blob/main/ChangeLog.md">Roslynator.Analyzers's changelog</a>.</em></p> <blockquote> <h2>[4.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Roslynator.Analyzers&package-manager=nuget&previous-version=4.6.4&new-version=4.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web) from 2.15.5 to 2.16.0. <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> <h2>2.16.0</h2> <p>Leverage IdentityModel 7.x on all .NET core frameworks.</p> </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.16.0</h1> <ul> <li>Leverage IdentityModel 7.x on all .NET core frameworks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/39c4b1e4bd238075ec5ffa796d98acfe45c3c8ae"><code>39c4b1e</code></a> update id web template labels (<a href="https://github.com/AzureAD/microsoft-identity-web/issues/2607">#2607</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/6b08503b9943d326fd0e3f83561e74a26d19bef4"><code>6b08503</code></a> Fix asp.net core 3.1 (<a href="https://github.com/AzureAD/microsoft-identity-web/issues/2606">#2606</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/83efb3864a019b4790563d16ea9f702805f5c4a1"><code>83efb38</code></a> 2.16.0 changelog (<a href="https://github.com/AzureAD/microsoft-identity-web/issues/2602">#2602</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/9c7026581e8528af268aa85e8435b69e222280f5"><code>9c70265</code></a> Updating to Wilson7 (<a href="https://github.com/AzureAD/microsoft-identity-web/issues/2601">#2601</a>)</li> <li><a href="https://github.com/AzureAD/microsoft-identity-web/commit/67ef8b800a5b0efb07d373953b6d289bcb76158d"><code>67ef8b8</code></a> Playwright B2C E2E test automation (<a href="https://github.com/AzureAD/microsoft-identity-web/issues/2592">#2592</a>)</li> <li>See full diff in <a href="https://github.com/AzureAD/microsoft-identity-web/compare/2.15.5...2.16.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Web&package-manager=nuget&previous-version=2.15.5&new-version=2.16.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#686) Bumps [Roslynator.CodeAnalysis.Analyzers](https://github.com/dotnet/roslynator) from 4.6.4 to 4.7.0. <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.7.0] - 2023-12-03</h2> <h3>Added</h3> <ul> <li>Add analyzer "Dispose resource asynchronously" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>) (<a href="https://github.com/dotnet/roslynator/pull/1285">PR</a>)</li> <li>Add analyzer "Unnecessary raw string literal" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>) (<a href="https://github.com/dotnet/roslynator/pull/1293">PR</a>)</li> <li>Add analyzer "Invalid reference in a documentation comment" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>) (<a href="https://github.com/dotnet/roslynator/pull/1295">PR</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Improve refactoring "Remove comment" <a href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a> (<a href="https://github.com/dotnet/roslynator/pull/1284">PR</a>)</li> <li>Remove trailing dot from analyzer's title (<a href="https://github.com/dotnet/roslynator/pull/1298">PR</a>)</li> <li>Group code fix "Change accessibility to ..." (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> <li>[CLI] Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/pull/1307">PR</a>).</li> <li>Group refactoring "Remove members above/below'" (<a href="https://github.com/dotnet/roslynator/pull/1308">PR</a>)</li> <li>Rename analyzers (<a href="https://github.com/dotnet/roslynator/pull/1314">PR</a>) <ul> <li>"Add new line before embedded statement" -> "Put embedded statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li> <li>"Add new line before statement" -> "Put statement on its own line" (<a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li> </ul> </li> <li>Group refactoring "Wrap in ..." (<a href="https://github.com/dotnet/roslynator/pull/1317">PR</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1124">RCS1124</a> (<a href="https://github.com/dotnet/roslynator/pull/1279">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0058">RCS0058</a> (<a href="https://github.com/dotnet/roslynator/pull/1281">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1163">RCS1163</a> (<a href="https://github.com/dotnet/roslynator/pull/1280">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203">RCS1203</a> (<a href="https://github.com/dotnet/roslynator/pull/1282">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1046">RCS1046</a> (<a href="https://github.com/dotnet/roslynator/pull/1283">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1158">RCS1158</a> (<a href="https://github.com/dotnet/roslynator/pull/1288">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1032">RCS1032</a> (<a href="https://github.com/dotnet/roslynator/pull/1289">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1176">RCS1176</a> (<a href="https://github.com/dotnet/roslynator/pull/1291">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1197">RCS1197</a> (<a href="https://github.com/dotnet/roslynator/pull/1166">PR</a>)</li> <li>Fix analyzer <a href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1093">RCS1093</a> (<a href="https://github.com/dotnet/roslynator/pull/1296">PR</a>)</li> <li>[Testing] Detect nested code actions (<a href="https://github.com/dotnet/roslynator/pull/1305">PR</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dotnet/roslynator/commit/e4e5aad7290f077a950814aa686d506fb23677d9"><code>e4e5aad</code></a> Release 4.7.0 (<a href="https://github.com/dotnet/roslynator/issues/1312">#1312</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e213afabe1f2139c2994cf240b7b27953abdf5d3"><code>e213afa</code></a> Optimizations related to directives (<a href="https://github.com/dotnet/roslynator/issues/1318">#1318</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/eb5e546232361d161817cf452194c7c53c757a15"><code>eb5e546</code></a> Group refactorings 'Wrap in ...' (<a href="https://github.com/dotnet/roslynator/issues/1317">#1317</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/4f816f1a54be1cb860d742cc657e1eb6130d744b"><code>4f816f1</code></a> Rename analyzers RCS0030, RCS0033 (<a href="https://github.com/dotnet/roslynator/issues/1314">#1314</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/3b1557803d6371178a82d9f50572617c7729927b"><code>3b15578</code></a> Always normalize project/solution path (<a href="https://github.com/dotnet/roslynator/issues/1313">#1313</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/d61ee1b7db67ee180f29800e88df5acf7753d36d"><code>d61ee1b</code></a> Update version in nuspec (<a href="https://github.com/dotnet/roslynator/issues/1311">#1311</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/cca3a0dbe495469cd9b4ab8b3fc793fc8964e442"><code>cca3a0d</code></a> Fix nuget 'cycle detected' (<a href="https://github.com/dotnet/roslynator/issues/1310">#1310</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/b785592ef1f290aa34f6c8f17e97fff6cff6c0cd"><code>b785592</code></a> Group refactoring 'Remove members above/below' (<a href="https://github.com/dotnet/roslynator/issues/1308">#1308</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/5886494bdb6c554700c0122091169b5c582aa383"><code>5886494</code></a> Bump Roslyn to 4.8.0 (<a href="https://github.com/dotnet/roslynator/issues/1307">#1307</a>)</li> <li><a href="https://github.com/dotnet/roslynator/commit/e4062cf6958163fc19040cfc3079db93dfc1e7cd"><code>e4062cf</code></a> Group code actions 'Change accessibility to' (<a href="https://github.com/dotnet/roslynator/issues/1305">#1305</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/roslynator/compare/v4.6.4...v4.7.0">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.4&new-version=4.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#696) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.11.0 to 6.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v6.13.2</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2">6.13.2</a> (2023-12-04)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/typescript-eslint</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.13.1</h2> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <h3>Bug Fixes</h3> <ul> <li>default to parse all JSDoc and provide options to configure it (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7999">#7999</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/779e13ec86f92b94a96ecdf81cbc36120a132ff6">779e13e</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.13.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <h3><em>Note for eslint plugin authors and other API consumers</em></h3> <p>TypeScript v5.3 shipped with a type change that was incompatible with our types. This change has been fixed and will be released in v5.3.3. Until that time you can work around this error using <a href="https://www.typescriptlang.org/tsconfig#skipLibCheck"><code>skipLibCheck</code></a>.</p> <h3>Bug Fixes</h3> <ul> <li><strong>typescript-estree:</strong> ensure backwards compat with pre-5.3 import attributes (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7967">#7967</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/810fc8c9a18cb55af144d8945fdf38d841c9d486">810fc8c</a>)</li> </ul> <h3>Features</h3> <ul> <li>support TS 5.3 (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7968">#7968</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/fb50638650d35fbd39f2b19446fa54c864bfc2ef">fb50638</a>)</li> <li><strong>typescript-estree:</strong> pass jsDocParsingMode everywhere (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7997">#7997</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d2a3446518c4da303a569830bb83bf166742535">3d2a344</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v6.12.0</h2> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> <li><strong>utils:</strong> add missing fields to flat config types (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7933">#7933</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/533861aeadd5b4bfcbe7167de7af71e4223cc9de">533861a</a>)</li> <li><strong>utils:</strong> allow string processor in flat config (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/024ed9ed1222280d8010393d2abf810faea283b9">024ed9e</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.1...v6.13.2">6.13.2</a> (2023-12-04)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.13.0...v6.13.1">6.13.1</a> (2023-11-28)</h2> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.12.0...v6.13.0">6.13.0</a> (2023-11-27)</h1> <p><strong>Note:</strong> Version bump only for package <code>@typescript-eslint/eslint-plugin</code></p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h1><a href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.11.0...v6.12.0">6.12.0</a> (2023-11-20)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [class-methods-use-this] detect a problematic case for private/protected members if <code>ignoreClassesThatImplementAnInterface</code> is set (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7705">#7705</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85">155aa1f</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] fix false positive with computed member access and branded key type (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7706">#7706</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/f151b26d2178a617e82ad6a0279e3145e303f4f8">f151b26</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] enum members with new line or single quotes are not being fixed correctly (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7806">#7806</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/a034d0a3856aa07bd2d52b557fa33c7a88e9e511">a034d0a</a>), closes <a href="https://github.com/typescript-eslint/typescript-eslint/issues/7768">#7768</a></li> </ul> <h3>Features</h3> <ul> <li>[member-ordering] add accessor support for member-ordering (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7927">#7927</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/3c8312d1e135dc65fa41f629993cd03ed82e3255">3c8312d</a>)</li> <li><strong>eslint-plugin:</strong> [switch-exhaustiveness-check] add requireDefaultForNonUnion option (<a href="https://github.com/typescript-eslint/typescript-eslint/issues/7880">#7880</a>) (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679">4cfcd45</a>)</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cc2c6d3a4a515f7ccc23f10421a8db9c88345876"><code>cc2c6d3</code></a> chore: publish v6.13.2</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/37f34f4eb47940762769f6fdcd1902f52870cf81"><code>37f34f4</code></a> docs: add 'When Not To Use It' or an intentional omission notice on all rules...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/96abf181410b7685dfdb0eb8313c43d1675881e2"><code>96abf18</code></a> chore: finish enabling no-unnecessary-condition internally (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/8004">#8004</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4dae083ed3fbf891405ddf63f1c71c9a2726541f"><code>4dae083</code></a> chore: prefix all nx package scripts with npx (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7988">#7988</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/14f3ff0340226e8f4ce13c86a464b505e5488e12"><code>14f3ff0</code></a> chore: publish v6.13.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/39c437ab9e34513bf04378cd8c97daf739519a6e"><code>39c437a</code></a> chore: publish v6.13.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9093e95f2baa0d81c589db99d4730f59e80a4c38"><code>9093e95</code></a> chore: publish v6.12.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2e535b8484200b0a5d60ce6df2d8c9aa70e11053"><code>2e535b8</code></a> chore(deps): update dependency prettier to v3.1.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7938">#7938</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/4cfcd451efb2563130896e42b45252909932c679"><code>4cfcd45</code></a> feat(eslint-plugin): [switch-exhaustiveness-check] add requireDefaultForNonUn...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/155aa1f533d1fe23da3c66f9832343faf4866d85"><code>155aa1f</code></a> fix(eslint-plugin): [class-methods-use-this] detect a problematic case for pr...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.13.2/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.11.0&new-version=6.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Desmond Howard <[email protected]>
) ### Motivation and Context 1. Why is this change required? Update docker configuration from SemanticMemory__ to KernelMemory_ 2. What problem does it solve? Update docker configuration from SemanticMemory__ to KernelMemory_ 3. What scenario does it contribute to? Update docker configuration from SemanticMemory__ to KernelMemory_ 4. If it fixes an open issue, please link to the issue here. ### Description Update docker configuration from SemanticMemory__ to KernelMemory_ ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
### Motivation and Context The verify access to a chat, we use HandleRequest() with the chatId provided. Currently, we get this from the payload, which can differ from the chatId from the URL, which opens us to a security problem where a user could inject an arbitrary chatId in the payload, which doesn't match what's in the URL. ### Description - Use chatId from URL and only from URL - Add integrations test to validate this ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
### Motivation and Context Current icon doesn't use transparency. That's not very pretty. ### Description Replace icon with one that uses transparency. ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.41 to 18.2.43. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.41&new-version=18.2.43)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
### Motivation and Context <!-- Thank you for your contribution to the chat-copilot repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Model hasn't been generating JSON consistently for memory extraction. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Set the response format to JSON to force the model to output valid json for memory extraction. ### 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 😄
github-actions
bot
added
documentation
Improvements or additions to documentation
webapi
github actions
deployment
webapp
dependencies
labels
Oct 24, 2024
pull
bot
removed
documentation
Improvements or additions to documentation
webapi
github actions
deployment
webapp
dependencies
labels
Oct 25, 2024
### 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. --> When the application initially starts without any chat sessions in the database, the app will attempt to create a new one. Currently, the app will attempt multiple times without waiting for the initial attempt to finish. This PR fixes the issue by introducing an intermediate state. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
github-actions
bot
added
documentation
Improvements or additions to documentation
webapi
github actions
deployment
webapp
dependencies
labels
Oct 31, 2024
### 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 useEffect hook in the App component is causing an infinite rendering loop. Remove the dependencies that are causing the loop. ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [Contribution Guidelines](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/chat-copilot/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
* Fix typos * Fix configuration docs, e.g. use correct section names * Fix code style
Upgrade all dependencies, except for SK and KM. Apply also security upgrades to frontend. Fix scripts and documentation still pointing to .NET 7.
* Upgrade Semantic Kernel * Upgrade Kernel Memory * Fix Github plugin * Handle OpenAI plugins deprecation * Cleanup code, refactoring, code style
pull
bot
removed
documentation
Improvements or additions to documentation
webapi
github actions
deployment
webapp
dependencies
labels
Nov 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )