Bump FlaUI.UIA3 from 4.0.0 to 5.0.0
dependencies.NET
Bumps [FlaUI.UIA3](https://github.com/FlaUI/FlaUI) from 4.0.0 to 5.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/FlaUI/FlaUI/releases">FlaUI.UIA3's releases</a>.</em></p>
<blockquote>
<h2>FlaUI v5.0.0</h2>
<h3>Breaking changes</h3>
<ul>
<li>Removed support for .NET Standard, .NET Core 3.1, .NET 5</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added support for .NET 8</li>
<li>Updated Dependencies</li>
<li>Add screenshot to testresult for XML report (thanks <a href="https://github.com/igorrecioh"><code>@igorrecioh</code></a>)</li>
<li>Add delay after pressing keyboard modifiers (thanks <a href="https://github.com/louislefevre"><code>@louislefevre</code></a>)</li>
<li>Added new flag to define usage of screenshots (thanks Igor Recio)</li>
<li>Added nullable annotations (thanks <a href="https://github.com/jonasdoerr"><code>@jonasdoerr</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fixed very large combo boxes (thanks <a href="https://github.com/tomersalem"><code>@tomersalem</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/FlaUI/FlaUI/blob/master/CHANGELOG.md">FlaUI.UIA3's changelog</a>.</em></p>
<blockquote>
<h2>5.0.0 (2024-12-08)</h2>
<h3>Breaking changes</h3>
<ul>
<li>Removed support for .NET Standard, .NET Core 3.1, .NET 5</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>Added support for .NET 8</li>
<li>Updated Dependencies</li>
<li>Add screenshot to testresult for XML report (thanks <a href="https://github.com/igorrecioh"><code>@igorrecioh</code></a>)</li>
<li>Add delay after pressing keyboard modifiers (thanks <a href="https://github.com/louislefevre"><code>@louislefevre</code></a>)</li>
<li>Added new flag to define usage of screenshots (thanks Igor Recio)</li>
<li>Added nullable annotations (thanks <a href="https://github.com/jonasdoerr"><code>@jonasdoerr</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fixed very large combo boxes (thanks <a href="https://github.com/tomersalem"><code>@tomersalem</code></a>)</li>
<li>Fix Mouse.Scroll not working in .NET 9 (thanks <a href="https://github.com/matthew-a-thomas"><code>@matthew-a-thomas</code></a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/FlaUI/FlaUI/commit/c5e7eb7af081e68534cb6b6890a38aa791ce4168"><code>c5e7eb7</code></a> Update README.md</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/599973ddeb4068598541592f32f4c399c39a0f7a"><code>599973d</code></a> Update CHANGELOG.md</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/3960628faf85f3432d4809f75c7e610a34bd12ac"><code>3960628</code></a> Fix <a href="https://redirect.github.com/FlaUI/FlaUI/issues/668">#668</a></li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/5f132ab07a351a4ddf2aca9fa30a38ebe1a74e7e"><code>5f132ab</code></a> Preparing new release</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/76db4eab8285e02984c5624fd7ae44a21221671d"><code>76db4ea</code></a> Improved some more nullables</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/258df546b185a4570fe2de3fb81d160ba84abbc3"><code>258df54</code></a> Support nullable annotations (<a href="https://redirect.github.com/FlaUI/FlaUI/issues/622">#622</a>)</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/5b52d992ff9eb22d34eccefeba1ccea38a9122e5"><code>5b52d99</code></a> Update ComboBox.cs</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/1dc9238573ae9e27e8ca4cf20a660b614431b58d"><code>1dc9238</code></a> Update ComboBox.cs</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/c4357f92eb13acc0ee7a1bd86e3c4ecbfc13a6d6"><code>c4357f9</code></a> Added new flag to define usage of screenshots</li>
<li><a href="https://github.com/FlaUI/FlaUI/commit/c1a2419a138e63a9e23b0e176d081fd2cdcf0d44"><code>c1a2419</code></a> Add delay after pressing keyboard modifiers</li>
<li>Additional commits viewable in <a href="https://github.com/FlaUI/FlaUI/compare/v4.0.0...v5.0.0">compare view</a></li>
</ul>
</details>
<br />
[](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>
合并状态:未合并 关闭于 2025-03-20 1 条评论