Bump analyzer_testing from 0.3.4 to 0.4.1 (#4282) Bumps [analyzer_testing](https://github.com/dart-lang/sdk/tree/main/pkg) from 0.3.4 to 0.4.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/sdk/commit/58c337d7751173a236c2821aaccb404ab0b17207"><code>58c337d</code></a> Fix scheduled_test after corelib broke it.</li> <li><a href="https://github.com/dart-lang/sdk/commit/25619b3922e01b462a8106b6e9551ea7e3d4d4a5"><code>25619b3</code></a> Fix deprecated StringBuffer usages in Intl</li> <li><a href="https://github.com/dart-lang/sdk/commit/e84340b7b6a7e38052f63aa8ad0b425856b4ac34"><code>e84340b</code></a> Fixed two doc comments in pathos.</li> <li><a href="https://github.com/dart-lang/sdk/commit/d91bca281355c6f23ee1864cfb144f959dca4335"><code>d91bca2</code></a> Add List.asMap().</li> <li><a href="https://github.com/dart-lang/sdk/commit/f4300b84a25f8660e6c925406465f61c60cfccdd"><code>f4300b8</code></a> Make List.from and Iterable.toList default to not growable.</li> <li><a href="https://github.com/dart-lang/sdk/commit/786a2463a655b980fa540ea02c8f2e8986d477aa"><code>786a246</code></a> There are features needed for unittest impl that don't make a lot of sense fo...</li> <li><a href="https://github.com/dart-lang/sdk/commit/b1f515c1ce9367a3809865e9d23f3e059d158161"><code>b1f515c</code></a> Fix build break with dart2js not liking conditional expressions in initialize...</li> <li><a href="https://github.com/dart-lang/sdk/commit/9b40e6b13ec743a98937a5b2b168a738ad0ba453"><code>9b40e6b</code></a> Fix issue with async callbacks that get called synchronously while running te...</li> <li><a href="https://github.com/dart-lang/sdk/commit/5a1ee934cb81347a39a3259a9e5442ffcf68cd79"><code>5a1ee93</code></a> pkg/unittest: Types, deprecations, docs</li> <li><a href="https://github.com/dart-lang/sdk/commit/d43f565f97e211b617674369185c7e4ebf032028"><code>d43f565</code></a> Don't use package: imports in logging until dartdoc/mirros support them.</li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/sdk/commits/0.4.1.0/pkg">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 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>
diff --git a/pubspec.yaml b/pubspec.yaml index e526629..58fa4af 100644 --- a/pubspec.yaml +++ b/pubspec.yaml
@@ -23,7 +23,7 @@ yaml: ^3.1.2 dev_dependencies: - analyzer_testing: ">=0.2.0 <0.4.0" + analyzer_testing: ">=0.2.0 <0.5.0" async: ^2.11.0 dart_style: ^3.0.0 lints: ">=5.0.0 <7.0.0"