Skip to content

Commit a477c7c

Browse files
Bump test from 1.25.15 to 1.26.2 in /cipd_packages/device_doctor (#4745)
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.25.15 to 1.26.2. <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.26.1</h2> <ul> <li>Set a debug name for test isolates.</li> <li>Fix an assertion failure when using <code>setUpAll</code> or <code>tearDownAll</code> and running with asserts enabled.</li> </ul> <h2>package:test v1.26.0</h2> <ul> <li><code>test()</code> and <code>group()</code> functions now take an optional <code>TestLocation</code> that will be used as the location of the test in JSON reporters instead of being parsed from the call stack.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/test/commit/42a6d333d96b4b0964d356b9a29ca47ccdb43691"><code>42a6d33</code></a> [native assets] Graduate to preview (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2501">#2501</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/5ffcb36fd6c82843f25ed96585a4b9e96022e7f9"><code>5ffcb36</code></a> Fix an issue with failed assertions using setUpAll/tearDownAll (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2499">#2499</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/a1e295b4f657f4e37dc976cf45fd325e992a1bc5"><code>a1e295b</code></a> Fix CI</li> <li><a href="https://github.com/dart-lang/test/commit/3c3878afe773a4a3d654da0900394e189ee0df55"><code>3c3878a</code></a> Include the test URI in the debug name</li> <li><a href="https://github.com/dart-lang/test/commit/90e64ec2887ed07e220793ab916d91fca05a6241"><code>90e64ec</code></a> Bump version</li> <li><a href="https://github.com/dart-lang/test/commit/d67c897bc3de1ccea525eff1bb6324383bd9b250"><code>d67c897</code></a> Merge branch 'master' into isolate_debug_name</li> <li><a href="https://github.com/dart-lang/test/commit/e6d4877e4143715d79e8756d9234da1fe22a652d"><code>e6d4877</code></a> release test packages (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2495">#2495</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/7800c010596333f508a841d1b384ecc28501cfc3"><code>7800c01</code></a> fmt</li> <li><a href="https://github.com/dart-lang/test/commit/455483b5fd8cd44200a7df073affa0539017339d"><code>455483b</code></a> changelog</li> <li><a href="https://github.com/dart-lang/test/commit/c9b5b6fa021f6040ab04c88e223eb8f5354f99a0"><code>c9b5b6f</code></a> fmt</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test-v1.26.2/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.25.15&new-version=1.26.2)](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>
1 parent 2b114c7 commit a477c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cipd_packages/device_doctor/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ dev_dependencies:
2020
build_runner: 2.4.13
2121
fake_async: 1.3.3
2222
mockito: 5.4.4
23-
test: 1.25.15
23+
test: 1.26.2

0 commit comments

Comments
 (0)