Skip to content

Commit

Permalink
chore(deps): Bump mocktail from 1.0.1 to 1.0.2 in /flutter_news_examp…
Browse files Browse the repository at this point in the history
…le/api (#1081)

Bumps [mocktail](https://github.com/felangel/mocktail) from 1.0.1 to
1.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/felangel/mocktail/releases">mocktail's
releases</a>.</em></p>
<blockquote>
<h2>mocktail-v1.0.2</h2>
<ul>
<li>chore(deps): allow pkg:test_api &gt;=0.7.0 (<a
href="https://redirect.github.com/felangel/mocktail/issues/220">#220</a>)</li>
<li>docs: update <code>verify</code> example in <code>README.md</code>
(<a
href="https://redirect.github.com/felangel/mocktail/issues/215">#215</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/felangel/mocktail/commit/22e45f119c472a43b1f9fdf642f52ef148629c11"><code>22e45f1</code></a>
chore(mocktail): v1.0.2 (<a
href="https://redirect.github.com/felangel/mocktail/issues/222">#222</a>)</li>
<li><a
href="https://github.com/felangel/mocktail/commit/cee5c5f0d3bdd32cf0043e9b5ca73cb574b3d57a"><code>cee5c5f</code></a>
docs(mocktail): update <code>verify</code> example in
<code>README.md</code> (<a
href="https://redirect.github.com/felangel/mocktail/issues/215">#215</a>)</li>
<li><a
href="https://github.com/felangel/mocktail/commit/95d69b8934d1d706ba1ad2c9d36e742decfbba49"><code>95d69b8</code></a>
chore(deps): allow <code>pkg:test_api &gt;=0.7.0</code> (<a
href="https://redirect.github.com/felangel/mocktail/issues/220">#220</a>)</li>
<li>See full diff in <a
href="https://github.com/felangel/mocktail/compare/mocktail-v1.0.1...mocktail-v1.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mocktail&package-manager=pub&previous-version=1.0.1&new-version=1.0.2)](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>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: valentinallavayol <[email protected]>
  • Loading branch information
dependabot[bot] and valentinallavayol authored Jan 13, 2024
1 parent 71ada2a commit 6a622eb
Show file tree
Hide file tree
Showing 23 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion flutter_news_example/api/packages/news_blocks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dev_dependencies:
build_runner: ^2.0.0
coverage: ^1.1.0
json_serializable: ^6.0.0
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
4 changes: 2 additions & 2 deletions flutter_news_example/api/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,10 @@ packages:
dependency: "direct dev"
description:
name: mocktail
sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1
sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.2"
news_blocks:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/api/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.7
json_serializable: ^6.7.1
mocktail: ^1.0.1
mocktail: ^1.0.2
test: ^1.24.9
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ dependencies:

dev_dependencies:
coverage: ^1.3.2
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ environment:

dev_dependencies:
coverage: ^1.3.2
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dev_dependencies:
firebase_core_platform_interface: ^5.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
2 changes: 1 addition & 1 deletion flutter_news_example/packages/email_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dev_dependencies:
coverage: ^1.3.2
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
2 changes: 1 addition & 1 deletion flutter_news_example/packages/news_blocks_ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dev_dependencies:
flutter_gen_runner: ^5.2.0
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
mocktail_image_network: ^1.0.0
very_good_analysis: ^5.1.0

Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/packages/news_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:

dev_dependencies:
coverage: ^1.2.0
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
2 changes: 1 addition & 1 deletion flutter_news_example/packages/share_launcher/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
plugin_platform_interface: ^2.1.2
url_launcher_platform_interface: ^2.0.5
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.0
mocktail: ^1.0.2
very_good_analysis: ^5.1.0
2 changes: 1 addition & 1 deletion flutter_news_example/packages/user_repository/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ dependencies:
path: ../storage/storage

dev_dependencies:
mocktail: ^1.0.0
mocktail: ^1.0.2
test: ^1.21.4
very_good_analysis: ^5.1.0
4 changes: 2 additions & 2 deletions flutter_news_example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -973,10 +973,10 @@ packages:
dependency: "direct dev"
description:
name: mocktail
sha256: bac151b31e4ed78bd59ab89aa4c0928f297b1180186d5daf03734519e5f596c1
sha256: f603ebd85a576e5914870b02e5839fc5d0243b867bf710651cf239a28ebb365e
url: "https://pub.dev"
source: hosted
version: "1.0.1"
version: "1.0.2"
mocktail_image_network:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion flutter_news_example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
json_serializable: ^6.3.1
mocktail: ^1.0.0
mocktail: ^1.0.2
mocktail_image_network: ^1.0.0

dependency_overrides:
Expand Down

0 comments on commit 6a622eb

Please sign in to comment.