Skip to content

Commit

Permalink
fix(deps): update pub non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent ee41055 commit ad983a4
Show file tree
Hide file tree
Showing 22 changed files with 239 additions and 159 deletions.
40 changes: 24 additions & 16 deletions app/mobile/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ packages:
dependency: transitive
description:
name: anyhow
sha256: edee1f48becc39e059344740a34c45382e93f84354bfcfd65a6ac5f0453f28c7
sha256: "05e046d1f2cea2fb72e713429dbb8b02764c92a1df35a5b9220a62d41fa106fc"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.3.2"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -591,10 +591,10 @@ packages:
dependency: transitive
description:
name: flutter_svg
sha256: "7b4ca6cf3304575fe9c8ec64813c8d02ee41d2afe60bcfe0678bcb5375d596a2"
sha256: "936d9c1c010d3e234d1672574636f3352b4941ca3decaddd3cafaeb9ad49c471"
url: "https://pub.dev"
source: hosted
version: "2.0.10+1"
version: "2.0.15"
flutter_test:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -641,10 +641,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: "6f1b756f6e863259a99135ff3c95026c3cdca17d10ebef2bba2261a25ddc8bbc"
sha256: "8660b74171fafae4aa8202100fa2e55349e078281dadc73a241eb8e758534d9d"
url: "https://pub.dev"
source: hosted
version: "14.3.0"
version: "14.6.1"
go_router_builder:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -841,10 +841,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: df3eb3e0aed5c1107bb0fdb80a8e82e778114958b1c5ac5644fb1ac9cae8a998
sha256: da8d9ac8c4b1df253d1a328b7bf01ae77ef132833479ab40763334db13b91cce
url: "https://pub.dev"
source: hosted
version: "8.1.0"
version: "8.1.1"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1013,22 +1013,30 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.6.1"
rust:
dependency: transitive
description:
name: rust
sha256: a5331e469c289e104b2e58f8760ba59bde704aad1ee292a4c0ccc72c683f6135
url: "https://pub.dev"
source: hosted
version: "1.3.7"
rust_core:
dependency: transitive
description:
name: rust_core
sha256: "1a2d77ea819742dbc73e536baab052938c134b3cc72137460d0844a583cda7c2"
sha256: "39e893e58d66da796dab4001815891a11c3e0d2f2f83353362822ebd72b902dc"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.7"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
sha256: "746e5369a43170c25816cc472ee016d3a66bc13fcf430c0bc41ad7b4b2922051"
sha256: "95f9997ca1fb9799d494d0cb2a780fd7be075818d59f00c43832ed112b158a82"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.3"
shared_preferences_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1270,10 +1278,10 @@ packages:
dependency: transitive
description:
name: vector_graphics
sha256: "32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3"
sha256: "27d5fefe86fb9aace4a9f8375b56b3c292b64d8c04510df230f849850d912cb7"
url: "https://pub.dev"
source: hosted
version: "1.1.11+1"
version: "1.1.15"
vector_graphics_codec:
dependency: transitive
description:
Expand All @@ -1286,10 +1294,10 @@ packages:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: "12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81"
sha256: ab9ff38fc771e9ee1139320adbe3d18a60327370c218c60752068ebee4b49ab1
url: "https://pub.dev"
source: hosted
version: "1.1.11+1"
version: "1.1.15"
vector_math:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies:
flutter_hooks: 0.20.5
flutter_localizations:
sdk: flutter
go_router: 14.3.0
go_router: 14.6.1
hooks_riverpod: 2.6.1
intl: 0.19.0
isar:
Expand All @@ -63,10 +63,10 @@ dependencies:
isar_flutter_libs:
hosted: https://pub.isar-community.dev/
version: 4.0.3
package_info_plus: 8.1.0
package_info_plus: 8.1.1
path_provider: 2.1.5
riverpod_annotation: 2.6.1
shared_preferences: 2.3.2
shared_preferences: 2.3.3
url_launcher: 6.3.1

dependency_overrides:
Expand Down
16 changes: 12 additions & 4 deletions core/common/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: "direct main"
description:
name: anyhow
sha256: edee1f48becc39e059344740a34c45382e93f84354bfcfd65a6ac5f0453f28c7
sha256: "05e046d1f2cea2fb72e713429dbb8b02764c92a1df35a5b9220a62d41fa106fc"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.3.2"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -222,14 +222,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.4"
rust:
dependency: transitive
description:
name: rust
sha256: a5331e469c289e104b2e58f8760ba59bde704aad1ee292a4c0ccc72c683f6135
url: "https://pub.dev"
source: hosted
version: "1.3.7"
rust_core:
dependency: "direct main"
description:
name: rust_core
sha256: "1a2d77ea819742dbc73e536baab052938c134b3cc72137460d0844a583cda7c2"
sha256: "39e893e58d66da796dab4001815891a11c3e0d2f2f83353362822ebd72b902dc"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.7"
shelf:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions core/common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
sdk: 3.5.4

dependencies:
anyhow: 1.3.1
anyhow: 1.3.2
collection: 1.18.0
rust_core: 1.3.3
rust_core: 1.3.7
simple_logger: 1.10.0

dev_dependencies:
Expand Down
28 changes: 18 additions & 10 deletions core/designsystem/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ packages:
dependency: transitive
description:
name: anyhow
sha256: edee1f48becc39e059344740a34c45382e93f84354bfcfd65a6ac5f0453f28c7
sha256: "05e046d1f2cea2fb72e713429dbb8b02764c92a1df35a5b9220a62d41fa106fc"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.3.2"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -281,10 +281,10 @@ packages:
dependency: "direct main"
description:
name: flutter_svg
sha256: "1b7723a814d84fb65869ea7115cdb3ee7c3be5a27a755c1ec60e049f6b9fcbb2"
sha256: "936d9c1c010d3e234d1672574636f3352b4941ca3decaddd3cafaeb9ad49c471"
url: "https://pub.dev"
source: hosted
version: "2.0.11"
version: "2.0.15"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -554,14 +554,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.6.1"
rust:
dependency: transitive
description:
name: rust
sha256: a5331e469c289e104b2e58f8760ba59bde704aad1ee292a4c0ccc72c683f6135
url: "https://pub.dev"
source: hosted
version: "1.3.7"
rust_core:
dependency: transitive
description:
name: rust_core
sha256: "1a2d77ea819742dbc73e536baab052938c134b3cc72137460d0844a583cda7c2"
sha256: "39e893e58d66da796dab4001815891a11c3e0d2f2f83353362822ebd72b902dc"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.7"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -683,10 +691,10 @@ packages:
dependency: transitive
description:
name: vector_graphics
sha256: "32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3"
sha256: "27d5fefe86fb9aace4a9f8375b56b3c292b64d8c04510df230f849850d912cb7"
url: "https://pub.dev"
source: hosted
version: "1.1.11+1"
version: "1.1.15"
vector_graphics_codec:
dependency: transitive
description:
Expand All @@ -699,10 +707,10 @@ packages:
dependency: transitive
description:
name: vector_graphics_compiler
sha256: "12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81"
sha256: ab9ff38fc771e9ee1139320adbe3d18a60327370c218c60752068ebee4b49ab1
url: "https://pub.dev"
source: hosted
version: "1.1.11+1"
version: "1.1.15"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/designsystem/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter_adaptive_scaffold: 0.3.1
flutter_localizations:
sdk: flutter
flutter_svg: 2.0.11
flutter_svg: 2.0.15
gap: 3.0.1
intl: 0.19.0

Expand Down
20 changes: 14 additions & 6 deletions core/network/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ packages:
dependency: transitive
description:
name: anyhow
sha256: edee1f48becc39e059344740a34c45382e93f84354bfcfd65a6ac5f0453f28c7
sha256: "05e046d1f2cea2fb72e713429dbb8b02764c92a1df35a5b9220a62d41fa106fc"
url: "https://pub.dev"
source: hosted
version: "1.3.1"
version: "1.3.2"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -422,10 +422,10 @@ packages:
dependency: "direct dev"
description:
name: retrofit_generator
sha256: "93d7e6ec656de3d6c8c9b41faf23e50df5761d873a9aaf7531c0982606d1f887"
sha256: f76fdb2b66854690d5a332e7364d7561fc9dc2b3c924d7956ab8070495e21f6a
url: "https://pub.dev"
source: hosted
version: "9.1.4"
version: "9.1.5"
riverpod:
dependency: transitive
description:
Expand Down Expand Up @@ -458,14 +458,22 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.6.1"
rust:
dependency: transitive
description:
name: rust
sha256: a5331e469c289e104b2e58f8760ba59bde704aad1ee292a4c0ccc72c683f6135
url: "https://pub.dev"
source: hosted
version: "1.3.7"
rust_core:
dependency: transitive
description:
name: rust_core
sha256: "1a2d77ea819742dbc73e536baab052938c134b3cc72137460d0844a583cda7c2"
sha256: "39e893e58d66da796dab4001815891a11c3e0d2f2f83353362822ebd72b902dc"
url: "https://pub.dev"
source: hosted
version: "1.3.3"
version: "1.3.7"
shelf:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/network/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ dependencies:
dev_dependencies:
build_runner: 2.4.13
freezed: 2.5.7
retrofit_generator: 9.1.4
retrofit_generator: 9.1.5
riverpod_generator: 2.6.1
yumemi_lints: 2.2.0
4 changes: 2 additions & 2 deletions core/network_model/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ packages:
dependency: "direct dev"
description:
name: json_serializable
sha256: ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b
sha256: c2fcb3920cf2b6ae6845954186420fca40bc0a8abcc84903b7801f17d7050d7c
url: "https://pub.dev"
source: hosted
version: "6.8.0"
version: "6.9.0"
logging:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion core/network_model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies:
dev_dependencies:
build_runner: 2.4.13
freezed: 2.5.7
json_serializable: 6.8.0
json_serializable: 6.9.0
yumemi_lints: 2.2.0
Loading

0 comments on commit ad983a4

Please sign in to comment.