Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from microsoft:main #4

Merged
merged 10 commits into from
Dec 8, 2023
Merged

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 4, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

#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 😄
dependabot bot added 6 commits December 4, 2023 18:07
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://redirect.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> -&gt; <code>--rule</code> (<a
href="https://redirect.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 &quot;Open in Playground&quot; buttons for removed rules
(<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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> -&gt; <code>--rule</code> (<a
href="https://redirect.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://redirect.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://redirect.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 &quot;Open in Playground&quot; buttons for removed rules
(<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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> -&gt; <code>--rule</code> (<a
href="https://redirect.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://redirect.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://redirect.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 &quot;Open in Playground&quot; buttons for removed rules
(<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 &quot;Dispose resource asynchronously&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li>
<li>Add analyzer &quot;Unnecessary raw string literal&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li>
<li>Add analyzer &quot;Invalid reference in a documentation
comment&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve refactoring &quot;Remove comment&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li>
<li>Remove trailing dot from analyzer's title (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li>
<li>Group code fix &quot;Change accessibility to ...&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li>
<li>[CLI] Bump Roslyn to 4.8.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li>
<li>Group refactoring &quot;Remove members above/below'&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li>
<li>Rename analyzers (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>)
<ul>
<li>&quot;Add new line before embedded statement&quot; -&gt; &quot;Put
embedded statement on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li>
<li>&quot;Add new line before statement&quot; -&gt; &quot;Put statement
on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li>
</ul>
</li>
<li>Group refactoring &quot;Wrap in ...&quot; (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li>
<li>[Testing] Detect nested code actions (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 &quot;Dispose resource asynchronously&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li>
<li>Add analyzer &quot;Unnecessary raw string literal&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li>
<li>Add analyzer &quot;Invalid reference in a documentation
comment&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve refactoring &quot;Remove comment&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li>
<li>Remove trailing dot from analyzer's title (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li>
<li>Group code fix &quot;Change accessibility to ...&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li>
<li>[CLI] Bump Roslyn to 4.8.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li>
<li>Group refactoring &quot;Remove members above/below'&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li>
<li>Rename analyzers (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>)
<ul>
<li>&quot;Add new line before embedded statement&quot; -&gt; &quot;Put
embedded statement on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li>
<li>&quot;Add new line before statement&quot; -&gt; &quot;Put statement
on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li>
</ul>
</li>
<li>Group refactoring &quot;Wrap in ...&quot; (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li>
<li>[Testing] Detect nested code actions (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>
dependabot bot added 2 commits December 4, 2023 18:08
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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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 &quot;Dispose resource asynchronously&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1261">RCS1261</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1285">PR</a>)</li>
<li>Add analyzer &quot;Unnecessary raw string literal&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1262">RCS1262</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1293">PR</a>)</li>
<li>Add analyzer &quot;Invalid reference in a documentation
comment&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1263">RCS1263</a>)
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1295">PR</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Improve refactoring &quot;Remove comment&quot; <a
href="https://josefpihrt.github.io/docs/roslynator/refactorings/RR0098">RR0098</a>
(<a
href="https://redirect.github.com/dotnet/roslynator/pull/1284">PR</a>)</li>
<li>Remove trailing dot from analyzer's title (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1298">PR</a>)</li>
<li>Group code fix &quot;Change accessibility to ...&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1305">PR</a>)</li>
<li>[CLI] Bump Roslyn to 4.8.0 (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1307">PR</a>).</li>
<li>Group refactoring &quot;Remove members above/below'&quot; (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1308">PR</a>)</li>
<li>Rename analyzers (<a
href="https://redirect.github.com/dotnet/roslynator/pull/1314">PR</a>)
<ul>
<li>&quot;Add new line before embedded statement&quot; -&gt; &quot;Put
embedded statement on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0030">RCS0030</a>)</li>
<li>&quot;Add new line before statement&quot; -&gt; &quot;Put statement
on its own line&quot; (<a
href="https://josefpihrt.github.io/docs/roslynator/analyzers/RCS0033">RCS0033</a>)</li>
</ul>
</li>
<li>Group refactoring &quot;Wrap in ...&quot; (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.github.com/dotnet/roslynator/pull/1296">PR</a>)</li>
<li>[Testing] Detect nested code actions (<a
href="https://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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>
@github-actions github-actions bot added the webapi label Dec 4, 2023
#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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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://redirect.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]>
@jlubken jlubken merged commit 583f2c3 into pennsignals:main Dec 8, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants