Skip to content

Commit

Permalink
Bump test_api from 0.5.2 to 0.6.1 in /analyze (#2901)
Browse files Browse the repository at this point in the history
Bumps [test_api](https://github.com/dart-lang/test/tree/master/pkgs) from 0.5.2 to 0.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/test/releases">test_api's releases</a>.</em></p>
<blockquote>
<h2>package:test_api v0.6.1</h2>
<ul>
<li>Drop support for null unsafe Dart, bump SDK constraint to <code>3.0.0</code>.</li>
<li>Make some implementation classes <code>final</code>. These classes were never intended to
be extended or implemented. <code>Metadata</code>, <code>PlatformSelector</code>, <code>RemoteListener</code>,
<code>Runtime</code>, <code>StackTraceFormatter</code>, <code>SuitePlatform</code>, <code>RemoteException</code>,
<code>TestHandle</code>, <code>OutstandingWork</code>, <code>OutsideTestException</code>, <code>OnPlatform</code>,
<code>Retry</code>, <code>Skip</code>, <code>Tags</code>, <code>TestOn</code>, <code>Timeout</code>.</li>
<li>Mark an implementation class <code>interface</code>: <code>StackTraceMapper</code>.</li>
<li>Change the <code>Compiler</code> class into an <code>enum</code>.</li>
<li>Make <code>Fake</code> a <code>mixin class</code>.</li>
<li>Allow the latest analyzer (6.x.x).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/test/commit/021667a403e560f19f6d91043fee5dc723b381fd"><code>021667a</code></a> prep to release (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2048">#2048</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/3d44fcae753e906bb4efa3040d8a6046ddec606e"><code>3d44fca</code></a> feat(test): add MOZ_AUTOMATION=1 to ff test runner (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2049">#2049</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/6e675f80012b864f56fff068dec5049f42cbeb9a"><code>6e675f8</code></a> Replace broken link to observatory with DevTools mention (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2047">#2047</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/2904779be8b41df45603be57534b8ac2b1a5b4c6"><code>2904779</code></a> feat(runner): add env overrides for safari and ff (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2042">#2042</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/54350282024d4eebba3b5b8007fc7693107ef0f4"><code>5435028</code></a> Update link from old linter site to dart.dev (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2046">#2046</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/8c4b15d1e886324a9254bb7c01845135ff7461bf"><code>8c4b15d</code></a> allow the latest analyzer (6.x.x) (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2045">#2045</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/cdc8178b885e80930d5141ff48daae3af5525ba7"><code>cdc8178</code></a> Ignore a false positive for unreachable_from_main (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2041">#2041</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/3d5afedce6fe9643cafbeb89af45ebe9754233c2"><code>3d5afed</code></a> Fix root suite comparison on Windows (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2038">#2038</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/02fcb0960ece33fc2124e1abefc002e027354551"><code>02fcb09</code></a> Minor cleanup in json_reporter_utils (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2039">#2039</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/aaf1eb16446cc396124d2525a77fffc2c2f06557"><code>aaf1eb1</code></a> Add subsections to readme (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2035">#2035</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test_api-v0.6.1/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=test_api&package-manager=pub&previous-version=0.5.2&new-version=0.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

---

<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 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>
  • Loading branch information
dependabot[bot] authored Jun 29, 2023
1 parent f20b88f commit 631a5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:

dev_dependencies:
mockito: 5.4.2
test_api: 0.5.2
test_api: 0.6.1

0 comments on commit 631a5ac

Please sign in to comment.