Skip to content

deps(deps): bump the mobile-prod-deps group across 1 directory with 17 updates#52

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/mobile-prod-deps-19b5fb2710
Open

deps(deps): bump the mobile-prod-deps group across 1 directory with 17 updates#52
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/mobile-prod-deps-19b5fb2710

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the mobile-prod-deps group with 15 updates in the / directory:

Package From To
build_runner 2.10.4 2.11.1
csv 6.0.0 7.1.0
dart_pubspec_licenses 3.0.14 3.0.15
drift 2.29.0 2.31.0
drift_flutter 0.2.7 0.2.8
file_picker 10.3.7 10.3.10
firebase_analytics 12.0.4 12.1.2
firebase_crashlytics 5.0.5 5.0.7
flutter_markdown_plus 1.0.5 1.0.7
go_router 17.0.0 17.1.0
go_router_builder 4.1.3 4.2.0
google_fonts 6.3.3 8.0.1
json_path 0.8.0 0.9.0
lints 6.0.0 6.1.0
shared_preferences 2.5.3 2.5.4

Updates build_runner from 2.10.4 to 2.11.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.11.1

  • Improve logging on build script build failures, don't repeatedly log an identical failure.
  • Bug fix: with --workspace flag, correctly build for sources in the workspace root instead of failing with "tried to delete from package not in the build".

package:build_runner v2.11.0

  • Add --workspace flag. Use it with dart run build_runner build or watch to build or watch or all packages in the current workspace. It is currently experimental and subject to change based on feedback, please add feedback at Feedback on --workspace dart-lang/build#4349.
  • Bug fix: fix crash in corner case with post process builder, optional builder and output used for --output, watch or serve.
  • Bug fix: fix crash in corner case with watch or serve when builders depend on generated files in the current build.

package:build_runner v2.10.5

  • Add logging of builder compilation so you can tell how much time is spent on the JIT or AOT compile. Explicitly log restarts to recompile builders.
  • Allow analyzer 10.0.0.
Commits
  • 0627d11 Release 2.11.1. (#4362)
  • c5ae3d4 Limit log repeats on failed builder script builds. (#4361)
  • 3f8e079 Fix entrypoints in nested directories not being properly resolved in DDC's Li...
  • 5b7112b Build also in the workspace root. (#4360)
  • cdd2d74 Fixing issue with double loads in ddc library loader hot restarts (#4356)
  • bf9f004 Fix race in test. (#4357)
  • 89dddbc fix dev bootstrap script on safari (#4352)
  • c181db1 Split long-running test. (#4355)
  • 80619a9 Simplify: stop running serve-related code in watch command. (#4351)
  • 21a4fbc Release 2.11.0 with --workspace documented and flagged as experimental. (...
  • Additional commits viewable in compare view

Updates csv from 6.0.0 to 7.1.0

Changelog

Sourced from csv's changelog.

7.1.0

Implement dynamic typing for CSV.

7.0.0

Complete rewrite of the library, now compatible with dart:convert. Automatic delimiter detection and BOM support. Optimized for performance and memory usage. If you need compatibility with the older API, please continue using version 6.

Commits

Updates dart_pubspec_licenses from 3.0.14 to 3.0.15

Commits
  • 1f00387 Release dart_pubspec_licenses v3.0.15 and flutter_oss_licenses v3.0.12
  • See full diff in compare view

Updates drift from 2.29.0 to 2.31.0

Release notes

Sourced from drift's releases.

Drift 2.31.0

  • In step-by-step migrations, automatically throw an error if a database downgrade is attempted. This has always been unsupported, but could lead to the database silently having a wrong user_version.
  • Fix JSON serialization for views referencing a nullable wrapper of a non-nullable column with a type converter attached to it.

sqlparser version 0.43.1

  • Support parsing DROP, VACUUM, REINDEX, ATTACH, DETACH, SAVEPOINT, RELEASE, ROLLBACK, ANALYZE, PRAGMA and ALTER TABLE statements.
  • Add SchemaBuffer class to apply ALTER TABLE and DROP statements to CREATE statements.

Drift 2.30.1

drift 2.30.1

  • Web: Fix databases being moved from IndexedDB to OPFS even if moveExistingIndexedDbToOpfs is disabled.

drift_dev 2.30.1

  • make_migrations: Don't generate schema test helpers when --no-test is set.
  • Generate managers entrypoint for @DriftAccessors as well.
  • Add ValidationOptions parameter to testWithDataIntegrity.

sqlparser 0.43.0

  • Allow parsing SQL from FileSpans, which is convenient for SQL embedded as text in outer structures.

Drift 2.30.0

Drift

  • Add rightOuterJoin and fullOuterJoin.
  • Wasm: Add the WasmProbeResult.moveFromIndexedDBToOpfs() method and the moveExistingIndexedDbToOpfs parameter on WasmDatabase.open. They can be used to move an existing database stored in IndexedDB to OPFS.

drift_flutter

  • Add isolateSetup parameter to DriftNativeOptions to setup isolates spawned to host database connections.

Generator

  • Schema export: Always export generated SQL statements as a reference.
  • Schema export: Always use temporary file instead of data URI.
  • Support analyzer versions 9.x.
  • Support dothand syntax when analyzing Dart sources.
  • Analysis: Support features added in SQLite version 3.51.0
Commits
  • 853d037 Prepare 2.31.0 release
  • 3f84fb0 Attempt to reproduce #3750
  • 9183487 Step-by-step: Throw on downgrades
  • 4b00da0 drift3: Port expression tests
  • 4fd3baa Revert file_picker usage
  • cdfe8f6 Generate nullable JSON converter wrappers
  • 101b6e6 Fix file_picker usage
  • 61b872b Docs: Explain how to mock time
  • ec5bbde Add SchemaBuffer utility to apply alter table
  • c39a3ce sqlparser: Parse ALTER TABLE statements
  • Additional commits viewable in compare view

Updates drift_dev from 2.29.0 to 2.31.0

Commits
  • 853d037 Prepare 2.31.0 release
  • 3f84fb0 Attempt to reproduce #3750
  • 9183487 Step-by-step: Throw on downgrades
  • 4b00da0 drift3: Port expression tests
  • 4fd3baa Revert file_picker usage
  • cdfe8f6 Generate nullable JSON converter wrappers
  • 101b6e6 Fix file_picker usage
  • 61b872b Docs: Explain how to mock time
  • ec5bbde Add SchemaBuffer utility to apply alter table
  • c39a3ce sqlparser: Parse ALTER TABLE statements
  • Additional commits viewable in compare view

Updates drift_flutter from 0.2.7 to 0.2.8

Release notes

Sourced from drift_flutter's releases.

Drift 1.0.1, Moor 4.6.0

  • Add DoUpdate.withExcluded to refer to the excluded row in an upsert clause.
  • Add optional where clause to DoUpdate constructors

Please note

With this release, moor has been renamed to drift. No immediate action is necessary, the moor package will continue to work until the next breaking release. The functionality of moor 4.6.0 is identical to drift 1.0.1.

An automatic migration tool can help you make the switch from moor to drift in minutes. See the documentation for all the details. Thanks!

Commits
  • 12c648b Prepare 2.30 release
  • 6b519dd Migrate IndexedDB databases to OPFS (#3720)
  • f3c5222 Support right and full outer joins
  • a0533bf Add missing redirect for /options/
  • fba0dc5 Add workspace pubspec.lock to gitignore
  • 57221f9 Fix custom contains function to handle null values
  • d049ce5 Fix more analysis warnings
  • 4c7fd5f Fix build_test deprecations
  • 84998aa Use Flutter for tool to download sqlite
  • 8dca2d7 Support latest analyzer packages
  • Additional commits viewable in compare view

Updates file_picker from 10.3.7 to 10.3.10

Release notes

Sourced from file_picker's releases.

10.3.10

Android

  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.
  • Updated Tika library to resolve vulnerability CVE-2025-66516 and CVE-2025-54988 (Critical XXE vulnerability).

10.3.9

Android

10.3.8

iOS

  • Rename FileUtils to FilePickerUtils #1921

Android

  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.
Changelog

Sourced from file_picker's changelog.

10.3.10

General

  • Reverted breaking changes accidentally introduced in 10.3.9 to maintain Semantic Versioning compliance.

Android

10.3.9

Android

10.3.8

iOS

  • Rename FileUtils to FilePickerUtils #1921

Android

  • Restores the ms[df] URI handling logic in FileUtils.kt to fix file selection returning null on some devices.
Commits
  • 97e4c8d docs: Update Tika vulnerability details in CHANGELOG.md for version 10.3.10.
  • 66fedc4 Fix: Update Tika and revert breaking changes (Ref #1953)
  • 7e545fa Merge pull request #1928 from miguelpruivo/feature/rename-FileUtils-iOS
  • 200f08e Revert version to 10.3.8
  • 2b63a88 Merge pull request #1927 from miguelpruivo/feature/rename-FileUtils-iOS
  • 141f86b Merge pull request #1926 from miguelpruivo/feature/update-ci-versions
  • 51245ec refactor(ios): Rename FileUtils to FilePickerUtils
  • 6f3ad8f Add Flutter 3.35.0 to CI test matrix
  • 5988b2c Merge pull request #1925 from miguelpruivo/fix/restore-msf-uri-handling
  • 730a609 Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates firebase_analytics from 12.0.4 to 12.1.2

Commits

Updates firebase_core from 4.2.1 to 4.4.0

Commits

Updates firebase_crashlytics from 5.0.5 to 5.0.7

Commits

Updates flutter_markdown_plus from 1.0.5 to 1.0.7

Release notes

Sourced from flutter_markdown_plus's releases.

v1.0.7

  • Improved pub.dev score by making example app source code available in published package
  • Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
  • Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
  • Added CLAUDE.md documentation for AI-assisted development
  • Enhanced README with package history and link to LaTeX support package
  • Standardized formatter configuration across project

v1.0.6

Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets. New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration. Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.

Many thanks to our contributors:

@​mark-nicepants for fixing null pointer issues with custom builders @​jlandon for adding table header cell customisation features @​4rthurmonteiro for the link builder fix

Changelog

Sourced from flutter_markdown_plus's changelog.

1.0.7

  • Improved pub.dev score by making example app source code available in published package
  • Updated .pubignore to only exclude build artifacts and generated files instead of entire example directory
  • Fixed linter warnings by removing unnecessary null default values in MarkdownStyleSheet
  • Added CLAUDE.md documentation for AI-assisted development
  • Enhanced README with package history and link to LaTeX support package
  • Standardized formatter configuration across project

1.0.6

  • Fix cursor behavior when using custom builder for anchor tags. The code now only manages _linkHandlers when there is no custom builder for anchor tags, preventing conflicts between the default link recognizer and custom builder widgets.
  • New properties introduced to MarkdownStyleSheet: tableHeadCellsPadding and tableHeadCelssDecoration.
  • Implemented automatic table content clipping to respect rounded borders when tableBorder specifies a border radius.

Thanks to our contributors:

Commits
  • dc1185c Merge pull request #39 from foresightmobile/feature/increse-pub-score
  • 18b2547 Fix review comments
  • b8cf8d0 Update the changelog and bump to 1.0.7
  • 9b6352b Fix up some linter warnings around default values
  • 3f0f169 Update the readme and ensure that the example app is available
  • 32e5dd5 Merge pull request #37 from foresightmobile/feature/version-1.0.6
  • bfb68ec Update the changelog with our contributors
  • 0ceaf02 Missing changelog from 1.0.5
  • 8b13115 Update CHANGELOG.md
  • 32d1572 Update builder.dart
  • Additional commits viewable in compare view

Updates go_router from 17.0.0 to 17.1.0

Commits
  • 2662b91 [go_router] Add TypedQueryParameter annotation (#10792)
  • 5abc46c [local_auth_darwin][UIScene] Add UIScene lifecycle support (#10836)
  • 8b2e4e2 [dependabot]: Bump camerax_version from 1.5.2 to 1.5.3 in /packages/camera/ca...
  • e4f88bb [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/video_playe...
  • a23acc7 [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/local_auth/...
  • a1e4021 [dependabot]: Bump org.json:json from 20250517 to 20251224 in /packages/in_ap...
  • 068e114 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 44a58ab [image_picker_ios] Fix deprecated kUTTypeGIF usage (#10848)
  • 93a583f [cross_file] [web] Separate "Save As" implementation details from XFile web c...
  • d878913 [camera_android_camerax] Retrieve lens direction from CameraX directly (#10847)
  • Additional commits viewable in compare view

Updates go_router_builder from 4.1.3 to 4.2.0

Commits
  • df85ef0 [go_router_builder] Add support for @TypedGoRouteParameter to customize par...
  • 5b1bea8 [camera_avfoundation] handle interruptions and use single offset (#8982)
  • 2662b91 [go_router] Add TypedQueryParameter annotation (#10792)
  • 5abc46c [local_auth_darwin][UIScene] Add UIScene lifecycle support (#10836)
  • 8b2e4e2 [dependabot]: Bump camerax_version from 1.5.2 to 1.5.3 in /packages/camera/ca...
  • e4f88bb [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/video_playe...
  • a23acc7 [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/local_auth/...
  • a1e4021 [dependabot]: Bump org.json:json from 20250517 to 20251224 in /packages/in_ap...
  • 068e114 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 44a58ab [image_picker_ios] Fix deprecated kUTTypeGIF usage (#10848)
  • Additional commits viewable in compare view

Updates google_fonts from 6.3.3 to 8.0.1

Commits
  • 3cbdaca [google_fonts] Fix file type priority in asset path lookup (#10907)
  • 3bddf2c [camera_avfoundation] ios saving path (#10832)
  • f4ea763 [video_player] Remove OCMock (#10932)
  • f3ee98a [google_maps_flutter] Remove use of OCMock (#10863)
  • df85ef0 [go_router_builder] Add support for @TypedGoRouteParameter to customize par...
  • 5b1bea8 [camera_avfoundation] handle interruptions and use single offset (#8982)
  • 2662b91 [go_router] Add TypedQueryParameter annotation (#10792)
  • 5abc46c [local_auth_darwin][UIScene] Add UIScene lifecycle support (#10836)
  • 8b2e4e2 [dependabot]: Bump camerax_version from 1.5.2 to 1.5.3 in /packages/camera/ca...
  • e4f88bb [dependabot]: Bump gradle-wrapper from 8.13 to 9.3.1 in /packages/video_playe...
  • Additional commits viewable in compare view

Updates json_path from 0.8.0 to 0.9.0

Changelog

Sourced from json_path's changelog.

[0.9.0] - 2025-12-10

Changed

  • Minor improvements in typing
  • Bumped the min SDK version to 3.10
  • Bumped maybe_just_nothing to 0.6
Commits

Updates lints from 6.0.0 to 6.1.0

Release notes

Sourced from lints's releases.

package:lints v6.1.0

Commits
  • 07a8972 Add no_wildcard_variable_use and publish (#932)
  • 83154f2 refactor(path): eliminate redundant validation (#930)
  • cbb4854 Fix Int64.toRadixStringUnsigned extra leading digits (#926)
  • 41a9e01 Add missing Int64.toDebugString for the native class (#927)
  • 58b0a10 Make it possible to add default subcommand (#925)
  • e43ff94 feat(collection): Replace quickSort with pdqsort for performance and robustne...
  • 33b5232 Add separated, separatedList and separate to iterables and lists. (#919)
  • 20ed966 Add use_null_aware_elements to recommended (#923)
  • e6c3810 [crypto] remove the -wip to release new version (#921)
  • 018e1dc fix(crypto): update conditional import for js interop library (#915)
  • Additional commits viewable in compare view

Updates shared_preferences from 2.5.3 to 2.5.4

Commits
  • 338ecd3 [shared_preferences_tool] Update dependencies and fix deprecation (#10560)
  • 33a9a81 [dependabot]: Bump the test-dependencies group across 2 directories with 1 up...
  • 2d9ddab [dependabot]: Bump the kotlin-gradle-plugin group across 7 directories with 1...
  • 8168d9c [various] Update READMEs to reflect current OS support (#10470)
  • cc3dca6 [all] Omit obvious local types (#10511)
  • 061eedc [dependabot]: Bump the gradle-plugin group across 19 directories with 1 updat...
  • 41df27d [dependabot]: Bump the test-dependencies group across 10 directories with 3 u...
  • 18b9cc5 [various] Update all packages to Pigeon 26 (#10450)
  • ae20377 Update repo for 3.38 (#10405)
  • 2f25693 [shared_preferences] Remove use of Pigeon's Dart test generator (#10325)
  • 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 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

…7 updates

Bumps the mobile-prod-deps group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.10.4` | `2.11.1` |
| [csv](https://github.com/close2/csv) | `6.0.0` | `7.1.0` |
| [dart_pubspec_licenses](https://github.com/espresso3389/flutter_oss_licenses) | `3.0.14` | `3.0.15` |
| [drift](https://github.com/simolus3/drift) | `2.29.0` | `2.31.0` |
| [drift_flutter](https://github.com/simolus3/drift) | `0.2.7` | `0.2.8` |
| [file_picker](https://github.com/miguelpruivo/flutter_file_picker) | `10.3.7` | `10.3.10` |
| [firebase_analytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_analytics) | `12.0.4` | `12.1.2` |
| [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) | `5.0.5` | `5.0.7` |
| [flutter_markdown_plus](https://github.com/foresightmobile/flutter_markdown_plus) | `1.0.5` | `1.0.7` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `17.0.0` | `17.1.0` |
| [go_router_builder](https://github.com/flutter/packages/tree/main/packages) | `4.1.3` | `4.2.0` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `6.3.3` | `8.0.1` |
| [json_path](https://github.com/f3ath/jessie) | `0.8.0` | `0.9.0` |
| [lints](https://github.com/dart-lang/core/tree/main/pkgs) | `6.0.0` | `6.1.0` |
| [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.3` | `2.5.4` |



Updates `build_runner` from 2.10.4 to 2.11.1
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.10.4...build_runner-v2.11.1)

Updates `csv` from 6.0.0 to 7.1.0
- [Changelog](https://github.com/close2/csv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/close2/csv/commits)

Updates `dart_pubspec_licenses` from 3.0.14 to 3.0.15
- [Commits](espresso3389/flutter_oss_licenses@dart_pubspec_licenses-v3.0.14...dart_pubspec_licenses-v3.0.15)

Updates `drift` from 2.29.0 to 2.31.0
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift-2.29.0...drift-2.31.0)

Updates `drift_dev` from 2.29.0 to 2.31.0
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.29.0...drift_dev-2.31.0)

Updates `drift_flutter` from 0.2.7 to 0.2.8
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_flutter-0.2.7...drift_flutter-0.2.8)

Updates `file_picker` from 10.3.7 to 10.3.10
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v10.3.7...v10.3.10)

Updates `firebase_analytics` from 12.0.4 to 12.1.2
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_analytics-v12.1.2/packages/firebase_analytics)

Updates `firebase_core` from 4.2.1 to 4.4.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.4.0/packages/firebase_core)

Updates `firebase_crashlytics` from 5.0.5 to 5.0.7
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_crashlytics-v5.0.7/packages/firebase_crashlytics)

Updates `flutter_markdown_plus` from 1.0.5 to 1.0.7
- [Release notes](https://github.com/foresightmobile/flutter_markdown_plus/releases)
- [Changelog](https://github.com/foresightmobile/flutter_markdown_plus/blob/main/CHANGELOG.md)
- [Commits](foresightmobile/flutter_markdown_plus@v1.0.5...v1.0.7)

Updates `go_router` from 17.0.0 to 17.1.0
- [Commits](https://github.com/flutter/packages/commits/go_router-v17.1.0/packages)

Updates `go_router_builder` from 4.1.3 to 4.2.0
- [Commits](https://github.com/flutter/packages/commits/go_router_builder-v4.2.0/packages)

Updates `google_fonts` from 6.3.3 to 8.0.1
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.0.1/packages)

Updates `json_path` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/f3ath/jessie/releases)
- [Changelog](https://github.com/f3ath/jessie/blob/master/CHANGELOG.md)
- [Commits](f3ath/jessie@0.8.0...0.9.0)

Updates `lints` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/dart-lang/core/releases)
- [Commits](https://github.com/dart-lang/core/commits/lints-v6.1.0/pkgs)

Updates `shared_preferences` from 2.5.3 to 2.5.4
- [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.4/packages/shared_preferences)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: csv
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile-prod-deps
- dependency-name: dart_pubspec_licenses
  dependency-version: 3.0.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
- dependency-name: drift
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: drift_dev
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: drift_flutter
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
- dependency-name: file_picker
  dependency-version: 10.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
- dependency-name: firebase_analytics
  dependency-version: 12.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: firebase_core
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: firebase_crashlytics
  dependency-version: 5.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
- dependency-name: flutter_markdown_plus
  dependency-version: 1.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
- dependency-name: go_router
  dependency-version: 17.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: go_router_builder
  dependency-version: 4.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: google_fonts
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: mobile-prod-deps
- dependency-name: json_path
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: lints
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mobile-prod-deps
- dependency-name: shared_preferences
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: mobile-prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the deps label Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments