chore: update dependencies to latest major versions#8
Conversation
- Upgraded sdk constraints to '>=3.8.0 <4.0.0' - Upgraded packages and dependencies using 'flutter pub upgrade --major-versions' - Resolved dependency issues across all pubspec.yaml files Co-authored-by: gsmlg <[email protected]>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Upgraded sdk constraints to '>=3.8.0 <4.0.0' - Upgraded packages and dependencies using 'flutter pub upgrade --major-versions' - Fixed github workflow flutter versions to 3.29.0 to support the new SDK constraint. Co-authored-by: gsmlg <[email protected]>
- Upgraded sdk constraints to '>=3.8.0 <4.0.0' - Upgraded packages and dependencies using 'flutter pub upgrade --major-versions' - Removed pinned flutter-version from github actions to always use the latest stable version and resolve the version constraint issue. Co-authored-by: gsmlg <[email protected]>
- Upgraded sdk constraints to '>=3.8.0 <4.0.0' - Upgraded packages and dependencies using 'flutter pub upgrade --major-versions' - Removed pinned flutter-version from github actions to always use the latest stable version and resolve the version constraint issue. - Fixed `flutter analyze` by using `melos exec` directly rather than the Github Action `dart-analyzer`, which was resolving incorrectly. Co-authored-by: gsmlg <[email protected]>
- Replaced wildcard paths (`packages/*`, `examples/*`) with explicit paths in `melos.yaml`. - Updated GitHub Actions to run the `dart format . --set-exit-if-changed` format task using `melos exec` properly without relying on outdated melos.yaml script entries. Co-authored-by: gsmlg <[email protected]>
chore: update dependencies to latest major versions
PR created automatically by Jules for task 15040706413084740963 started by @gsmlg