-
Notifications
You must be signed in to change notification settings - Fork 129
Commit ec2a4fe
authored
Bump test_reflective_loader from 0.2.3 to 0.4.0 (#4111)
Bumps
[test_reflective_loader](https://github.com/dart-lang/tools/tree/main/pkgs)
from 0.2.3 to 0.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dart-lang/tools/releases">test_reflective_loader's
releases</a>.</em></p>
<blockquote>
<h2>package:test_reflective_loader v0.4.0</h2>
<ul>
<li>Add support for one-time set up and teardown in test classes via
static <code>setUpClass</code> and <code>tearDownClass</code>
methods</li>
</ul>
<h2>package:test_reflective_loader v0.3.0</h2>
<ul>
<li>Require Dart <code>^3.5.0</code>.</li>
<li>Update to <code>package:test</code> 1.26.1.</li>
<li>Pass locations of groups/tests to <code>package:test</code> to
improve locations reported
in the JSON reporter that may be used for navigation in IDEs.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dart-lang/tools/commit/ecd7dd523c8a5761f337eedce8878b092996a75c"><code>ecd7dd5</code></a>
refactor the media types golden table (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2168">#2168</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/6c1eb214e09f3703255b563f9effbbb2e6989f6b"><code>6c1eb21</code></a>
add support for <code>setUpClass</code> and <code>tearDownClass</code>
(<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2164">#2164</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/042b03e8284032088f851172ab7b2aed06da1d72"><code>042b03e</code></a>
rev package:pool in prep for publishing (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2166">#2166</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/6cb8f0f783af879372b87eaf871ff3f03d91ca8c"><code>6cb8f0f</code></a>
Update README.md (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2161">#2161</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/319be98ae558cb218816f0c2aca798dcd6ee8370"><code>319be98</code></a>
code_builder: update deps, prepare release (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2160">#2160</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/24707e094cd761178eb76e725ce17f51e22fd442"><code>24707e0</code></a>
List directory failure (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2151">#2151</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/53a9f8322c199f08c2a0722651a6c186c37b3b15"><code>53a9f83</code></a>
Windows DirectoryWatcher buffer exhaustion recovery workaround. (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2149">#2149</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/1195125e8f6e21a8c96f9f22c64d64b5e04cb8b6"><code>1195125</code></a>
Consistent blank after => members in class-likes (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2146">#2146</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/5e977d6f0698a220279a50538c89a440d56b0c44"><code>5e977d6</code></a>
Fix mixtures of parentheses and spaces in windows command paths (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2138">#2138</a>)</li>
<li><a
href="https://github.com/dart-lang/tools/commit/607340ca7cffa2da59db9ec88f488654a5d0db0d"><code>607340c</code></a>
disable failing test (<a
href="https://github.com/dart-lang/tools/tree/main/pkgs/issues/2136">#2136</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dart-lang/tools/commits/test_reflective_loader-v0.4.0/pkgs">compare
view</a></li>
</ul>
</details>
<br />
[](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 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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 2ec3e4e commit ec2a4feCopy full SHA for ec2a4fe
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedCollapse file: pubspec.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
0 commit comments