Skip to content

Commit

Permalink
deps(gui-ubuntupro): bump mockito from 5.4.2 to 5.4.3 in /gui/package…
Browse files Browse the repository at this point in the history
…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 &gt;=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
CarlosNihelton authored Nov 20, 2023
2 parents 4dbb328 + 73a9543 commit b09187c
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions gui/packages/ubuntupro/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@ packages:
dependency: "direct main"
description:
name: mockito
sha256: "7d5b53bcd556c1bc7ffbe4e4d5a19c3e112b7e925e9e172dd7c6ad0630812616"
sha256: "4b693867cee1853c9d1d7ecc1871f27f39b2ef2c13c0d8d8507dfe5bebd8aaf1"
url: "https://pub.dev"
source: hosted
version: "5.4.2"
version: "5.4.3"
nested:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion gui/packages/ubuntupro/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
grpc: ^3.2.4
intl: ^0.18.1
meta: ^1.9.1
mockito: ^5.4.2
mockito: ^5.4.3
p4w_ms_store:
git:
url: https://github.com/canonical/ubuntu-pro-for-windows
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.2 from annotations
// Mocks generated by Mockito 5.4.3 from annotations
// in ubuntupro/test/pages/subscription_status/subscribe_now_page_test.dart.
// Do not manually edit this file.

Expand All @@ -18,6 +18,8 @@ import 'package:ubuntupro/pages/subscription_status/subscription_status_model.da
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.2 from annotations
// Mocks generated by Mockito 5.4.3 from annotations
// in ubuntupro/test/pages/subscription_status/subscription_status_model_test.dart.
// Do not manually edit this file.

Expand All @@ -13,6 +13,8 @@ import 'package:ubuntupro/core/agent_api_client.dart' as _i3;
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.2 from annotations
// Mocks generated by Mockito 5.4.3 from annotations
// in ubuntupro/test/startup/agent_monitor_test.dart.
// Do not manually edit this file.

Expand All @@ -13,6 +13,8 @@ import 'package:ubuntupro/core/agent_api_client.dart' as _i3;
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.2 from annotations
// Mocks generated by Mockito 5.4.3 from annotations
// in ubuntupro/test/startup/startup_model_test.dart.
// Do not manually edit this file.

Expand All @@ -13,6 +13,8 @@ import 'package:ubuntupro/pages/startup/agent_monitor.dart' as _i3;
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.2 from annotations
// Mocks generated by Mockito 5.4.3 from annotations
// in ubuntupro/test/startup/startup_page_test.dart.
// Do not manually edit this file.

Expand All @@ -14,6 +14,8 @@ import 'package:ubuntupro/pages/startup/agent_monitor.dart' as _i4;
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: deprecated_member_use
// ignore_for_file: deprecated_member_use_from_same_package
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
Expand Down

0 comments on commit b09187c

Please sign in to comment.