Skip to content

Commit 1b7f571

Browse files
committed
deps: Upgrade packages to latest, namely pigeon, lints, flutter_lints
This is the result of `tools/upgrade pod-major`. All of these are dev-only dependencies, so what you see is what you get. The only effect of the `pigeon` upgrade is the changes below (which are only in comments noting the version itself); and given that the `lints` and `flutter_lints` upgrades don't cause the analyzer to complain, there's nothing else they could do to break things. Looking at changelogs, the linter upgrades add and remove some lints to the list, and the Pigeon upgrade has a breaking change for Swift. Changelogs: https://pub.dev/packages/pigeon/changelog https://pub.dev/packages/lints/changelog https://pub.dev/packages/flutter_lints/changelog
1 parent bb4ea62 commit 1b7f571

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

android/app/src/main/kotlin/com/zulip/flutter/Notifications.g.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v18.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v19.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

lib/host/android_notifications.g.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v18.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v19.0.0), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
// ignore_for_file: public_member_api_docs, non_constant_identifier_names, avoid_as, unused_import, unnecessary_parenthesis, prefer_null_aware_operators, omit_local_variable_types, unused_shown_name, unnecessary_import, no_leading_underscores_for_local_identifiers
44

pubspec.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,10 @@ packages:
436436
dependency: "direct dev"
437437
description:
438438
name: flutter_lints
439-
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
439+
sha256: "3f41d009ba7172d5ff9be5f6e6e6abb4300e263aab8866d2a0842ed2a70f8f0c"
440440
url: "https://pub.dev"
441441
source: hosted
442-
version: "3.0.2"
442+
version: "4.0.0"
443443
flutter_local_notifications:
444444
dependency: "direct main"
445445
description:
@@ -685,10 +685,10 @@ packages:
685685
dependency: transitive
686686
description:
687687
name: lints
688-
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
688+
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
689689
url: "https://pub.dev"
690690
source: hosted
691-
version: "3.0.0"
691+
version: "4.0.0"
692692
logging:
693693
dependency: transitive
694694
description:
@@ -845,10 +845,10 @@ packages:
845845
dependency: "direct dev"
846846
description:
847847
name: pigeon
848-
sha256: "20fe4dc59f7f9b8070f8732783fdb474d3d4dcd7674a3252230ec4d4f7070ae3"
848+
sha256: "0f703377350033c955f63d3cd904a18cab42002b4a46d20348553730d65426b1"
849849
url: "https://pub.dev"
850850
source: hosted
851-
version: "18.0.1"
851+
version: "19.0.0"
852852
platform:
853853
dependency: transitive
854854
description:

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ dev_dependencies:
8080
clock: ^1.1.1
8181
drift_dev: ^2.5.2
8282
fake_async: ^1.3.1
83-
flutter_lints: ^3.0.0
83+
flutter_lints: ^4.0.0
8484
json_serializable: ^6.5.4
85-
pigeon: ^18.0.0
85+
pigeon: ^19.0.0
8686
plugin_platform_interface: ^2.1.8
8787
stack_trace: ^1.11.1
8888
test: ^1.23.1

0 commit comments

Comments
 (0)