Skip to content

Commit ef8d3c3

Browse files
committed
upgrade deps and prepare new alpha
1 parent 0c5160b commit ef8d3c3

File tree

14 files changed

+45
-45
lines changed

14 files changed

+45
-45
lines changed

app/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: weblibre
22
description: "The Privacy-Focused & AI-Powered Research Browser"
33
publish_to: 'none'
44
resolution: workspace
5-
version: 0.9.29-alpha-3+32
5+
version: 0.9.29-alpha-4+32
66

77
environment:
88
sdk: '>=3.8.0 <4.0.0'
@@ -80,15 +80,15 @@ dependencies:
8080
timeago: ^3.7.1
8181
tor:
8282
path: ../packages/tor
83-
universal_io: ^2.2.2
83+
universal_io: ^2.3.1
8484
uri_to_file:
8585
git:
8686
url: https://github.com/FaFre/uri-to-file.git
8787
url_launcher: ^6.3.2
8888
uuid: ^4.5.2
8989

9090
dev_dependencies:
91-
build_runner: ^2.10.2
91+
build_runner: ^2.10.4
9292
copy_with_extension_gen: ^10.0.1
9393
custom_lint: ^0.8.1
9494
dependency_validator: ^5.0.3
@@ -97,7 +97,7 @@ dev_dependencies:
9797
flutter_test:
9898
sdk: flutter
9999
go_router_builder: ^4.1.1
100-
json_serializable: ^6.11.1
100+
json_serializable: ^6.11.2
101101
lint: ^2.8.0
102102
riverpod_generator: ^3.0.3
103103
riverpod_lint: ^3.0.3

packages/flutter_mozilla_components/android/src/main/kotlin/eu/weblibre/flutter_mozilla_components/pigeons/Gecko.g.kt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

@@ -60,7 +60,7 @@ private object GeckoPigeonUtils {
6060
}
6161
if (a is Map<*, *> && b is Map<*, *>) {
6262
return a.size == b.size && a.all {
63-
(b as Map<Any?, Any?>).containsKey(it.key) &&
63+
(b as Map<Any?, Any?>).contains(it.key) &&
6464
deepEquals(it.value, b[it.key])
6565
}
6666
}
@@ -2808,91 +2808,91 @@ private open class GeckoPigeonCodec : StandardMessageCodec() {
28082808
when (value) {
28092809
is RestoreLocation -> {
28102810
stream.write(129)
2811-
writeValue(stream, value.raw)
2811+
writeValue(stream, value.raw.toLong())
28122812
}
28132813
is IconType -> {
28142814
stream.write(130)
2815-
writeValue(stream, value.raw)
2815+
writeValue(stream, value.raw.toLong())
28162816
}
28172817
is IconSize -> {
28182818
stream.write(131)
2819-
writeValue(stream, value.raw)
2819+
writeValue(stream, value.raw.toLong())
28202820
}
28212821
is IconSource -> {
28222822
stream.write(132)
2823-
writeValue(stream, value.raw)
2823+
writeValue(stream, value.raw.toLong())
28242824
}
28252825
is CookieSameSiteStatus -> {
28262826
stream.write(133)
2827-
writeValue(stream, value.raw)
2827+
writeValue(stream, value.raw.toLong())
28282828
}
28292829
is VisitType -> {
28302830
stream.write(134)
2831-
writeValue(stream, value.raw)
2831+
writeValue(stream, value.raw.toLong())
28322832
}
28332833
is SelectionPattern -> {
28342834
stream.write(135)
2835-
writeValue(stream, value.raw)
2835+
writeValue(stream, value.raw.toLong())
28362836
}
28372837
is WebExtensionActionType -> {
28382838
stream.write(136)
2839-
writeValue(stream, value.raw)
2839+
writeValue(stream, value.raw.toLong())
28402840
}
28412841
is GeckoSuggestionType -> {
28422842
stream.write(137)
2843-
writeValue(stream, value.raw)
2843+
writeValue(stream, value.raw.toLong())
28442844
}
28452845
is TrackingProtectionPolicy -> {
28462846
stream.write(138)
2847-
writeValue(stream, value.raw)
2847+
writeValue(stream, value.raw.toLong())
28482848
}
28492849
is HttpsOnlyMode -> {
28502850
stream.write(139)
2851-
writeValue(stream, value.raw)
2851+
writeValue(stream, value.raw.toLong())
28522852
}
28532853
is QueryParameterStripping -> {
28542854
stream.write(140)
2855-
writeValue(stream, value.raw)
2855+
writeValue(stream, value.raw.toLong())
28562856
}
28572857
is BounceTrackingProtectionMode -> {
28582858
stream.write(141)
2859-
writeValue(stream, value.raw)
2859+
writeValue(stream, value.raw.toLong())
28602860
}
28612861
is ColorScheme -> {
28622862
stream.write(142)
2863-
writeValue(stream, value.raw)
2863+
writeValue(stream, value.raw.toLong())
28642864
}
28652865
is CookieBannerHandlingMode -> {
28662866
stream.write(143)
2867-
writeValue(stream, value.raw)
2867+
writeValue(stream, value.raw.toLong())
28682868
}
28692869
is WebContentIsolationStrategy -> {
28702870
stream.write(144)
2871-
writeValue(stream, value.raw)
2871+
writeValue(stream, value.raw.toLong())
28722872
}
28732873
is DohSettingsMode -> {
28742874
stream.write(145)
2875-
writeValue(stream, value.raw)
2875+
writeValue(stream, value.raw.toLong())
28762876
}
28772877
is DownloadStatus -> {
28782878
stream.write(146)
2879-
writeValue(stream, value.raw)
2879+
writeValue(stream, value.raw.toLong())
28802880
}
28812881
is LogLevel -> {
28822882
stream.write(147)
2883-
writeValue(stream, value.raw)
2883+
writeValue(stream, value.raw.toLong())
28842884
}
28852885
is GeckoFetchMethod -> {
28862886
stream.write(148)
2887-
writeValue(stream, value.raw)
2887+
writeValue(stream, value.raw.toLong())
28882888
}
28892889
is GeckoFetchRedircet -> {
28902890
stream.write(149)
2891-
writeValue(stream, value.raw)
2891+
writeValue(stream, value.raw.toLong())
28922892
}
28932893
is GeckoFetchCookiePolicy -> {
28942894
stream.write(150)
2895-
writeValue(stream, value.raw)
2895+
writeValue(stream, value.raw.toLong())
28962896
}
28972897
is TranslationOptions -> {
28982898
stream.write(151)

packages/flutter_mozilla_components/lib/src/pigeons/gecko.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), 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

packages/flutter_mozilla_components/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
2020
lint: ^2.8.0
21-
pigeon: ^26.1.0
21+
pigeon: ^26.1.2
2222

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

packages/locale_resolver/android/src/main/kotlin/eu/weblibre/locale_resolver/pigeons/Locales.g.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

@@ -57,7 +57,7 @@ private object LocalesPigeonUtils {
5757
}
5858
if (a is Map<*, *> && b is Map<*, *>) {
5959
return a.size == b.size && a.all {
60-
(b as Map<Any?, Any?>).containsKey(it.key) &&
60+
(b as Map<Any?, Any?>).contains(it.key) &&
6161
deepEquals(it.value, b[it.key])
6262
}
6363
}

packages/locale_resolver/lib/src/pigeons/locales.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), 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

packages/locale_resolver/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dev_dependencies:
1616
flutter_test:
1717
sdk: flutter
1818
lint: ^2.8.0
19-
pigeon: ^26.1.0
19+
pigeon: ^26.1.2
2020

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

packages/pluggable_transports_proxy/android/src/main/kotlin/eu/weblibre/pluggable_transports_proxy/pigeons/Proxy.g.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), do not edit directly.
22
// See also: https://pub.dev/packages/pigeon
33
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
44

@@ -75,7 +75,7 @@ private open class ProxyPigeonCodec : StandardMessageCodec() {
7575
when (value) {
7676
is ProxyType -> {
7777
stream.write(129)
78-
writeValue(stream, value.raw)
78+
writeValue(stream, value.raw.toLong())
7979
}
8080
else -> super.writeValue(stream, value)
8181
}

packages/pluggable_transports_proxy/lib/src/pigeons/proxy.g.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Autogenerated from Pigeon (v26.0.1), do not edit directly.
1+
// Autogenerated from Pigeon (v26.1.2), 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

packages/pluggable_transports_proxy/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ dependencies:
1616
socks5_proxy: ^2.1.1
1717

1818
dev_dependencies:
19-
build_runner: ^2.10.2
19+
build_runner: ^2.10.4
2020
flutter_test:
2121
sdk: flutter
22-
json_serializable: ^6.11.1
22+
json_serializable: ^6.11.2
2323
lint: ^2.8.0
24-
pigeon: ^26.1.0
24+
pigeon: ^26.1.2
2525

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

0 commit comments

Comments
 (0)