Skip to content

chore(deps): bump the flutter-dependencies group with 5 updates#281

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-dependencies-185054b2dc
Open

chore(deps): bump the flutter-dependencies group with 5 updates#281
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-dependencies-185054b2dc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown

Bumps the flutter-dependencies group with 5 updates:

Package From To
build_runner 2.5.4 2.15.0
flutter_lints 5.0.0 6.0.0
mockito 5.4.6 5.6.4
pigeon 25.3.2 27.1.0
melos 6.3.3 8.0.0

Updates build_runner from 2.5.4 to 2.15.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.15.0

  • Remove --low-resources-mode as default memory usage has been improved. If you have problems with RAM usage please file an issue.
  • Remove --log-performance and --track-performance. File an issue if you have performance measurement needs not covered by the newer --dart-aot-perf.
  • Removed options can still be passed, they will be ignored with a warning.
  • Bug fix: fix crash during logging if an asset path is an invalid URI.
  • Bug fix: with --workspace the global options affecting build order were read from the wrong package. They are now read from build.yaml in the workspace root, like other global options.
  • Allow analyzer 13.0.0.

package:build_runner v2.14.1

  • Bug fix: fix crash if a package used to belong to a workspace but was removed from the workspace leaving a stale workspace.ref file.
  • Bug fix: the watch command now always does one build before exiting due to a request from another build_runner process. Fix crashes related to request before build start.

package:build_runner v2.14.0

  • Performance: further improvements to management of files for analysis for 2x faster incremental builds.
  • Performance: default to AOT compilation for commands other than run. This costs more initial startup time but gives faster builds afterwards. Fall back to JIT if the compile fails due to use of dart:mirrors. Use the --force-jit flag if you want the old default JIT builder compile. Use the --force-aot flag to turn off the fallback to JIT compile.
  • Add support for asset: scheme to the --build-filter flag. It is like package: but for the whole package, not just lib. For example, package:a/b.dart is the same as asset:a/lib/b.dart.
  • Paths specified using --build-filter when using the --workspace flag now apply to the current package, not the workspace root. Other packages must be referred to using package: or asset: schemes.
  • Add OSC 8 hyperlinks for logged input paths.
  • Better handling of deletions of files during the build: if the file is not needed ignore the deletion, if it's needed try to use the cached version, as a last resort restart the build.
  • Defer deletions of files by build_runner until the build is complete. Don't write files unless the contents changed. These reduce unnecessary work by tools that watch the filesystem.
  • --workspace flag is no longer experimental, remove the warning.
  • Add --workspace flag to clean command, use it to clear the cache used for a --workspace build.
  • Add new command stop: run dart run build_runner stop to terminate a running watch or serve command in the current package or workspace. If a build is in progress, the build will complete first.
  • Add locking: build_runner will wait for any already-running command before running. If there is an already-running watch or serve command, it will be closed after the currently-running build, as if you ran the new dart run build_runner stop.

... (truncated)

Commits

Updates flutter_lints from 5.0.0 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Updates mockito from 5.4.6 to 5.6.4

Release notes

Sourced from mockito's releases.

package:mockito v5.6.4

  • Allow analyzer 11.0.0 and 12.0.0.
  • Move to dart-lang/build monorepo.
Commits

Updates pigeon from 25.3.2 to 27.1.0

Commits
  • 5401f8b [pigeon] make swift enum CaseIterable (#11702)
  • 1b56cde [shared_preferences] Switch to Kotlin Pigeon (#11661)
  • 5571d4f [pigeon] updates toString and isNullish methods (#11625)
  • 522f0ca [various] Remove moved packages (#11850)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 1ca9c97 [tool] Check for any Flutter SDK dependency (#11875)
  • 357bcdf [google_maps_flutter_ios_sdk9] Fix title in google maps sdk9 readme (#11826)
  • c869a5d Sync analysis_options.yaml with flutter/flutter (#11823)
  • 2e006b2 [path_provider] Create temp dir in tests if needed (#11841)
  • 6a2d543 [webview] Add new method for cross plugin webview access (#11714)
  • Additional commits viewable in compare view

Updates melos from 6.3.3 to 8.0.0

Changelog

Sourced from melos's changelog.

melos - v8.0.0

  • FIX(scripts): run nested melos commands without a global installation (#1031). (efcd5ced)
  • FIX: include commits in changelog when graduating a pre-release (#1028). (850d5ca3)
  • FIX: give a helpful error for unquoted script steps with a colon (#1029). (648e26d8)
  • FIX: require cli_launcher ^0.3.3+1 for workspace null-check fix (#1027). (e36402fc)
  • FIX: only suggest updates compatible with the current Dart SDK (#1026). (434ce85e)
  • FEAT: add option to group changelog commits by type (#1030). (6eaa2c1d)
  • FEAT: add pubServer config option to melos publish (#1024). (7c5fce2f)
  • BREAKING FIX: retain and increment build numbers when versioning (#1018). (1ad65d73)
  • BREAKING FEAT: configure exec command via "exec.command" (#1025). (03b2ed99)

2026-06-10

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


melos - v7.8.2

  • FIX: replace deprecated applicationConfigHome with BaseDirectories (#1022). (8faf8acd)
  • FIX: Bump cli_util to 0.5.1 (#1020). (24b1b5a1)

2026-06-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


... (truncated)

Commits
  • 7b50fe4 chore(release): Publish packages (#1033)
  • 03b2ed9 feat!: configure exec command via "exec.command" (#1025)
  • efcd5ce fix(scripts): run nested melos commands without a global installation (#1031)
  • 850d5ca fix: include commits in changelog when graduating a pre-release (#1028)
  • 648e26d fix: give a helpful error for unquoted script steps with a colon (#1029)
  • 6eaa2c1 feat: add option to group changelog commits by type (#1030)
  • e36402f fix: require cli_launcher ^0.3.3+1 for workspace null-check fix (#1027)
  • 434ce85 fix: only suggest updates compatible with the current Dart SDK (#1026)
  • 7c5fce2 feat: add pubServer config option to melos publish (#1024)
  • 1ad65d7 fix!: retain and increment build numbers when versioning (#1018)
  • Additional commits viewable in compare view

Updates flutter_lints from 5.0.0 to 6.0.0

Commits
  • 6eebe72 [flutter_lints] Bump lints dependency to 6.0.0 and bump package to 6.0.0 (#9108)
  • 0093e2e [video_player_android] Add note about Android platform views known issue (#9312)
  • 62f38a1 [camera_android_camerax] Implement enableAudio for video recording (#9264)
  • 9c11e9b [video_player_android] isBuffering flag always return true after calling seek...
  • 6efa04b [camera,video_player] replace onSurfaceDestroyed with onSurfaceCleanup (#9316)
  • c33fa39 [camera,video_player] Update Android to 3.29 minimum (#9317)
  • 5a7d40f Update repo for 3.32 stable (#9311)
  • 2a847d7 [camera_avfoundation] Correct pigeon configuration output paths (#9313)
  • d692e43 [process] Remove from the repository (#9310)
  • fe5dd86 Ensure Example Packages Work on Android API 36 (#9241)
  • Additional commits viewable in compare view

Updates melos from 6.3.3 to 8.0.0

Changelog

Sourced from melos's changelog.

melos - v8.0.0

  • FIX(scripts): run nested melos commands without a global installation (#1031). (efcd5ced)
  • FIX: include commits in changelog when graduating a pre-release (#1028). (850d5ca3)
  • FIX: give a helpful error for unquoted script steps with a colon (#1029). (648e26d8)
  • FIX: require cli_launcher ^0.3.3+1 for workspace null-check fix (#1027). (e36402fc)
  • FIX: only suggest updates compatible with the current Dart SDK (#1026). (434ce85e)
  • FEAT: add option to group changelog commits by type (#1030). (6eaa2c1d)
  • FEAT: add pubServer config option to melos publish (#1024). (7c5fce2f)
  • BREAKING FIX: retain and increment build numbers when versioning (#1018). (1ad65d73)
  • BREAKING FEAT: configure exec command via "exec.command" (#1025). (03b2ed99)

2026-06-10

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


melos - v7.8.2

  • FIX: replace deprecated applicationConfigHome with BaseDirectories (#1022). (8faf8acd)
  • FIX: Bump cli_util to 0.5.1 (#1020). (24b1b5a1)

2026-06-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


... (truncated)

Commits
  • 7b50fe4 chore(release): Publish packages (#1033)
  • 03b2ed9 feat!: configure exec command via "exec.command" (#1025)
  • efcd5ce fix(scripts): run nested melos commands without a global installation (#1031)
  • 850d5ca fix: include commits in changelog when graduating a pre-release (#1028)
  • 648e26d fix: give a helpful error for unquoted script steps with a colon (#1029)
  • 6eaa2c1 feat: add option to group changelog commits by type (#1030)
  • e36402f fix: require cli_launcher ^0.3.3+1 for workspace null-check fix (#1027)
  • 434ce85 fix: only suggest updates compatible with the current Dart SDK (#1026)
  • 7c5fce2 feat: add pubServer config option to melos publish (#1024)
  • 1ad65d7 fix!: retain and increment build numbers when versioning (#1018)
  • Additional commits viewable in compare view

Updates mockito from 5.4.6 to 5.6.4

Release notes

Sourced from mockito's releases.

package:mockito v5.6.4

  • Allow analyzer 11.0.0 and 12.0.0.
  • Move to dart-lang/build monorepo.
Commits

Updates pigeon from 25.3.2 to 27.1.0

Commits
  • 5401f8b [pigeon] make swift enum CaseIterable (#11702)
  • 1b56cde [shared_preferences] Switch to Kotlin Pigeon (#11661)
  • 5571d4f [pigeon] updates toString and isNullish methods (#11625)
  • 522f0ca [various] Remove moved packages (#11850)
  • bd297cf [AGP 9] Migrate Remaining Plugin Example Apps to Built-in Kotlin (#11806)
  • 1ca9c97 [tool] Check for any Flutter SDK dependency (#11875)
  • 357bcdf [google_maps_flutter_ios_sdk9] Fix title in google maps sdk9 readme (#11826)
  • c869a5d Sync analysis_options.yaml with flutter/flutter (#11823)
  • 2e006b2 [path_provider] Create temp dir in tests if needed (#11841)
  • 6a2d543 [webview] Add new method for cross plugin webview access (#11714)
  • 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

Bumps the flutter-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.15.0` |
| [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `5.0.0` | `6.0.0` |
| [mockito](https://github.com/dart-lang/build/tree/master/builder_pkgs) | `5.4.6` | `5.6.4` |
| [pigeon](https://github.com/flutter/packages/tree/main/packages) | `25.3.2` | `27.1.0` |
| [melos](https://github.com/invertase/melos/tree/main/packages) | `6.3.3` | `8.0.0` |


Updates `build_runner` from 2.5.4 to 2.15.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.5.4...build_runner-v2.15.0)

Updates `flutter_lints` from 5.0.0 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

Updates `mockito` from 5.4.6 to 5.6.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/commits/mockito-v5.6.4/builder_pkgs)

Updates `pigeon` from 25.3.2 to 27.1.0
- [Commits](https://github.com/flutter/packages/commits/pigeon-v27.1.0/packages)

Updates `melos` from 6.3.3 to 8.0.0
- [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/melos/commits/melos-v8.0.0/packages)

Updates `flutter_lints` from 5.0.0 to 6.0.0
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v6.0.0/packages)

Updates `melos` from 6.3.3 to 8.0.0
- [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md)
- [Commits](https://github.com/invertase/melos/commits/melos-v8.0.0/packages)

Updates `mockito` from 5.4.6 to 5.6.4
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](https://github.com/dart-lang/build/commits/mockito-v5.6.4/builder_pkgs)

Updates `pigeon` from 25.3.2 to 27.1.0
- [Commits](https://github.com/flutter/packages/commits/pigeon-v27.1.0/packages)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: mockito
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: pigeon
  dependency-version: 27.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: melos
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: flutter_lints
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: melos
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
- dependency-name: mockito
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-dependencies
- dependency-name: pigeon
  dependency-version: 27.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
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.

3 participants