Skip to content

chore(deps): bump the pub-minor group across 1 directory with 8 updates#952

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/apps/client/pub-minor-03aa38d584
Open

chore(deps): bump the pub-minor group across 1 directory with 8 updates#952
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/apps/client/pub-minor-03aa38d584

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 17, 2026

Bumps the pub-minor group with 8 updates in the /apps/client directory:

Package From To
build_runner 2.5.4 2.15.0
flutter_webrtc 1.4.1 1.4.0
custom_lint 0.7.6 0.8.1
riverpod_lint 2.6.5 3.1.0
mockito 5.4.6 5.6.4
riverpod_annotation 2.6.1 4.0.0
flutter_riverpod 2.6.1 3.1.0
riverpod_generator 2.6.5 4.0.0+1

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_webrtc from 1.4.1 to 1.4.0

Changelog

Sourced from flutter_webrtc's changelog.

Changelog

[1.4.1] -2026-03-24

  • [Dart] fixed scalabilityMode (#2022).
  • [Windows/Linux] sanitize UTF-8 for device strings before platform messages(#2021)

[1.4.0] -2026-03-17

  • [macOS]: use ScreenCaptureKit for screen capture (fallback to RTCDesktopCapturer) by @​EnterDevelopers in (#1991)
  • [libwebrtc]: bump version for libwebrtc to m144.
  • [Win/Linux]: DataPacketCryptor for win/linux.

[1.3.1] - 2026-02-25

  • [iOS/macOS] chore: bump webrtc to v137.7151.12.
  • [Android] fix: avoid Turkish locale issue in DegradationPreference.valueOf (#2002)
  • [macOS] Refresh screen capture sources & permission check (#1977)
  • [macOS] fix(macos): use CoreAudio ADM to prevent screen share crash (#1990)

[1.3.0] - 2026-01-26

  • [Mobile/Desktop/Web] feat: Add priority and networkPriority to RTCRtpEncoding (#1983)
  • [Android] fix(android): Prevent ClassCastException validating track kind in method "mediaStreamAddTrack" (#1980)
  • [Android] fix(android): resolve ConcurrentModificationException in audio callback (#1985)
  • [Android] feat(android): Add configurable audio sample rate with smart defaults (#1967)
  • [Android] fix:hisi chip Error 0x80001001 (#1969)
  • [iOS] fix(ios): resolve critical memory leak in video recording (#1960)

[1.2.1] - 2025-11-21

  • [Linux] fix: Enable software AEC/NS/AGC for linux.
  • [Android] fix: Removed redundant null check and release for audioFileRenderer.
  • [Web] fix: Fix Android chrome mobile not rendering html element (#1938)
  • [Web] fix: Clip hard edge on web's rtc_video_view (#1936)

[1.2.0] - 2025-09-13

  • [Android] upgrade compileSdk to 36 as standard for 16kb pages support (#1925)
  • [Apple/Android] Local recording API for Darwin and Android (#1880)
  • [Apple/Android] Data Packet Cryptor Support.

[1.1.0] - 2025-08-20

  • [Apple/Android] feat: Add H265/HEVC support.
  • [Mobile/Desktop] feat: Support write logs with Logger (logger package) (#1891)
  • [Android] fix: Reduce Recording Stop Delay and Prevent Encoder OOM Crashes (Android) (#1912)
  • [Native/Web] feat: small setVolume addition (#1904)
  • [Web] feat: Add texture-based video rendering for web (#1911)

... (truncated)

Commits

Updates custom_lint from 0.7.6 to 0.8.1

Commits

Updates riverpod_lint from 2.6.5 to 3.1.0

Commits

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 riverpod_annotation from 2.6.1 to 4.0.0

Commits

Updates flutter_riverpod from 2.6.1 to 3.1.0

Commits

Updates riverpod_generator from 2.6.5 to 4.0.0+1

Commits

Updates custom_lint from 0.7.6 to 0.8.1

Commits

Updates flutter_riverpod from 2.6.1 to 3.1.0

Commits

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 riverpod_annotation from 2.6.1 to 4.0.0

Commits

Updates riverpod_generator from 2.6.5 to 4.0.0+1

Commits

Updates riverpod_lint from 2.6.5 to 3.1.0

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

Labels

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

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

@dependabot dependabot Bot force-pushed the dependabot/pub/apps/client/pub-minor-03aa38d584 branch from f807c52 to 9d3845a Compare May 21, 2026 00:57
Bumps the pub-minor group with 8 updates in the /apps/client directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.5.4` | `2.15.0` |
| [flutter_webrtc](https://github.com/cloudwebrtc/flutter-webrtc) | `1.4.1` | `1.4.0` |
| [custom_lint](https://github.com/invertase/dart_custom_lint) | `0.7.6` | `0.8.1` |
| [riverpod_lint](https://github.com/rrousselGit/river_pod) | `2.6.5` | `3.1.0` |
| [mockito](https://github.com/dart-lang/build/tree/master/builder_pkgs) | `5.4.6` | `5.6.4` |
| [riverpod_annotation](https://github.com/rrousselGit/riverpod) | `2.6.1` | `4.0.0` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `2.6.1` | `3.1.0` |
| [riverpod_generator](https://github.com/rrousselGit/riverpod) | `2.6.5` | `4.0.0+1` |



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_webrtc` from 1.4.1 to 1.4.0
- [Release notes](https://github.com/cloudwebrtc/flutter-webrtc/releases)
- [Changelog](https://github.com/flutter-webrtc/flutter-webrtc/blob/main/CHANGELOG.md)
- [Commits](flutter-webrtc/flutter-webrtc@v1.4.1...v1.4.0)

Updates `custom_lint` from 0.7.6 to 0.8.1
- [Commits](invertase/dart_custom_lint@custom_lint-v0.7.6...custom_lint-v0.8.1)

Updates `riverpod_lint` from 2.6.5 to 3.1.0
- [Commits](rrousselGit/riverpod@riverpod_lint-v2.6.5...riverpod_lint-v3.1.0)

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 `riverpod_annotation` from 2.6.1 to 4.0.0
- [Commits](rrousselGit/riverpod@riverpod_annotation-v2.6.1...riverpod_annotation-v4.0.0)

Updates `flutter_riverpod` from 2.6.1 to 3.1.0
- [Commits](rrousselGit/riverpod@flutter_riverpod-v2.6.1...flutter_riverpod-v3.1.0)

Updates `riverpod_generator` from 2.6.5 to 4.0.0+1
- [Commits](rrousselGit/riverpod@riverpod_generator-v2.6.5...riverpod_generator-v4.0.0)

Updates `custom_lint` from 0.7.6 to 0.8.1
- [Commits](invertase/dart_custom_lint@custom_lint-v0.7.6...custom_lint-v0.8.1)

Updates `flutter_riverpod` from 2.6.1 to 3.1.0
- [Commits](rrousselGit/riverpod@flutter_riverpod-v2.6.1...flutter_riverpod-v3.1.0)

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 `riverpod_annotation` from 2.6.1 to 4.0.0
- [Commits](rrousselGit/riverpod@riverpod_annotation-v2.6.1...riverpod_annotation-v4.0.0)

Updates `riverpod_generator` from 2.6.5 to 4.0.0+1
- [Commits](rrousselGit/riverpod@riverpod_generator-v2.6.5...riverpod_generator-v4.0.0)

Updates `riverpod_lint` from 2.6.5 to 3.1.0
- [Commits](rrousselGit/riverpod@riverpod_lint-v2.6.5...riverpod_lint-v3.1.0)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor
- dependency-name: custom_lint
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor
- dependency-name: custom_lint
  dependency-version: 0.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor
- dependency-name: flutter_riverpod
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: flutter_riverpod
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: flutter_webrtc
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor
- dependency-name: mockito
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor
- dependency-name: mockito
  dependency-version: 5.6.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor
- dependency-name: riverpod_annotation
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: riverpod_annotation
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: riverpod_generator
  dependency-version: 4.0.0+1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: riverpod_generator
  dependency-version: 4.0.0+1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: riverpod_lint
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
- dependency-name: riverpod_lint
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pub-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/apps/client/pub-minor-03aa38d584 branch from 9d3845a to e9895a8 Compare May 21, 2026 13:15
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