chore: upgrade deps #241

Open
malo wants to merge 12 commits from chore/upgrade-deps into master
26 changed files with 120 additions and 115 deletions
Showing only changes of commit 9cb8a93d9d - Show all commits

View File

@ -4,7 +4,6 @@ packages:
- "packages/**"
ignore:
- "packages/**/example"
- "packages/**/.dart_tool/**"
sdkPath: auto

View File

@ -32,14 +32,14 @@ dependencies:
wyatt_architecture:
path: "../"
flutter_bloc: ^8.1.1
get_it: ^7.2.0
flutter_bloc: ^9.1.1
get_it: ^8.0.3
hive: ^2.2.3
hive_flutter: ^1.1.0
equatable: ^2.0.5
stream_transform: ^2.1.0
bloc_concurrency: ^0.2.0
freezed_annotation: ^2.2.0
bloc_concurrency: ^0.3.0
freezed_annotation: ^3.0.0
json_annotation: ^4.7.0
wyatt_bloc_helper:
@ -55,7 +55,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.3.2
flutter_test: { sdk: flutter }
freezed: ^2.2.1
freezed: ^3.0.0-0.0.dev
hive_generator: ^2.0.0
json_serializable: ^6.5.4

View File

@ -30,12 +30,12 @@ dependencies:
flutter:
sdk: flutter
go_router: ^10.1.0
firebase_core: ^2.1.1
flutter_bloc: ^8.1.1
firebase_auth: ^4.2.0
go_router: ^15.1.2
firebase_core: ^3.13.1
flutter_bloc: ^9.1.1
firebase_auth: ^5.5.4
google_sign_in: ^6.1.4
get_it: ^7.2.0
get_it: ^8.0.3
wyatt_authentication_bloc:
path: "../"
@ -65,7 +65,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -12,11 +12,11 @@ environment:
dependencies:
flutter: { sdk: flutter }
crypto: ^3.0.3
flutter_bloc: ^8.1.3
flutter_bloc: ^9.1.1
equatable: ^2.0.5
firebase_auth: ^4.10.1
firebase_auth: ^5.5.4
google_sign_in: ^6.1.5
rxdart: ^0.27.7
rxdart: ^0.28.0
flutter_secure_storage: ^9.0.0
http: ^1.1.0
@ -34,7 +34,7 @@ dependencies:
dev_dependencies:
flutter_test: { sdk: flutter }
bloc_test: ^9.1.0
bloc_test: ^10.0.0
mocktail: ^1.0.0
wyatt_analysis:

View File

@ -35,7 +35,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
equatable: ^2.0.5
flutter_bloc: ^8.1.1
flutter_bloc: ^9.1.1
wyatt_bloc_helper:
path: ../
@ -49,7 +49,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.1
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -11,12 +11,12 @@ environment:
dependencies:
flutter: { sdk: flutter }
flutter_bloc: ^8.1.1
flutter_bloc: ^9.1.1
equatable: ^2.0.5
dev_dependencies:
flutter_test: { sdk: flutter }
bloc_test: ^9.1.0
bloc_test: ^10.0.0
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -32,7 +32,7 @@ dependencies:
wyatt_bloc_layout:
path: "../"
flutter_bloc: ^8.1.2
flutter_bloc: ^9.1.1
wyatt_bloc_helper:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -11,7 +11,7 @@ environment:
dependencies:
flutter: { sdk: flutter }
flutter_bloc: ^8.1.2
flutter_bloc: ^9.1.1
wyatt_bloc_helper:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -32,7 +32,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_bloc: ^9.1.1
wyatt_cloud_messaging_bloc_base:
path: ../
@ -40,7 +40,7 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
firebase_core: ^2.3.0
firebase_core: ^3.13.1
dev_dependencies:
flutter_test:
@ -56,7 +56,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -12,9 +12,9 @@ dependencies:
flutter:
sdk: flutter
equatable: ^2.0.5
firebase_messaging: ^14.1.1
flutter_bloc: ^8.1.1
rxdart: ^0.27.7
firebase_messaging: ^15.2.6
flutter_bloc: ^9.1.1
rxdart: ^0.28.0
wyatt_architecture:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -18,8 +18,8 @@ dependencies:
path: ^1.8.0
firebase_messaging: ^14.6.6
flutter_local_notifications: ^15.1.0+1
firebase_messaging: ^15.2.6
flutter_local_notifications: ^18.0.1
dev_dependencies:

View File

@ -10,8 +10,8 @@ environment:
dependencies:
build: ^2.3.1
source_gen: ^1.2.7
analyzer: ^6.2.0
source_gen: ^2.0.0
analyzer: ^7.4.5
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -8,89 +8,95 @@
// coverage:ignore-file
// ignore_for_file: no_leading_underscores_for_library_prefixes
import 'package:get_it/get_it.dart' as _i1;
import 'package:injectable/injectable.dart' as _i2;
import 'package:get_it/get_it.dart' as _i174;
import 'package:injectable/injectable.dart' as _i526;
import 'package:wyatt_continuous_deployment/src/core/injection/injectable.dart'
as _i21;
as _i899;
import 'package:wyatt_continuous_deployment/src/domain/entities/fastlane.dart'
as _i6;
as _i150;
import 'package:wyatt_continuous_deployment/src/domain/entities/flutter.dart'
as _i12;
as _i614;
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_android_config_usecase.dart'
as _i18;
as _i152;
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/get_ios_config_usecase.dart'
as _i19;
as _i592;
import 'package:wyatt_continuous_deployment/src/domain/usecases/config/init_config_usecase.dart'
as _i20;
as _i135;
import 'package:wyatt_continuous_deployment/src/domain/usecases/decrypt_keys/decrypt_keys_usecase.dart'
as _i5;
as _i589;
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_create_keychain_usecase.dart'
as _i7;
as _i835;
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_pilot_usecase.dart'
as _i8;
as _i942;
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_deploy_supply_usecase.dart'
as _i9;
as _i643;
import 'package:wyatt_continuous_deployment/src/domain/usecases/fastlane/fastlane_get_certificates_usecase.dart'
as _i10;
as _i886;
import 'package:wyatt_continuous_deployment/src/domain/usecases/find_last_ipa_file_usecase.dart'
as _i11;
as _i38;
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_app_bundle_usecase.dart'
as _i13;
as _i224;
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_ipa_usecase.dart'
as _i14;
as _i895;
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_build_xcarchive_usecase.dart'
as _i15;
as _i591;
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_clean_usecase.dart'
as _i16;
as _i355;
import 'package:wyatt_continuous_deployment/src/domain/usecases/flutter/flutter_pub_get_usecase.dart'
as _i17;
as _i574;
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_config_file_usecase.dart'
as _i3;
as _i652;
import 'package:wyatt_continuous_deployment/src/domain/usecases/requirements/check_tools_usecase.dart'
as _i4;
as _i677;
extension GetItInjectableX on _i1.GetIt {
extension GetItInjectableX on _i174.GetIt {
// initializes the registration of main-scope dependencies inside of GetIt
_i1.GetIt init({
_i174.GetIt init({
String? environment,
_i2.EnvironmentFilter? environmentFilter,
_i526.EnvironmentFilter? environmentFilter,
}) {
final gh = _i2.GetItHelper(
final gh = _i526.GetItHelper(
this,
environment,
environmentFilter,
);
final registerModule = _$RegisterModule();
gh.singleton<_i3.CheckConfigFileUsecase>(
const _i3.CheckConfigFileUsecase());
gh.singleton<_i4.CheckToolsUsecase>(const _i4.CheckToolsUsecase());
gh.singleton<_i5.DecryptKeysUsecase>(const _i5.DecryptKeysUsecase());
gh.lazySingleton<_i6.Fastlane>(() => registerModule.fastlane);
gh.singleton<_i7.FastlaneCreateKeychainUsecase>(
_i7.FastlaneCreateKeychainUsecase());
gh.singleton<_i8.FastlaneDeployPilotUsecase>(
_i8.FastlaneDeployPilotUsecase());
gh.singleton<_i9.FastlaneDeploySupplyUsecase>(
_i9.FastlaneDeploySupplyUsecase());
gh.singleton<_i10.FastlaneGetCertificateUsecase>(
_i10.FastlaneGetCertificateUsecase());
gh.singleton<_i11.FindLastIpaFileUsecase>(
const _i11.FindLastIpaFileUsecase());
gh.lazySingleton<_i12.Flutter>(() => registerModule.flutter);
gh.singleton<_i13.FlutterBuildAppBundleUsecase>(
const _i13.FlutterBuildAppBundleUsecase());
gh.singleton<_i14.FlutterBuildIpaUsecase>(
const _i14.FlutterBuildIpaUsecase());
gh.singleton<_i15.FlutterBuildXcarchiveUsecase>(
const _i15.FlutterBuildXcarchiveUsecase());
gh.singleton<_i16.FlutterCleanUsecase>(const _i16.FlutterCleanUsecase());
gh.singleton<_i17.FlutterPubGetUsecase>(const _i17.FlutterPubGetUsecase());
gh.singleton<_i18.GetAndroidConfigUsecase>(
const _i18.GetAndroidConfigUsecase());
gh.singleton<_i19.GetIosConfigUsecase>(const _i19.GetIosConfigUsecase());
gh.singleton<_i20.InitConfigUsecase>(const _i20.InitConfigUsecase());
gh.singleton<_i135.InitConfigUsecase>(
() => const _i135.InitConfigUsecase());
gh.singleton<_i152.GetAndroidConfigUsecase>(
() => const _i152.GetAndroidConfigUsecase());
gh.singleton<_i592.GetIosConfigUsecase>(
() => const _i592.GetIosConfigUsecase());
gh.singleton<_i677.CheckToolsUsecase>(
() => const _i677.CheckToolsUsecase());
gh.singleton<_i652.CheckConfigFileUsecase>(
() => const _i652.CheckConfigFileUsecase());
gh.singleton<_i38.FindLastIpaFileUsecase>(
() => const _i38.FindLastIpaFileUsecase());
gh.singleton<_i591.FlutterBuildXcarchiveUsecase>(
() => const _i591.FlutterBuildXcarchiveUsecase());
gh.singleton<_i355.FlutterCleanUsecase>(
() => const _i355.FlutterCleanUsecase());
gh.singleton<_i895.FlutterBuildIpaUsecase>(
() => const _i895.FlutterBuildIpaUsecase());
gh.singleton<_i224.FlutterBuildAppBundleUsecase>(
() => const _i224.FlutterBuildAppBundleUsecase());
gh.singleton<_i574.FlutterPubGetUsecase>(
() => const _i574.FlutterPubGetUsecase());
gh.singleton<_i886.FastlaneGetCertificateUsecase>(
() => _i886.FastlaneGetCertificateUsecase());
gh.singleton<_i835.FastlaneCreateKeychainUsecase>(
() => _i835.FastlaneCreateKeychainUsecase());
gh.singleton<_i942.FastlaneDeployPilotUsecase>(
() => _i942.FastlaneDeployPilotUsecase());
gh.singleton<_i643.FastlaneDeploySupplyUsecase>(
() => _i643.FastlaneDeploySupplyUsecase());
gh.singleton<_i589.DecryptKeysUsecase>(
() => const _i589.DecryptKeysUsecase());
gh.lazySingleton<_i614.Flutter>(() => registerModule.flutter);
gh.lazySingleton<_i150.Fastlane>(() => registerModule.fastlane);
return this;
}
}
class _$RegisterModule extends _i21.RegisterModule {}
class _$RegisterModule extends _i899.RegisterModule {}

View File

@ -10,13 +10,13 @@ environment:
dependencies:
args: ^2.4.2
bloc: ^8.1.3
bloc: ^9.0.0
checked_yaml: ^2.0.3
cli_completion: ^0.5.0
get_it: ^7.6.7
get_it: ^8.0.3
injectable: ^2.3.2
json_annotation: ^4.8.1
mason_logger: ^0.2.12
mason_logger: ^0.3.3
meta: ^1.12.0
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
@ -29,7 +29,7 @@ dependencies:
dev_dependencies:
build_runner: ^2.4.8
dart_code_linter: ^1.1.1
dart_code_linter: ^2.0.0
injectable_generator: ^2.4.1
json_serializable: ^6.7.1

View File

@ -31,9 +31,9 @@ dependencies:
sdk: flutter
equatable: ^2.0.5
firebase_core: ^2.22.0
cloud_firestore: ^4.13.0
flutter_bloc: ^8.1.3
firebase_core: ^3.13.1
cloud_firestore: ^5.6.8
flutter_bloc: ^9.1.1
wyatt_crud_bloc:
path: "../"
wyatt_crud_bloc_firestore:
@ -57,7 +57,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^5.0.0
json_serializable: ^6.7.1
build_runner: ^2.4.6

View File

@ -11,7 +11,7 @@ environment:
dependencies:
flutter: { sdk: flutter }
flutter_bloc: ^8.1.1
flutter_bloc: ^9.1.1
equatable: ^2.0.5
wyatt_architecture:
@ -21,11 +21,11 @@ dependencies:
wyatt_type_utils:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
version: ^0.0.5
rxdart: ^0.27.7
rxdart: ^0.28.0
dev_dependencies:
flutter_test: { sdk: flutter }
bloc_test: ^9.1.0
bloc_test: ^10.0.0
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.6.1

View File

@ -11,9 +11,9 @@ environment:
dependencies:
flutter: { sdk: flutter }
flutter_bloc: ^8.1.1
flutter_bloc: ^9.1.1
equatable: ^2.0.5
cloud_firestore: ^4.0.5
cloud_firestore: ^5.6.8
wyatt_architecture:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
@ -29,7 +29,7 @@ dependencies:
dev_dependencies:
flutter_test: { sdk: flutter }
bloc_test: ^9.1.0
bloc_test: ^10.0.0
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.6.1

View File

@ -30,7 +30,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
flutter_bloc: ^9.1.1
wyatt_form_bloc:
path: "../"
@ -47,7 +47,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^5.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

View File

@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.0
flutter_bloc: ^9.1.1
equatable: ^2.0.5
wyatt_architecture:

View File

@ -10,11 +10,11 @@ environment:
dependencies:
flutter: { sdk: flutter }
go_router: ^12.1.1
go_router: ^15.1.2
dev_dependencies:
flutter_test: { sdk: flutter }
dart_code_linter: ^1.1.1
dart_code_linter: ^2.0.0
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.6.1

View File

@ -12,12 +12,12 @@ dependencies:
collection: ^1.17.0
equatable: ^2.0.5
flutter: { sdk: flutter }
flutter_bloc: ^8.1.2
flutter_bloc: ^9.1.1
flutter_localizations: { sdk: flutter }
http: ^0.13.5
intl: ^0.18.0
intl: ^0.19.0
path: ^1.8.0
petitparser: ^5.1.0
petitparser: ^6.1.0
wyatt_architecture:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/

View File

@ -10,7 +10,7 @@ environment:
dependencies:
flutter: { sdk: flutter }
copy_with_extension: ^5.0.0
copy_with_extension: ^6.0.1
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1
@ -22,7 +22,7 @@ dev_dependencies:
version: ^2.5.0
build_runner: ^2.3.3
copy_with_extension_gen: ^5.0.0
copy_with_extension_gen: ^6.0.1
wyatt_component_copy_with_gen:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.0.1

View File

@ -13,10 +13,10 @@ dependencies:
wyatt_ui_kit:
path: "../"
flutter_bloc: ^8.1.2
flutter_bloc: ^9.1.1
flutter_localizations: { sdk: flutter }
gap: ^3.0.1
google_fonts: ^5.1.0
google_fonts: ^6.2.1
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -13,7 +13,7 @@ dependencies:
equatable: ^2.0.5
flutter: { sdk: flutter }
flutter_animate: ^4.2.0+1
flutter_bloc: ^8.1.2
flutter_bloc: ^9.1.1
gap: ^3.0.1
meta: ^1.8.0
wyatt_bloc_helper:

View File

@ -32,7 +32,7 @@ dependencies:
wyatt_ui_layout:
path: "../"
go_router: ^10.1.0
go_router: ^15.1.2
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub

View File

@ -4,4 +4,4 @@ environment:
sdk: '>=3.0.0 <4.0.0'
dev_dependencies:
melos: ^5.2.2
melos: ^6.3.2