-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Update SDK constraints and upgrade deps #1683
feat: Update SDK constraints and upgrade deps #1683
Conversation
No, melos should have constraints as well. There can be breaking changes between versions, it's not that different from any other dependency in this case. |
This comment was marked as off-topic.
This comment was marked as off-topic.
…onstraint implied
defa6f8
to
49244ff
Compare
So...I've also upgraded dependencies according to the constraint update, and all generated files are regenerated. I appreciate your input about this big change and will follow up if you want to separate these changes into smaller requests. |
|
Friendly ping @ookami-kb |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1683 +/- ##
==========================================
+ Coverage 77.64% 78.00% +0.35%
==========================================
Files 189 189
Lines 4259 4192 -67
==========================================
- Hits 3307 3270 -37
+ Misses 952 922 -30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@AlexV525 build is failing. |
Thanks for the trigger. I'll look into it soon. |
And one more thing I've noticed – for Other than that, everything LGTM, thanks for the PR! |
Locks are updated. |
The last test workflow seems failed because of a different version of Flutter. I've upgraded to 3.27.4. |
|
The missing |
packages/espressocash_app/lib/features/conversion_rates/data/jupiter_client.dart
Outdated
Show resolved
Hide resolved
packages/espressocash_app/lib/features/ramp/partners/kado/data/kado_api_client.dart
Outdated
Show resolved
Hide resolved
@AlexV525 merged, thank you! |
Changes
package:mews_pedantic
was upgraded from^0.26.0
to^0.27.0
to match the DCM version (v1.17.0). (See changelog)>=2.x.0 <3.0.0
to^3.0.0
sincepackage:mews_pedantic
implied. (See versions)package:analyzer
was constrained to>=5.4.0 <8.0.0
since the SDK constraint implied and no breaking changes to*Element
classes within the usages of packages (see versions). Some usages are deprecated and this request ignores them until we rebased to the next major version.package:source_gen
was constrained to">=1.4.0 <3.0.0"
since the SDK constraint implied and no breaking changes within the usages of packages. (See versions)package:source_helper
was upgraded to"^1.3.4"
since the SDK constraint implied. (See versions)package:solana
now allowspackage:decimal
v3 to be resolved.package:melos
was upgraded from3.0.0
to6.3.2
.Checklist