Skip to content

Commit de07903

Browse files
chore(deps): bump mocktail from 1.0.4 to 1.0.5 in the all group (#72)
Bumps the all group with 1 update: [mocktail](https://github.com/felangel/mocktail). Updates `mocktail` from 1.0.4 to 1.0.5 <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.5</h2> <ul> <li>chore: minor improvements to example (<a href="https://redirect.github.com/felangel/mocktail/issues/266">#266</a>)</li> <li>docs: add mockito migration guide (<a href="https://redirect.github.com/felangel/mocktail/issues/265">#265</a>)</li> <li>chore: remove a stray override annotation (<a href="https://redirect.github.com/felangel/mocktail/issues/261">#261</a>)</li> <li>chore: add <code>funding</code> to <code>pubspec.yaml</code> (<a href="https://redirect.github.com/felangel/mocktail/issues/246">#246</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/felangel/mocktail/commit/12989138eb6beb3d1cad330ebfd88fef005a4e3e"><code>1298913</code></a> chore(mocktail): v1.0.5 (<a href="https://redirect.github.com/felangel/mocktail/issues/267">#267</a>)</li> <li><a href="https://github.com/felangel/mocktail/commit/1eef4a5aa74d8b1616d82721250c70078e0e8b37"><code>1eef4a5</code></a> chore(mocktail): minor improvements to example (<a href="https://redirect.github.com/felangel/mocktail/issues/266">#266</a>)</li> <li><a href="https://github.com/felangel/mocktail/commit/85da94f2e8c39342a321966b02eae6c916d4a94b"><code>85da94f</code></a> docs(mocktail): add mockito migration guide (<a href="https://redirect.github.com/felangel/mocktail/issues/265">#265</a>)</li> <li><a href="https://github.com/felangel/mocktail/commit/2caf66876ab4a90319c9d190d34cd002a587e108"><code>2caf668</code></a> chore: remove a stray override annotation (<a href="https://redirect.github.com/felangel/mocktail/issues/261">#261</a>)</li> <li><a href="https://github.com/felangel/mocktail/commit/73b4647b38d133c2180f2c5efec53fc9eefe748a"><code>73b4647</code></a> chore: add <code>funding</code> to <code>pubspec.yaml</code> (<a href="https://redirect.github.com/felangel/mocktail/issues/246">#246</a>)</li> <li>See full diff in <a href="https://github.com/felangel/mocktail/compare/mocktail-v1.0.4...mocktail-v1.0.5">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.4&new-version=1.0.5)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d225e4a commit de07903

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

native_toolchain_rust/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dependencies:
2020
toml: ^0.18.0
2121

2222
dev_dependencies:
23-
mocktail: ^1.0.4
23+
mocktail: ^1.0.5
2424
test: ^1.29.0

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ packages:
366366
dependency: transitive
367367
description:
368368
name: mocktail
369-
sha256: "890df3f9688106f25755f26b1c60589a92b3ab91a22b8b224947ad041bf172d8"
369+
sha256: "5e1bf53cc7baa8062a33b84424deb61513858ea05c601b8509e683815b5914aa"
370370
url: "https://pub.dev"
371371
source: hosted
372-
version: "1.0.4"
372+
version: "1.0.5"
373373
mustache_template:
374374
dependency: transitive
375375
description:

0 commit comments

Comments
 (0)