Batch dependency bumps (supersedes open dependabot PRs) - #1163
Open
hiroshihorie wants to merge 2 commits into
Open
Batch dependency bumps (supersedes open dependabot PRs)#1163hiroshihorie wants to merge 2 commits into
hiroshihorie wants to merge 2 commits into
Conversation
Consolidates the open dependabot PRs into one verified update. Lockfile only within existing constraints: connectivity_plus 7.3.1, dart_webrtc 1.8.1, synchronized 3.4.1+1, uuid 4.6.0. Constraint bump: device_info_plus to ^13.2.0, the SDK only reads stable fields (model, version, machine ids) which are unchanged in 13.x. The example app's dependency_overrides for CI Xcode compatibility are left untouched.
hiroshihorie
requested review from
cloudwebrtc and
xianshijing-lk
as code owners
August 8, 2026 11:32
device_info_plus 13.x requires Flutter 3.38.1, well above the SDK's declared minimum. A caret constraint on 13.x would make the package unresolvable for consumers on older toolchains, so allow both majors. The SDK's usage is compatible with both, and the lockfile still validates 13.2.0 in CI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Consolidates the open dependabot PRs (#1144, #1137, #1131, #1122, #1075) into one verified batch. Supersedes those PRs, they will auto close once this lands.
What is bumped
Lockfile only, within existing constraints:
flutter pub upgradeConstraint change:
utils.dart(model, version.release, systemVersion, utsname.machine, versionId, machineId), all unchanged in 13.x.What is deliberately not bumped
dependency_overrides(connectivity_plus < 7.1.0, device_info_plus < 12.4.0) stay in place. They exist for CI runner Xcode compatibility (chore: Fix example app build failures on CI #1048) and overrides win over the lib constraint, so the example still builds. Removing them is a separate cleanup once the CI Xcode is confirmed to support the newer Apple APIs.Verification
Full suite passes locally with the upgraded set (394 tests), analyze, format, import sorter, and version consistency all clean.
🤖 Generated with Claude Code