alexdredmon / crayeye

👁️ Multimodal LLM vision multitool
https://www.crayeye.com
MIT License
19 stars 2 forks source link

deps: bump the all-dependencies group across 1 directory with 9 updates #15

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the all-dependencies group with 9 updates in the /flutter directory:

Package From To
audioplayers 1.2.0 6.0.0
camera 0.8.1+7 0.11.0+1
cupertino_icons 1.0.6 1.0.8
flutter_lints 3.0.1 4.0.0
http 0.13.6 1.2.2
path_provider 2.1.2 2.1.4
permission_handler 10.4.5 11.3.1
share_plus 9.0.0 10.0.0
shared_preferences 2.2.2 2.3.1

Updates audioplayers from 1.2.0 to 6.0.0

Changelog

Sourced from audioplayers's changelog.

audioplayers - v6.0.0

  • FIX: Use unique tmp location for each AudioCache (#1724). (2333cb7f)
  • FIX: Race condition when playing/pausing audio (#1705). (463b2a11)
  • FIX: Seek not applied in play method (#1695). (f6138fef)
  • FIX: Propagate Stream Errors through the same Future (#1732). (00d041df)
  • FIX: Wait for seek to complete (#1712). (fd33b1d0)
  • FEAT: Support byte array and data URIs via mimeType (#1763). (eaf7ce86)
  • FEAT(ios): Improved AudioContextConfig assertions, fix example (#1619). (df342c52)
  • FEAT(web): Support compilation to Wasm (#1766). (1b1a0cf9)
  • DOCS: Improve Docs (#1710). (4208463a)
  • BREAKING REFACTOR: Remove deprecated methods (#1583). (8d0cbeda)
  • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
  • BREAKING FEAT: Extend AudioContextConfig.duckAudio to AudioContextConfig.focus (#1720). (87f3cb7e)
  • BREAKING FEAT(ios): Improve AudioContextIOS (#1591). (25fbec05)
  • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
  • BREAKING CHORE: Upgrade to Flutter 3.13.0 (#1612). (1a3de1ac)

audioplayers_android - v5.0.0

  • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
  • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)

audioplayers_darwin - v6.0.0

  • FIX(ios): 'audioProcessing' deprecated in iOS 10 (#1756). (81e5ea54)
  • FEAT: Support byte array and data URIs via mimeType (#1763). (eaf7ce86)
  • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
  • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)

audioplayers_linux - v4.0.0

  • FIX(linux): Handle failures of OnMediaStateChange in OnMediaError (#1731). (3a5c6dca)
  • FIX: Wait for seek to complete (#1712). (fd33b1d0)
  • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
  • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)
  • BREAKING CHORE: Upgrade to Flutter 3.13.0 (#1612). (1a3de1ac)

audioplayers_platform_interface - v7.0.0

  • FEAT: Support byte array and data URIs via mimeType (#1763). (eaf7ce86)
  • FEAT(ios): Improved AudioContextConfig assertions, fix example (#1619). (df342c52)
  • DOCS: Improve Docs (#1710). (4208463a)
  • BREAKING FEAT: Extend AudioContextConfig.duckAudio to AudioContextConfig.focus (#1720). (87f3cb7e)
  • BREAKING FEAT: FramePositionUpdater & TimerPositionUpdater (#1664). (1ea93536)
  • BREAKING FEAT(ios): Improve AudioContextIOS (#1591). (25fbec05)
  • BREAKING DEPS: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715). (e4262f4c)

audioplayers_web - v5.0.0

... (truncated)

Commits
  • 6da6adc chore(release): publish packages (#1775)
  • eaf7ce8 feat: Support byte array and data URIs via mimeType (#1763)
  • 1b1a0cf feat(web): Support compilation to Wasm (#1766)
  • 81e5ea5 fix(ios): 'audioProcessing' deprecated in iOS 10 (#1756)
  • 2333cb7 fix: Use unique tmp location for each AudioCache (#1724)
  • e4262f4 deps!: Update min Flutter to v3.13.0, compatibility with v3.16.8 (#1715)
  • 00d041d fix: Propagate Stream Errors through the same Future (#1732)
  • 3a5c6dc fix(linux): Handle failures of OnMediaStateChange in OnMediaError (#1731)
  • 87f3cb7 feat!: Extend AudioContextConfig.duckAudio to AudioContextConfig.focus (#...
  • fd33b1d fix: Wait for seek to complete (#1712)
  • Additional commits viewable in compare view


Updates camera from 0.8.1+7 to 0.11.0+1

Commits


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 flutter_lints from 3.0.1 to 4.0.0

Commits
  • 4799c49 [flutter_lints] Rev to 4.0.0; prepare for publishing (#6695)
  • 4e79678 [pointer_interceptor] Remove implements from app-facing package (#6699)
  • d670b2c Temporarily add empty header files to video_player_avfoundation so include di...
  • a9f14bc Reverts "[image_picker_ios] Adds Swift Package Manager compatibility to image...
  • a444af5 [image_picker_ios] Adds Swift Package Manager compatibility to image_picker_i...
  • 09a373f [video_player_avfoundation] Adds Swift Package Manager compatibility (#6675)
  • 0167b51 [ios_platform_images] Add Swift Package Manager support (#6684)
  • 8de142d [path_provider] Add Swift Package Manager support (#6680)
  • 4595c41 [go_router] guard context access in then clauses (#6685)
  • 8df8b5f [camera] Ignore implementation imports outside of lib (#6191)
  • Additional commits viewable in compare view


Updates http from 0.13.6 to 1.2.2

Release notes

Sourced from http's releases.

package:http v1.2.2

  • Require package web: '>=0.5.0 <2.0.0'.

package:http v1.2.1

  • Require Dart ^3.3
  • Require package:web ^0.5.0.
Commits


Updates path_provider from 2.1.2 to 2.1.4

Commits
  • c03cc00 [path_provider] fix 151823: update minimum required path_provider_android to ...
  • 877f171 [path_provider]: Bump androidx.annotation:annotation from 1.8.0 to 1.8.1 in /...
  • 3d358d9 [many] Ignore NewerVersionAvailable in android lint (#7218)
  • 47a92db [path_provider] Remove win32 (#7073)
  • 6f45d03 [path_provider]: Bump com.android.tools.build:gradle from 7.3.1 to 8.5.0 in /...
  • 71b2f68 [various] Update flutter.dev links to more reliable destinations (#6963)
  • bfd0b78 [path_provider]: Bump androidx.annotation:annotation from 1.7.1 to 1.8.0 in /...
  • 4a178f1 Disable sandboxing directly for macOS tests (#6880)
  • 67b082d [path_provider] Skip verifying sample file on macOS (#6874)
  • b16a7e3 [many] Remove references to v1 embedding (#6494)
  • Additional commits viewable in compare view


Updates permission_handler from 10.4.5 to 11.3.1

Commits


Updates share_plus from 9.0.0 to 10.0.0

Commits
  • 312cb59 chore(release): prepare for release (#3111)
  • c1c0698 chore(all): Add pub.dev topics (#3097)
  • f483bce feat(share_plus)!: Introduce optional parameter nameOverride to `shareXFile...
  • 6661365 fix(all): changed homepage url in pubspec.yaml (#3099)
  • f1c3462 chore(deps): bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1 in...
  • e78574f chore(deps): bump androidx.test:runner from 1.5.2 to 1.6.1 in /packages/share...
  • 13b5c54 chore(deps): bump androidx.core:core-ktx from 1.12.0 to 1.13.1 in /packages/s...
  • 98290f0 chore(deps): bump androidx.annotation:annotation from 1.7.1 to 1.8.0 in /pack...
  • ecc5714 refactor(all): Remove website files, configs, mentions (#3018)
  • d2eaa80 chore(all): Increase minSdk to 21 on all Android examples (#2953)
  • Additional commits viewable in compare view


Updates shared_preferences from 2.2.2 to 2.3.1

Commits
  • 897f329 [shared_preferences] fix stringlist bug (#7268)
  • 644000b [shared_preferences] full api redesign with DataStore and cache-less interfac...
  • 315ed8a [shared_preferences] Platform implementations of async api (#6965)
  • 3d358d9 [many] Ignore NewerVersionAvailable in android lint (#7218)
  • b04ff46 [shared_preferences] Platform interface for new shared preferences async (#6962)
  • df420f6 Modernize all index.html files to support WASM (#7114)
  • 71b2f68 [various] Update flutter.dev links to more reliable destinations (#6963)
  • 4a178f1 Disable sandboxing directly for macOS tests (#6880)
  • b16a7e3 [many] Remove references to v1 embedding (#6494)
  • 5cc71d0 Update Flutter wiki links (#6789)
  • Additional commits viewable 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 3 months ago

Superseded by #16.