refactor: Bump package_info_plus from 9.0.1 to 10.2.1 in /packages/flutter#1156
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. Tip
Note Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect. Caution Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement. Our CI and AI review are safeguards, not development tools. If many issues are flagged, rethink your development approach. Invest more effort in planning and design rather than using review cycles to fix low-quality code. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Flutter package manifest widens the ChangesDependency Constraint Update
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 7✅ Passed checks (7 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1156 +/- ##
=======================================
Coverage 44.42% 44.42%
=======================================
Files 62 62
Lines 3730 3730
=======================================
Hits 1657 1657
Misses 2073 2073 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@coderabbitai full review |
1 similar comment
|
@coderabbitai full review |
✅ Action performedFull review finished. |
Bumps package_info_plus from 9.0.1 to 10.2.1 in
/packages/flutter.Replaces the Dependabot PR with a
refactor:prefix (routine dependency upgrade, no release trigger).Closes #1150
Superseded Dependabot PR #1146 (already closed by Dependabot as superseded by #1150).
Changes
win32from 5.15.0 to 6.0.0 and raised platform/toolchain minimums (initially Dart 3.11 / Flutter 3.41.6, min iOS 13.0, min macOS 10.15). See feat(package_info_plus)!: Bump win32 from 5.15.0 to 6.0.0 fluttercommunity/plus_plugins#3760.environment(sdk: ">=3.10.0",flutter: ">=3.38.0").This only widens the allowed version range (
">=5.0.1 <10.0.0"->">=5.0.1 <11.0.0"), matching the existing range-based constraint style used throughout this published-library manifest.Breaking Changes
None affecting this SDK. The v10 major consists of platform/toolchain requirement bumps (win32, Android Gradle/Kotlin, iOS/macOS/Dart/Flutter minimums). The public Dart API used by this SDK is unchanged.
Code Changes Required
None -- drop-in replacement. This SDK's only usage is in
packages/flutter/lib/parse_server_sdk_flutter.dart:PackageInfo.fromPlatform()and theappName,version, andpackageNamefields, all of which are unchanged in v10.flutter pub getresolvespackage_info_plusto 10.2.1 under Dart 3.10, anddart pub publish --dry-runvalidates the pubspec with the new constraint.Summary by CodeRabbit