chore: bump graphql to 5.2.4 and graphql_flutter to 5.3.0#1511
chore: bump graphql to 5.2.4 and graphql_flutter to 5.3.0#1511vincenzopalazzo wants to merge 2 commits intomainfrom
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.19% -3.45%
==========================================
Files 28 41 +13
Lines 1487 1864 +377
==========================================
+ Hits 991 1178 +187
- Misses 496 686 +190 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@vincenzopalazzo please |
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