Skip to content

chore(deps): bump the flutter-runtime group across 1 directory with 9 updates - #119

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-runtime-42dffb1862
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/flutter-runtime-42dffb1862

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown

Bumps the flutter-runtime group with 9 updates in the / directory:

Package From To
build_runner 2.15.1 2.16.1
dio 5.11.0 5.11.1
flutter_riverpod 3.4.2 3.4.3
go_router 18.0.0 18.0.1
go_router_builder 4.4.1 4.5.0
intl 0.20.2 0.20.3
wakelock_plus 1.5.2 1.8.0
package_info_plus 9.0.1 10.2.1
share_plus 12.0.1 13.3.0

Updates build_runner from 2.15.1 to 2.16.1

Release notes

Sourced from build_runner's releases.

package:build_runner v2.16.1

  • Clarify terminology: refer to .dart_tool/build/generated as the "artifact tree", and the normal output location as the "package path".
  • Reduce logged compile progress output for non-interactive builds, for example presubmits.
  • In serve and daemon modes, source files not involved in the build are no longer cached on read. They are re-read when requested.
  • Bug fix: make post-process output behavior match normal outputs: by default, rebuild if deleted or incorrect. Follow --keep-modified-outputs and --only-check.
  • Bug fix: in incremental builds, detect and delete conflicting outputs in the source directory rather than treating them as sources, which could cause builder dependency cycles and hangs; fix #5079.
  • Bug fix: restrict incompatible build output deletion to output packages; do not attempt to delete files in dependency packages.
  • Bug fix: do not invalidate retained package path outputs when conflicting artifact tree files appear; avoid unnecessary build step reruns.

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.

... (truncated)

Commits
  • 5e25e60 Release build, build_config, build_daemon, build_runner, build_test. (#5111)
  • 43c2bb7 Remove test-only PreviousBuild.fromFinishedBuildState. (#5109)
  • a6078a0 Use AssetFile for deletes. (#5108)
  • 3051007 Remove BuildState.isFile. (#5106)
  • da162e6 Do not invalidate retained package path outputs on artifact tree conflicts. (...
  • d51da7e Set default test timeout to 3m in build_runner/dart_test.yaml. (#5104)
  • 47aba81 [build_web_compilers] Standardize web app entrypoint selection (#5095)
  • f15a84e Restrict incompatibleBuildOutputsToDelete to outputPackages. (#5103)
  • 1a276c2 Clarify source/cache/visible/hidden. (#5096)
  • f5cc910 Improve BuildOutputReader; add BuildOutputReadResult. (#5101)
  • Additional commits viewable in compare view

Updates dio from 5.11.0 to 5.11.1

Release notes

Sourced from dio's releases.

dio 5.11.1

What's new

  • Fix response stream not propagating backpressure to the underlying socket. When a consumer paused the stream, the source subscription was never paused, so the network kept buffering response data into memory, risking OOM on constrained platforms.
  • Make the badCertificateCallback pinning test deterministic by pinning a fingerprint that cannot match the served certificate, instead of relying on badssl.com hosts serving different certificates.
  • Fix NoSuchMethodError when using a class that implements Interceptor instead of extends Interceptor. The interceptor pipeline was calling private dispatch methods that only exist on Interceptor subclasses, breaking any class using interface implementation.
Commits
  • 4684e29 🔖 dio v5.11.1
  • 96b10c7 🔖 web_adapter v2.2.2
  • 6d18c7c 🔖 http2_adapter v2.9.0
  • debe58c ✨ Deprecate misspelled handshakeTimout in favor of handshakeTimeout (#2595)
  • 6c1033e 🐛 Expose supportedProtocols on ConnectionManager to fix fallback for RFC-stri...
  • 6d39187 💚 Fail web test runs on the first failing compiler round (#2594)
  • a3238c3 fix(dio): support classes that implement Interceptor (#2591)
  • fd1cca0 fix(web): classify XHR timeout by connection phase (#2593)
  • 83fd107 💚 Adopt CI to Flutter 3.47 (#2592)
  • a553f46 Update README for clarity and remove star history (#2589)
  • Additional commits viewable in compare view

Updates flutter_riverpod from 3.4.2 to 3.4.3

Commits

Updates go_router from 18.0.0 to 18.0.1

Commits
  • 935d942 [go_router] Batch release (#12701)
  • cdd85c6 [camera_android_camerax] Update skills_lint to published version ^0.5.1 (#12684)
  • 7c01c0b [camera_android_camerax] Add presubmit sweep, cross-platform paths, and test ...
  • 1dd4366 [cupertino_ui, material_ui] Use range matchers instead of exact positions in ...
  • cd4cdd0 [material_ui] Add all M3 templates and generated code to `temporarily_exclude...
  • 9854cd5 [various] Update pigeon dev_dependency to ^27.3.2 (#12615)
  • 6bf42a8 [camera_android_camerax] Enforce CHANGELOG backticks and add eval commit auth...
  • ccd22e1 [material_ui] Prevent stale async suggestions in SearchAnchor (#12478)
  • 99719ff [go_router_builder] Support analyzer 14 (#12614)
  • 0d933e5 [cupertino_ui] Use super parameters in more places (#12459)
  • Additional commits viewable in compare view

Updates go_router_builder from 4.4.1 to 4.5.0

Commits
  • 0099ae1 [go_router_builder] Report duplicate route paths at build time (#12399)
  • 4ca43c3 [google_sign_in] PR 1/4 google_sign_in_ios SPM packaging (#12654)
  • 80da2cf [video_player_android] Report display size for anamorphic video (#12360)
  • 955fd5d [material_ui] Use super parameters in more places (#12460)
  • b99325b [material_ui] Add a README and placeholders for migrating gen_defaults templa...
  • e71317b [image_picker] Add native tests for image, metadata, photo-asset, and PHPicke...
  • 3f00bb1 [material_ui] Port routes_transition_test to material_ui (#12634)
  • e8889d8 [material_ui] Remove !chrome in text_field_test.dart (#12548)
  • 7a7912f [material_ui] Migrate AppBar M3 template to use new gen_defaults script (#12707)
  • 2e33644 [vector_graphics] Fix deprecation lints (#12702)
  • Additional commits viewable in compare view

Updates intl from 0.20.2 to 0.20.3

Release notes

Sourced from intl's releases.

package:intl v0.20.3

  • Updated the Turkish Lira (TRY) currency symbol in simpleCurrencySymbols from "TL" to "₺" (U+20BA). This ensures accuracy and alignment with the official symbol introduced in 2012.
  • Fix parsing of locale strings containing script codes in verifiedLocale. For example, zh-Hans-CN would have been previously parsed as zh, but is now parsed as zh_CN.
  • Update the Ghanaian Cedis (GHS) currency symbol in simpleCurrencySymbols from "GHS" to "GH₵(U+20B5)".
  • Update to CLDR v48.
  • Add @pragma('wasm:prefer-inline') to Intl methods that already have @pragma('vm:prefer-inline'), for the same reason: to help omit message descriptions from compiled output.
  • Update analysis to newest package:lints.
Commits

Updates wakelock_plus from 1.5.2 to 1.8.0

Commits
  • 4067d0b wakelock_plus, version 1.8.0. Addresses PR #148.
  • 5b141ec wakelock_plus_platform_interface, version 1.7.0. Addresses PR #148.
  • 0ac15a4 Merge pull request #148 from diegotori/flutter_3.47_upgrade
  • 2253718 Attempt at fixing broken Android example tests.
  • 3a8c6b4 Added tvOS support based off of PR #129.
  • 9a79c3e Modified .gitignore to account for AI agent local files.
  • 23972c1 Merge branch 'main' into flutter_3.47_upgrade
  • 73edb67 Merge pull request #147 from Harunn33/fix/ios-spm-platform-version
  • 7800a1b Upgraded pigeon to version 28.0.0 and regenerated them.
  • d269613 Merge branch 'main' into flutter_3.47_upgrade
  • Additional commits viewable in compare view

Updates package_info_plus from 9.0.1 to 10.2.1

Commits
  • 9336187 chore(release): prepare for release (#3928)
  • 4962175 fix(package_info_plus): raise Apple platform minimums in SPM manifests to mat...
  • 65ecfd0 chore(release): prepare for release (#3912)
  • 7d46a46 feat(package_info_plus): Updated Swift Package Manager setup for Flutter 3.44...
  • 479ef7d feat(package_info_plus): Add support of built-in Kotlin (#3894)
  • 40bb847 refactor(package_info_plus): change android gradle from groovy to kotlin (#3858)
  • 6427bc6 chore(release): prepare for release (#3805)
  • bed26b5 feat(package_info_plus): Lower requirements to Dart 3.10 and Flutter 3.38.1 (...
  • 6982a68 chore(release): prepare for release (#3793)
  • f0da4b9 feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 (#3760)
  • See full diff in compare view

Updates share_plus from 12.0.1 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

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

… updates

Bumps the flutter-runtime group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [build_runner](https://github.com/dart-lang/build) | `2.15.1` | `2.16.1` |
| [dio](https://github.com/cfug/dio) | `5.11.0` | `5.11.1` |
| [flutter_riverpod](https://github.com/rrousselGit/riverpod) | `3.4.2` | `3.4.3` |
| [go_router](https://github.com/flutter/packages/tree/main/packages) | `18.0.0` | `18.0.1` |
| [go_router_builder](https://github.com/flutter/packages/tree/main/packages) | `4.4.1` | `4.5.0` |
| [intl](https://github.com/dart-lang/i18n/tree/main/pkgs) | `0.20.2` | `0.20.3` |
| [wakelock_plus](https://github.com/fluttercommunity/wakelock_plus) | `1.5.2` | `1.8.0` |
| [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `9.0.1` | `10.2.1` |
| [share_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/share_plus) | `12.0.1` | `13.3.0` |



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

Updates `dio` from 5.11.0 to 5.11.1
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](cfug/dio@dio_v5.11.0...dio_v5.11.1)

Updates `flutter_riverpod` from 3.4.2 to 3.4.3
- [Commits](rrousselGit/riverpod@flutter_riverpod-v3.4.2...flutter_riverpod-v3.4.3)

Updates `go_router` from 18.0.0 to 18.0.1
- [Commits](https://github.com/flutter/packages/commits/go_router-v18.0.1/packages)

Updates `go_router_builder` from 4.4.1 to 4.5.0
- [Commits](https://github.com/flutter/packages/commits/go_router_builder-v4.5.0/packages)

Updates `intl` from 0.20.2 to 0.20.3
- [Release notes](https://github.com/dart-lang/i18n/releases)
- [Commits](https://github.com/dart-lang/i18n/commits/intl-v0.20.3/pkgs)

Updates `wakelock_plus` from 1.5.2 to 1.8.0
- [Commits](fluttercommunity/wakelock_plus@wakelock_plus_1.5.2...wakelock_plus_1.8.0)

Updates `package_info_plus` from 9.0.1 to 10.2.1
- [Release notes](https://github.com/fluttercommunity/plus_plugins/releases)
- [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v10.2.1/packages/package_info_plus)

Updates `share_plus` from 12.0.1 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)

---
updated-dependencies:
- dependency-name: build_runner
  dependency-version: 2.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-runtime
- dependency-name: dio
  dependency-version: 5.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-runtime
- dependency-name: flutter_riverpod
  dependency-version: 3.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-runtime
- dependency-name: go_router
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-runtime
- dependency-name: go_router_builder
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-runtime
- dependency-name: intl
  dependency-version: 0.20.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: flutter-runtime
- dependency-name: wakelock_plus
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: flutter-runtime
- dependency-name: package_info_plus
  dependency-version: 10.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-runtime
- dependency-name: share_plus
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: flutter-runtime
...

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 Sep 21, 2026
@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 25987cfc-623b-4900-831f-fa178066f938

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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