From 22f01ff4a673b0a1fe45abc99f8e4e2512e713da Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 22 Nov 2019 11:12:35 +1100 Subject: [PATCH] Analysis options uplift to 1.8 (#169) --- animations/analysis_options.yaml | 2 +- animations/pubspec.lock | 51 +----- animations/pubspec.yaml | 3 + .../analysis_options.yaml | 2 +- chrome-os-best-practices/pubspec.yaml | 2 +- flutter_maps_firestore/.gitignore | 1 + flutter_maps_firestore/analysis_options.yaml | 2 +- flutter_maps_firestore/pubspec.lock | 24 ++- flutter_maps_firestore/pubspec.yaml | 2 +- isolate_example/analysis_options.yaml | 2 +- isolate_example/pubspec.yaml | 2 +- jsonexample/pubspec.lock | 50 +++--- jsonexample/pubspec.yaml | 7 +- material_studies/rally/analysis_options.yaml | 2 +- material_studies/rally/pubspec.lock | 153 ++++++++++++++++++ material_studies/rally/pubspec.yaml | 1 + material_studies/shrine/analysis_options.yaml | 2 +- material_studies/shrine/pubspec.lock | 2 +- material_studies/shrine/pubspec.yaml | 2 +- place_tracker/analysis_options.yaml | 2 +- place_tracker/pubspec.lock | 2 +- place_tracker/pubspec.yaml | 2 +- platform_design/pubspec.lock | 4 +- platform_view_swift/analysis_options.yaml | 2 +- platform_view_swift/pubspec.lock | 6 +- platform_view_swift/pubspec.yaml | 1 + provider_counter/pubspec.yaml | 2 +- provider_shopper/analysis_options.yaml | 2 +- provider_shopper/pubspec.lock | 36 +++-- provider_shopper/pubspec.yaml | 2 +- veggieseasons/analysis_options.yaml | 2 +- veggieseasons/lib/styles.dart | 8 +- veggieseasons/pubspec.lock | 14 +- veggieseasons/pubspec.yaml | 3 +- web/_tool/pubspec.lock | 4 +- web/charts/pubspec.lock | 6 +- web/dad_jokes/analysis_options.yaml | 2 +- web/dad_jokes/pubspec.lock | 4 +- web/dad_jokes/pubspec.yaml | 2 +- web/filipino_cuisine/pubspec.lock | 4 +- web/filipino_cuisine/pubspec.yaml | 2 +- web/github_dataviz/pubspec.lock | 4 +- web/particle_background/pubspec.lock | 2 +- web/slide_puzzle/pubspec.lock | 93 +++++------ web/spinning_square/pubspec.lock | 2 +- web/timeflow/pubspec.lock | 2 +- web/vision_challenge/pubspec.lock | 4 +- 47 files changed, 330 insertions(+), 201 deletions(-) create mode 100644 material_studies/rally/pubspec.lock diff --git a/animations/analysis_options.yaml b/animations/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/animations/analysis_options.yaml +++ b/animations/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/animations/pubspec.lock b/animations/pubspec.lock index 13809e8e0..a34580cf5 100644 --- a/animations/pubspec.lock +++ b/animations/pubspec.lock @@ -1,20 +1,6 @@ # Generated by pub # See https://dart.dev/tools/pub/glossary#lockfile packages: - archive: - dependency: transitive - description: - name: archive - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.10" - args: - dependency: transitive - description: - name: args - url: "https://pub.dartlang.org" - source: hosted - version: "1.5.2" async: dependency: transitive description: @@ -43,20 +29,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.14.11" - convert: - dependency: transitive - description: - name: convert - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.1" - crypto: - dependency: transitive - description: - name: crypto - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.3" cupertino_icons: dependency: "direct main" description: @@ -74,13 +46,6 @@ packages: description: flutter source: sdk version: "0.0.0" - image: - dependency: transitive - description: - name: image - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.4" matcher: dependency: transitive description: @@ -103,19 +68,12 @@ packages: source: hosted version: "1.6.4" pedantic: - dependency: transitive + dependency: "direct dev" description: name: pedantic url: "https://pub.dartlang.org" source: hosted version: "1.8.0+1" - petitparser: - dependency: transitive - description: - name: petitparser - url: "https://pub.dartlang.org" - source: hosted - version: "2.4.0" quiver: dependency: transitive description: @@ -184,12 +142,5 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" - xml: - dependency: transitive - description: - name: xml - url: "https://pub.dartlang.org" - source: hosted - version: "3.5.0" sdks: dart: ">=2.5.0 <3.0.0" diff --git a/animations/pubspec.yaml b/animations/pubspec.yaml index 09e6f4449..aad9fc7b5 100644 --- a/animations/pubspec.yaml +++ b/animations/pubspec.yaml @@ -9,9 +9,12 @@ dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 + dev_dependencies: flutter_test: sdk: flutter + pedantic: ^1.8.0 + flutter: uses-material-design: true assets: diff --git a/chrome-os-best-practices/analysis_options.yaml b/chrome-os-best-practices/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/chrome-os-best-practices/analysis_options.yaml +++ b/chrome-os-best-practices/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/chrome-os-best-practices/pubspec.yaml b/chrome-os-best-practices/pubspec.yaml index 273ece023..16ad1fc72 100755 --- a/chrome-os-best-practices/pubspec.yaml +++ b/chrome-os-best-practices/pubspec.yaml @@ -13,9 +13,9 @@ dependencies: cupertino_icons: ^0.1.2 dev_dependencies: - pedantic: ^1.8.0+1 flutter_test: sdk: flutter + pedantic: ^1.8.0 flutter: diff --git a/flutter_maps_firestore/.gitignore b/flutter_maps_firestore/.gitignore index 429abe4c8..efc3bfd65 100644 --- a/flutter_maps_firestore/.gitignore +++ b/flutter_maps_firestore/.gitignore @@ -59,6 +59,7 @@ **/ios/Flutter/app.flx **/ios/Flutter/app.zip **/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* diff --git a/flutter_maps_firestore/analysis_options.yaml b/flutter_maps_firestore/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/flutter_maps_firestore/analysis_options.yaml +++ b/flutter_maps_firestore/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/flutter_maps_firestore/pubspec.lock b/flutter_maps_firestore/pubspec.lock index 6a60a4c4d..8285c3d35 100644 --- a/flutter_maps_firestore/pubspec.lock +++ b/flutter_maps_firestore/pubspec.lock @@ -28,7 +28,7 @@ packages: name: cloud_firestore url: "https://pub.dartlang.org" source: hosted - version: "0.12.5+1" + version: "0.12.10+2" collection: dependency: transitive description: @@ -42,7 +42,14 @@ packages: name: firebase_core url: "https://pub.dartlang.org" source: hosted - version: "0.4.0+5" + version: "0.4.2" + firebase_core_platform_interface: + dependency: transitive + description: + name: firebase_core_platform_interface + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.0" flutter: dependency: "direct main" description: flutter @@ -59,14 +66,14 @@ packages: name: google_maps_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.5.17" + version: "0.5.21+12" google_maps_webservice: dependency: "direct main" description: name: google_maps_webservice url: "https://pub.dartlang.org" source: hosted - version: "0.0.14" + version: "0.0.16" http: dependency: transitive description: @@ -123,6 +130,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" + quiver_hashcode: + dependency: transitive + description: + name: quiver_hashcode + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" sky_engine: dependency: transitive description: flutter @@ -186,4 +200,4 @@ packages: version: "2.0.8" sdks: dart: ">=2.5.0 <3.0.0" - flutter: ">=1.5.0 <2.0.0" + flutter: ">=1.9.1+hotfix.5 <2.0.0" diff --git a/flutter_maps_firestore/pubspec.yaml b/flutter_maps_firestore/pubspec.yaml index 85a90063a..868133a4a 100644 --- a/flutter_maps_firestore/pubspec.yaml +++ b/flutter_maps_firestore/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.7.0 + pedantic: ^1.8.0 flutter: uses-material-design: true diff --git a/isolate_example/analysis_options.yaml b/isolate_example/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/isolate_example/analysis_options.yaml +++ b/isolate_example/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/isolate_example/pubspec.yaml b/isolate_example/pubspec.yaml index 7b2f34e5f..169074448 100644 --- a/isolate_example/pubspec.yaml +++ b/isolate_example/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.8.0+1 + pedantic: ^1.8.0 flutter: diff --git a/jsonexample/pubspec.lock b/jsonexample/pubspec.lock index 42e9472d1..701b18797 100644 --- a/jsonexample/pubspec.lock +++ b/jsonexample/pubspec.lock @@ -7,14 +7,14 @@ packages: name: analyzer url: "https://pub.dartlang.org" source: hosted - version: "0.36.4" + version: "0.38.5" analyzer_plugin: dependency: transitive description: name: analyzer_plugin url: "https://pub.dartlang.org" source: hosted - version: "0.1.0" + version: "0.2.1" args: dependency: transitive description: @@ -28,7 +28,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.3.0" boolean_selector: dependency: transitive description: @@ -42,7 +42,7 @@ packages: name: build url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.2" build_config: dependency: transitive description: @@ -63,7 +63,7 @@ packages: name: build_resolvers url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.2.1" build_runner: dependency: "direct dev" description: @@ -77,7 +77,7 @@ packages: name: build_runner_core url: "https://pub.dartlang.org" source: hosted - version: "4.1.0" + version: "4.2.0" built_collection: dependency: "direct main" description: @@ -91,14 +91,14 @@ packages: name: built_value url: "https://pub.dartlang.org" source: hosted - version: "6.7.1" + version: "6.8.2" built_value_generator: dependency: "direct dev" description: name: built_value_generator url: "https://pub.dartlang.org" source: hosted - version: "6.7.1" + version: "6.8.2" charcode: dependency: transitive description: @@ -154,14 +154,14 @@ packages: name: dart_style url: "https://pub.dartlang.org" source: hosted - version: "1.2.9" + version: "1.3.3" fixnum: dependency: transitive description: name: fixnum url: "https://pub.dartlang.org" source: hosted - version: "0.10.9" + version: "0.10.11" flutter: dependency: "direct main" description: flutter @@ -178,14 +178,14 @@ packages: name: front_end url: "https://pub.dartlang.org" source: hosted - version: "0.1.19" + version: "0.1.27" glob: dependency: transitive description: name: glob url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "1.2.0" graphs: dependency: transitive description: @@ -248,14 +248,14 @@ packages: name: json_serializable url: "https://pub.dartlang.org" source: hosted - version: "3.2.2" + version: "3.2.3" kernel: dependency: transitive description: name: kernel url: "https://pub.dartlang.org" source: hosted - version: "0.3.19" + version: "0.3.27" logging: dependency: transitive description: @@ -284,6 +284,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.9.6+3" + node_interop: + dependency: transitive + description: + name: node_interop + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" + node_io: + dependency: transitive + description: + name: node_io + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1+2" package_config: dependency: transitive description: @@ -339,7 +353,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.1.2+1" + version: "2.0.5" shelf: dependency: transitive description: @@ -365,7 +379,7 @@ packages: name: source_gen url: "https://pub.dartlang.org" source: hosted - version: "0.9.4+4" + version: "0.9.4+6" source_span: dependency: transitive description: @@ -442,14 +456,14 @@ packages: name: watcher url: "https://pub.dartlang.org" source: hosted - version: "0.9.7+12" + version: "0.9.7+13" web_socket_channel: dependency: transitive description: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "1.0.15" + version: "1.1.0" yaml: dependency: transitive description: diff --git a/jsonexample/pubspec.yaml b/jsonexample/pubspec.yaml index 630a5cac3..d91daa7e2 100644 --- a/jsonexample/pubspec.yaml +++ b/jsonexample/pubspec.yaml @@ -13,13 +13,12 @@ dependencies: sdk: flutter dev_dependencies: + flutter_test: + sdk: flutter build_runner: ^1.7.1 built_value_generator: ^6.7.1 json_serializable: ^3.2.2 - pedantic: ^1.8.0+1 - - flutter_test: - sdk: flutter + pedantic: ^1.8.0 flutter: uses-material-design: true diff --git a/material_studies/rally/analysis_options.yaml b/material_studies/rally/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/material_studies/rally/analysis_options.yaml +++ b/material_studies/rally/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/material_studies/rally/pubspec.lock b/material_studies/rally/pubspec.lock new file mode 100644 index 000000000..b76e34813 --- /dev/null +++ b/material_studies/rally/pubspec.lock @@ -0,0 +1,153 @@ +# Generated by pub +# See https://dart.dev/tools/pub/glossary#lockfile +packages: + async: + dependency: transitive + description: + name: async + url: "https://pub.dartlang.org" + source: hosted + version: "2.3.0" + boolean_selector: + dependency: transitive + description: + name: boolean_selector + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + charcode: + dependency: transitive + description: + name: charcode + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.2" + collection: + dependency: transitive + description: + name: collection + url: "https://pub.dartlang.org" + source: hosted + version: "1.14.11" + cupertino_icons: + dependency: "direct main" + description: + name: cupertino_icons + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.2" + flutter: + dependency: "direct main" + description: flutter + source: sdk + version: "0.0.0" + flutter_test: + dependency: "direct dev" + description: flutter + source: sdk + version: "0.0.0" + intl: + dependency: "direct main" + description: + name: intl + url: "https://pub.dartlang.org" + source: hosted + version: "0.15.8" + matcher: + dependency: transitive + description: + name: matcher + url: "https://pub.dartlang.org" + source: hosted + version: "0.12.5" + meta: + dependency: transitive + description: + name: meta + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.7" + path: + dependency: transitive + description: + name: path + url: "https://pub.dartlang.org" + source: hosted + version: "1.6.4" + pedantic: + dependency: "direct dev" + description: + name: pedantic + url: "https://pub.dartlang.org" + source: hosted + version: "1.8.0+1" + quiver: + dependency: transitive + description: + name: quiver + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.5" + sky_engine: + dependency: transitive + description: flutter + source: sdk + version: "0.0.99" + source_span: + dependency: transitive + description: + name: source_span + url: "https://pub.dartlang.org" + source: hosted + version: "1.5.5" + stack_trace: + dependency: transitive + description: + name: stack_trace + url: "https://pub.dartlang.org" + source: hosted + version: "1.9.3" + stream_channel: + dependency: transitive + description: + name: stream_channel + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.0" + string_scanner: + dependency: transitive + description: + name: string_scanner + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.5" + term_glyph: + dependency: transitive + description: + name: term_glyph + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.0" + test_api: + dependency: transitive + description: + name: test_api + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.5" + typed_data: + dependency: transitive + description: + name: typed_data + url: "https://pub.dartlang.org" + source: hosted + version: "1.1.6" + vector_math: + dependency: transitive + description: + name: vector_math + url: "https://pub.dartlang.org" + source: hosted + version: "2.0.8" +sdks: + dart: ">=2.5.0 <3.0.0" diff --git a/material_studies/rally/pubspec.yaml b/material_studies/rally/pubspec.yaml index 292e637e6..701abb477 100644 --- a/material_studies/rally/pubspec.yaml +++ b/material_studies/rally/pubspec.yaml @@ -14,6 +14,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter + pedantic: ^1.8.0 flutter: uses-material-design: true diff --git a/material_studies/shrine/analysis_options.yaml b/material_studies/shrine/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/material_studies/shrine/analysis_options.yaml +++ b/material_studies/shrine/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/material_studies/shrine/pubspec.lock b/material_studies/shrine/pubspec.lock index 82abb003e..775cefdf8 100644 --- a/material_studies/shrine/pubspec.lock +++ b/material_studies/shrine/pubspec.lock @@ -101,7 +101,7 @@ packages: name: shrine_images url: "https://pub.dartlang.org" source: hosted - version: "1.1.1" + version: "1.1.2" sky_engine: dependency: transitive description: flutter diff --git a/material_studies/shrine/pubspec.yaml b/material_studies/shrine/pubspec.yaml index 10149ef52..f1af36e49 100644 --- a/material_studies/shrine/pubspec.yaml +++ b/material_studies/shrine/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.7.0 + pedantic: ^1.8.0 flutter: uses-material-design: true diff --git a/place_tracker/analysis_options.yaml b/place_tracker/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/place_tracker/analysis_options.yaml +++ b/place_tracker/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/place_tracker/pubspec.lock b/place_tracker/pubspec.lock index beb3d4f76..9c959bddd 100644 --- a/place_tracker/pubspec.lock +++ b/place_tracker/pubspec.lock @@ -42,7 +42,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.1.3" cupertino_icons: dependency: "direct main" description: diff --git a/place_tracker/pubspec.yaml b/place_tracker/pubspec.yaml index 976db2070..afab33d05 100644 --- a/place_tracker/pubspec.yaml +++ b/place_tracker/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.7.0 + pedantic: ^1.8.0 flutter: assets: diff --git a/platform_design/pubspec.lock b/platform_design/pubspec.lock index 73cfd5278..ce157b123 100644 --- a/platform_design/pubspec.lock +++ b/platform_design/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.3.0" boolean_selector: dependency: transitive description: @@ -94,7 +94,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.1.2+1" + version: "2.0.5" sky_engine: dependency: transitive description: flutter diff --git a/platform_view_swift/analysis_options.yaml b/platform_view_swift/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/platform_view_swift/analysis_options.yaml +++ b/platform_view_swift/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/platform_view_swift/pubspec.lock b/platform_view_swift/pubspec.lock index 1e6783b18..a34580cf5 100644 --- a/platform_view_swift/pubspec.lock +++ b/platform_view_swift/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.3.0" boolean_selector: dependency: transitive description: @@ -68,7 +68,7 @@ packages: source: hosted version: "1.6.4" pedantic: - dependency: transitive + dependency: "direct dev" description: name: pedantic url: "https://pub.dartlang.org" @@ -80,7 +80,7 @@ packages: name: quiver url: "https://pub.dartlang.org" source: hosted - version: "2.1.2+1" + version: "2.0.5" sky_engine: dependency: transitive description: flutter diff --git a/platform_view_swift/pubspec.yaml b/platform_view_swift/pubspec.yaml index dbc2c0560..2a9e29f8b 100644 --- a/platform_view_swift/pubspec.yaml +++ b/platform_view_swift/pubspec.yaml @@ -15,6 +15,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter + pedantic: ^1.8.0 flutter: diff --git a/provider_counter/pubspec.yaml b/provider_counter/pubspec.yaml index e45ed4891..7f7340fbe 100644 --- a/provider_counter/pubspec.yaml +++ b/provider_counter/pubspec.yaml @@ -17,7 +17,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - pedantic: ^1.8.0+1 + pedantic: ^1.8.0 flutter: diff --git a/provider_shopper/analysis_options.yaml b/provider_shopper/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/provider_shopper/analysis_options.yaml +++ b/provider_shopper/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/provider_shopper/pubspec.lock b/provider_shopper/pubspec.lock index 189704f3c..3c078c538 100644 --- a/provider_shopper/pubspec.lock +++ b/provider_shopper/pubspec.lock @@ -56,7 +56,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.0.6" + version: "2.1.3" csslib: dependency: transitive description: @@ -87,14 +87,14 @@ packages: name: glob url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "1.2.0" html: dependency: transitive description: name: html url: "https://pub.dartlang.org" source: hosted - version: "0.14.0+2" + version: "0.14.0+3" http: dependency: transitive description: @@ -172,20 +172,34 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" + node_interop: + dependency: transitive + description: + name: node_interop + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" + node_io: + dependency: transitive + description: + name: node_io + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1+2" node_preamble: dependency: transitive description: name: node_preamble url: "https://pub.dartlang.org" source: hosted - version: "1.4.4" + version: "1.4.8" package_config: dependency: transitive description: name: package_config url: "https://pub.dartlang.org" source: hosted - version: "1.0.5" + version: "1.1.0" package_resolver: dependency: transitive description: @@ -201,7 +215,7 @@ packages: source: hosted version: "1.6.4" pedantic: - dependency: transitive + dependency: "direct dev" description: name: pedantic url: "https://pub.dartlang.org" @@ -220,7 +234,7 @@ packages: name: provider url: "https://pub.dartlang.org" source: hosted - version: "3.0.0+1" + version: "3.1.0+1" pub_semver: dependency: transitive description: @@ -358,27 +372,27 @@ packages: name: vm_service_client url: "https://pub.dartlang.org" source: hosted - version: "0.2.6+2" + version: "0.2.6+3" watcher: dependency: transitive description: name: watcher url: "https://pub.dartlang.org" source: hosted - version: "0.9.7+10" + version: "0.9.7+13" web_socket_channel: dependency: transitive description: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "1.0.14" + version: "1.1.0" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.1.16" + version: "2.2.0" sdks: dart: ">=2.5.0 <3.0.0" diff --git a/provider_shopper/pubspec.yaml b/provider_shopper/pubspec.yaml index 7b9917710..e41977e45 100644 --- a/provider_shopper/pubspec.yaml +++ b/provider_shopper/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - + pedantic: ^1.8.0 test: ^1.5.1 flutter: diff --git a/veggieseasons/analysis_options.yaml b/veggieseasons/analysis_options.yaml index b9a01f119..8595cd0e8 100644 --- a/veggieseasons/analysis_options.yaml +++ b/veggieseasons/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.1.7.0.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: diff --git a/veggieseasons/lib/styles.dart b/veggieseasons/lib/styles.dart index cd16dd126..14b71e8ac 100644 --- a/veggieseasons/lib/styles.dart +++ b/veggieseasons/lib/styles.dart @@ -194,10 +194,10 @@ abstract class Styles { // While handy, some of the Font Awesome icons sometimes bleed over their // allotted bounds. This padding is used to adjust for that. static const seasonIconPadding = { - Season.winter: const EdgeInsets.only(right: 0), - Season.spring: const EdgeInsets.only(right: 4), - Season.summer: const EdgeInsets.only(right: 6), - Season.autumn: const EdgeInsets.only(right: 0), + Season.winter: EdgeInsets.only(right: 0), + Season.spring: EdgeInsets.only(right: 4), + Season.summer: EdgeInsets.only(right: 6), + Season.autumn: EdgeInsets.only(right: 0), }; static const seasonIconData = { diff --git a/veggieseasons/pubspec.lock b/veggieseasons/pubspec.lock index 707650d50..7621aa185 100644 --- a/veggieseasons/pubspec.lock +++ b/veggieseasons/pubspec.lock @@ -7,7 +7,7 @@ packages: name: archive url: "https://pub.dartlang.org" source: hosted - version: "2.0.10" + version: "2.0.11" args: dependency: transitive description: @@ -56,7 +56,7 @@ packages: name: crypto url: "https://pub.dartlang.org" source: hosted - version: "2.1.2" + version: "2.1.3" cupertino_icons: dependency: "direct main" description: @@ -75,7 +75,7 @@ packages: name: flutter_launcher_icons url: "https://pub.dartlang.org" source: hosted - version: "0.7.2+1" + version: "0.7.4" flutter_test: dependency: "direct dev" description: flutter @@ -94,7 +94,7 @@ packages: name: image url: "https://pub.dartlang.org" source: hosted - version: "2.1.4" + version: "2.1.9" intl: dependency: "direct main" description: @@ -157,7 +157,7 @@ packages: name: shared_preferences url: "https://pub.dartlang.org" source: hosted - version: "0.5.3+4" + version: "0.5.4+5" sky_engine: dependency: transitive description: flutter @@ -232,7 +232,7 @@ packages: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.1.16" + version: "2.2.0" sdks: dart: ">=2.5.0 <3.0.0" - flutter: ">=1.5.0 <2.0.0" + flutter: ">=1.6.7 <2.0.0" diff --git a/veggieseasons/pubspec.yaml b/veggieseasons/pubspec.yaml index 2176366b1..e40dd7426 100644 --- a/veggieseasons/pubspec.yaml +++ b/veggieseasons/pubspec.yaml @@ -19,8 +19,7 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - - pedantic: ^1.7.0 + pedantic: ^1.8.0 flutter_launcher_icons: ^0.7.2+1 flutter: diff --git a/web/_tool/pubspec.lock b/web/_tool/pubspec.lock index 44f73bc58..0889d5436 100644 --- a/web/_tool/pubspec.lock +++ b/web/_tool/pubspec.lock @@ -21,7 +21,7 @@ packages: name: markdown url: "https://pub.dartlang.org" source: hosted - version: "2.0.3" + version: "2.1.2" path: dependency: "direct main" description: @@ -30,4 +30,4 @@ packages: source: hosted version: "1.6.4" sdks: - dart: ">=2.0.0 <3.0.0" + dart: ">=2.1.1 <3.0.0" diff --git a/web/charts/pubspec.lock b/web/charts/pubspec.lock index 146893cc6..d25e929cc 100644 --- a/web/charts/pubspec.lock +++ b/web/charts/pubspec.lock @@ -7,14 +7,14 @@ packages: name: charts_common url: "https://pub.dartlang.org" source: hosted - version: "0.8.0" + version: "0.8.1" charts_flutter: dependency: "direct main" description: name: charts_flutter url: "https://pub.dartlang.org" source: hosted - version: "0.8.0" + version: "0.8.1" collection: dependency: transitive description: @@ -47,7 +47,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" path: dependency: transitive description: diff --git a/web/dad_jokes/analysis_options.yaml b/web/dad_jokes/analysis_options.yaml index d7de72eb6..b40dda9ad 100644 --- a/web/dad_jokes/analysis_options.yaml +++ b/web/dad_jokes/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:pedantic/analysis_options.yaml +include: package:pedantic/analysis_options.1.8.0.yaml analyzer: strong-mode: implicit-casts: false diff --git a/web/dad_jokes/pubspec.lock b/web/dad_jokes/pubspec.lock index cc77630c2..6d337351b 100644 --- a/web/dad_jokes/pubspec.lock +++ b/web/dad_jokes/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.4.0" charcode: dependency: transitive description: @@ -47,7 +47,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" path: dependency: transitive description: diff --git a/web/dad_jokes/pubspec.yaml b/web/dad_jokes/pubspec.yaml index 4da7f7a35..a53b40966 100644 --- a/web/dad_jokes/pubspec.yaml +++ b/web/dad_jokes/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: http: ^0.12.0 dev_dependencies: - pedantic: ^1.3.0 + pedantic: ^1.8.0 flutter: uses-material-design: true diff --git a/web/filipino_cuisine/pubspec.lock b/web/filipino_cuisine/pubspec.lock index 8278cf1e6..cbd275fcc 100644 --- a/web/filipino_cuisine/pubspec.lock +++ b/web/filipino_cuisine/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.4.0" charcode: dependency: transitive description: @@ -61,7 +61,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" path: dependency: transitive description: diff --git a/web/filipino_cuisine/pubspec.yaml b/web/filipino_cuisine/pubspec.yaml index e667ae06a..37078084c 100644 --- a/web/filipino_cuisine/pubspec.yaml +++ b/web/filipino_cuisine/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: http: ^0.12.0 dev_dependencies: - pedantic: ^1.3.0 + pedantic: ^1.8.0 flutter_icons: diff --git a/web/github_dataviz/pubspec.lock b/web/github_dataviz/pubspec.lock index 32b76e2a1..60cc1069a 100644 --- a/web/github_dataviz/pubspec.lock +++ b/web/github_dataviz/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.3.0" + version: "2.4.0" charcode: dependency: transitive description: @@ -54,7 +54,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" path: dependency: transitive description: diff --git a/web/particle_background/pubspec.lock b/web/particle_background/pubspec.lock index 7c07229f8..040daf466 100644 --- a/web/particle_background/pubspec.lock +++ b/web/particle_background/pubspec.lock @@ -19,7 +19,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" sky_engine: dependency: transitive description: flutter diff --git a/web/slide_puzzle/pubspec.lock b/web/slide_puzzle/pubspec.lock index 5a7823128..2e562badd 100644 --- a/web/slide_puzzle/pubspec.lock +++ b/web/slide_puzzle/pubspec.lock @@ -8,13 +8,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.36.4" - archive: - dependency: transitive - description: - name: archive - url: "https://pub.dartlang.org" - source: hosted - version: "2.0.11" args: dependency: transitive description: @@ -28,7 +21,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.4.0" + version: "2.3.0" boolean_selector: dependency: transitive description: @@ -57,13 +50,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.1.1" - coverage: - dependency: transitive - description: - name: coverage - url: "https://pub.dartlang.org" - source: hosted - version: "0.13.3+1" crypto: dependency: transitive description: @@ -101,14 +87,14 @@ packages: name: glob url: "https://pub.dartlang.org" source: hosted - version: "1.1.7" + version: "1.2.0" html: dependency: transitive description: name: html url: "https://pub.dartlang.org" source: hosted - version: "0.14.0+2" + version: "0.14.0+3" http: dependency: transitive description: @@ -130,13 +116,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "3.1.3" - image: - dependency: transitive - description: - name: image - url: "https://pub.dartlang.org" - source: hosted - version: "2.1.4" io: dependency: transitive description: @@ -151,6 +130,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.6.1+1" + json_rpc_2: + dependency: transitive + description: + name: json_rpc_2 + url: "https://pub.dartlang.org" + source: hosted + version: "2.1.0" kernel: dependency: transitive description: @@ -158,27 +144,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.3.19" - logging: - dependency: transitive - description: - name: logging - url: "https://pub.dartlang.org" - source: hosted - version: "0.11.3+2" matcher: dependency: transitive description: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.6" + version: "0.12.5" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" mime: dependency: transitive description: @@ -193,6 +172,20 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" + node_interop: + dependency: transitive + description: + name: node_interop + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.3" + node_io: + dependency: transitive + description: + name: node_io + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.1+2" node_preamble: dependency: transitive description: @@ -228,13 +221,6 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.8.0+1" - petitparser: - dependency: transitive - description: - name: petitparser - url: "https://pub.dartlang.org" - source: hosted - version: "2.4.0" pool: dependency: transitive description: @@ -344,21 +330,21 @@ packages: name: test url: "https://pub.dartlang.org" source: hosted - version: "1.9.4" + version: "1.6.3" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.2.11" + version: "0.2.5" test_core: dependency: transitive description: name: test_core url: "https://pub.dartlang.org" source: hosted - version: "0.2.15" + version: "0.2.5" typed_data: dependency: transitive description: @@ -373,40 +359,33 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.8" - vm_service: + vm_service_client: dependency: transitive description: - name: vm_service + name: vm_service_client url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "0.2.6+3" watcher: dependency: transitive description: name: watcher url: "https://pub.dartlang.org" source: hosted - version: "0.9.7+12" + version: "0.9.7+13" web_socket_channel: dependency: transitive description: name: web_socket_channel url: "https://pub.dartlang.org" source: hosted - version: "1.0.15" - xml: - dependency: transitive - description: - name: xml - url: "https://pub.dartlang.org" - source: hosted - version: "3.5.0" + version: "1.1.0" yaml: dependency: transitive description: name: yaml url: "https://pub.dartlang.org" source: hosted - version: "2.1.16" + version: "2.2.0" sdks: - dart: ">=2.4.0 <3.0.0" + dart: ">=2.3.0 <3.0.0" diff --git a/web/spinning_square/pubspec.lock b/web/spinning_square/pubspec.lock index 7c07229f8..040daf466 100644 --- a/web/spinning_square/pubspec.lock +++ b/web/spinning_square/pubspec.lock @@ -19,7 +19,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" sky_engine: dependency: transitive description: flutter diff --git a/web/timeflow/pubspec.lock b/web/timeflow/pubspec.lock index 7c07229f8..040daf466 100644 --- a/web/timeflow/pubspec.lock +++ b/web/timeflow/pubspec.lock @@ -19,7 +19,7 @@ packages: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" sky_engine: dependency: transitive description: flutter diff --git a/web/vision_challenge/pubspec.lock b/web/vision_challenge/pubspec.lock index df899e03c..e7305df2d 100644 --- a/web/vision_challenge/pubspec.lock +++ b/web/vision_challenge/pubspec.lock @@ -19,14 +19,14 @@ packages: name: flutter_redux url: "https://pub.dartlang.org" source: hosted - version: "0.5.3" + version: "0.5.4" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.1.8" + version: "1.1.7" redux: dependency: "direct main" description: