altive / flutter_app_template

Flutter App Templete is a project that introduces an approach to architecture and project structure for developing Flutter apps.
MIT License
214 stars 22 forks source link

build(deps): bump the dependencies-patch group in /packages/flutter_app with 4 updates #389

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies-patch group in /packages/flutter_app with 4 updates: cupertino_icons, firebase_dynamic_links, shared_preferences and url_launcher.

Updates cupertino_icons from 1.0.6 to 1.0.8

Commits
  • 701d60a [CupertinoIcons] fix broken icons and vertical alignment, bump the version to...
  • cc34b78 [ci/various] Update for 3.19 stable (#6147)
  • d1f1f0f [cupertino_icons] Add example to cupertino icons (#5312)
  • 639c5f0 [ci] Roll minimum allowable Flutter to 3.10 (#5425)
  • See full diff in compare view


Updates firebase_dynamic_links from 5.5.0 to 5.5.2

Changelog

Sourced from firebase_dynamic_links's changelog.

firebase_dynamic_links - v5.5.0

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_in_app_messaging - v0.7.5

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_messaging - v14.8.0

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_messaging_web - v3.8.0

  • FEAT(web): remove the dependency on package:js in favor of dart:js_interop (#12534). (d83f6327)

firebase_ml_model_downloader - v0.2.5

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_performance - v0.9.4

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_performance_web - v0.1.6

  • FEAT(web): remove the dependency on package:js in favor of dart:js_interop (#12534). (d83f6327)

firebase_remote_config - v4.4.0

  • FIX(remote_config): fixing an issue that could cause duplicate listeners on hot restart (#12545). (4b789875)
  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_remote_config_web - v1.6.0

  • FEAT(web): remove the dependency on package:js in favor of dart:js_interop (#12534). (d83f6327)

firebase_storage - v11.7.0

  • FEAT(android): Bump compileSdk version of Android plugins to latest stable (34) (#12566). (e891fab2)

firebase_storage_web - v3.9.0

  • FEAT(web): remove the dependency on package:js in favor of dart:js_interop (#12534). (d83f6327)

2024-03-26

Changes

... (truncated)

Commits
  • 529468f chore(release): publish packages
  • 0115f79 fix(database, web): fix broken exception handling on streams (#12647)
  • c899a7b fix(firestore): remove nanopb version constraints from podspec (#12632)
  • ac089e5 fix(messaging, android): Replace deprecated AsyncTask API and other deprecate...
  • f2cef8c feat(firestore): add support for listening snapshot from cache (#12585)
  • 8966f48 fix(firestore): deprecate databaseURL in favor of databaseId (#12593)
  • b39c0e2 feat: bump Firebase iOS SDK to 10.24.0 (#12626)
  • 213608c chore(release): publish packages (#12616)
  • 95b9560 fix(messaging, web): MessagePayload.data can be null (#12605)
  • 70e257e fix(remote-config, web): getAll() API throwing runtime exception with incor...
  • Additional commits viewable in compare view


Updates shared_preferences from 2.2.2 to 2.2.3

Commits
  • a21a447 Update multiple packages to depend on versions with iOS privacy manifest incl...
  • 51faaa1 [shared_preferences] Update mockito to the new version available 5.2.0 (#6332)
  • ccb27be [various] Commit Windows build migrations (#6175)
  • b21dce5 [web] Updates package:web dependency to ^0.5.0. (#5791)
  • cc34b78 [ci/various] Update for 3.19 stable (#6147)
  • e08e149 [various] Disambiguate TestDefaultBinaryMessengerBinding (#6009)
  • 88b7d16 [most on Android] Bump compile SDK version to 34 (#5783)
  • 76a6fd2 [shared_preferences_foundation] Run swift-format on Swift files (#5933)
  • 4dd91ce [various] Run swift-format on example app Swift files (#5931)
  • 4c5375d [various] Update minimum iOS versions to 12.0 (#5902)
  • Additional commits viewable in compare view


Updates url_launcher from 6.2.5 to 6.2.6

Commits
  • a21a447 Update multiple packages to depend on versions with iOS privacy manifest incl...
  • 5e03e0f [url_launcher] Add explicit imports of UIKit (#6208)
  • ccb27be [various] Commit Windows build migrations (#6175)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #391.