From caf8c4dfe762864af702233380e32f6f3f1c8369 Mon Sep 17 00:00:00 2001 From: gonojuarez Date: Fri, 21 Oct 2022 16:30:06 -0300 Subject: [PATCH 1/2] flutter upgrade dcdg upgrade analyzer to 4.7.0 --- .idea/libraries/Dart_Packages.xml | 230 ++++++++++++++----------- .idea/libraries/Dart_SDK.xml | 38 ++-- pubspec.lock | 25 +-- pubspec.yaml | 2 +- test/fixtures/exports/pubspec.lock | 2 +- test/fixtures/inheritance/pubspec.lock | 19 +- 6 files changed, 170 insertions(+), 146 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 35f4e83..2338aa9 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -5,390 +5,428 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/libraries/Dart_SDK.xml b/.idea/libraries/Dart_SDK.xml index 64c9d94..8173c5d 100644 --- a/.idea/libraries/Dart_SDK.xml +++ b/.idea/libraries/Dart_SDK.xml @@ -1,25 +1,25 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + diff --git a/pubspec.lock b/pubspec.lock index 0ce86b5..a0de753 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,21 +7,21 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "29.0.0" + version: "47.0.0" analyzer: dependency: "direct main" description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "2.6.0" + version: "4.7.0" args: dependency: "direct main" description: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.1" async: dependency: transitive description: @@ -43,13 +43,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" collection: dependency: transitive description: @@ -126,7 +119,7 @@ packages: name: js url: "https://pub.dartlang.org" source: hosted - version: "0.6.3" + version: "0.6.5" lints: dependency: "direct dev" description: @@ -182,7 +175,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.2" pool: dependency: transitive description: @@ -280,21 +273,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.18.2" + version: "1.21.6" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.5" + version: "0.4.14" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.4.5" + version: "0.4.18" typed_data: dependency: transitive description: @@ -338,4 +331,4 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.18.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 8cf2f0e..26222fc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: '>=2.14.0 <3.0.0' dependencies: - analyzer: ^2.6.0 + analyzer: ^4.7.0 args: ^2.0.0 path: ^1.4.0 diff --git a/test/fixtures/exports/pubspec.lock b/test/fixtures/exports/pubspec.lock index 69057e8..7c1f425 100644 --- a/test/fixtures/exports/pubspec.lock +++ b/test/fixtures/exports/pubspec.lock @@ -70,7 +70,7 @@ packages: path: "../../.." relative: true source: path - version: "4.0.1" + version: "4.1.0" file: dependency: transitive description: diff --git a/test/fixtures/inheritance/pubspec.lock b/test/fixtures/inheritance/pubspec.lock index 28c8123..cbfe369 100644 --- a/test/fixtures/inheritance/pubspec.lock +++ b/test/fixtures/inheritance/pubspec.lock @@ -7,21 +7,21 @@ packages: name: _fe_analyzer_shared url: "https://pub.dartlang.org" source: hosted - version: "31.0.0" + version: "49.0.0" analyzer: dependency: transitive description: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "2.8.0" + version: "5.1.0" args: dependency: transitive description: name: args url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.3.1" async: dependency: transitive description: @@ -36,13 +36,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.3.1" - cli_util: - dependency: transitive - description: - name: cli_util - url: "https://pub.dartlang.org" - source: hosted - version: "0.3.5" collection: dependency: transitive description: @@ -70,7 +63,7 @@ packages: path: "../../.." relative: true source: path - version: "4.0.1" + version: "4.1.0" file: dependency: transitive description: @@ -105,7 +98,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" pub_semver: dependency: transitive description: @@ -163,4 +156,4 @@ packages: source: hosted version: "3.1.0" sdks: - dart: ">=2.14.0 <3.0.0" + dart: ">=2.17.0 <3.0.0" From d8a7d09d31e026e46556e9851c80f3279cad8351 Mon Sep 17 00:00:00 2001 From: gonojuarez Date: Fri, 21 Oct 2022 16:35:15 -0300 Subject: [PATCH 2/2] Dependencies upgrade dependencies: analyzer: ^4.7.0 args: ^2.3.1 path: ^1.8.2 dev_dependencies: lints: ^2.0.1 test: ^1.21.6 --- .idea/libraries/Dart_Packages.xml | 4 ++-- pubspec.lock | 2 +- pubspec.yaml | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.idea/libraries/Dart_Packages.xml b/.idea/libraries/Dart_Packages.xml index 2338aa9..e7ff091 100644 --- a/.idea/libraries/Dart_Packages.xml +++ b/.idea/libraries/Dart_Packages.xml @@ -142,7 +142,7 @@ - @@ -392,7 +392,7 @@ - + diff --git a/pubspec.lock b/pubspec.lock index a0de753..c3c0764 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -126,7 +126,7 @@ packages: name: lints url: "https://pub.dartlang.org" source: hosted - version: "1.0.1" + version: "2.0.1" logging: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 26222fc..0492bdc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,10 +10,10 @@ environment: dependencies: analyzer: ^4.7.0 - args: ^2.0.0 - path: ^1.4.0 + args: ^2.3.1 + path: ^1.8.2 dev_dependencies: - lints: ^1.0.0 - test: ^1.0.0 + lints: ^2.0.1 + test: ^1.21.6