Skip to content

chore(deps): bump the all-dependencies group across 4 directories with 8 updates - #2904

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/stream_chat/all-dependencies-f8271d357f
Open

chore(deps): bump the all-dependencies group across 4 directories with 8 updates#2904
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pub/packages/stream_chat/all-dependencies-f8271d357f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 3 updates in the /packages/stream_chat directory: build_runner, test and freezed.
Bumps the all-dependencies group with 4 updates in the /packages/stream_chat_flutter directory: chewie, record, share_plus and file_picker.
Bumps the all-dependencies group with 2 updates in the /packages/stream_chat_flutter_core directory: build_runner and freezed.
Bumps the all-dependencies group with 1 update in the /packages/stream_chat_persistence directory: sqlite3_flutter_libs.

Updates build_runner from 2.15.1 to 2.16.0

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.0

  • New default output behavior: always fix incorrect generated files. For example: if you "dart run build_runner build", modify a generated file, then build again, it will be fixed, undoing your modifications.
  • New option, --keep-modified-outputs. Use this to get the old output behavior: manual modifications to generated files are kept. They will be overwritten if a build is triggered due to an input file change, a configuration change or dart run build_runner clean.
  • New option, --only-check, for use in continuous builds and tests. With this option build_runner writes nothing, but builds and compares with the files already on disk. If there is any difference between disk and expected output then the differences are logged and the build fails.
  • Allow package_config 3.0.0.

package:build_runner v2.15.3

  • Simplify deletion of stale outputs: don't try to handle package renames.
  • The daemon asset server now rejects various non-local connections.
  • Bug fix: in incremental builds, when an input was deleted, its output was deleted at the start of the build. Make it consistent with other output deletions: wait until the end of the build.
  • Bug fix: post process builders with build_to: source can only write to output packages.
  • Bug fix: post process builders with build_to: cache can only write output corresponding to known packages.
  • Bug fix: reject incorrect builder config that has duplicate builder keys.
  • Bug fix: reject invalid builder factories in build.yaml.
  • Bug fix: correctly filter served or --output post process output.
  • Bug fix: serve mode only serves the specified package subdirectories.
  • Bug fix: serve live reload websocket checks for localhost origin.
  • Bug fix: don't follow symlinks when cleaning up output folders.
  • Bug fix: catch Windows-specific absolute paths.

package:build_runner v2.15.2

  • Allow analyzer 14.x, require 13.3.0.
  • Require Dart 3.11.0.
Commits

Updates test from 1.31.1 to 1.31.2

Release notes

Sourced from test's releases.

package:test v1.31.2

  • Add support for running tests as native CLI bundles (vm platform only).
    • You can run tests this way with --compiler cli.
  • Impacts Configuration Support using the OS platform selector to configure browser tests. Previously tests loaded for the browser would have an operating system of "none", now they will have an operating system matching the system the browser is running on. This allows more specific configuration, such as skipping a particular browser test on a particular platform. This may impact existing configuration which relied on the configuration for browser tests being independent from any OS specific configuration. For instance a wide skip of all tests with OS 'windows' would previously still run browser tests on windows, but will now skip all tests including browser tests.
  • Use a DevTools URL instead of a defunct observatory URL.
  • Disable throttling in chrome launch arguments.
  • Allow package_config 3.x.x.
  • Require analyzer: '>=13.0.0 <15.0.0'
  • Use the compact or failures-only reporters by default for tests run directly instead of through the test runner.
Commits

Updates freezed from 3.2.5 to 4.0.0-dev.3

Commits

Updates freezed from 3.2.5 to 4.0.0-dev.3

Commits

Updates test from 1.31.1 to 1.31.2

Release notes

Sourced from test's releases.

package:test v1.31.2

  • Add support for running tests as native CLI bundles (vm platform only).
    • You can run tests this way with --compiler cli.
  • Impacts Configuration Support using the OS platform selector to configure browser tests. Previously tests loaded for the browser would have an operating system of "none", now they will have an operating system matching the system the browser is running on. This allows more specific configuration, such as skipping a particular browser test on a particular platform. This may impact existing configuration which relied on the configuration for browser tests being independent from any OS specific configuration. For instance a wide skip of all tests with OS 'windows' would previously still run browser tests on windows, but will now skip all tests including browser tests.
  • Use a DevTools URL instead of a defunct observatory URL.
  • Disable throttling in chrome launch arguments.
  • Allow package_config 3.x.x.
  • Require analyzer: '>=13.0.0 <15.0.0'
  • Use the compact or failures-only reporters by default for tests run directly instead of through the test runner.
Commits

Updates chewie from 1.13.1 to 1.15.0

Changelog

Sourced from chewie's changelog.

[1.15.0]

  • 🌐 #946: Web: enter the browser's native (OS-level) fullscreen via the Fullscreen API instead of only expanding the Flutter view inside the browser window. Pressing Escape to leave browser fullscreen also exits Chewie's fullscreen. Controlled by the new ChewieController.useNativeFullScreenOnWeb flag (defaults to true; no effect on non-web platforms). Thanks Ortes.
  • 🖱️ #950: Show click cursor on hover over Material controls and progress bar. Thanks Ortes.
  • 💬 #958: Render inline markup in subtitle cue text. Thanks Ortes.
  • ⬆️ #960: Flutter 3.44 upgrade and CI improvements. Thanks diegotori.
  • BREAKING CHANGE: Library now requires at least Flutter and Dart versions 3.41.0 and 3.11 or higher respectively.

[1.14.1]

  • 🛠️ #945: Flutter 3.38 downgrade. Thanks diegotori.
  • Library now supports Flutter and Dart versions 3.38.0 and 3.10 or higher respectively, restoring previous compatibility.

[1.14.0]

  • 🛠️ #944: Flutter 3.41 Upgrade. Thanks diegotori.
  • BREAKING CHANGE: Library now requires at least Flutter version 3.41.0 or higher due to wakelock_plus's upgrade to version 1.6.0, which now requires this minimum Flutter version.
Commits
  • b58444c chewie, version 1.15.0. Addresses PR #946, #950, #958, and #960.
  • 831b123 Merge pull request #958 from Ortes/feat/subtitle-markup-rendering
  • 4290255 Merge pull request #950 from Ortes/feat/click-cursor-controls
  • 7a4631c test: cover non-markup cue text and parser edge cases
  • 7c2ece2 Merge pull request #960 from diegotori/flutter_3.44_upgrade
  • ebc34e3 Downgraded video_player to the most recent version compatible with Flutter 3.41.
  • 8053a97 Forgot to move minimum version of Flutter in the workflow.
  • 0d75a1c Fixed slight issue due to previous commit.
  • 665eadf Codecov workflow won't fail CI if there are errors.
  • 63e1d88 Upgraded to Flutter 3.44.
  • Additional commits viewable in compare view

Updates record from 6.2.1 to 7.1.1

Commits
  • 1b1644b fix(ios): Guard ios specific calls.
  • 9bc7154 fix(web): Hide internals in src/ folder.
  • 6cb214b chore: Update version and changelog.
  • 3e2eee5 chore(Windows): Code improvements
  • 36a7301 feat(Windows): Add AAC ADTS stream.
  • 3e98a73 fix(Android/iOS/macOS): Throw for unsupported stream encoders.
  • 8bf3d48 fix(Android): Flac regression from CSD changes.
  • 0407df5 fix(Android): Improve consistency of device/codec caps adjustment flow.
  • 9eb1878 fix(Android): Potential result sent twice with SCO.
  • 8b74fa0 chore: Update version and changelog.
  • Additional commits viewable in compare view

Updates share_plus from 12.0.2 to 13.3.0

Commits
  • 13e1704 chore(release): prepare for release (#3939)
  • d3ba3f3 feat(share_plus): Avoid exceptions on iPads with no sharePositionOrigin (#3769)
  • 8dca0c8 ci(share_plus): fix macOS/iOS example build with Swift Package Manager (#3932)
  • 2c5b493 fix(share_plus): Do not do I/O operations on the main thread on Android (#3931)
  • 9336187 chore(release): prepare for release (#3928)
  • 949e771 fix(share_plus): raise Apple platform minimums in SPM manifests to match Flut...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • cf00609 feat(share_plus): Updated Swift Package Manager setup for Flutter 3.44 (#3911)
  • 0c9b0ad feat(share_plus): Add support of built-in Kotlin (#3896)
  • d9b6f29 refactor(share_plus): change android gradle from groovy to kotlin (#3860)
  • Additional commits viewable in compare view

Updates file_picker from 11.0.3 to 12.0.0

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

... (truncated)

Changelog

Sourced from file_picker's changelog.

12.0.0

Breaking Changes

  • Minimum Requirements: Raised minimum supported versions to Flutter 3.38 / Dart 3.10.
  • iOS Target: Raised minimum supported iOS deployment target to 14.0. Removed DKImagePickerController / DKPhotoGallery dependency chain.
  • API Modifications:
    • saveFile(): fileName and bytes are now required parameters across all platforms.
    • pickFiles(): allowMultiple now defaults to true. Use pickFile() for single file selection (allowMultiple is deprecated).
    • Deprecated withData, withReadStream, and readSequential on pickFiles()/pickFile() in favor of PlatformFile.readAsBytes() and PlatformFile.readAsByteStream().
    • Deprecated top-level lockParentWindow and cancelUploadOnWindowBlur parameters in favor of platform-specific option classes (WindowsOptions, LinuxOptions, WebOptions).

Architecture

  • Federated Plugin: Refactored file_picker into a federated architecture with dedicated platform implementation packages (file_picker_platform_interface, android_file_picker, file_picker_darwin, file_picker_linux, windows_file_picker, and file_picker_web).

Features & Enhancements

  • New API: Added pickFile() static method as a convenience wrapper for single file selection.
  • Platform Options: Introduced WindowsOptions, LinuxOptions (with acceptLabel and parentWindow), and WebOptions.
  • Android: Added support for Storage Access Framework (SAF) Persistable URI Grants (AndroidSAFOptions, AndroidSAFHandle, AndroidPlatformFile). Optimized image compression to prevent OutOfMemoryError.
  • iOS & macOS: Unified native implementations into shared Darwin sources. Selection order is now preserved when picking multiple files on iOS.
  • Exception Handling: Exported IllegalCharacterInFileNameException in file_picker.dart.

12.0.0-beta.8

General

  • Exported IllegalCharacterInFileNameException in file_picker.dart so exception handling can be performed by callers. #2077

Android

  • Decodes images with inSampleSize in compressImage to prevent excessive memory usage and OutOfMemoryError on large images. #2083

Desktop & Web

  • Added WindowsOptions (with parentWindowHandle and lockParentWindow), LinuxOptions (with parentWindow and lockParentWindow), and WebOptions (with cancelUploadOnWindowBlur). #2079
  • LinuxOptions.parentWindow automatically formats raw decimal and hex X11 window IDs as x11:0x..., while preserving Wayland handle strings.
  • Deprecated top-level lockParentWindow parameter in favor of WindowsOptions.lockParentWindow and LinuxOptions.lockParentWindow.
  • Deprecated top-level cancelUploadOnWindowBlur parameter in favor of WebOptions.cancelUploadOnWindowBlur.

macOS

  • Passes the custom dialogTitle when selecting a directory via getDirectoryPath(). #2087

12.0.0-beta.7

Web

  • Ensures XFile.fromData is only used on the web if bytes is not null, preventing potential null check errors.

12.0.0-beta.6

General

  • Improved PlatformFile.readAsBytes() so picked files can be read even when withData was not used and the file only has a local path or a stream source.
  • FileType.custom now shares a consistent allowedExtensions validation across platforms, throwing ArgumentError when filters are missing or used with a non-custom file type.
  • The ffi, win32, and flutter_lints dependencies have been updated.

Android

  • Prevents unresolved references when extracting hashCode under a forced JVM version. #2070

... (truncated)

Commits
  • c13b3e0 Merge pull request #2124 from miguelpruivo/refactor/rename-file-picker-window...
  • f195532 fix(ci): add concurrency: 1 to melos test script to prevent flutter tool lock...
  • 5f38cb6 refactor: rename package to windows_file_picker while keeping folder structure
  • bf8da50 Merge pull request #2123 from miguelpruivo/chore/prepare-v12-release
  • 449531f chore: bump version to 12.0.0 and update CHANGELOG for release
  • 096d7b5 Merge pull request #2121 from miguelpruivo/refactor/rename-file-picker-androi...
  • 1a78084 Merge branch 'master' of https://github.com/miguelpruivo/flutter_file_picker ...
  • 1a382a3 Merge pull request #2122 from miguelpruivo/chore/revert-material-ui-example-m...
  • 5a49e42 chore(example): exclude generated platform folders from analysis
  • 60d1489 refactor: remove redundant file_picker_android.dart entry file
  • Additional commits viewable in compare view

Updates file_picker from 11.0.3 to 12.0.0

Release notes

Sourced from file_picker's releases.

12.0.0

What's Changed

…h 8 updates

Bumps the all-dependencies group with 3 updates in the /packages/stream_chat directory: [build_runner](https://github.com/dart-lang/build), [test](https://github.com/dart-lang/test/tree/master/pkgs) and [freezed](https://github.com/rrousselGit/freezed).
Bumps the all-dependencies group with 4 updates in the /packages/stream_chat_flutter directory: [chewie](https://github.com/fluttercommunity/chewie), [record](https://github.com/llfbandit/record), [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) and [file_picker](https://github.com/miguelpruivo/flutter_file_picker).
Bumps the all-dependencies group with 2 updates in the /packages/stream_chat_flutter_core directory: [build_runner](https://github.com/dart-lang/build) and [freezed](https://github.com/rrousselGit/freezed).
Bumps the all-dependencies group with 1 update in the /packages/stream_chat_persistence directory: [sqlite3_flutter_libs](https://github.com/simolus3/sqlite3.dart/tree/main/legacy).


Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)

Updates `test` from 1.31.1 to 1.31.2
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.31.2/pkgs)

Updates `freezed` from 3.2.5 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.0-dev.3)

Updates `freezed` from 3.2.5 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.0-dev.3)

Updates `test` from 1.31.1 to 1.31.2
- [Release notes](https://github.com/dart-lang/test/releases)
- [Commits](https://github.com/dart-lang/test/commits/test-v1.31.2/pkgs)

Updates `chewie` from 1.13.1 to 1.15.0
- [Changelog](https://github.com/fluttercommunity/chewie/blob/master/CHANGELOG.md)
- [Commits](fluttercommunity/chewie@v1.13.1...v1.15.0)

Updates `record` from 6.2.1 to 7.1.1
- [Commits](llfbandit/record@6.2.1...7.1.1)

Updates `share_plus` from 12.0.2 to 13.3.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.3.0/packages/share_plus)

Updates `file_picker` from 11.0.3 to 12.0.0
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/v12.0.0/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v11.0.3...v12.0.0)

Updates `file_picker` from 11.0.3 to 12.0.0
- [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases)
- [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/v12.0.0/CHANGELOG.md)
- [Commits](miguelpruivo/flutter_file_picker@v11.0.3...v12.0.0)

Updates `record` from 6.2.1 to 7.1.1
- [Commits](llfbandit/record@6.2.1...7.1.1)

Updates `share_plus` from 12.0.2 to 13.3.0
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/share_plus-v13.3.0/packages/share_plus)

Updates `build_runner` from 2.15.1 to 2.16.0
- [Release notes](https://github.com/dart-lang/build/releases)
- [Commits](dart-lang/build@build_runner-v2.15.1...build_runner-v2.16.0)

Updates `freezed` from 3.2.5 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.0-dev.3)

Updates `freezed` from 3.2.5 to 4.0.0-dev.3
- [Commits](rrousselGit/freezed@freezed-v3.2.5...freezed-v4.0.0-dev.3)

Updates `sqlite3_flutter_libs` from 0.5.42 to 0.6.0+eol
- [Release notes](https://github.com/simolus3/sqlite3.dart/releases)
- [Commits](https://github.com/simolus3/sqlite3.dart/commits/sqlite3_web-0.6.0/legacy)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: test
  dependency-version: 1.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: test
  dependency-version: 1.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: chewie
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: record
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: share_plus
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: file_picker
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: file_picker
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: record
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: share_plus
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: build_runner
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: freezed
  dependency-version: 4.0.0-dev.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: sqlite3_flutter_libs
  dependency-version: 0.6.0+eol
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dart Pull requests that update Dart code dependencies Pull requests that update a dependency file labels Aug 18, 2026
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.

0 participants