From f19c2a1c746c8c409709881de33b310e95f1196d Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Sun, 24 Mar 2024 12:40:27 +0330 Subject: [PATCH 1/6] packages upgraded --- dart/example/pubspec.yaml | 2 +- e2e_test/pubspec.yaml | 4 ++-- flutter/example/pubspec.yaml | 6 +++--- flutter/pubspec.yaml | 2 +- hive/pubspec.yaml | 2 +- min_version_test/pubspec.yaml | 2 +- scripts/flutter_symbol_collector/pubspec.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dart/example/pubspec.yaml b/dart/example/pubspec.yaml index e344bbe25a..6bc110ea99 100644 --- a/dart/example/pubspec.yaml +++ b/dart/example/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: path: ../../dart dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 diff --git a/e2e_test/pubspec.yaml b/e2e_test/pubspec.yaml index 0f53c54ca5..d6aa23cdc3 100644 --- a/e2e_test/pubspec.yaml +++ b/e2e_test/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sentry: path: ./../dart - http: ^0.13.0 + http: ^1.2.1 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index 3d09b42741..1a99ca9f41 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -21,14 +21,14 @@ dependencies: sentry_drift: sentry_isar: universal_platform: ^1.0.0 - feedback: ^2.0.0 + feedback: ^3.0.1 provider: ^6.0.0 dio: any # This gets constrained by `sentry_dio` sqflite: any # This gets constrained by `sentry_sqflite` logging: any # This gets constrained by `sentry_logging` drift: any # This gets constrained by `sentry_drift` isar: any # This gets constrained by `sentry_isar` - package_info_plus: ^4.0.0 + package_info_plus: ^6.0.0 path_provider: ^2.0.0 #sqflite_common_ffi: ^2.0.0 #sqflite_common_ffi_web: ^0.3.0 @@ -37,7 +37,7 @@ dependencies: sqlite3_flutter_libs: ^0.5.0 dev_dependencies: - flutter_lints: ^2.0.0 + flutter_lints: ^3.0.1 sentry_dart_plugin: ^1.1.0 integration_test: sdk: flutter diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 74231742ab..6988756042 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 7.18.0 - package_info_plus: '>=1.0.0 <=5.0.1' + package_info_plus: 6.0.0 meta: ^1.3.0 ffi: ^2.0.0 diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 4d65143ac2..3df9e27f89 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: meta: ^1.3.0 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.21.0 yaml: ^3.1.0 # needed for version match (code and pubspec) mockito: ^5.1.0 diff --git a/min_version_test/pubspec.yaml b/min_version_test/pubspec.yaml index 8fdfe47329..7826fab8b1 100644 --- a/min_version_test/pubspec.yaml +++ b/min_version_test/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '2.17.0' + sdk: '3.3.0' flutter: '3.0.0' # Dependencies specify other packages that your package needs in order to work. diff --git a/scripts/flutter_symbol_collector/pubspec.yaml b/scripts/flutter_symbol_collector/pubspec.yaml index 0464e16e0d..4f5f369652 100644 --- a/scripts/flutter_symbol_collector/pubspec.yaml +++ b/scripts/flutter_symbol_collector/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: meta: ^1.11.0 path: ^1.8.3 platform: ^3.1.3 - posix: ^5.0.0 + posix: ^6.0.1 dev_dependencies: - lints: ^2.0.0 + lints: ^3.0.0 test: ^1.21.0 From 5bfca7df24a68da9222ad675b0713ba6b9377d1f Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Tue, 2 Apr 2024 10:50:59 +0330 Subject: [PATCH 2/6] enhance packages versioning --- dart/example/pubspec.yaml | 2 +- e2e_test/pubspec.yaml | 4 ++-- flutter/example/pubspec.yaml | 6 +++--- hive/pubspec.yaml | 2 +- scripts/flutter_symbol_collector/pubspec.yaml | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dart/example/pubspec.yaml b/dart/example/pubspec.yaml index 6bc110ea99..696edc9048 100644 --- a/dart/example/pubspec.yaml +++ b/dart/example/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: path: ../../dart dev_dependencies: - lints: ^3.0.0 + lints: '>=2.0.0 <4.0.0' diff --git a/e2e_test/pubspec.yaml b/e2e_test/pubspec.yaml index d6aa23cdc3..3474e4a8a7 100644 --- a/e2e_test/pubspec.yaml +++ b/e2e_test/pubspec.yaml @@ -11,7 +11,7 @@ dependencies: sentry: path: ./../dart - http: ^1.2.1 + http: '>=0.13.0 <=1.2.1' dev_dependencies: - lints: ^3.0.0 + lints: '>=2.0.0 <4.0.0' diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index 1a99ca9f41..1d251f08da 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -21,14 +21,14 @@ dependencies: sentry_drift: sentry_isar: universal_platform: ^1.0.0 - feedback: ^3.0.1 + feedback: '>=2.0.0 <4.0.0' provider: ^6.0.0 dio: any # This gets constrained by `sentry_dio` sqflite: any # This gets constrained by `sentry_sqflite` logging: any # This gets constrained by `sentry_logging` drift: any # This gets constrained by `sentry_drift` isar: any # This gets constrained by `sentry_isar` - package_info_plus: ^6.0.0 + package_info_plus: '>=1.0.0 <7.0.0' path_provider: ^2.0.0 #sqflite_common_ffi: ^2.0.0 #sqflite_common_ffi_web: ^0.3.0 @@ -37,7 +37,7 @@ dependencies: sqlite3_flutter_libs: ^0.5.0 dev_dependencies: - flutter_lints: ^3.0.1 + flutter_lints: '>=2.0.0 <4.0.0' sentry_dart_plugin: ^1.1.0 integration_test: sdk: flutter diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 3df9e27f89..62a9f9d0e8 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: meta: ^1.3.0 dev_dependencies: - lints: ^3.0.0 + lints: '>=2.0.0 <4.0.0' test: ^1.21.0 yaml: ^3.1.0 # needed for version match (code and pubspec) mockito: ^5.1.0 diff --git a/scripts/flutter_symbol_collector/pubspec.yaml b/scripts/flutter_symbol_collector/pubspec.yaml index 4f5f369652..d9b7cbb349 100644 --- a/scripts/flutter_symbol_collector/pubspec.yaml +++ b/scripts/flutter_symbol_collector/pubspec.yaml @@ -16,9 +16,9 @@ dependencies: meta: ^1.11.0 path: ^1.8.3 platform: ^3.1.3 - posix: ^6.0.1 + posix: '>=5.0.0 <7.0.0' dev_dependencies: - lints: ^3.0.0 + lints: '>=2.0.0 <4.0.0' test: ^1.21.0 From ca5efc06e849507f46a9507f40761eca0d461e51 Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Tue, 2 Apr 2024 10:54:33 +0330 Subject: [PATCH 3/6] enhance packages versioning --- min_version_test/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/min_version_test/pubspec.yaml b/min_version_test/pubspec.yaml index 7826fab8b1..2bd9ddc7db 100644 --- a/min_version_test/pubspec.yaml +++ b/min_version_test/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '3.3.0' + sdk: '>=2.17.1 <4.0.0' flutter: '3.0.0' # Dependencies specify other packages that your package needs in order to work. From b69c78cca8e6ede54f07c5caa59998d75dc220c2 Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Fri, 12 Apr 2024 19:02:32 +0330 Subject: [PATCH 4/6] package_info_plus upgraded --- flutter/example/pubspec.yaml | 2 +- flutter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index 1d251f08da..0574e8f883 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: logging: any # This gets constrained by `sentry_logging` drift: any # This gets constrained by `sentry_drift` isar: any # This gets constrained by `sentry_isar` - package_info_plus: '>=1.0.0 <7.0.0' + package_info_plus: '>=1.0.0 <8.0.0' path_provider: ^2.0.0 #sqflite_common_ffi: ^2.0.0 #sqflite_common_ffi_web: ^0.3.0 diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 1627f1260c..e4f0f953df 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 7.18.0 - package_info_plus: '>=1.0.0 <7.0.0' + package_info_plus: '>=1.0.0 <8.0.0' meta: ^1.3.0 ffi: ^2.0.0 From b513576914535abc8917b75462010360fb7f4bb5 Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Tue, 23 Apr 2024 09:10:43 +0330 Subject: [PATCH 5/6] package info plus version 8 added --- flutter/example/pubspec.yaml | 2 +- flutter/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index 0574e8f883..5e43846c07 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: logging: any # This gets constrained by `sentry_logging` drift: any # This gets constrained by `sentry_drift` isar: any # This gets constrained by `sentry_isar` - package_info_plus: '>=1.0.0 <8.0.0' + package_info_plus: '>=1.0.0 <9.0.0' path_provider: ^2.0.0 #sqflite_common_ffi: ^2.0.0 #sqflite_common_ffi_web: ^0.3.0 diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index e4f0f953df..b69e6c6a89 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: flutter_web_plugins: sdk: flutter sentry: 7.18.0 - package_info_plus: '>=1.0.0 <8.0.0' + package_info_plus: '>=1.0.0 <9.0.0' meta: ^1.3.0 ffi: ^2.0.0 From ff504ea194913efea77c0abfc3de805da5af8113 Mon Sep 17 00:00:00 2001 From: amirhassan-vm Date: Tue, 28 May 2024 10:38:34 +0330 Subject: [PATCH 6/6] sdk version enhanced --- dart/example/pubspec.yaml | 2 +- dart/example_web/pubspec.yaml | 2 +- dart/pubspec.yaml | 2 +- dio/pubspec.yaml | 2 +- drift/pubspec.yaml | 2 +- e2e_test/pubspec.yaml | 2 +- flutter/example/pubspec.yaml | 2 +- flutter/pubspec.yaml | 2 +- hive/pubspec.yaml | 2 +- isar/pubspec.yaml | 2 +- logging/pubspec.yaml | 2 +- sqflite/pubspec.yaml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dart/example/pubspec.yaml b/dart/example/pubspec.yaml index 696edc9048..a2a712d40f 100644 --- a/dart/example/pubspec.yaml +++ b/dart/example/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: diff --git a/dart/example_web/pubspec.yaml b/dart/example_web/pubspec.yaml index 7bcb64d06e..469d25b8a6 100644 --- a/dart/example_web/pubspec.yaml +++ b/dart/example_web/pubspec.yaml @@ -4,7 +4,7 @@ description: An absolute bare-bones web app. publish_to: 'none' environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index bc2ef30452..ee254f30dc 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -9,7 +9,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/dio/pubspec.yaml b/dio/pubspec.yaml index 9862c54b69..5cf1fbe1f7 100644 --- a/dio/pubspec.yaml +++ b/dio/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/integrations/dio/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/drift/pubspec.yaml b/drift/pubspec.yaml index d468e90a12..bb97c65760 100644 --- a/drift/pubspec.yaml +++ b/drift/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/e2e_test/pubspec.yaml b/e2e_test/pubspec.yaml index 3474e4a8a7..0dd8f933aa 100644 --- a/e2e_test/pubspec.yaml +++ b/e2e_test/pubspec.yaml @@ -5,7 +5,7 @@ version: 1.0.0 publish_to: none environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' dependencies: sentry: diff --git a/flutter/example/pubspec.yaml b/flutter/example/pubspec.yaml index dd2e6eed7f..60e8b4cbb9 100644 --- a/flutter/example/pubspec.yaml +++ b/flutter/example/pubspec.yaml @@ -5,7 +5,7 @@ version: 8.0.0 publish_to: 'none' # Remove this line if you wish to publish to pub.dev environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.0.0' dependencies: diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index 040bbc47cb..9dbca44b64 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/flutter/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.0.0' platforms: diff --git a/hive/pubspec.yaml b/hive/pubspec.yaml index 62c353dcc6..b1e3f2e85d 100644 --- a/hive/pubspec.yaml +++ b/hive/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/isar/pubspec.yaml b/isar/pubspec.yaml index fb83755493..d6329132ff 100644 --- a/isar/pubspec.yaml +++ b/isar/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.3.0' platforms: diff --git a/logging/pubspec.yaml b/logging/pubspec.yaml index b9855f47de..ebeda35397 100644 --- a/logging/pubspec.yaml +++ b/logging/pubspec.yaml @@ -7,7 +7,7 @@ issue_tracker: https://github.com/getsentry/sentry-dart/issues documentation: https://docs.sentry.io/platforms/dart/integrations/logging/ environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' platforms: android: diff --git a/sqflite/pubspec.yaml b/sqflite/pubspec.yaml index 32d060abef..f33e4d33a1 100644 --- a/sqflite/pubspec.yaml +++ b/sqflite/pubspec.yaml @@ -6,7 +6,7 @@ repository: https://github.com/getsentry/sentry-dart issue_tracker: https://github.com/getsentry/sentry-dart/issues environment: - sdk: '>=2.17.0 <4.0.0' + sdk: '2.17.0 <4.0.0' flutter: '>=3.3.0' # matching sqflite platforms: