Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

build(deps): bump mockingjay from 0.4.0 to 0.5.0 in /src/very_good_flame_game #133

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps mockingjay from 0.4.0 to 0.5.0.

Release notes

Sourced from mockingjay's releases.

v0.5.0

  • chore(deps): bump very_good_analysis from 4.0.0+1 to 5.1.0 (#56)
  • chore: update Very Good Analysis to 5.1.0 (#57)
  • chore: updated sdk constraints for example (#60)
  • docs: update installation instructions readme (#61)
  • fix!: Updates for Flutter 3.16.0/Dart 3.2 (#65)

Migration details

This breaking change now requires users to mock the canPop method since it is being used internally by Flutter 3.16.0 (see flutter/flutter#132249).

final navigator = MockNavigator();
when(() => navigator.canPop()).thenReturn(true); // New, previously not always required.

In addition, if you were verifying the canPop calls you should now expect an additional call.

verify(() => navigator.canPop()).called(1); // New, previously not always required.
await tester.tap(find.byType(TextButton));
verify(() => navigator.canPop()).called(1)
Changelog

Sourced from mockingjay's changelog.

0.5.0

Note: This release supports Flutter 3.16.0, for migration details see the release notes.

  • chore(deps): bump very_good_analysis from 4.0.0+1 to 5.1.0 (#56)
  • chore: update Very Good Analysis to 5.1.0 (#57)
  • chore: updated sdk constraints for example (#60)
  • docs: update installation instructions readme (#61)
  • fix!: Updates for Flutter 3.16.0/Dart 3.2 (#65)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [mockingjay](https://github.com/VeryGoodOpenSource/mockingjay) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/mockingjay/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/mockingjay@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: mockingjay
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 22, 2023 17:12
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Nov 22, 2023
@alestiago
Copy link
Contributor

This resolves #132

@alestiago alestiago merged commit 55619ce into main Nov 23, 2023
3 checks passed
@alestiago alestiago deleted the dependabot/pub/src/very_good_flame_game/mockingjay-0.5.0 branch November 23, 2023 14:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dart Pull requests that update Dart code dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants