Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 6 updates#256

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_app/minor-and-patch-c024421228
Open

chore(deps): bump the minor-and-patch group across 1 directory with 6 updates#256
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter_app/minor-and-patch-c024421228

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 6 updates in the /flutter_app directory:

Package From To
cloud_firestore 6.4.1 6.5.0
in_app_purchase 3.2.3 3.3.0
in_app_purchase_storekit 0.4.9 0.4.10
mockito 5.6.4 5.7.0
freezed 3.2.5 4.0.0-dev.3
sign_in_with_apple 8.0.0 8.1.0

Updates cloud_firestore from 6.4.1 to 6.5.0

Commits
  • da145a0 chore(release): publish packages
  • 1bf50d2 fix(firestore, ios): add forceIndex parameter to collection source stage init...
  • 2293dee feat(firestore): add support for new array expressions (#18283)
  • 62699cc chore: update CI to fetch base history for flutter_plugin_tools format and a...
  • de98066 chore: change firebase-ios-sdk dependency from 'from' to 'exact' version in m...
  • 2f84e3b chore(release): publish packages (#18285)
  • See full diff in compare view

Updates in_app_purchase from 3.2.3 to 3.3.0

Commits
  • f18ac72 [in_app_purchase] Bump in_app_purchase_android version from 0.4.x to `0.5...
  • 24a3833 Updated analysis_options line width from flutter/flutter (#11692)
  • a89dc58 [dependabot]: Bump the androidx group across 10 directories with 1 update (#1...
  • e275330 [dependabot]: Bump org.json:json from 20251224 to 20260522 in /packages/in_ap...
  • 51a12b5 Clarify documentation gaps, update examples, add warning to ensure `complete...
  • 6441245 [AGP 9] Migrate plugins to support AGP 9 (#11802)
  • 10cbdc5 [in_app_purchase_android] Update Play Billing library to 8.0.0 (#10816)
  • 874b823 [dependabot]: Bump org.json:json from 20251224 to 20260522 in /packages/in_ap...
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • d1910ea [tool] Unify most validation commands (#11641)
  • Additional commits viewable in compare view

Updates in_app_purchase_storekit from 0.4.9 to 0.4.10

Commits
  • 51a12b5 Clarify documentation gaps, update examples, add warning to ensure `complete...
  • 6441245 [AGP 9] Migrate plugins to support AGP 9 (#11802)
  • 10cbdc5 [in_app_purchase_android] Update Play Billing library to 8.0.0 (#10816)
  • 874b823 [dependabot]: Bump org.json:json from 20251224 to 20260522 in /packages/in_ap...
  • 1dfbada [ci] Update repo for 3.44 stable release (#11741)
  • d1910ea [tool] Unify most validation commands (#11641)
  • See full diff in compare view

Updates mockito from 5.6.4 to 5.7.0

Release notes

Sourced from mockito's releases.

package:mockito v5.7.0

  • Handle JS interop extension types and provide dummy values for them. #4498

package:mockito v5.6.5

  • Require analyzer 13.0.0.
Commits
  • e9878b5 Use runtime dummy values for JS interop extension types (#4933)
  • e6e5529 Preparing for build_web_compilers 4.6.0 release (#4932)
  • e357f11 Extend build_web_compilers to support expression evaluation in Frontend Serve...
  • 698f47f Prepare for 4.5.1 release (#4927)
  • 61e2ef3 Add caching to wasm deferred loading. (#4926)
  • 932dfa2 Move build_modules into build_web_compilers (#4918)
  • 5655bc4 fix ddc builder for generated entrypoint (#4909)
  • 6c6f544 add --track-widget-creation flag to kernel builder (#4873)
  • 9ff2640 Release builders for analyzer 13. (#4904)
  • 0095f15 Publish build_web_compiler 4.4.19 (#4901)
  • Additional commits viewable in compare view

Updates freezed from 3.2.5 to 4.0.0-dev.3

Commits

Updates sign_in_with_apple from 8.0.0 to 8.1.0

Commits

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 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

… updates

Bumps the minor-and-patch group with 6 updates in the /flutter_app directory:

| Package | From | To |
| --- | --- | --- |
| [cloud_firestore](https://github.com/firebase/flutterfire/tree/main/packages/cloud_firestore) | `6.4.1` | `6.5.0` |
| [in_app_purchase](https://github.com/flutter/packages/tree/main/packages/in_app_purchase) | `3.2.3` | `3.3.0` |
| [in_app_purchase_storekit](https://github.com/flutter/packages/tree/main/packages/in_app_purchase) | `0.4.9` | `0.4.10` |
| [mockito](https://github.com/dart-lang/build/tree/master/builder_pkgs) | `5.6.4` | `5.7.0` |
| [freezed](https://github.com/rrousselGit/freezed) | `3.2.5` | `4.0.0-dev.3` |
| [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `8.0.0` | `8.1.0` |



Updates `cloud_firestore` from 6.4.1 to 6.5.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore-v6.5.0/packages/cloud_firestore)

Updates `in_app_purchase` from 3.2.3 to 3.3.0
- [Commits](https://github.com/flutter/packages/commits/in_app_purchase-v3.3.0/packages/in_app_purchase)

Updates `in_app_purchase_storekit` from 0.4.9 to 0.4.10
- [Commits](https://github.com/flutter/packages/commits/in_app_purchase_storekit-v0.4.10/packages/in_app_purchase)

Updates `mockito` from 5.6.4 to 5.7.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/commits/mockito-v5.7.0/builder_pkgs)

Updates `freezed` from 3.2.5 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.0-dev.3)

Updates `sign_in_with_apple` from 8.0.0 to 8.1.0
- [Release notes](https://github.com/aboutyou/dart_packages/releases)
- [Commits](https://github.com/aboutyou/dart_packages/commits)

---
updated-dependencies:
- dependency-name: cloud_firestore
  dependency-version: 6.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: in_app_purchase
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: in_app_purchase_storekit
  dependency-version: 0.4.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: mockito
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: minor-and-patch
- dependency-name: sign_in_with_apple
  dependency-version: 8.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@vercel

vercel Bot commented Jun 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
decoder Error Error Jun 15, 2026 1:11am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants