chore: bump graphql to 5.2.4 and graphql_flutter to 5.3.0#1511
Conversation
graphql 5.2.4: - fix: upgrade normalize dependency to be 0.10.0 compatible graphql_flutter 5.3.0 (minor bump due to dependency changes): - BREAKING: switched from `hive` to `hive_ce` - users importing `package:hive/hive.dart` directly should switch to `package:hive_ce/hive_ce.dart` - chore: update connectivity_plus from ^6.1.3 to ^7.0.0 - fix: update flutter_hooks constraint to <0.22.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR bumps package versions for graphql to 5.2.4 and graphql_flutter to 5.3.0. The graphql package receives a patch update to fix a dependency compatibility issue with the normalize package. The graphql_flutter package receives a minor version bump due to breaking changes (migration from hive to hive_ce) and dependency updates for connectivity_plus and flutter_hooks.
Key changes:
- Updated
graphqlpackage from 5.2.3 to 5.2.4 - Updated
graphql_flutterpackage from 5.2.1 to 5.3.0 - Updated
graphql_flutterdependency ongraphqlto ^5.2.4
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/graphql_flutter/pubspec.yaml | Bumped version to 5.3.0 and updated graphql dependency to ^5.2.4 |
| packages/graphql_flutter/changelog.json | Updated version metadata to v5.3.0 |
| packages/graphql/pubspec.yaml | Bumped version to 5.2.4 |
| packages/graphql/changelog.json | Updated version metadata to v5.2.4 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- actions/checkout@v2 → @v4 - subosito/flutter-action@v1 → @v2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1511 +/- ##
==========================================
- Coverage 66.64% 63.27% -3.37%
==========================================
Files 28 41 +13
Lines 1487 1868 +381
==========================================
+ Hits 991 1182 +191
- Misses 496 686 +190
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@vincenzopalazzo please |
- Remove bare `push:` trigger from release workflows that caused them to run on every push to every branch (they still run via workflow_run on main and on release events) - Add `force: true` to flutter publisher to avoid dependency resolution failures during dry runs - Replace deprecated codecov uploader script with codecov/codecov-action@v4 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
graphql 5.2.4:
graphql_flutter 5.3.0 (minor bump due to dependency changes):
hivetohive_ce- users importingpackage:hive/hive.dartdirectly should switch topackage:hive_ce/hive_ce.dart🤖 Generated with Claude Code
There are some simple steps to get your PR merged, that are the following:
1
Fixes #1506