upgrade deps and prepare new alpha

This commit is contained in:
Fabian Freund
2025-11-21 06:20:54 +01:00
parent 0c5160bf02
commit ef8d3c35fc
14 changed files with 45 additions and 45 deletions
+4 -4
View File
@@ -2,7 +2,7 @@ name: weblibre
description: "The Privacy-Focused & AI-Powered Research Browser" description: "The Privacy-Focused & AI-Powered Research Browser"
publish_to: 'none' publish_to: 'none'
resolution: workspace resolution: workspace
version: 0.9.29-alpha-3+32 version: 0.9.29-alpha-4+32
environment: environment:
sdk: '>=3.8.0 <4.0.0' sdk: '>=3.8.0 <4.0.0'
@@ -80,7 +80,7 @@ dependencies:
timeago: ^3.7.1 timeago: ^3.7.1
tor: tor:
path: ../packages/tor path: ../packages/tor
universal_io: ^2.2.2 universal_io: ^2.3.1
uri_to_file: uri_to_file:
git: git:
url: https://github.com/FaFre/uri-to-file.git url: https://github.com/FaFre/uri-to-file.git
@@ -88,7 +88,7 @@ dependencies:
uuid: ^4.5.2 uuid: ^4.5.2
dev_dependencies: dev_dependencies:
build_runner: ^2.10.2 build_runner: ^2.10.4
copy_with_extension_gen: ^10.0.1 copy_with_extension_gen: ^10.0.1
custom_lint: ^0.8.1 custom_lint: ^0.8.1
dependency_validator: ^5.0.3 dependency_validator: ^5.0.3
@@ -97,7 +97,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
go_router_builder: ^4.1.1 go_router_builder: ^4.1.1
json_serializable: ^6.11.1 json_serializable: ^6.11.2
lint: ^2.8.0 lint: ^2.8.0
riverpod_generator: ^3.0.3 riverpod_generator: ^3.0.3
riverpod_lint: ^3.0.3 riverpod_lint: ^3.0.3
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass") @file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
@@ -60,7 +60,7 @@ private object GeckoPigeonUtils {
} }
if (a is Map<*, *> && b is Map<*, *>) { if (a is Map<*, *> && b is Map<*, *>) {
return a.size == b.size && a.all { return a.size == b.size && a.all {
(b as Map<Any?, Any?>).containsKey(it.key) && (b as Map<Any?, Any?>).contains(it.key) &&
deepEquals(it.value, b[it.key]) deepEquals(it.value, b[it.key])
} }
} }
@@ -2808,91 +2808,91 @@ private open class GeckoPigeonCodec : StandardMessageCodec() {
when (value) { when (value) {
is RestoreLocation -> { is RestoreLocation -> {
stream.write(129) stream.write(129)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is IconType -> { is IconType -> {
stream.write(130) stream.write(130)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is IconSize -> { is IconSize -> {
stream.write(131) stream.write(131)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is IconSource -> { is IconSource -> {
stream.write(132) stream.write(132)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is CookieSameSiteStatus -> { is CookieSameSiteStatus -> {
stream.write(133) stream.write(133)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is VisitType -> { is VisitType -> {
stream.write(134) stream.write(134)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is SelectionPattern -> { is SelectionPattern -> {
stream.write(135) stream.write(135)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is WebExtensionActionType -> { is WebExtensionActionType -> {
stream.write(136) stream.write(136)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is GeckoSuggestionType -> { is GeckoSuggestionType -> {
stream.write(137) stream.write(137)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is TrackingProtectionPolicy -> { is TrackingProtectionPolicy -> {
stream.write(138) stream.write(138)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is HttpsOnlyMode -> { is HttpsOnlyMode -> {
stream.write(139) stream.write(139)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is QueryParameterStripping -> { is QueryParameterStripping -> {
stream.write(140) stream.write(140)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is BounceTrackingProtectionMode -> { is BounceTrackingProtectionMode -> {
stream.write(141) stream.write(141)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is ColorScheme -> { is ColorScheme -> {
stream.write(142) stream.write(142)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is CookieBannerHandlingMode -> { is CookieBannerHandlingMode -> {
stream.write(143) stream.write(143)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is WebContentIsolationStrategy -> { is WebContentIsolationStrategy -> {
stream.write(144) stream.write(144)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is DohSettingsMode -> { is DohSettingsMode -> {
stream.write(145) stream.write(145)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is DownloadStatus -> { is DownloadStatus -> {
stream.write(146) stream.write(146)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is LogLevel -> { is LogLevel -> {
stream.write(147) stream.write(147)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is GeckoFetchMethod -> { is GeckoFetchMethod -> {
stream.write(148) stream.write(148)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is GeckoFetchRedircet -> { is GeckoFetchRedircet -> {
stream.write(149) stream.write(149)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is GeckoFetchCookiePolicy -> { is GeckoFetchCookiePolicy -> {
stream.write(150) stream.write(150)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
is TranslationOptions -> { is TranslationOptions -> {
stream.write(151) stream.write(151)
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
// 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 // 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
@@ -18,7 +18,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.1.0 pigeon: ^26.1.2
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass") @file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
@@ -57,7 +57,7 @@ private object LocalesPigeonUtils {
} }
if (a is Map<*, *> && b is Map<*, *>) { if (a is Map<*, *> && b is Map<*, *>) {
return a.size == b.size && a.all { return a.size == b.size && a.all {
(b as Map<Any?, Any?>).containsKey(it.key) && (b as Map<Any?, Any?>).contains(it.key) &&
deepEquals(it.value, b[it.key]) deepEquals(it.value, b[it.key])
} }
} }
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
// 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 // 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
+1 -1
View File
@@ -16,7 +16,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.1.0 pigeon: ^26.1.2
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass") @file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
@@ -75,7 +75,7 @@ private open class ProxyPigeonCodec : StandardMessageCodec() {
when (value) { when (value) {
is ProxyType -> { is ProxyType -> {
stream.write(129) stream.write(129)
writeValue(stream, value.raw) writeValue(stream, value.raw.toLong())
} }
else -> super.writeValue(stream, value) else -> super.writeValue(stream, value)
} }
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
// 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 // 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
@@ -16,12 +16,12 @@ dependencies:
socks5_proxy: ^2.1.1 socks5_proxy: ^2.1.1
dev_dependencies: dev_dependencies:
build_runner: ^2.10.2 build_runner: ^2.10.4
flutter_test: flutter_test:
sdk: flutter sdk: flutter
json_serializable: ^6.11.1 json_serializable: ^6.11.2
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.1.0 pigeon: ^26.1.2
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
@file:Suppress("UNCHECKED_CAST", "ArrayInDataClass") @file:Suppress("UNCHECKED_CAST", "ArrayInDataClass")
@@ -40,7 +40,7 @@ private object IntentPigeonUtils {
} }
if (a is Map<*, *> && b is Map<*, *>) { if (a is Map<*, *> && b is Map<*, *>) {
return a.size == b.size && a.all { return a.size == b.size && a.all {
(b as Map<Any?, Any?>).containsKey(it.key) && (b as Map<Any?, Any?>).contains(it.key) &&
deepEquals(it.value, b[it.key]) deepEquals(it.value, b[it.key])
} }
} }
@@ -1,4 +1,4 @@
// Autogenerated from Pigeon (v26.0.1), do not edit directly. // Autogenerated from Pigeon (v26.1.2), do not edit directly.
// See also: https://pub.dev/packages/pigeon // See also: https://pub.dev/packages/pigeon
// 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 // 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
+1 -1
View File
@@ -16,7 +16,7 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0
pigeon: ^26.1.0 pigeon: ^26.1.2
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec # following page: https://dart.dev/tools/pub/pubspec
+1 -1
View File
@@ -27,7 +27,7 @@ dependencies:
plugin_platform_interface: ^2.1.8 plugin_platform_interface: ^2.1.8
dev_dependencies: dev_dependencies:
ffigen: ^20.0.0 ffigen: ^20.1.0
flutter_test: flutter_test:
sdk: flutter sdk: flutter
lint: ^2.8.0 lint: ^2.8.0