From e2d592dd0e914b4f49e17a91ad403f39c6f06ef1 Mon Sep 17 00:00:00 2001 From: Chris Bobbe Date: Tue, 4 Apr 2023 13:40:48 -0700 Subject: [PATCH] deps: Fix version solving issue with `checks` --- pubspec.lock | 27 ++++++++++++++------------- pubspec.yaml | 8 +++++++- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index e399f2a6f5..c88d7b12b1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -124,11 +124,12 @@ packages: checks: dependency: "direct dev" description: - name: checks - sha256: "028fb54c181e68edc3c891d7d45813937311e29c77609f513bb5025620637ffd" - url: "https://pub.dev" - source: hosted - version: "0.2.1" + path: "pkgs/checks" + ref: HEAD + resolved-ref: "78329319a535e3b7cc7bd056c149b47ff4149c57" + url: "git@github.com:dart-lang/test.git" + source: git + version: "0.2.2-dev" clock: dependency: transitive description: @@ -396,10 +397,10 @@ packages: dependency: transitive description: name: matcher - sha256: c94db23593b89766cda57aab9ac311e3616cf87c6fa4e9749df032f66f30dcb8 + sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb" url: "https://pub.dev" source: hosted - version: "0.12.14" + version: "0.12.15" material_color_utilities: dependency: transitive description: @@ -681,26 +682,26 @@ packages: dependency: "direct dev" description: name: test - sha256: "5301f54eb6fe945daa99bc8df6ece3f88b5ceaa6f996f250efdaaf63e22886be" + sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4" url: "https://pub.dev" source: hosted - version: "1.23.1" + version: "1.24.1" test_api: dependency: transitive description: name: test_api - sha256: "6182294da5abf431177fccc1ee02401f6df30f766bc6130a0852c6b6d7ee6b2d" + sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb url: "https://pub.dev" source: hosted - version: "0.4.18" + version: "0.5.1" test_core: dependency: transitive description: name: test_core - sha256: d2e9240594b409565524802b84b7b39341da36dd6fd8e1660b53ad928ec3e9af + sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93" url: "https://pub.dev" source: hosted - version: "0.4.24" + version: "0.5.1" timing: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 89c73f60b4..d8616fd694 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -62,7 +62,13 @@ dev_dependencies: json_serializable: ^6.5.4 build_runner: ^2.3.3 test: ^1.23.1 - checks: ^0.2.1 + checks: + # Get an unpublished change to fix version solving: + # https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/flutter.3A.20version.20solving.20failed/near/1541309 + # TODO: Try returning to published releases with the next one after 0.2.1. + git: + url: git@github.com:dart-lang/test.git + path: pkgs/checks # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec