Skip to content

refactor: Bump package_info_plus from 9.0.1 to 10.2.1 in /packages/flutter#1156

Merged
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:refactor/package_info_plus-10.2.1
Jul 17, 2026
Merged

refactor: Bump package_info_plus from 9.0.1 to 10.2.1 in /packages/flutter#1156
mtrezza merged 1 commit into
parse-community:masterfrom
mtrezza:refactor/package_info_plus-10.2.1

Conversation

@mtrezza

@mtrezza mtrezza commented Jul 16, 2026

Copy link
Copy Markdown
Member

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

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 the appName, version, and packageName fields, all of which are unchanged in v10. flutter pub get resolves package_info_plus to 10.2.1 under Dart 3.10, and dart pub publish --dry-run validates the pubspec with the new constraint.

Summary by CodeRabbit

  • Chores
    • Updated package compatibility to support newer versions of the Flutter SDK.

@parse-github-assistant

Copy link
Copy Markdown

🚀 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

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

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.

@coderabbitai

coderabbitai Bot commented Jul 16, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2b285b10-9b33-4803-a288-acf8901a9338

📥 Commits

Reviewing files that changed from the base of the PR and between 4baa3ea and 22a5bf2.

📒 Files selected for processing (1)
  • packages/flutter/pubspec.yaml

📝 Walkthrough

Walkthrough

The Flutter package manifest widens the package_info_plus dependency constraint from <10.0.0 to <11.0.0, without changing other dependency entries or configuration.

Changes

Dependency Constraint Update

Layer / File(s) Summary
Widen package_info_plus constraint
packages/flutter/pubspec.yaml
The dependency range changes from >=5.0.1 <10.0.0 to >=5.0.1 <11.0.0.

Estimated code review effort: 1 (Trivial) | ~2 minutes

🚥 Pre-merge checks | ✅ 7
✅ Passed checks (7 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the change and uses an allowed prefix, clearly describing the package_info_plus bump.
Description check ✅ Passed The description is mostly complete and explains the issue, approach, and impact, even though the template headings are not followed exactly.
Linked Issues check ✅ Passed The PR satisfies #1150 by upgrading package_info_plus to 10.2.1 and widening the pubspec constraint accordingly.
Out of Scope Changes check ✅ Passed Only the dependency constraint was changed, so there are no clear out-of-scope edits.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed Only a pubspec range bump; GitHub Advisory Database shows 0 advisories for package_info_plus, and no code paths changed.
Engage In Review Feedback ✅ Passed PR shows no reviews or feedback comments; only Dependabot bot activity, so there was nothing to ignore or resolve.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@codecov

codecov Bot commented Jul 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 44.42%. Comparing base (4baa3ea) to head (22a5bf2).
⚠️ Report is 5 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza

mtrezza commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai full review

1 similar comment
@mtrezza

mtrezza commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
✅ Action performed

Full review finished.

@mtrezza
mtrezza merged commit cc7f6c7 into parse-community:master Jul 17, 2026
11 of 13 checks passed
@mtrezza
mtrezza deleted the refactor/package_info_plus-10.2.1 branch July 17, 2026 13:53
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.

1 participant