Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps(gui-ubuntupro): bump mockito from 5.4.2 to 5.4.3 in /gui/package…
…s/ubuntupro (#408) Bumps [mockito](https://github.com/dart-lang/mockito) from 5.4.2 to 5.4.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md">mockito's changelog</a>.</em></p> <blockquote> <h2>5.4.3</h2> <ul> <li>Require analyzer 5.12.0, allow analyzer version 6.x;</li> <li>Add example of writing a class to mock function objects.</li> <li>Add support for the <code>build_extensions</code> build.yaml option</li> <li>Require Dart >=3.1.0.</li> <li><strong>Potentially breaking</strong> Changed default <code>String</code> value returned by nice mocks' unstubbed method to include some useful info. This could break the tests that relied on getting an empty <code>String</code> from unstubbed methods.</li> <li>Remove deprecated <code>returnNullOnMissingStub</code> and <code>OnMissingStub.returnNull</code> <code>MockSpec</code> options.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dart-lang/mockito/commit/fb8a2b5731553f5ed22107e1a0f7af8918d28442"><code>fb8a2b5</code></a> No public description</li> <li><a href="https://github.com/dart-lang/mockito/commit/2f410286f5cb894ffd5b84936e0c9edcb4346da9"><code>2f41028</code></a> Merge pull request <a href="https://redirect.github.com/dart-lang/mockito/issues/719">#719</a> from dart-lang:latest_lints</li> <li><a href="https://github.com/dart-lang/mockito/commit/8b5036b88a870f4d547404f73937f41fcf61ff49"><code>8b5036b</code></a> release later</li> <li><a href="https://github.com/dart-lang/mockito/commit/ecc62f67dc2276265d3644ab5208cdd44943c486"><code>ecc62f6</code></a> Update to the latest lints, require Dart 3.1, prepare release</li> <li><a href="https://github.com/dart-lang/mockito/commit/dc3eb6535913b5f87938af81af70b4aef1cbe386"><code>dc3eb65</code></a> Generate valid functions with optional non-nullable arguments</li> <li><a href="https://github.com/dart-lang/mockito/commit/fcb9779f8e8a15b2ca1757611b3e32a84e24c7ed"><code>fcb9779</code></a> Bump actions/checkout from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/dart-lang/mockito/issues/713">#713</a>)</li> <li><a href="https://github.com/dart-lang/mockito/commit/1c4a6ffe72c6205ef7362152fcb5966c5f31631c"><code>1c4a6ff</code></a> Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (<a href="https://redirect.github.com/dart-lang/mockito/issues/712">#712</a>)</li> <li><a href="https://github.com/dart-lang/mockito/commit/b7d752e7f696ac0a1b1567a7abb8073b9d581a07"><code>b7d752e</code></a> Use Dart SDK 3.1.0 for format check</li> <li><a href="https://github.com/dart-lang/mockito/commit/ca537db1e9a02c27875dae43835a56067173e8b2"><code>ca537db</code></a> Remove unneeded deprecation warning disable comment</li> <li><a href="https://github.com/dart-lang/mockito/commit/1a0d0e78f85fdbf38651f3f5f054092fdb7f9651"><code>1a0d0e7</code></a> Remove deprecated <code>returnNullOnMissingStub</code> and <code>OnMissingStub.returnNull</code></li> <li>Additional commits viewable in <a href="https://github.com/dart-lang/mockito/compare/5.4.2...v5.4.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mockito&package-manager=pub&previous-version=5.4.2&new-version=5.4.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`. [//]: # (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>
- Loading branch information