Skip to content

fix(deps): update dependency package_info_plus to v9#123

Closed
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/package_info_plus-9.x
Closed

fix(deps): update dependency package_info_plus to v9#123
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/package_info_plus-9.x

Conversation

@renovate-sh-app
Copy link
Copy Markdown

@renovate-sh-app renovate-sh-app bot commented Jan 13, 2026

This PR contains the following updates:

Package Type Update Change
package_info_plus (source) dependencies major ^8.0.19.0.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fluttercommunity/plus_plugins (package_info_plus)

v9.0.0

Compare Source

Note: This release has breaking changes.

On Android plugin now requires the following:

  • Android Gradle Plugin >=8.12.1
  • Gradle wrapper >=8.13
  • Kotlin 2.2.0
  • DOCS(all): replace MacOS by macOS in package READMEs (#​3658). (72b6234c)
  • BREAKING FEAT(package_info_plus): Change Android compile SDK, update Android build config (#​3674). (78c2b742)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/package_info_plus-9.x branch 2 times, most recently from 3cfa35b to f436662 Compare January 28, 2026 12:19
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is ON. A Cloud Agent has been kicked off to fix the reported issue.

http: ^1.2.2
opentelemetry: ^0.18.10
package_info_plus: ^8.0.1
package_info_plus: 9.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing caret in version constraint breaks consistency

Low Severity

The package_info_plus version constraint changed from ^8.0.1 to 9.0.0, dropping the caret (^). All other dependencies in this file use caret notation (e.g., ^6.1.2, ^12.3.0). Without the caret, this pins to exactly version 9.0.0 and won't receive patch updates like 9.0.1 or 9.0.2 that may contain bug fixes or security patches. The expected version constraint is likely ^9.0.0.

Fix in Cursor Fix in Web

@cursor
Copy link
Copy Markdown

cursor bot commented Jan 28, 2026

Bugbot Autofix prepared a fix for the bug found in the latest run.

  • ✅ Fixed: Missing caret in version constraint breaks consistency
    • Added the missing caret to package_info_plus: ^9.0.0 to match the caret notation used by all other dependencies in the pubspec.yaml file.

Create PR

Or push these changes by commenting:

@cursor push f8dd627519
Preview (f8dd627519)
diff --git a/pubspec.yaml b/pubspec.yaml
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -17,7 +17,7 @@ dependencies:
     sdk: flutter
   http: ^1.2.2
   opentelemetry: ^0.18.10
-  package_info_plus: 9.0.0
+  package_info_plus: ^9.0.0
   path_provider: ^2.1.5
   plugin_platform_interface: ^2.0.2
   shared_preferences: ^2.3.3

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/package_info_plus-9.x branch 5 times, most recently from 4b6e235 to 474a605 Compare February 4, 2026 12:13
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/package_info_plus-9.x branch 2 times, most recently from de4b30b to 90b9908 Compare February 9, 2026 13:23
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/package_info_plus-9.x branch 9 times, most recently from deb19bd to ea21b3d Compare March 9, 2026 13:16
| datasource | package           | from  | to    |
| ---------- | ----------------- | ----- | ----- |
| dart       | package_info_plus | 8.3.1 | 9.0.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/package_info_plus-9.x branch from ea21b3d to 168604a Compare March 9, 2026 16:16
@robert-northmind robert-northmind mentioned this pull request Mar 9, 2026
10 tasks
@robert-northmind
Copy link
Copy Markdown
Collaborator

Closing since this PR is managed by this one instead: #169

robert-northmind added a commit that referenced this pull request Mar 10, 2026
<!-- CURSOR_AGENT_PR_BODY_BEGIN -->
## Description

Consolidates compatible Renovate dependency updates into a single PR,
prioritizing stability for a published Flutter plugin. This includes
updating key plugin dependencies and development tooling while deferring
higher-risk upgrades.

## Related Issue(s)

Fixes #120, #122, #123, #127, #130, #142

## Type of Change

- [ ] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ] 🚀 New feature (non-breaking change which adds functionality)
- [ ] 💥 Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 📝 Documentation
- [ ] 📈 Performance improvement
- [ ] 🏗️ Code refactoring
- [x] 🧹 Chore / Housekeeping

## Checklist

- [ ] I have made corresponding changes to the documentation
- [x] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have updated the CHANGELOG.md under the "Unreleased" section

## Screenshots (if applicable)

## Additional Notes

This PR consolidates several Renovate dependency updates, carefully
selecting those compatible with the current Flutter stable toolchain and
the constraints of a published plugin.

Specifically:
*   Updated `connectivity_plus` to `7.0.0`
*   Updated `package_info_plus` to `9.0.0`
* Updated repo-only tooling: `flutter_lints` to `6.0.0`, Kotlin plugin
to `2.3.10`, Gradle wrapper to `8.14.4`, and `actions/setup-java` to
`v5.2.0`.

The AGP 9 / app plugin 9 path (related to Renovate PRs #121, #124, #125)
has been deferred due to its higher risk for a plugin repo and existing
compatibility issues in the example app requiring a further Gradle
upgrade (9.3.1) which is not yet needed for the current dependency set.

Extensive verification was performed, including `flutter analyze`,
`flutter test`, `dart tool/pre_release_check.dart`, and an `flutter
build apk` of the example app.

---
<p><a
href="https://cursor.com/agents/bc-e054265d-c10f-4ee8-8011-617e26b382ab"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-web-light.png"><img
alt="Open in Web" width="114" height="28"
src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a>&nbsp;<a
href="https://cursor.com/background-agent?bcId=bc-e054265d-c10f-4ee8-8011-617e26b382ab"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source
media="(prefers-color-scheme: light)"
srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img
alt="Open in Cursor" width="131" height="28"
src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a>&nbsp;</p>


<!-- CURSOR_AGENT_PR_BODY_END -->

---------

Co-authored-by: Robert Magnusson <robert-northmind@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot deleted the renovate/package_info_plus-9.x branch March 10, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant