Skip to content

Conversation

xsahil03x
Copy link
Member

@xsahil03x xsahil03x commented Sep 17, 2025

Fixes: #2368

This PR updates the following dependencies:

  • share_plus to ^12.0.0
  • connectivity_plus to ^7.0.0
  • device_info_plus to >=10.1.2 <13.0.0
  • package_info_plus to `^9.0.0

Summary by CodeRabbit

  • Chores
    • Upgraded underlying libraries for connectivity, device information, app/package info, and sharing to their latest major versions.
    • Improves compatibility with newer OS versions and devices.
    • Brings security and stability updates from upstream maintainers.
    • Prepares the app for future platform requirements and store policies.

Copy link
Contributor

coderabbitai bot commented Sep 17, 2025

Warning

Rate limit exceeded

@xsahil03x has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 18 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between a4d95a4 and ed18968.

📒 Files selected for processing (3)
  • melos.yaml (3 hunks)
  • packages/stream_chat_flutter/pubspec.yaml (1 hunks)
  • packages/stream_chat_flutter_core/pubspec.yaml (1 hunks)

Walkthrough

Dependency version constraints were updated across the monorepo: melos workspace bootstrap dependencies and specific package pubspecs. No source code, configuration logic, or control flow was modified beyond version ranges.

Changes

Cohort / File(s) Summary
Workspace bootstrap dependencies
melos.yaml
Bumped: connectivity_plus ^6.0.3 → ^7.0.0; device_info_plus >=10.1.2 <12.0.0 → >=10.1.2 <13.0.0; package_info_plus ^8.3.0 → ^9.0.0; share_plus ^11.0.0 → ^12.0.0
Core package deps
packages/stream_chat_flutter_core/pubspec.yaml
Bumped: connectivity_plus ^6.0.3 → ^7.0.0; device_info_plus >=10.1.2 <12.0.0 → >=10.1.2 <13.0.0; package_info_plus ^8.3.0 → ^9.0.0
UI package dep
packages/stream_chat_flutter/pubspec.yaml
Bumped: share_plus ^11.0.0 → ^12.0.0

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related issues

Suggested reviewers

  • renefloor

Poem

A rabbit hops through deps so bright,
Nudging pluses to a higher height.
No code to weave, no flow to mend—
Just versions fresh from end to end.
Thump-thump! The CI’s green delight. 🐇✨

Pre-merge checks and finishing touches and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "chore(repo): update dependencies" is concise, follows conventional commit style, and accurately summarizes the primary change of bumping multiple dependencies across the repo (melos.yaml and package pubspecs), so a reviewer scanning history can understand the main intent.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

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 and usage tips.

Copy link

codecov bot commented Sep 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 63.77%. Comparing base (741fa33) to head (ed18968).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2377   +/-   ##
=======================================
  Coverage   63.77%   63.77%           
=======================================
  Files         412      412           
  Lines       25824    25824           
=======================================
  Hits        16469    16469           
  Misses       9355     9355           

☔ View full report in Codecov by Sentry.
📢 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.

Base automatically changed from fix/analysis-and-tests to master September 17, 2025 13:36
This commit updates the following dependencies:
- `share_plus` to `^12.0.0`
- `connectivity_plus` to `^7.0.0`
- `device_info_plus` to `>=10.1.2 <13.0.0`
- `package_info_plus` to `^9.0.0`
…e_info_plus`, and `package_info_plus`

This commit updates the version constraints for the following dependencies:

- `share_plus`: Loosened from `^12.0.0` to `>=11.0.0 <13.0.0`.
- `connectivity_plus`: Loosened from `^7.0.0` to `>=6.0.3 <8.0.0`.
- `device_info_plus`: Loosened from `>=10.1.2 <13.0.0` to `>=11.0.0 <13.0.0`.
- `package_info_plus`: Loosened from `^9.0.0` to `>=8.3.0 <10.0.0`.

These changes provide greater flexibility in resolving dependency conflicts.
@xsahil03x xsahil03x merged commit 8853481 into master Sep 17, 2025
15 checks passed
@xsahil03x xsahil03x deleted the feat/bump-plus-deps branch September 17, 2025 13:52
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.

Upgrade share_plus to 12.x
2 participants