From 896a45044ecbebe422af90b3ac7bf55f6456f844 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 14:45:21 +0100 Subject: [PATCH 1/6] Allow nullsafe versions of some dependencies --- pubspec.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 109f4d8..25aa4f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,14 +11,14 @@ dependencies: async: '>=1.13.0 <3.0.0' charcode: "^1.1.0" collection: ">=1.8.0 <2.0.0" - crypto: "^2.0.0" + crypto: ">=2.0.0 <4.0.0" grinder: '^0.8.6' http: ">=0.11.0 <0.13.0" js: "^0.6.0" meta: "^1.1.7" mustache: "^1.0.0" node_interop: "^1.1.0" - node_preamble: "^1.1.0" + node_preamble: ">=1.1.0 <3.0.0" package_config: '^1.9.0' path: '^1.0.0' pub_semver: '^1.0.0' @@ -27,7 +27,7 @@ dependencies: test: '^1.0.0' test_process: '^1.0.0' xml: '^4.2.0' - yaml: '^2.0.0' + yaml: '>=2.0.0 <4.0.0' dev_dependencies: pedantic: '^1.6.0' From a5c5d2caff9fcdaed258826df78a93d04b8fbea9 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 14:49:22 +0100 Subject: [PATCH 2/6] Allow package_config 2.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 25aa4f3..429a0a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: mustache: "^1.0.0" node_interop: "^1.1.0" node_preamble: ">=1.1.0 <3.0.0" - package_config: '^1.9.0' + package_config: '>=1.9.0 <3.0.0' path: '^1.0.0' pub_semver: '^1.0.0' pubspec_parse: '^0.1.0' From 9148baa3d512240df7b76f6e5efc02a03f88bc7e Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 14:54:54 +0100 Subject: [PATCH 3/6] Allow the nullsafe version of grinder --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 429a0a3..792b66a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: charcode: "^1.1.0" collection: ">=1.8.0 <2.0.0" crypto: ">=2.0.0 <4.0.0" - grinder: '^0.8.6' + grinder: '>=0.8.6 <0.10.0' http: ">=0.11.0 <0.13.0" js: "^0.6.0" meta: "^1.1.7" From 6fcb42de902f367b059ae9ab167e78898ca39272 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 15:00:13 +0100 Subject: [PATCH 4/6] Allow pub_semver 2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 792b66a..cfe479f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: node_preamble: ">=1.1.0 <3.0.0" package_config: '>=1.9.0 <3.0.0' path: '^1.0.0' - pub_semver: '^1.0.0' + pub_semver: '>=1.0.0 <3.0.0' pubspec_parse: '^0.1.0' string_scanner: '^1.0.0' test: '^1.0.0' From 71745d054770da779a2830f5793fdfafeceef15d Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 15:04:11 +0100 Subject: [PATCH 5/6] Allow xml 5 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cfe479f..fa10de4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: string_scanner: '^1.0.0' test: '^1.0.0' test_process: '^1.0.0' - xml: '^4.2.0' + xml: '>=4.2.0 <6.0' yaml: '>=2.0.0 <4.0.0' dev_dependencies: From 07b9c8cdc71ddca7bba6baa306c68ff238332214 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 17 Mar 2021 15:04:39 +0100 Subject: [PATCH 6/6] fix the constraint for xml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index fa10de4..731bd5b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -26,7 +26,7 @@ dependencies: string_scanner: '^1.0.0' test: '^1.0.0' test_process: '^1.0.0' - xml: '>=4.2.0 <6.0' + xml: '>=4.2.0 <6.0.0' yaml: '>=2.0.0 <4.0.0' dev_dependencies: