Skip to content

chore(deps): Bump mockingjay from 0.6.0 to 2.1.0 in /flutter_news_example/packages/app_ui#1629

Merged
Josh-Sanford merged 3 commits intomainfrom
dependabot/pub/flutter_news_example/packages/app_ui/mockingjay-2.1.0
Dec 10, 2025
Merged

chore(deps): Bump mockingjay from 0.6.0 to 2.1.0 in /flutter_news_example/packages/app_ui#1629
Josh-Sanford merged 3 commits intomainfrom
dependabot/pub/flutter_news_example/packages/app_ui/mockingjay-2.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 3, 2025

Bumps mockingjay from 0.6.0 to 2.1.0.

Release notes

Sourced from mockingjay's releases.

v2.0.0

  • chore!: upgrade to flutter 3.32.0 (#98)
  • fix: update constraint in pubspec.yaml (#101)

Migration details

Flutter 3.32.0 changed the signature of Navigator.removeRouteBelow which caused a compile time error flutter/flutter#157725.

// Before:
when(() => navigator.removeRouteBelow(any())).thenAnswer((_) {});
// After:
when(
() => navigator.removeRouteBelow<Object?>(any(), any()),
).thenAnswer((_) {});

v1.0.0

  • chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example (#82)
  • chore!: remove deprecated parameter (#86)
  • chore: bumping very good analysis from 6.0.0 to 7.0.0 (#87)
  • feat: support removeRouteBelow method (#90)
  • chore: bumping flutter version to 3.29.0 and bumping example dependencies (#88)
  • fix: fixing formatting step (#92)

Migration details

The isRoute matcher named parameter has reached its full deprecation cycle, use whereName instead:

// Before:
isRoute(named: 'name');
// After:
isRoute(whereName: 'name');

Changelog

Sourced from mockingjay's changelog.

2.1.0

  • fix: update constraint in pubspec.yaml (#101)
  • chore: v2.0.0 (#102)
  • chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 in /example (#104)
  • chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 (#103)
  • chore(deps): bump actions/checkout from 4 to 5 (#105)
  • chore(deps): bump very_good_analysis from 9.0.0 to 10.0.0 (#107)
  • chore(deps): bump actions/checkout from 5 to 6 (#108)
  • chore: upgrade dependencies to Dart 3.10.0, Flutter 3.38.1, test 1.26.3 (#110)

2.0.0

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

  • chore!: upgrade to flutter 3.32.0 (#98)
  • fix: update constraint in pubspec.yaml (#101)

1.0.0

Note: This release supports Flutter 3.29.0. Contains a breaking change, where the isRoute named parameter has reached the full deprecation cycle.

  • chore(deps): bump very_good_analysis from 6.0.0 to 7.0.0 in /example (#82)
  • chore!: remove deprecated parameter (#86)
  • chore: bumping very good analysis from 6.0.0 to 7.0.0 (#87)
  • feat: support removeRouteBelow method (#90)
  • chore: bumping flutter version to 3.29.0 and bumping example dependencies (#88)
  • fix: fixing formatting step (#92)
Commits
  • 8259001 chore: remove Flutter upper bound (#112)
  • 5083476 chore: v2.1.0 (#111)
  • b3efc31 chore: upgrade dependencies to Dart 3.10.0, Flutter 3.38.1, test 1.26.3 (#110)
  • 41d2f0b chore(deps): bump actions/checkout from 5 to 6 (#108)
  • dda46ee chore(deps): bump very_good_analysis from 9.0.0 to 10.0.0 (#107)
  • 4c54c21 chore(deps): bump actions/checkout from 4 to 5 (#105)
  • 034e566 chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 (#103)
  • 3d4b6a5 chore(deps): bump very_good_analysis from 8.0.0 to 9.0.0 in /example (#104)
  • 17943cd chore: v2.0.0 (#102)
  • a2f5ccf fix: update constraint in pubspec.yaml (#101)
  • Additional commits viewable in compare view

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.6.0 to 2.1.0.
- [Release notes](https://github.com/VeryGoodOpenSource/mockingjay/releases)
- [Changelog](https://github.com/VeryGoodOpenSource/mockingjay/blob/main/CHANGELOG.md)
- [Commits](VeryGoodOpenSource/mockingjay@v0.6.0...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 3, 2025
@Josh-Sanford Josh-Sanford force-pushed the dependabot/pub/flutter_news_example/packages/app_ui/mockingjay-2.1.0 branch from c127b14 to 6c48965 Compare December 9, 2025 23:14
@Josh-Sanford Josh-Sanford merged commit f077d4c into main Dec 10, 2025
5 checks passed
@Josh-Sanford Josh-Sanford deleted the dependabot/pub/flutter_news_example/packages/app_ui/mockingjay-2.1.0 branch December 10, 2025 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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.

1 participant