Skip to content

Commit

Permalink
build(deps): bump test from 1.22.0 to 1.22.1 (#134)
Browse files Browse the repository at this point in the history
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.22.0 to 1.22.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dart-lang/test/commit/09fb067979684dbd0918f664ec4d178975c84283"><code>09fb067</code></a> prep packages for publishing (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1814">#1814</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/c8ac4382075bfef8fb8534cdc413fde1679cce7f"><code>c8ac438</code></a> Prepare for Dart 3.0 api removals (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1812">#1812</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/73cd75404cea342cce06361d4e2fc1069f69122b"><code>73cd754</code></a> Record the working directory for VM platform (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1804">#1804</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/02d8764e36a8923ae4808078cd8ed75e61b3fe2b"><code>02d8764</code></a> Use Future for return type in runner <code>main()</code>. (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1809">#1809</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/3d6039b3075897adb184094ccc881c63a7479267"><code>3d6039b</code></a> Merge test selections by path (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1806">#1806</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/4dceb87cd7bb5995e43639a3e93c8fcbe303e228"><code>4dceb87</code></a> Ignore some usage of dperecated errors (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1807">#1807</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/f3d80a681c7b7a3edbfcb5be695646c94653730d"><code>f3d80a6</code></a> Fix missing label and reason after isNotNull (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1797">#1797</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/5b1f007504e2f4ff6f14a099946ee2692951df8c"><code>5b1f007</code></a> Use double quotes for test names on windows (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1802">#1802</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/b25dac9936c2ea9605b54a3418e0c956937da48f"><code>b25dac9</code></a> checks: finish async tests (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1793">#1793</a>)</li>
<li><a href="https://github.com/dart-lang/test/commit/d930d5b0dba5d4c66808a278fc8f37b5f0376650"><code>d930d5b</code></a> Add support for async soft checks (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/1789">#1789</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test-v1.22.1/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.22.0&new-version=1.22.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 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] committed Dec 12, 2022
1 parent 7319fd2 commit 07a73c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,21 +504,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.22.0"
version: "1.22.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.16"
version: "0.4.17"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.20"
version: "0.4.21"
timing:
dependency: transitive
description:
Expand Down

0 comments on commit 07a73c1

Please sign in to comment.