Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump firebase_core and cloud_firestore in /flutter_maps_firestore #2321

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 5, 2024

Bumps firebase_core and cloud_firestore. These dependencies needed to be updated together.
Updates firebase_core from 2.32.0 to 3.0.0

Changelog

Sourced from firebase_core's changelog.

firebase_core - v3.0.0

  • FEAT: bump Firebase android SDK to 33.1.0 (#12874). (f67914c4)
  • FEAT: bump Firebase iOS SDK to 10.27.0 (#12871). (fcb3c212)
  • FEAT: bump CPP SDK to version 12.0.0 (#12866). (6efc0d47)
  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_crashlytics - v4.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_database - v11.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)
  • BREAKING REFACTOR(database): remove deprecated API ahead of breaking change release (#12862). (2a6d6f85)

firebase_dynamic_links - v6.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_in_app_messaging - v0.8.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)
  • BREAKING FIX(analytics): fix typing of event parameters to Map<String, Object>? (#12427). (3705ee1b)

firebase_messaging - v15.0.0

  • FIX(messaging,android): use only one FlutterLoader instance (#12845). (40966c78)
  • FIX(messaging,android): stop app from crashing when DartCallback or Context is null (#12842). (1424757b)
  • DOCS(messaging,web): update the documentation for how to load the service worker in Flutter 3.22 (#12836). (9659749d)
  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_ml_model_downloader - v0.3.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_performance - v0.10.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_remote_config - v5.0.0

... (truncated)

Commits
  • 5f73f3e chore(release): publish packages
  • f67914c feat: bump Firebase android SDK to 33.1.0 (#12874)
  • 52accfc refactor!: android plugins require minSdk 21, auth requires minSdk 23 ahe...
  • de0cea2 refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SD...
  • fcb3c21 feat: bump Firebase iOS SDK to 10.27.0 (#12871)
  • 0a89020 chore: move the Flutter Favorite image in the correct image folder (#12870)
  • 6efc0d4 feat:bump CPP SDK to version 12.0.0 (#12866)
  • 4b56df1 fix(web): fix some casting issue on Web JS Interop (#12852)
  • 8e0ced4 chore(release): publish packages (#12837)
  • See full diff in compare view

Updates cloud_firestore from 4.17.5 to 5.0.0

Changelog

Sourced from cloud_firestore's changelog.

cloud_firestore - v5.0.0

  • DOCS(firestore): update documentation for clearPersistence (#12843). (35b78f04)
  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

cloud_firestore_web - v4.0.0

  • FIX(web): fix some casting issue on Web JS Interop (#12852). (4b56df1c)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

cloud_functions - v5.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_analytics - v11.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)
  • BREAKING REFACTOR(analytics): remove deprecated API ahead of breaking change release (#12858). (f22f46a1)
  • BREAKING FIX(analytics): fix typing of event parameters to Map<String, Object>? (#12427). (3705ee1b)

firebase_analytics_platform_interface - v4.0.0

  • BREAKING FIX(analytics): fix typing of event parameters to Map<String, Object>? (#12427). (3705ee1b)

firebase_app_check - v0.3.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_app_installations - v0.3.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

firebase_auth - v5.0.0

  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)
  • BREAKING REFACTOR(auth): remove deprecated API ahead of breaking change release (#12859). (995fa7e1)

firebase_core - v3.0.0

  • FEAT: bump Firebase android SDK to 33.1.0 (#12874). (f67914c4)
  • FEAT: bump Firebase iOS SDK to 10.27.0 (#12871). (fcb3c212)
  • FEAT: bump CPP SDK to version 12.0.0 (#12866). (6efc0d47)
  • BREAKING REFACTOR: android plugins require minSdk 21, auth requires minSdk 23 ahead of android BOM >=33.0.0 (#12873). (52accfc6)
  • BREAKING REFACTOR: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SDK v11 breaking change (#12872). (de0cea2c)

... (truncated)

Commits
  • 5f73f3e chore(release): publish packages
  • e6069b3 chore(cloud_firestore): upgrade gradle (#12875)
  • 52accfc refactor!: android plugins require minSdk 21, auth requires minSdk 23 ahe...
  • de0cea2 refactor!: bump all iOS deployment targets to iOS 13 ahead of Firebase iOS SD...
  • 0a89020 chore: move the Flutter Favorite image in the correct image folder (#12870)
  • 6bc2261 ci: improve e2e workflows & fix failing tests (#12855)
  • 4b56df1 fix(web): fix some casting issue on Web JS Interop (#12852)
  • 35b78f0 docs(firestore): update documentation for clearPersistence (#12843)
  • 8e0ced4 chore(release): publish packages (#12837)
  • See full diff in compare view

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)

@dependabot dependabot bot added the autosubmit Merge PR when tree becomes green via auto submit App label Jun 5, 2024
Copy link
Contributor

auto-submit bot commented Jun 5, 2024

auto label is removed for flutter/samples/2321, due to - The status or check suite android-build has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Jun 5, 2024
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/master/packages/firebase_core) and [cloud_firestore](https://github.com/firebase/flutterfire/tree/master/packages/cloud_firestore). These dependencies needed to be updated together.

Updates `firebase_core` from 2.32.0 to 3.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v3.0.0/packages/firebase_core)

Updates `cloud_firestore` from 4.17.5 to 5.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Changelog](https://github.com/firebase/flutterfire/blob/master/CHANGELOG.md)
- [Commits](https://github.com/firebase/flutterfire/commits/cloud_firestore-v5.0.0/packages/cloud_firestore)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: cloud_firestore
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/flutter_maps_firestore/multi-559b0db591 branch from 396804c to 558870d Compare June 5, 2024 09:14
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 12, 2024

Superseded by #2326.

@dependabot dependabot bot closed this Jun 12, 2024
@dependabot dependabot bot deleted the dependabot/pub/flutter_maps_firestore/multi-559b0db591 branch June 12, 2024 06:38
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.

None yet

1 participant