Skip to content

Commit f4fc0c1

Browse files
chore(deps): consolidate compatible renovate updates
Co-authored-by: Robert Magnusson <robert-northmind@users.noreply.github.com>
1 parent 97c9437 commit f4fc0c1

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

.github/workflows/flutter_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
persist-credentials: false
5757

58-
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
58+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
5959
with:
6060
distribution: "zulu"
6161
java-version: "17"

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

example/android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.13.2" apply false
22-
id "org.jetbrains.kotlin.android" version "2.3.0" apply false
22+
id "org.jetbrains.kotlin.android" version "2.3.10" apply false
2323
}
2424

2525
include ":app"

example/pubspec.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ packages:
7777
dependency: transitive
7878
description:
7979
name: connectivity_plus
80-
sha256: "051849e2bd7c7b3bc5844ea0d096609ddc3a859890ec3a9ac4a65a2620cc1f99"
80+
sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c"
8181
url: "https://pub.dev"
8282
source: hosted
83-
version: "6.1.4"
83+
version: "7.0.0"
8484
connectivity_plus_platform_interface:
8585
dependency: transitive
8686
description:
@@ -209,10 +209,10 @@ packages:
209209
dependency: "direct dev"
210210
description:
211211
name: flutter_lints
212-
sha256: "5398f14efa795ffb7a33e9b6a08798b26a180edac4ad7db3f231e40f82ce11e1"
212+
sha256: "3105dc8492f6183fb076ccf1f351ac3d60564bff92e20bfc4af9cc1651f4e7e1"
213213
url: "https://pub.dev"
214214
source: hosted
215-
version: "5.0.0"
215+
version: "6.0.0"
216216
flutter_riverpod:
217217
dependency: "direct main"
218218
description:
@@ -307,10 +307,10 @@ packages:
307307
dependency: transitive
308308
description:
309309
name: lints
310-
sha256: c35bb79562d980e9a453fc715854e1ed39e24e7d0297a880ef54e17f9874a9d7
310+
sha256: "12f842a479589fea194fe5c5a3095abc7be0c1f2ddfa9a0e76aed1dbd26a87df"
311311
url: "https://pub.dev"
312312
source: hosted
313-
version: "5.1.1"
313+
version: "6.1.0"
314314
logging:
315315
dependency: transitive
316316
description:
@@ -323,10 +323,10 @@ packages:
323323
dependency: transitive
324324
description:
325325
name: matcher
326-
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
326+
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
327327
url: "https://pub.dev"
328328
source: hosted
329-
version: "0.12.18"
329+
version: "0.12.19"
330330
material_color_utilities:
331331
dependency: transitive
332332
description:
@@ -387,18 +387,18 @@ packages:
387387
dependency: transitive
388388
description:
389389
name: package_info_plus
390-
sha256: "7976bfe4c583170d6cdc7077e3237560b364149fcd268b5f53d95a991963b191"
390+
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
391391
url: "https://pub.dev"
392392
source: hosted
393-
version: "8.3.0"
393+
version: "9.0.0"
394394
package_info_plus_platform_interface:
395395
dependency: transitive
396396
description:
397397
name: package_info_plus_platform_interface
398-
sha256: "6c935fb612dff8e3cc9632c2b301720c77450a126114126ffaafe28d2e87956c"
398+
sha256: "202a487f08836a592a6bd4f901ac69b3a8f146af552bbd14407b6b41e1c3f086"
399399
url: "https://pub.dev"
400400
source: hosted
401-
version: "3.2.0"
401+
version: "3.2.1"
402402
path:
403403
dependency: transitive
404404
description:
@@ -688,26 +688,26 @@ packages:
688688
dependency: transitive
689689
description:
690690
name: test
691-
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
691+
sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7"
692692
url: "https://pub.dev"
693693
source: hosted
694-
version: "1.29.0"
694+
version: "1.30.0"
695695
test_api:
696696
dependency: transitive
697697
description:
698698
name: test_api
699-
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
699+
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
700700
url: "https://pub.dev"
701701
source: hosted
702-
version: "0.7.9"
702+
version: "0.7.10"
703703
test_core:
704704
dependency: transitive
705705
description:
706706
name: test_core
707-
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
707+
sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51"
708708
url: "https://pub.dev"
709709
source: hosted
710-
version: "0.6.15"
710+
version: "0.6.16"
711711
typed_data:
712712
dependency: transitive
713713
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dev_dependencies:
3636
# activated in the `analysis_options.yaml` file located at the root of your
3737
# package. See that file for information about deactivating specific lint
3838
# rules and activating additional ones.
39-
flutter_lints: ^5.0.0
39+
flutter_lints: ^6.0.0
4040

4141
# For information on the generic Dart part of this file, see the
4242
# following page: https://dart.dev/tools/pub/pubspec

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
flutter: ">=3.0.0"
1010

1111
dependencies:
12-
connectivity_plus: ^6.1.2
12+
connectivity_plus: ^7.0.0
1313
dartypod: ^0.2.0
1414
device_info_plus: ^12.3.0
1515
equatable: ^2.0.8
@@ -18,7 +18,7 @@ dependencies:
1818
sdk: flutter
1919
http: ^1.2.2
2020
opentelemetry: ^0.18.10
21-
package_info_plus: ^8.0.1
21+
package_info_plus: ^9.0.0
2222
path_provider: ^2.1.5
2323
plugin_platform_interface: ^2.0.2
2424
shared_preferences: ^2.3.3
@@ -27,7 +27,7 @@ dependencies:
2727
dev_dependencies:
2828
build_runner: ^2.4.8
2929
fake_async: ^1.3.1
30-
flutter_lints: ^5.0.0
30+
flutter_lints: ^6.0.0
3131
flutter_test:
3232
sdk: flutter
3333
mocktail: ^1.0.3

0 commit comments

Comments
 (0)