Skip to content

Commit

Permalink
Bump test from 1.24.4 to 1.24.5 in /auto_submit (#2967)
Browse files Browse the repository at this point in the history
��  **Dependabot is rebasing this PR** �� 

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.

---

Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.24.4 to 1.24.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dart-lang/test/releases">test's releases</a>.</em></p>
<blockquote>
<h2>package:test v1.24.5</h2>
<ul>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/test/commit/9e124e9fbb3bfc998aa6b3bbd72c1f60040bd2a7"><code>9e124e9</code></a> Prepare to publish (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2069">#2069</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/92eb0f7c3df8f3f089eb3962b46d55b00cf0e51c"><code>92eb0f7</code></a> Allow frame to send the message port (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2068">#2068</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/7f81deeac294a1120917aeaa35d5b670146c4529"><code>7f81dee</code></a> Drop the Condition abstraction (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1956">#1956</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/37e54e320b7e8a4e99da3bfe27c9866593c90fa8"><code>37e54e3</code></a> Handle initial message entirely within conditional (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2067">#2067</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/e76bffe81700e7c78a310dd82da26281831d8833"><code>e76bffe</code></a> Expand dom interop to cover more uses (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2066">#2066</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/8bc188f70c6de2ed21dc0aab1e7e4ef375d73757"><code>8bc188f</code></a> docs: Fix grammar and typos in Checks readme (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2058">#2058</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/a92b5bb3ffea95ad1d1f77f6d5a07c3ef4ee2139"><code>a92b5bb</code></a> Remove &quot;compiling&quot; messages (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2063">#2063</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/4e02303580fc91b64177e42c455ae9e4f2b171cd"><code>4e02303</code></a> More loosely handle error message from SDK (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2064">#2064</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/3429712b44b9c6222437312601044c44dc6f5e4e"><code>3429712</code></a> Drop usage of window.testRunner (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2059">#2059</a>)</li>
<li>See full diff in <a href="https://github.com/dart-lang/test/commits/test-v1.24.5/pkgs">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=test&package-manager=pub&previous-version=1.24.4&new-version=1.24.5)](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 Jul 31, 2023
1 parent b49fdf0 commit b46a831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_submit/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dev_dependencies:
json_serializable: 6.7.1
flutter_lints: 2.0.2
mockito: 5.4.2
test: 1.24.4
test: 1.24.5

builders:
json_serializable: 3.3.0

0 comments on commit b46a831

Please sign in to comment.