Skip to content

build(deps): bump the all-dependencies group across 1 directory with 9 updates#261

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-dependencies-a5433f1f3b
Closed

build(deps): bump the all-dependencies group across 1 directory with 9 updates#261
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/all-dependencies-a5433f1f3b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-dependencies group with 9 updates in the / directory:

Package From To
camera 0.11.3 0.12.0
dio 5.9.0 5.9.2
firebase_core 4.3.0 4.5.0
firebase_crashlytics 5.0.6 5.0.8
flutter_riverpod 3.1.0 3.3.1
flutter_svg 2.2.3 2.2.4
google_fonts 7.0.2 8.0.2
image 4.7.2 4.8.0
uuid 4.5.2 4.5.3

Updates camera from 0.11.3 to 0.12.0

Commits
  • d8970b1 [camera] add video stabilization (#7108)
  • 59f905c [camera][google_fonts] Fixes future warning for awaiting Future returns i...
  • 66b0cce [camera_avfoundation] Pigeon swift migration - part 2 (#10980)
  • 86c0cea [camera_android_camerax] Adds support for video stabilization (#11020)
  • 0250616 [ci] Update repo for 3.41 (#11017)
  • 09104b0 [camera_avfoundation] Adds support for video stabilization (#10367)
  • e68d4a8 [camera_avfoundation] Pigeon swift migration - part 1 (#10939)
  • 7bd2fd1 [camera] Remove unused test file (#10966)
  • 749c79d [camera_avfoundation] Handle startWriting errors (#10921)
  • 3bddf2c [camera_avfoundation] ios saving path (#10832)
  • Additional commits viewable in compare view

Updates dio from 5.9.0 to 5.9.2

Release notes

Sourced from dio's releases.

dio 5.9.2

What's new

  • Fixes kIsWeb across different Flutter SDKs.
  • Provides httpVersion in Response.extra when using IOHttpClientAdapter.

dio 5.9.1

What's new

  • Add requestUrl and responseUrl parameters to LogInterceptor for more precise control over URL logging.
Commits
  • d323173 🔖 dio v5.9.2
  • 9739a6c 🔖 compatibility_layer v0.1.1
  • 0253d7d 🔖 cookie_manager v3.4.0
  • 3d343b8 🔖 http2_adapter v2.7.0
  • ab85a5b 🔖 web_adapter v2.1.2
  • d4289af Add HTTP protocol version to response extra field (#2466)
  • e763b3e fix: use readyState for accurate timeout type detection (#2491)
  • de86dc2 ✨ Introduce CookieManager.ignoreInvalidCookies (#2493)
  • a3c9fb8 🐛 Fixes kIsWeb across different Flutter SDKs and also fixes tests (#2495)
  • 9c78152 Bump actions-cool/issues-helper from 3.7.5 to 3.7.6 (#2488)
  • Additional commits viewable in compare view

Updates firebase_core from 4.3.0 to 4.5.0

Commits

Updates firebase_crashlytics from 5.0.6 to 5.0.8

Commits

Updates flutter_riverpod from 3.1.0 to 3.3.1

Commits

Updates flutter_svg from 2.2.3 to 2.2.4

Commits

Updates google_fonts from 7.0.2 to 8.0.2

Commits
  • 59f905c [camera][google_fonts] Fixes future warning for awaiting Future returns i...
  • 66b0cce [camera_avfoundation] Pigeon swift migration - part 2 (#10980)
  • 86c0cea [camera_android_camerax] Adds support for video stabilization (#11020)
  • 3a5e9a8 [video_player] Adds audio track metadata fetching and audio track selection f...
  • 5805a10 [video_player] Update Android to exoplayer 1.9.1 (#10904)
  • 8b3e40e [google_maps_flutter_android] Add advanced markers support (#10381)
  • bbd9781 [google_maps_flutter] Standardize iOS class and file names (#10964)
  • ba4fe2a [google_sign_in] Simply Kotlin/Java interop utils (#11011)
  • 0250616 [ci] Update repo for 3.41 (#11017)
  • 09104b0 [camera_avfoundation] Adds support for video stabilization (#10367)
  • Additional commits viewable in compare view

Updates image from 4.7.2 to 4.8.0

Changelog

Sourced from image's changelog.

4.8.0 - February 17, 2026

  • Fix JPEG decoding issue with Adobe RGB color transformations.
  • Feature: Histogram equalize and stretch

4.7.1 - December 18, 2025

  • Fix issue decoding the last row of lossless webp images.

4.7.0 - December 17, 2025

  • Major update to the WebP decoder to resolve errors decoding some files.
  • Fixed issue where App1 marker would not be written when Exif data is injected into jpegs without exif block. Also fixed wrong IFD1 pointer.
  • Improved robustness of EXIF injection and reading:
  • Skips malformed EXIF sub-IFDs (e.g., bad GPSInfo pointers) during reading and injection, preventing RangeErrors and crashes.
  • Allows injecting new EXIF (including GPS) data into files with broken EXIF blocks.

4.6.0 - December 11, 2025

  • Fix issues with injectJpegExif corrupting jpeg files.
  • Clean up validation errors causing Wasm builds to fail.
  • Fix issue with Jpeg subsampling causing some images to fail to load.
  • Fix rgbToHsv function
  • Fix jpeg RGB-to-YUV conversion and background blending logic.
  • Decode and encode ICC profile data for JPEG
  • Added export for ICO encoder
  • Fix error adding frame to an empty image
  • Fix GIF decoder animation frame clear color
  • GIF animation frame background transparency.
  • Fixes for TIFF decoding

4.5.4 - March 23, 2025

  • Fix for fillRect for images that that have alpha.
  • Fix copyExpandCanvas for images with alpha.
  • Improved performance for copyResize.
  • Improved performance for gaussianBlur.

4.5.3 - February 22, 2025

  • Improve fillPolygon to better handle concave polygons.
  • Update conditional imports to be compatible with WASM.
  • Fix TIFF 5-channel CMYK decoding
  • Fix adjustColor color corruption
  • Improve adjustColor saturation calculations
  • Fix alpha color handling in JPEG encoder
  • Change the default background color to white instead of black

4.5.2 - December 19, 2024

... (truncated)

Commits

Updates uuid from 4.5.2 to 4.5.3

Release notes

Sourced from uuid's releases.

4.5.3

What's Changed

New Contributors

Full Changelog: daegalus/dart-uuid@4.5.2...4.5.3

Changelog

Sourced from uuid's changelog.

v4.5.3

Commits
  • e849db3 Update docs and changelog
  • 5e01a2d Bump versions
  • 4d22900 fix: Remove experimental annotation from UuidValue
  • 919cb97 feat: Add binary input support for UUIDv5 (RFC 4122/9562 compliant)
  • 452623d Update actions/checkout action to v6
  • 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 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

@dependabot dependabot Bot added dart Pull requests that update dart code dependencies Pull requests that update a dependency file labels Mar 11, 2026
…9 updates

Bumps the all-dependencies group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [camera](https://github.com/flutter/packages/tree/main/packages/camera) | `0.11.3` | `0.12.0` |
| [dio](https://github.com/cfug/dio) | `5.9.0` | `5.9.2` |
| [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core) | `4.3.0` | `4.5.0` |
| [firebase_crashlytics](https://github.com/firebase/flutterfire/tree/main/packages/firebase_crashlytics) | `5.0.6` | `5.0.8` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `3.1.0` | `3.3.1` |
| [flutter_svg](https://github.com/flutter/packages/tree/main/third_party/packages) | `2.2.3` | `2.2.4` |
| [google_fonts](https://github.com/flutter/packages/tree/main/packages) | `7.0.2` | `8.0.2` |
| [image](https://github.com/brendan-duncan/image) | `4.7.2` | `4.8.0` |
| [uuid](https://github.com/Daegalus/dart-uuid) | `4.5.2` | `4.5.3` |



Updates `camera` from 0.11.3 to 0.12.0
- [Commits](https://github.com/flutter/packages/commits/camera-v0.12.0/packages/camera)

Updates `dio` from 5.9.0 to 5.9.2
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.9.0...dio_v5.9.2)

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

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

Updates `flutter_riverpod` from 3.1.0 to 3.3.1
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.1.0...flutter_riverpod-v3.3.1)

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

Updates `google_fonts` from 7.0.2 to 8.0.2
- [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.0.2/packages)

Updates `image` from 4.7.2 to 4.8.0
- [Changelog](https://github.com/brendan-duncan/image/blob/main/CHANGELOG.md)
- [Commits](https://github.com/brendan-duncan/image/commits/v4.8.0)

Updates `uuid` from 4.5.2 to 4.5.3
- [Release notes](https://github.com/Daegalus/dart-uuid/releases)
- [Changelog](https://github.com/daegalus/dart-uuid/blob/main/CHANGELOG.md)
- [Commits](daegalus/dart-uuid@4.5.2...4.5.3)

---
updated-dependencies:
- dependency-name: camera
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: dio
  dependency-version: 5.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: firebase_core
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: firebase_crashlytics
  dependency-version: 5.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: flutter_riverpod
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: flutter_svg
  dependency-version: 2.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: google_fonts
  dependency-version: 8.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: image
  dependency-version: 4.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: uuid
  dependency-version: 4.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/all-dependencies-a5433f1f3b branch from e63e850 to ff1ab06 Compare March 18, 2026 15:41
@dependabot @github

dependabot Bot commented on behalf of github Mar 25, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Mar 25, 2026
@dependabot dependabot Bot deleted the dependabot/pub/all-dependencies-a5433f1f3b branch March 25, 2026 15:42
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