chore: upgrade deps and use pubspec.yaml for actions test#3108
Conversation
|
Can you explain the benefits of doing this? Because we haven't had any issues so far with the current setup (the CI fails from time to time when a new flutter version is out, but that is not a problem). Have you tested it? because you used In the
which is not the case in your PR. Also I don't see the point of using |
|
I've added cache management (I'm not sure if it's useful; we'll have to see how it works in practice).
I can provide the version without caret.
I run application but I don't build for prod
$ dart pub upgrade --tighten
[...]
Changed 51 constraints in pubspec.yaml:
async: ^2.10.0 -> ^2.13.1
clock: ^1.1.1 -> ^1.1.2
collection: ^1.17.0 -> ^1.19.1
connectivity_plus: ^7.0.0 -> ^7.1.1
cronet_http: ^1.3.1 -> ^1.8.0
crypto: ^3.0.3 -> ^3.0.7
cupertino_http: ^2.0.0 -> ^2.4.0
cupertino_icons: ^1.0.2 -> ^1.0.9
dartchess: ^0.12.0 -> ^0.12.3
deep_pick: ^1.0.0 -> ^1.1.0
device_info_plus: ^12.1.0 -> ^12.4.0
fast_immutable_collections: ^11.0.0 -> ^11.2.0
firebase_core: ^4.0.0 -> ^4.7.0
firebase_crashlytics: ^5.0.0 -> ^5.2.0
firebase_messaging: ^16.0.0 -> ^16.2.0
fl_chart: ^1.0.0 -> ^1.2.0
flutter_layout_grid: ^2.0.1 -> ^2.0.8
flutter_markdown: ^0.7.3+1 -> ^0.7.7+1
flutter_native_splash: ^2.3.5 -> ^2.4.7
flutter_riverpod: ^3.2.0 -> ^3.3.1
flutter_secure_storage: ^10.0.0-beta.4 -> ^10.0.0
flutter_slidable: ^4.0.0 -> ^4.0.3
flutter_spinkit: ^5.2.0 -> ^5.2.2
freezed_annotation: ^3.0.0 -> ^3.1.0
home_widget: ^0.9.0 -> ^0.9.1
http: ^1.1.0 -> ^1.6.0
image_picker: ^1.1.2 -> ^1.2.2
json_annotation: ^4.7.0 -> ^4.11.0
logging: ^1.1.0 -> ^1.3.0
meta: ^1.8.0 -> ^1.17.0
package_info_plus: ^9.0.0 -> ^9.0.1
path: ^1.8.2 -> ^1.9.1
pub_semver: ^2.1.4 -> ^2.2.0
share_plus: ^12.0.0 -> ^12.0.2
shared_preferences: ^2.1.0 -> ^2.5.5
sound_effect: ^0.1.1 -> ^0.1.3
sqflite: ^2.2.5 -> ^2.4.2+1
sqflite_common_ffi: ^2.2.3 -> ^2.4.0+3
stream_transform: ^2.1.0 -> ^2.1.1
url_launcher: ^6.1.9 -> ^6.3.2
visibility_detector: ^0.4.0 -> ^0.4.0+2
wakelock_plus: ^1.1.1 -> ^1.5.2
web_socket_channel: ^3.0.0 -> ^3.0.3
build_runner: ^2.3.2 -> ^2.15.0
fake_async: ^1.3.1 -> ^1.3.3
freezed: ^3.0.0 -> ^3.2.5
json_serializable: ^6.5.4 -> ^6.13.2
lint: ^2.0.1 -> ^2.8.0
mocktail: ^1.0.0 -> ^1.0.5
stream_channel: ^2.1.2 -> ^2.1.4
wakelock_plus_platform_interface: ^1.3.0 -> ^1.5.0What do you think about adding |
Yes it's fine. |
veloce
left a comment
There was a problem hiding this comment.
We can try the cache to see how it goes, but I need the asked changes before I can merge this. Thanks.
ba57b28 to
83e0914
Compare
dart pub upgrade --major-versionsanddart pub upgrade --tighten