| commit | ba99b62b5d7aba2a50609a44eade3668326d416c | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Aug 12 08:20:23 2024 +0000 |
| committer | GitHub <noreply@github.com> | Mon Aug 12 08:20:23 2024 +0000 |
| tree | 5a55e275b3dcb38ea716de4055814650c238b364 | |
| parent | b8ac541a1b20c14c2f4afcfcf194c82928763c5b [diff] |
Bump build_runner from 2.4.11 to 2.4.12 in /cipd_packages/device_doctor (#3859) Bumps [build_runner](https://github.com/dart-lang/build) from 2.4.11 to 2.4.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/build/releases">build_runner's releases</a>.</em></p> <blockquote> <h2>package:build_runner v2.4.12</h2> <ul> <li>Bump the min sdk to 3.5.0-259.0.dev.</li> <li>Fix watch mode for workspace repos.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/build/commit/cb92b0108ca232d33fae37cca062bb05013ccce4"><code>cb92b01</code></a> release build_runner and build_runner_core (<a href="https://redirect.github.com/dart-lang/build/issues/3728">#3728</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/f038c9c9d7f7278d88c2d8c3937507a4e79166e3"><code>f038c9c</code></a> allow 3.6.x sdks (<a href="https://redirect.github.com/dart-lang/build/issues/3724">#3724</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/23b0f469db771630f8503db518ae4e8c9a351190"><code>23b0f46</code></a> Bump actions/stale from 8.0.0 to 9.0.0 (<a href="https://redirect.github.com/dart-lang/build/issues/3633">#3633</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/b34704d083a5351dd9cef911eec7722bce3d5feb"><code>b34704d</code></a> build_daemon: drop pkg:uuid dev_dep (<a href="https://redirect.github.com/dart-lang/build/issues/3722">#3722</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/b3d3ef1c6981c92d5f513d31240aa2e340f19cd3"><code>b3d3ef1</code></a> [WIP] Use workspaces (<a href="https://redirect.github.com/dart-lang/build/issues/3717">#3717</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/9e6af3ba877432900168310caf2c6fa31480333b"><code>9e6af3b</code></a> fix deprecation warnings (<a href="https://redirect.github.com/dart-lang/build/issues/3720">#3720</a>)</li> <li><a href="https://github.com/dart-lang/build/commit/f908080b0f9888843175904fadd37aee3cce70f3"><code>f908080</code></a> Require analyzer 6.7.0, use FileSource. (<a href="https://redirect.github.com/dart-lang/build/issues/3719">#3719</a>)</li> <li>See full diff in <a href="https://github.com/dart-lang/build/compare/build_runner-v2.4.11...build_runner-v2.4.12">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/cipd_packages/device_doctor/pubspec.yaml b/cipd_packages/device_doctor/pubspec.yaml index 94e2abe..1061e6c 100644 --- a/cipd_packages/device_doctor/pubspec.yaml +++ b/cipd_packages/device_doctor/pubspec.yaml
@@ -16,7 +16,7 @@ yaml: 3.1.2 dev_dependencies: - build_runner: 2.4.11 + build_runner: 2.4.12 fake_async: 1.3.1 mockito: 5.4.4 test: 1.25.8