From f01a0b80f4c086b789405a7a572cc85d8a4524ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 06:12:55 +0000 Subject: [PATCH] chore(deps): update dependency dart to v3.6.1 --- app/backend/.tool-versions | 2 +- app/backend/Dockerfile | 2 +- app/backend/pubspec.yaml | 2 +- app/catalog/pubspec.yaml | 2 +- app/mobile/pubspec.yaml | 2 +- core/analytics/pubspec.yaml | 2 +- core/analytics_firebase/pubspec.yaml | 2 +- core/authenticator/pubspec.yaml | 2 +- core/common/pubspec.yaml | 2 +- core/data/pubspec.yaml | 2 +- core/database/pubspec.yaml | 2 +- core/database_isar/pubspec.yaml | 2 +- core/datastore/pubspec.yaml | 2 +- core/designsystem/pubspec.yaml | 2 +- core/domain/pubspec.yaml | 2 +- core/model/pubspec.yaml | 2 +- core/network/pubspec.yaml | 2 +- core/network_model/pubspec.yaml | 2 +- core/testing/pubspec.yaml | 2 +- core/ui/pubspec.yaml | 2 +- feature/auth/pubspec.yaml | 2 +- feature/debug/pubspec.yaml | 2 +- feature/feed/pubspec.yaml | 2 +- feature/home/pubspec.yaml | 2 +- feature/onboarding/pubspec.yaml | 2 +- feature/quest/pubspec.yaml | 2 +- feature/settings/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/app/backend/.tool-versions b/app/backend/.tool-versions index deec48b4..b8c28db6 100644 --- a/app/backend/.tool-versions +++ b/app/backend/.tool-versions @@ -1 +1 @@ -dart 3.6.0 +dart 3.6.1 diff --git a/app/backend/Dockerfile b/app/backend/Dockerfile index 3b959b23..1610319a 100644 --- a/app/backend/Dockerfile +++ b/app/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.6.0 AS builder +FROM dart:3.6.1 AS builder WORKDIR /app/app/backend diff --git a/app/backend/pubspec.yaml b/app/backend/pubspec.yaml index 1005fbab..96c3b562 100644 --- a/app/backend/pubspec.yaml +++ b/app/backend/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0 publish_to: none environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/app/catalog/pubspec.yaml b/app/catalog/pubspec.yaml index 1d19f710..e1712591 100644 --- a/app/catalog/pubspec.yaml +++ b/app/catalog/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 1.0.0 environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/app/mobile/pubspec.yaml b/app/mobile/pubspec.yaml index ec5dc581..c75674ee 100644 --- a/app/mobile/pubspec.yaml +++ b/app/mobile/pubspec.yaml @@ -4,7 +4,7 @@ publish_to: "none" version: 0.0.1+2 environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/core/analytics/pubspec.yaml b/core/analytics/pubspec.yaml index d6c07b3d..e1dfbd8e 100644 --- a/core/analytics/pubspec.yaml +++ b/core/analytics/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides functions for analysis. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/analytics_firebase/pubspec.yaml b/core/analytics_firebase/pubspec.yaml index a7181a6d..662fa88c 100644 --- a/core/analytics_firebase/pubspec.yaml +++ b/core/analytics_firebase/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides functions for analysis. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/core/authenticator/pubspec.yaml b/core/authenticator/pubspec.yaml index 2f0a0baa..1a9b6a62 100644 --- a/core/authenticator/pubspec.yaml +++ b/core/authenticator/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides functions for authentication. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/common/pubspec.yaml b/core/common/pubspec.yaml index 2049e7c1..b4fb1477 100644 --- a/core/common/pubspec.yaml +++ b/core/common/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides convenience functions and other functions com publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/data/pubspec.yaml b/core/data/pubspec.yaml index 3bb604a3..2a729deb 100644 --- a/core/data/pubspec.yaml +++ b/core/data/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides the repository layer. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/database/pubspec.yaml b/core/database/pubspec.yaml index fea78c0d..a63415d4 100644 --- a/core/database/pubspec.yaml +++ b/core/database/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides local database operations. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/database_isar/pubspec.yaml b/core/database_isar/pubspec.yaml index 63578419..82131977 100644 --- a/core/database_isar/pubspec.yaml +++ b/core/database_isar/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides local database operations using Isar. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/datastore/pubspec.yaml b/core/datastore/pubspec.yaml index 8c64d17a..163df7b0 100644 --- a/core/datastore/pubspec.yaml +++ b/core/datastore/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides local preferences operations. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/designsystem/pubspec.yaml b/core/designsystem/pubspec.yaml index 02a591ba..3074cde7 100644 --- a/core/designsystem/pubspec.yaml +++ b/core/designsystem/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides style definitions, themes, etc. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/core/domain/pubspec.yaml b/core/domain/pubspec.yaml index 40663845..49382e19 100644 --- a/core/domain/pubspec.yaml +++ b/core/domain/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides use cases and domain models. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/model/pubspec.yaml b/core/model/pubspec.yaml index b117030e..2ce73fea 100644 --- a/core/model/pubspec.yaml +++ b/core/model/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides model classes. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/network/pubspec.yaml b/core/network/pubspec.yaml index 3b50a3fa..7a7477ac 100644 --- a/core/network/pubspec.yaml +++ b/core/network/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides network operations. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/network_model/pubspec.yaml b/core/network_model/pubspec.yaml index 5bbb30fc..a36e3699 100644 --- a/core/network_model/pubspec.yaml +++ b/core/network_model/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides network operations. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/testing/pubspec.yaml b/core/testing/pubspec.yaml index be3db963..847a7e8c 100644 --- a/core/testing/pubspec.yaml +++ b/core/testing/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides convenience functions for testing, etc. publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 resolution: workspace diff --git a/core/ui/pubspec.yaml b/core/ui/pubspec.yaml index 4917293d..32c883a4 100644 --- a/core/ui/pubspec.yaml +++ b/core/ui/pubspec.yaml @@ -3,7 +3,7 @@ description: This package provides a UI that depends on the model class and is u publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/auth/pubspec.yaml b/feature/auth/pubspec.yaml index 5eda4006..36c23020 100644 --- a/feature/auth/pubspec.yaml +++ b/feature/auth/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides auth features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/debug/pubspec.yaml b/feature/debug/pubspec.yaml index 1676d2a8..8d868be2 100644 --- a/feature/debug/pubspec.yaml +++ b/feature/debug/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides debug features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/feed/pubspec.yaml b/feature/feed/pubspec.yaml index 212bbe51..c0c1cc40 100644 --- a/feature/feed/pubspec.yaml +++ b/feature/feed/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides feed features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/home/pubspec.yaml b/feature/home/pubspec.yaml index eab0684a..5161f6d0 100644 --- a/feature/home/pubspec.yaml +++ b/feature/home/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides home features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/onboarding/pubspec.yaml b/feature/onboarding/pubspec.yaml index d3bb115f..115ad55f 100644 --- a/feature/onboarding/pubspec.yaml +++ b/feature/onboarding/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides onboarding features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/quest/pubspec.yaml b/feature/quest/pubspec.yaml index 412a399f..01d3d489 100644 --- a/feature/quest/pubspec.yaml +++ b/feature/quest/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides quest features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/feature/settings/pubspec.yaml b/feature/settings/pubspec.yaml index 52f8003c..fa14c4e4 100644 --- a/feature/settings/pubspec.yaml +++ b/feature/settings/pubspec.yaml @@ -3,7 +3,7 @@ description: "This package provides settings features." publish_to: "none" environment: - sdk: 3.6.0 + sdk: 3.6.1 flutter: 3.27.1 resolution: workspace diff --git a/pubspec.yaml b/pubspec.yaml index 04de88ad..ffe63616 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: tobe environment: - sdk: 3.6.0 + sdk: 3.6.1 workspace: - app/backend