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

chore(deps): Bump the dependencies group across 1 directory with 19 updates #55

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the dependencies group with 19 updates in the / directory:

Package From To
collection 1.18.0 1.19.0
device_info_plus 10.1.2 11.2.0
fl_chart 0.69.0 0.69.2
flutter_app_lock 4.1.1+1 4.2.0+2
flutter_dotenv 5.1.0 5.2.1
flutter_launcher_icons 0.14.1 0.14.2
flutter_native_splash 2.4.1 2.4.3
flutter_svg 2.0.10+1 2.0.16
html 0.15.4 0.15.5
logger 2.4.0 2.5.0
mobile_scanner 5.2.3 6.0.2
package_info_plus 8.0.2 8.1.2
percent_indicator 4.2.3 4.2.4
sentry_flutter 8.9.0 8.11.1
sqflite 2.3.3+2 2.4.1
sqflite_common_ffi 2.3.3+1 2.3.4+4
sqlite3_flutter_libs 0.5.24 0.5.27
url_launcher 6.3.0 6.3.1
vibration 2.0.0 2.0.1

Updates collection from 1.18.0 to 1.19.0

Commits
  • d92e6a5dart-lang/collection#349
  • 77f438bdart-lang/collection#348
  • 837a37adart-lang/collection#328
  • 14b38e6 Deprecate whereNotNull from IterableNullableExtensions (dart-lang/collection#...
  • 2193df6dart-lang/collection#336
  • 112fb4d CanonicalizedMap: added constructor fromEntriesdart-lang/collection#347
  • f0785c9 Bump actions/checkout from 4.1.4 to 4.1.6 in the github-actions group (dart-l...
  • 0b1aa62dart-lang/collection#344
  • a0a7c12dart-lang/collection#340
  • 3ce5195dart-lang/collection#338
  • Additional commits viewable in compare view

Updates device_info_plus from 10.1.2 to 11.2.0

Commits
  • b5d24a0 chore(release): prepare for release (#3394)
  • 63ca4cd feat(device_info_plus): Return model name for iOS and MacOS devices (#3358)
  • e907784 feat(device_info_plus): Add the isiOSAppOnMac property for the iOS platform. ...
  • 3d06bf0 fix(device_info_plus): fix the error in the e2e test. (#3382)
  • 8a303ad refactor(all): Use range of flutter_lints for broader compatibility (#3371)
  • 7786152 fix(device_info_plus): Set correct Flutter and Dart versions requirements (#3...
  • e38b4c3 chore(release): prepare for release (#3351)
  • 46df230 fix(device_info_plus): Update privacy manifest paths (#3347)
  • 816668a chore(release): prepare for release (#3327)
  • 6a347cb feat(device_info_plus): Add Swift Package Manager support (#3167)
  • Additional commits viewable in compare view

Updates fl_chart from 0.69.0 to 0.69.2

Release notes

Sourced from fl_chart's releases.

0.69.2

  • IMPROVEMENT (by @​imaNNeo) Fix the analyzer warnings (to have maximum score in the pub.dev)

0.69.1

  • IMPROVEMENT (by @​moshe5745) Update the docs related to line chart's duration and curve properties, #1618
  • IMPROVEMENT (by @​imaNNeo) Deprecate swapAnimationDuration and swapAnimationCurve properties to use curve and duration instead to keep the consistency over the project, #1618
  • BUGFIX (by @​aimawari) Fixed lots of issues related to the zero value in the PieChartSectionData, #697, #817 and #1632
Changelog

Sourced from fl_chart's changelog.

0.69.2

  • IMPROVEMENT (by @​imaNNeo) Fix the analyzer warnings (to have maximum score in the pub.dev)

0.69.1

  • IMPROVEMENT (by @​moshe5745) Update the docs related to line chart's duration and curve properties, #1618
  • IMPROVEMENT (by @​imaNNeo) Deprecate swapAnimationDuration and swapAnimationCurve properties to use curve and duration instead to keep the consistency over the project, #1618
  • BUGFIX (by @​aimawari) Fixed lots of issues related to the zero value in the PieChartSectionData, #697, #817 and #1632
Commits
  • 61f52fb Bump version up to 0.69.2
  • e45f618 Add ITSAppUsesNonExemptEncryption in the Info.plist of our iOS app
  • c44b761 Resolved CI issues related to the immutable classes in axis_chart_data and ba...
  • 5c1de50 Remove the @​immutable tag from the FLSpot because it is making some issues in CI
  • 2d80fec Update verification workflow
  • 8e5013f Update iOS app icon
  • 7148148 Bump example version up to 1.0.1
  • 685cb59 Fix the url_launcher issue in android (by adding the query tag in manifest)
  • 242a9ea Make the android app ready to publish
  • 4727820 Bump app version to 1.0.0
  • Additional commits viewable in compare view

Updates flutter_app_lock from 4.1.1+1 to 4.2.0+2

Changelog

Sourced from flutter_app_lock's changelog.

4.2.0+2 - 18th November 2024

NOTE: Use 4.2.0 or 4.2.0+2 only as 4.2.0+1 was mistakenly published from a WIP branch

  • Ability to change the background lock latency from a descendant using AppLock.of(context).setBackgroundLockLatency(duration); (closes [pull request #27](tomalabaster/flutter_app_lock#27))
  • Deprecation: enabled is now deprecated and will be removed in the next major versions, please use initiallyEnabled instead (provides clarity based on discussion on [pull request #27](tomalabaster/flutter_app_lock#27))
  • Deprecation: backgroundLockLatency is now deprecated and will be removed in the next major versions, please use initalBackgroundLockLatency instead (provides clarity based on discussion on [pull request #27](tomalabaster/flutter_app_lock#27))

Thank you to @​jakobleck and @​Bptmn for helping to drive this forward through an initial pull request, suggestions and conversation!

4.2.0+1 - 18th November 2024

  • Due to an admin error, 4.2.0+1 was meant to only contain documentation updates but instead was published with a WIP rewrite at this git commit

4.2.0 - 18th November 2024

  • Exact same code as 4.2.0+2 above just without all of the documentation updates
Commits
  • 7dccd6a Merge branch 'release/4.2.0'
  • bfc3a41 4.2.0 - Version admin
  • 50e9bf8 Merge branch 'feature/#27_-_changing_background_lock_latency' into develop
  • 6312b13 #27 - Tests
  • 6c05ec2 #27 - Changing background lock latency after initialisation
  • 6fd1631 #27 - Adding in "initialBackgroundLockLatency" in a backwards compatible way
  • e39b858 #27 - Adding in "initiallyEnabled" in a backwards compatible way
  • bff633d #31 - Updating example project
  • ff9719b Merge branch 'hotfix/4.1.1+1'
  • 63bc1aa Merge tag '4.1.1+1' into develop
  • Additional commits viewable in compare view

Updates flutter_dotenv from 5.1.0 to 5.2.1

Changelog

Sourced from flutter_dotenv's changelog.

5.2.1

  • [chore] Update readme with security info and new usage examples

5.2.0

  • [new] Get variables as int, double and bool
  • [deps] Upgrade dart sdk constraints to >=2.12.0-0 <4.0.0
  • [new] Export error classes
Commits

Updates flutter_launcher_icons from 0.14.1 to 0.14.2

Release notes

Sourced from flutter_launcher_icons's releases.

v0.14.2

What's Changed

New Contributors

Full Changelog: fluttercommunity/flutter_launcher_icons@v0.14.1...v0.14.2

Changelog

Sourced from flutter_launcher_icons's changelog.

0.14.2 (5th December 2024)

  • iOS: Fixed issue where dark and tinted icons were placed into the wrong directory #597
Commits
  • 7e467bc build: v0.14.2
  • 0dd7459 refactor(linter): removed rule no longer used
  • d5d0775 fix: fixes the issue where the dark and tinted icons were placed in the wrong...
  • b6e97ad fix: wrong PR mentioned in changelog (#584)
  • See full diff in compare view

Updates flutter_native_splash from 2.4.1 to 2.4.3

Release notes

Sourced from flutter_native_splash's releases.

v2.4.3

  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.

v2.4.2

  • Updated dependencies.
  • Clarified documentation. Closes #743.
Changelog

Sourced from flutter_native_splash's changelog.

[2.4.3] - (2024-Nov-17)

  • Add Swift Package Manager support. Closes #749.
  • Update example to use Kotlin.

[2.4.2] - (2024-Oct-20)

  • Updated dependencies.
  • Clarified documentation. Closes #743.
Commits

Updates flutter_svg from 2.0.10+1 to 2.0.16

Commits
  • e6932b7 [flutter_svg] Adopt code excerpts (#8181)
  • e2e55cf [various] Migrate example apps' AppDelegate.swift (#8155)
  • 013cc24 [flutter_svg] Fix SvgNetworkLoader not closing internal http client (#8126)
  • afb1aff Applied Gradle Plugins Declaratively for Most Remaining Plugin Example Apps (...
  • da51281 [flutter_svg] wasm compatibility (#8014)
  • 7219431 [vector_graphics*] Relax dependency constraints of vector_graphics, vector_gr...
  • 79f8b0b [various] Add missing_code_block_language_in_doc_comment lint to flutter/pa...
  • abadfb5 [various] Update example apps to Kotlin 1.9.0 (#7998)
  • 3c3181c [path_parsing] deprecate utility functions that should be private (#7993)
  • 02b20bf [various] Minor cleanup in recently imported packages (#7995)
  • Additional commits viewable in compare view

Updates html from 0.15.4 to 0.15.5

Release notes

Sourced from html's releases.

package:html v0.15.5

  • Require Dart 3.2.
  • Move to dart-lang/tools monorepo.
Commits

Updates logger from 2.4.0 to 2.5.0

Changelog

Sourced from logger's changelog.

2.5.0

  • AdvancedFileOutput: Added support for custom fileUpdateDuration. Thanks to @​shlowdy (#86).
  • README: Fixed outdated LogOutput documentation.
Commits

Updates mobile_scanner from 5.2.3 to 6.0.2

Release notes

Sourced from mobile_scanner's releases.

v6.0.2

Bugs fixed:

  • Fixed a bug that prevented analyzeImage from actually accepting the configured formats.

Improvements:

  • [iOS] Excluded the arm64 architecture for Simulators, which is unsupported by MLKit 7.0.0.

v6.0.1

Bugs fixed:

  • Fixed a bug that would cause onDetect to not handle errors.

Improvements:

  • [iOS] Excluded the armv7 architecture, which is unsupported by MLKit 7.0.0.
  • Added a new onDetectError error handler to the MobileScanner widget, for use with onDetect.

v6.0.0

BREAKING CHANGES:

  • [iOS] iOS 15.5.0 is now the minimum supported iOS version.
  • [iOS] Updates MLKit to version 7.0.0.
  • [iOS] Updates the minimum supported XCode version to 15.3.0.

Improvements:

  • [MacOS] Added the corners and size information to barcode results.
  • [MacOS] Added support for analyzeImage.
  • [MacOS] Added a Privacy Manifest.
  • [web] Added the size information to barcode results.
  • [web] Added the video output size information to barcode capture.
  • Added support for barcode formats to image analysis.
  • Updated the scanner to report any scanning errors that were encountered during processing.
  • Introduced a new getter hasCameraPermission for the MobileScannerState.
  • Fixed a bug in the lifecycle handling sample. Now instead of checking isInitialized, the sample recommends using hasCameraPermission, which also guards against camera permission errors.
  • Updated the behavior of returnImage to only determine if the camera output bytes should be sent.
  • Updated the behavior of BarcodeCapture.size to always be provided when available, regardless of returnImage.

Bugs fixed:

  • Fixed a bug that would cause the scanner to emit an error when it was already started. Now it ignores any calls to start while it is starting.
  • [MacOS] Fixed a bug that prevented the anaylzeImage() sample from working properly.
Changelog

Sourced from mobile_scanner's changelog.

6.0.2

Bugs fixed:

  • Fixed a bug that prevented analyzeImage from actually accepting the configured formats.

Improvements:

  • [iOS] Excluded the arm64 architecture for Simulators, which is unsupported by MLKit 7.0.0.

6.0.1

Bugs fixed:

  • Fixed a bug that would cause onDetect to not handle errors.

Improvements:

  • [iOS] Excluded the armv7 architecture, which is unsupported by MLKit 7.0.0.
  • Added a new onDetectError error handler to the MobileScanner widget, for use with onDetect.

6.0.0

BREAKING CHANGES:

  • [iOS] iOS 15.5.0 is now the minimum supported iOS version.
  • [iOS] Updates MLKit to version 7.0.0.
  • [iOS] Updates the minimum supported XCode version to 15.3.0.

Improvements:

  • [MacOS] Added the corners and size information to barcode results.
  • [MacOS] Added support for analyzeImage.
  • [MacOS] Added a Privacy Manifest.
  • [web] Added the size information to barcode results.
  • [web] Added the video output size information to barcode capture.
  • Added support for barcode formats to image analysis.
  • Updated the scanner to report any scanning errors that were encountered during processing.
  • Introduced a new getter hasCameraPermission for the MobileScannerState.
  • Fixed a bug in the lifecycle handling sample. Now instead of checking isInitialized, the sample recommends using hasCameraPermission, which also guards against camera permission errors.
  • Updated the behavior of returnImage to only determine if the camera output bytes should be sent.
  • Updated the behavior of BarcodeCapture.size to always be provided when available, regardless of returnImage.

Bugs fixed:

  • Fixed a bug that would cause the scanner to emit an error when it was already started. Now it ignores any calls to start while it is starting.
  • [MacOS] Fixed a bug that prevented the anaylzeImage() sample from working properly.
Commits

Updates package_info_plus from 8.0.2 to 8.1.2

Commits
  • b5d24a0 chore(release): prepare for release (#3394)
  • 8a303ad refactor(all): Use range of flutter_lints for broader compatibility (#3371)
  • 2d69758 fix(package_info_plus): add support for file scheme on web (#3345)
  • e38b4c3 chore(release): prepare for release (#3351)
  • f47fcc9 fix(package_info_plus): Update privacy manifest path (#3348)
  • 816668a chore(release): prepare for release (#3327)
  • a14d472 feat(package_info_plus): Add Swift Package Manager support (#3171)
  • 93fed63 chore(release): prepare for release (#3311)
  • d7b98eb fix(all): Clean up macOS Privacy Manifests (#3268)
  • e634dfa chore(deps): bump flutter_lints from 3.0.2 to 5.0.0 in /packages/package_info...
  • Additional commits viewable in compare view

Updates percent_indicator from 4.2.3 to 4.2.4

Changelog

Sourced from percent_indicator's changelog.

[4.2.4]

  • A lot of fixes.
Commits

Updates sentry_flutter from 8.9.0 to 8.11.1

Release notes

Sourced from sentry_flutter's releases.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)

8.11.0

Features

  • Support for screenshot PII content masking (#2361) By default, masking is enabled for SessionReplay. To also enable it for screenshots captured with events, you can specify options.experimental.privacy:

    await SentryFlutter.init(
      (options) {
        ...
        // the defaults are:
        options.experimental.privacy.maskAllText = true;
        options.experimental.privacy.maskAllImages = true;
        options.experimental.privacy.maskAssetImages = false;
        // you cal also set up custom masking, for example:
        options.experimental.privacy.mask<WebView>();
      },
      appRunner: () => runApp(MyApp()),
    );

    Actually, just accessing this field will cause it to be initialized with the default settings to mask all text and images:

    await SentryFlutter.init(
      (options) {
        ...
        // this has a side-effect of creating the default privacy configuration, thus enabling Screenshot masking:
        options.experimental.privacy;
      },
      appRunner: () => runApp(MyApp()),
    );
  • Linux native error & obfuscation support (#2431)

  • Improve Device context on plain Dart and Flutter desktop apps (#2441)

  • Add debounce to capturing screenshots (#2368)

    • Per default, screenshots are debounced for 2 seconds.

    • If you need more granular screenshots, you can opt out of debouncing:

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

8.11.1

Improvements

  • Check for type before casting in TTID (#2497)

Fixes

  • SentryWidgetsFlutterBinding initializing even if a binding already exists (#2494)

8.12.0-beta.1

Features

  • Replay: device orientation change support & improve video size fit on Android (#2462)
  • Support custom Sentry.runZoneGuarded zone creation (#2088)
    • Sentry will not create a custom zone anymore if it is started within a custom one.
    • This fixes Zone miss-match errors when trying to initialize WidgetsBinding before Sentry on Flutter Web
    • Sentry.runZonedGuarded creates a zone and also captures exceptions & breadcrumbs automatically.
    Sentry.runZonedGuarded(() {
      WidgetsBinding.ensureInitialized();
    // Errors before init will not be handled by Sentry
    SentryFlutter.init(
    (options) {
    ...
    },
    appRunner: () => runApp(MyApp()),
    );
    } (error, stackTrace) {
    // Automatically sends errors to Sentry, no need to do any
    // captureException calls on your part.
    // On top of that, you can do your own custom stuff in this callback.
    });

Fixes

  • Masking semi-transparent widgets (#2472)

8.11.0

Features

  • Support for screenshot PII content masking (#2361) By default, masking is enabled for SessionReplay. To also enable it for screenshots captured with events, you can specify options.experimental.privacy:

... (truncated)

Commits
  • c3aeb1f release: 8.11.1
  • a8bff7d improvement: check for SentryTracer type in TTID (#2497)
  • 7b4ce83 fix: SentryWidgetsFlutterBinding initializing even if a binding already exist...
  • 617ae18 release: 8.11.0
  • 1f6f4ab chore: prepare changelog for 8.11.0 release
  • 562172b chore(deps): update Android SDK to v7.18.1 (#2457) (#2459)
  • 20a6363 release: 8.11.0-beta.2
  • 8fb1495 bump(android): kotlin language version from 1.4 to 1.6 (#2456)
  • acc307e fix: catch errors thrown during handleBeginFrame and handleDrawFrame (#2446)
  • 05933ac fix: cocoa SDK init after hot-restart (#2452)
  • Additional commits viewable in compare view

Updates sqflite from 2.3.3+2 to 2.4.1

Commits

Updates sqflite_common_ffi from 2.3.3+1 to 2.3.4+4

Commits

Updates sqlite3_flutter_libs from 0.5.24 to 0.5.27

Commits
  • 89f0ba6 Lower flutter lib package version
  • 788cc90 Update other platforms to 3.47.1
  • 1db8914 Fix resolving dependencies on Flutter stable
  • 37e3bb8 Add SwiftPM build for sqlite3_flutter_libs
  • d0b38f3 Add consistent methods to delete databases
  • dced60d Prepare sqlite3_test for publishing
  • 79770f3 Fixed bug when setting update_hook to null twice (#269)
  • 62bcb24 Prepare 2.5.0 release
  • cf42542 Mention sqlite test in top-level readme
  • 4012278 Add sqlite3_test utility
  • Additional commits viewable in compare view

Updates url_launcher from 6.3.0 to 6.3.1

Commits
  • 0097256 [url_launcher] Remove incorrect SMS instructions (#7807)
  • 4afc383 [various] Update Java compatibility version to 11 (#7795)
  • 6dd7f6b [url_launcher] Update Android Pigeon (#7744)
  • 68ccd8c [various] Unpin some dev dependencies (#7762)
  • 21d99dc [various] Adds macOS privacy manifests (#7687)
  • 08614a7 [many] Update example android apps to target SDK level 34. (#7587)
  • de42d8e [many] Upgrade example apps to AGP 8.5.2 (if they were below 8.1.0) (#7521)
  • 6c12c88 [url_launcher] Ignore new unreachable_switch_default warning. (#7487)
  • c5d03ee [many] Remove dependency on kotlin-bom (#7088)
  • 2703d10 Remove unnecessary breaks in default clauses of switch statements (#7462)
  • Additional commits viewable in compare view

Updates vibration from 2.0.0 to 2.0.1

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

@dependabot dependabot bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Dec 16, 2024
…pdates

Bumps the dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [collection](https://github.com/dart-lang/core/tree/main/pkgs) | `1.18.0` | `1.19.0` |
| [device_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/device_info_plus) | `10.1.2` | `11.2.0` |
| [fl_chart](https://github.com/imaNNeo/fl_chart) | `0.69.0` | `0.69.2` |
| [flutter_app_lock](https://github.com/tomalabaster/flutter_app_lock) | `4.1.1+1` | `4.2.0+2` |
| [flutter_dotenv](https://github.com/java-james/flutter_dotenv) | `5.1.0` | `5.2.1` |
| [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.1` | `0.14.2` |
| [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.1` | `2.4.3` |
| [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) | `2.0.10+1` | `2.0.16` |
| [html](https://github.com/dart-lang/tools/tree/main/pkgs) | `0.15.4` | `0.15.5` |
| [logger](https://github.com/SourceHorizon/logger) | `2.4.0` | `2.5.0` |
| [mobile_scanner](https://github.com/juliansteenbakker/mobile_scanner) | `5.2.3` | `6.0.2` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.0.2` | `8.1.2` |
| [percent_indicator](https://github.com/diegoveloper/flutter_percent_indicator) | `4.2.3` | `4.2.4` |
| [sentry_flutter](https://github.com/getsentry/sentry-dart) | `8.9.0` | `8.11.1` |
| [sqflite](https://github.com/tekartik/sqflite) | `2.3.3+2` | `2.4.1` |
| [sqflite_common_ffi](https://github.com/tekartik/sqflite) | `2.3.3+1` | `2.3.4+4` |
| [sqlite3_flutter_libs](https://github.com/simolus3/sqlite3.dart) | `0.5.24` | `0.5.27` |
| [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.3.0` | `6.3.1` |
| [vibration](https://github.com/benjamindean/flutter_vibration) | `2.0.0` | `2.0.1` |



Updates `collection` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/collection-v1.19.0/pkgs)

Updates `device_info_plus` from 10.1.2 to 11.2.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/device_info_plus-v11.2.0/packages/device_info_plus)

Updates `fl_chart` from 0.69.0 to 0.69.2
- [Release notes](https://github.com/imaNNeo/fl_chart/releases)
- [Changelog](https://github.com/imaNNeo/fl_chart/blob/main/CHANGELOG.md)
- [Commits](imaNNeo/fl_chart@0.69.0...0.69.2)

Updates `flutter_app_lock` from 4.1.1+1 to 4.2.0+2
- [Changelog](https://github.com/tomalabaster/flutter_app_lock/blob/main/CHANGELOG.md)
- [Commits](tomalabaster/flutter_app_lock@4.1.1...4.2.0)

Updates `flutter_dotenv` from 5.1.0 to 5.2.1
- [Changelog](https://github.com/java-james/flutter_dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/java-james/flutter_dotenv/commits/5.2.1)

Updates `flutter_launcher_icons` from 0.14.1 to 0.14.2
- [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases)
- [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/flutter_launcher_icons@v0.14.1...v0.14.2)

Updates `flutter_native_splash` from 2.4.1 to 2.4.3
- [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases)
- [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jonbhanson/flutter_native_splash/commits/v2.4.3)

Updates `flutter_svg` from 2.0.10+1 to 2.0.16
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/flutter_svg-v2.0.16/third_party/packages)

Updates `html` from 0.15.4 to 0.15.5
- [Release notes](https://github.com/dart-lang/tools/releases)
- [Commits](https://github.com/dart-lang/tools/commits/html-v0.15.5/pkgs)

Updates `logger` from 2.4.0 to 2.5.0
- [Changelog](https://github.com/SourceHorizon/logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/SourceHorizon/logger/commits)

Updates `mobile_scanner` from 5.2.3 to 6.0.2
- [Release notes](https://github.com/juliansteenbakker/mobile_scanner/releases)
- [Changelog](https://github.com/juliansteenbakker/mobile_scanner/blob/master/CHANGELOG.md)
- [Commits](juliansteenbakker/mobile_scanner@v5.2.3...v6.0.2)

Updates `package_info_plus` from 8.0.2 to 8.1.2
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.1.2/packages/package_info_plus)

Updates `percent_indicator` from 4.2.3 to 4.2.4
- [Changelog](https://github.com/diegoveloper/flutter_percent_indicator/blob/master/CHANGELOG.md)
- [Commits](https://github.com/diegoveloper/flutter_percent_indicator/commits)

Updates `sentry_flutter` from 8.9.0 to 8.11.1
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@8.9.0...8.11.1)

Updates `sqflite` from 2.3.3+2 to 2.4.1
- [Commits](https://github.com/tekartik/sqflite/commits)

Updates `sqflite_common_ffi` from 2.3.3+1 to 2.3.4+4
- [Commits](https://github.com/tekartik/sqflite/commits)

Updates `sqlite3_flutter_libs` from 0.5.24 to 0.5.27
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](simolus3/sqlite3.dart@sqlite3_flutter_libs-0.5.24...sqlite3_flutter_libs-0.5.27)

Updates `url_launcher` from 6.3.0 to 6.3.1
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.1/packages/url_launcher)

Updates `vibration` from 2.0.0 to 2.0.1
- [Commits](https://github.com/benjamindean/flutter_vibration/commits)

---
updated-dependencies:
- dependency-name: collection
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: device_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: fl_chart
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flutter_app_lock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: flutter_dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: flutter_launcher_icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flutter_native_splash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: flutter_svg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: html
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: logger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mobile_scanner
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: package_info_plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: percent_indicator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry_flutter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sqflite
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sqflite_common_ffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sqlite3_flutter_libs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: url_launcher
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: vibration
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pub/dependencies-67915adf13 branch from 6e01502 to 783ef61 Compare December 16, 2024 21:26
@tsutsu3
Copy link
Owner

tsutsu3 commented Dec 22, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 22, 2024
@dependabot dependabot bot deleted the dependabot/pub/dependencies-67915adf13 branch December 22, 2024 08:12
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