Skip to content

Commit

Permalink
Bump test_api from 0.7.0 to 0.7.1 in /analyze (#3639)
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.7.0 to 0.7.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.7.1</h2>
<ul>
<li>Added <a href="https://pub.dev/documentation/meta/latest/meta/doNotSubmit-constant.html"><code>@doNotSubmit</code></a> to <code>test(solo: ...)</code> and <code>group(solo: ...)</code>. In
practice, this means that code that was relying on ignoring deprecation
warnings and using <code>solo</code> or <code>group</code> with a <code>skip</code> parameter will now fail if
<code>dart analyze --fatal-infos</code> (or similar) is enabled.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/test/commit/14d820f079b55428b472bda36ceb17af87588229"><code>14d820f</code></a> Prepare to publish (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2207">#2207</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/2b1ed13ea25c0dfcf112af676533e1daf906a3f0"><code>2b1ed13</code></a> Add <code>@Donotsubmit</code> to <code>(test|group) solo:</code>... (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2206">#2206</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/b1a34a98655ff4ecea310251c068ada7fef8b5d7"><code>b1a34a9</code></a> support enabling experiments when using the dart2wasm compiler (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2203">#2203</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/6a4e75a6283b1366ea21067f9ced0b6c87745d4a"><code>6a4e75a</code></a> Update the documentation for the <code>skip</code> parameter in the <code>test</code> (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2102">#2102</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/ba64bbbaa26f09e139c26f9ad6409995806aac6e"><code>ba64bbb</code></a> Let the IsolateChannel close the ReceivePort (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2196">#2196</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/7724aabe8cd40b376573330f5227a6ec0a47f28e"><code>7724aab</code></a> Add failure only reporter (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2190">#2190</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/26953ba46d9e56dd4195c5678ada16a2005ec2a7"><code>26953ba</code></a> Update README.md, remove link to Stream Matchers (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2187">#2187</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/6700049d5de97906d033f4271f67f7599090bf4e"><code>6700049</code></a> Prepare to publish package:checks (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2178">#2178</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/a5c4f010368d64563dd3d0b31bab5162d6a7caec"><code>a5c4f01</code></a> Use a raw string for console logging with path (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2177">#2177</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/fe3102eeb9b528083f2ce7405c78da24ae6fd0da"><code>fe3102e</code></a> Bump js from 0.6.7 to 0.7.0 in /pkgs/test (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2168">#2168</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test_api-v0.7.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.7.0&new-version=0.7.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 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>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent ae59761 commit 5bd9ae4
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.4
test_api: 0.7.0
test_api: 0.7.1

0 comments on commit 5bd9ae4

Please sign in to comment.