Skip to content

chore(deps)(deps): bump the flutter-minor-patch group across 1 directory with 9 updates#23

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter-minor-patch-51783800f0
Open

chore(deps)(deps): bump the flutter-minor-patch group across 1 directory with 9 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pub/flutter-minor-patch-51783800f0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Bumps the flutter-minor-patch group with 7 updates in the / directory:

Package From To
build_runner 2.7.1 2.10.4
drift 2.29.0 2.30.0
drift_flutter 0.2.7 0.2.8
equatable 2.0.7 2.0.8
flutter_svg 2.2.1 2.2.3
image_picker 1.2.0 1.2.1
supabase_flutter 2.10.3 2.12.0

Updates build_runner from 2.7.1 to 2.10.4

Release notes

Sourced from build_runner's releases.

package:build_runner v2.10.4

  • Allow analyzer 9.0.0.

package:build_runner v2.10.3

  • Performance: improve scalability with the number of library cycles, making builds much faster for some large codebases.
  • Bug fix: fix crash when you run dart run build_runner build in a subdirectory of a package.
  • Bug fix: in a workspace, generate for transitive dependencies of the current package instead of for all packages in the workspace.

package:build_runner v2.10.2

  • Bug fix: fix issue with webdev failing due to a modification during a build.
  • In "serve" and "watch" modes, retry failed compiles instead of exiting.

package:build_runner v2.10.1

  • Performance: improve findAssets scalability, making it much faster for prefix matches in packages with thousands of files or more. One specific use case that is now faster is builders that use source_gen shared parts, for example built_value and json_serializable.
  • Bug fix: look up triggers in the triggers section of build.yaml using the full name. For the case in which the builder name matched the package name, the abbreviated name was being used instead.
  • Bug fix: fix incorrect log with build_runner/aot on Windows with JIT.

package:build_runner v2.10.0

  • Add AOT compilation of builders. A future release will AOT compile builders automatically, for this release it's behind a flag. AOT compiled builders start up faster and have higher throughput, for faster builds overall. Builders that use dart:mirrors cannot be AOT compiled.
  • Add force-aot flag to AOT compile builders.
  • Add force-jit flag to force the current default of JIT compiling builders.
  • Add the --dart-jit-vm-arg option. Its values are passed to dart run when a build script is started in JIT mode. This allows specifying options to attach a debugger to builders.
  • Require analyzer 8.0.0. Remove use of deprecated analyzer members, use their recommended and compatible replacements.
  • Internal changes for build_test.

package:build_runner v2.9.0

  • Watch mode: handle builder code and config changes without recompiling or exiting.
  • Remove log output about build_runner internals.
  • Print the port that gets picked if you pass 0 for a port number, for example with dart run build_runner serve web:0.
  • Improve warnings when an option is specified for an unknown builder.
  • Rewrite bootstrap code to remove use of dart:mirrors.
  • Bug fix: require args 2.5.0.

package:build_runner v2.8.0

... (truncated)

Commits

Updates drift from 2.29.0 to 2.30.0

Release notes

Sourced from drift's releases.

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
  • 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 drift_dev from 2.29.0 to 2.30.0

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 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 equatable from 2.0.7 to 2.0.8

Release notes

Sourced from equatable's releases.

v2.0.8

What's Changed

New Contributors

Full Changelog: felangel/equatable@v2.0.7...v2.0.8

Changelog

Sourced from equatable's changelog.

2.0.8

  • chore: bump license year (#208)
  • fix: mapEquals when comparing maps with different keys and null values (#207)
Commits

Updates flutter_svg from 2.2.1 to 2.2.3

Commits

Updates image_picker from 1.2.0 to 1.2.1

Commits
  • e0a6684 [image_picker] Fixes README description of plugin suggesting that only Androi...
  • 7e86f82 [image_picker] Remove use of Pigeon's Dart test generator (#10320)
  • 41c6b3d [image_picker_android] Inline sdk guard logic from internal `isSystemPickerAv...
  • 48ebbe1 [image_picker] Fix typos in error messages for android (#10188)
  • 501d8c9 [image_picker] Fix typos in error messages for platform interface (#10211)
  • 7ebd635 [various] Update min iOS/macOS versions (#10231)
  • 6078099 [various]fix information typo (#10246)
  • 1c0be20 [Many] Migrate non examples (and pigeon test) to java 17 (#10201)
  • 260f381 Add Versioning to Gradle 9 Deprecation Change (#10187)
  • 617d1b2 [Gradle 9] Fixed Gradle 9 Deprecations in Packages (#10016)
  • Additional commits viewable in compare view

Updates mockito from 5.5.0 to 5.6.1

Release notes

Sourced from mockito's releases.

package:mockito v5.6.1

  • Allow analyzer: >=8.1.0 <10.0.0.

package:mockito v5.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.
Changelog

Sourced from mockito's changelog.

5.6.1

  • Allow analyzer: >=8.1.0 <10.0.0.

5.6.0

  • Add dummy values for RegExp and MapEntry.

5.5.1

  • Require analyzer: ^8.1.0.
  • Allow source_gen: '>=3.0.0 <5.0.0'.
  • Allow build: '>=3.0.0 <5.0.0'.
Commits

Updates supabase_flutter from 2.10.3 to 2.12.0

Changelog

Sourced from supabase_flutter's changelog.

supabase_flutter - v2.12.0

  • FEAT(postgrest): add missing PostgREST v12 operators (#1273). (f6270260)
  • DOCS: update signInWithIdToken provider documentation (#1264). (b10d0c88)

2025-10-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • supabase - v2.10.1

gotrue - v2.17.0

  • FEAT(gotrue): introduce getClaims method to verify and extract JWT claims (#1246). (615d687f)

supabase_flutter - v2.11.0

  • FEAT(gotrue): introduce getClaims method to verify and extract JWT claims (#1246). (615d687f)

2025-10-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

... (truncated)

Commits
  • fcb6dff chore(release): publish packages
  • f627026 feat(postgrest): add missing PostgREST v12 operators (#1273)
  • cd4d6da chore(style): remove trailing_commas lint rule (#1270)
  • 8237ca5 feat(realtime): add explicit REST API call method for broadcast messages (#1253)
  • b10d0c8 docs: update signInWithIdToken provider documentation (#1264)
  • 36d7334 feat(oauth): add updateClient method to admin OAuth API (#1262)
  • 1d142c1 fix(gotrue): allow refreshSession with refreshToken when no current session e...
  • 6fe5f17 chore(release): publish packages (#1256)
  • 615d687 feat(gotrue): introduce getClaims method to verify and extract JWT claims (#1...
  • 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 <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

…ory with 9 updates

Bumps the flutter-minor-patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.7.1` | `2.10.4` |
| [drift](https://github.com/simolus3/drift) | `2.29.0` | `2.30.0` |
| [drift_flutter](https://github.com/simolus3/drift) | `0.2.7` | `0.2.8` |
| [equatable](https://github.com/felangel/equatable) | `2.0.7` | `2.0.8` |
| [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) | `2.2.1` | `2.2.3` |
| [image_picker](https://github.com/flutter/packages/tree/main/packages/image_picker) | `1.2.0` | `1.2.1` |
| [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.10.3` | `2.12.0` |



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

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

Updates `drift_dev` from 2.29.0 to 2.30.0
- [Release notes](https://github.com/simolus3/drift/releases)
- [Commits](simolus3/drift@drift_dev-2.29.0...drift_dev-2.30.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 `equatable` from 2.0.7 to 2.0.8
- [Release notes](https://github.com/felangel/equatable/releases)
- [Changelog](https://github.com/felangel/equatable/blob/master/CHANGELOG.md)
- [Commits](felangel/equatable@v2.0.7...v2.0.8)

Updates `flutter_svg` from 2.2.1 to 2.2.3
- [Commits](https://github.com/flutter/packages/commits/flutter_svg-v2.2.3/third_party/packages)

Updates `image_picker` from 1.2.0 to 1.2.1
- [Commits](https://github.com/flutter/packages/commits/image_picker-v1.2.1/packages/image_picker)

Updates `mockito` from 5.5.0 to 5.6.1
- [Release notes](https://github.com/dart-lang/mockito/releases)
- [Changelog](https://github.com/dart-lang/mockito/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/mockito/commits/v5.6.1)

Updates `supabase_flutter` from 2.10.3 to 2.12.0
- [Release notes](https://github.com/supabase/supabase-flutter/releases)
- [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.12.0/packages)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.10.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: drift
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: drift_dev
  dependency-version: 2.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: drift_flutter
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: equatable
  dependency-version: 2.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: flutter_svg
  dependency-version: 2.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: image_picker
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-minor-patch
- dependency-name: mockito
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
- dependency-name: supabase_flutter
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Labels

The following labels could not be found: dart, dependencies, flutter. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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.

0 participants