Skip to content

Commit 053213e

Browse files
Bump test from 1.26.0 to 1.26.3 in /auto_submit (#4812)
Bumps [test](https://github.com/dart-lang/test/tree/master/pkgs) from 1.26.0 to 1.26.3. <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.3</h2> <ul> <li>Expand pub constraint to allow the latest <code>analyzer</code>.</li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/test/commit/c201cc98cc969c3632b2b0b4eee469330fc3ed9b"><code>c201cc9</code></a> Expand Analyzer constraints to allow 8.x (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2518">#2518</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/2be5ca067bdf09e999be2ad760ab8efab854e789"><code>2be5ca0</code></a> prep to publish package:checks 0.3.1 (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2513">#2513</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/8e703e28f772257776745fa482ea4077c0ba074c"><code>8e703e2</code></a> Update README.md to clarify this is an experiment (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2512">#2512</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/0793a2b3262ac900558c49c76e9bbe4f29f91ea4"><code>0793a2b</code></a> Add isSorted and related matchers (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2490">#2490</a>)</li> <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>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test-v1.26.3/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.26.0&new-version=1.26.3)](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 5f908d1 commit 053213e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto_submit/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dev_dependencies:
4343
dart_flutter_team_lints: 3.5.2
4444
json_serializable: ^6.9.4
4545
mockito: ^5.4.6
46-
test: 1.26.0
46+
test: 1.26.3
4747

4848
builders:
4949
json_serializable: 3.3.0

0 commit comments

Comments
 (0)