commit | da39b037a7e36f3fefde5a9650e24589785eb76a | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 19 08:16:22 2025 +0000 |
committer | GitHub <noreply@github.com> | Mon May 19 08:16:22 2025 +0000 |
tree | 7455de352addd43f53276bf276872fa63f35a7df | |
parent | 923b3b27aeb06ce6ba38b4b59afc7c122104bfe7 [diff] |
Bump test_api from 0.7.4 to 0.7.5 in /licenses (#4698) Bumps [test_api](https://github.com/dart-lang/test/tree/master/pkgs) from 0.7.4 to 0.7.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/test/releases">test_api's releases</a>.</em></p> <blockquote> <h2>package:test_api v0.7.5</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/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/55d1f9ed414bc01b0ffefa64644aa7756142db58"><code>55d1f9e</code></a> Fix typos in json_reporter documentation (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2493">#2493</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/935b8b04f72ed902b66fd869447cd05bdbd94e6a"><code>935b8b0</code></a> Allow specifying an explicit location for test/groups (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2481">#2481</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/3ac991fa5ea406474e4d8d6c823fc078a6c6c6b4"><code>3ac991f</code></a> Fix typos in README (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2487">#2487</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/ab850972b384a9ed1cf8f74c73d4475d0a5b982a"><code>ab85097</code></a> [native assets] Add support for pub workspaces</li> <li><a href="https://github.com/dart-lang/test/commit/9f9fd77d4709e70bf9ec2a55853092256ace98d4"><code>9f9fd77</code></a> Migrate host.dart to new JS interop (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2448">#2448</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/8643fbf375330cd1099cdc7434306532b4bcaaf1"><code>8643fbf</code></a> Migrate from deprecated <code>dart:js</code>, <code>dart:js_util</code>, <code>package:js_util</code> to `dart...</li> <li><a href="https://github.com/dart-lang/test/commit/31a2d64c2473e1b70e0e55ed3fae353910bfe3f3"><code>31a2d64</code></a> Sort reporter options (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2475">#2475</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/9e349d0e9f6c477584ea320f7ba2f49f761d84ac"><code>9e349d0</code></a> Suggest using <code>dart pub add dev:checks</code> (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2467">#2467</a>)</li> <li><a href="https://github.com/dart-lang/test/commit/a833663e56b6182f8372180f5c95d1c01b531150"><code>a833663</code></a> [test] ignore deprecated pkg:js (for now) (<a href="https://github.com/dart-lang/test/tree/master/pkgs/issues/2458">#2458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/test/commits/test_api-v0.7.5/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`. --- <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>
diff --git a/licenses/pubspec.yaml b/licenses/pubspec.yaml index 4ce0d3e..7a72984 100644 --- a/licenses/pubspec.yaml +++ b/licenses/pubspec.yaml
@@ -10,4 +10,4 @@ dev_dependencies: mockito: ^5.4.6 - test_api: 0.7.4 + test_api: 0.7.5