From 1089588863835a0b4a9ab0cdbc4afff451a3b7b6 Mon Sep 17 00:00:00 2001 From: Christopher Fujino Date: Tue, 7 Feb 2023 12:10:18 -0800 Subject: [PATCH] un-pin package:intl (#119900) --- dev/benchmarks/microbenchmarks/pubspec.yaml | 4 ++-- dev/benchmarks/test_apps/stocks/pubspec.yaml | 4 ++-- dev/bots/pubspec.yaml | 4 ++-- dev/conductor/core/pubspec.yaml | 4 ++-- dev/integration_tests/flutter_gallery/pubspec.yaml | 4 ++-- dev/tools/pubspec.yaml | 4 ++-- packages/flutter_localizations/pubspec.yaml | 4 ++-- packages/flutter_tools/lib/src/commands/update_packages.dart | 2 -- packages/flutter_tools/pubspec.yaml | 4 ++-- .../test/general.shard/update_packages_test.dart | 1 - 10 files changed, 16 insertions(+), 19 deletions(-) diff --git a/dev/benchmarks/microbenchmarks/pubspec.yaml b/dev/benchmarks/microbenchmarks/pubspec.yaml index 13c7adabcf..3b300bd496 100644 --- a/dev/benchmarks/microbenchmarks/pubspec.yaml +++ b/dev/benchmarks/microbenchmarks/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: http: 0.13.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" http_multi_server: 3.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" http_parser: 4.0.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" - intl: 0.17.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" + intl: 0.18.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" io: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" isolate: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" js: 0.6.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -136,4 +136,4 @@ flutter: - packages/flutter_gallery_assets/people/square/stella.png - packages/flutter_gallery_assets/people/square/trevor.png -# PUBSPEC CHECKSUM: 4b39 +# PUBSPEC CHECKSUM: 0d3a diff --git a/dev/benchmarks/test_apps/stocks/pubspec.yaml b/dev/benchmarks/test_apps/stocks/pubspec.yaml index 3dffdfd1e9..d6d8f7f2fa 100644 --- a/dev/benchmarks/test_apps/stocks/pubspec.yaml +++ b/dev/benchmarks/test_apps/stocks/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: sdk: flutter flutter_localizations: sdk: flutter - intl: 0.17.0 + intl: 0.18.0 http: 0.13.5 isolate: 2.1.1 @@ -75,4 +75,4 @@ dev_dependencies: flutter: uses-material-design: true -# PUBSPEC CHECKSUM: 31e3 +# PUBSPEC CHECKSUM: 33e4 diff --git a/dev/bots/pubspec.yaml b/dev/bots/pubspec.yaml index 09d09426e8..14825b134c 100644 --- a/dev/bots/pubspec.yaml +++ b/dev/bots/pubspec.yaml @@ -7,7 +7,7 @@ environment: dependencies: args: 2.3.2 crypto: 3.0.2 - intl: 0.17.0 + intl: 0.18.0 flutter_devicelab: path: ../devicelab http_parser: 4.0.2 @@ -71,4 +71,4 @@ dependencies: dev_dependencies: test_api: 0.4.18 -# PUBSPEC CHECKSUM: 2fb4 +# PUBSPEC CHECKSUM: 2bb5 diff --git a/dev/conductor/core/pubspec.yaml b/dev/conductor/core/pubspec.yaml index 20fb59877b..391dcff739 100644 --- a/dev/conductor/core/pubspec.yaml +++ b/dev/conductor/core/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: archive: 3.3.2 args: 2.3.2 http: 0.13.5 - intl: 0.17.0 + intl: 0.18.0 meta: 1.9.0 path: 1.8.3 process: 4.2.4 @@ -65,4 +65,4 @@ dev_dependencies: web_socket_channel: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: 551e +# PUBSPEC CHECKSUM: f01f diff --git a/dev/integration_tests/flutter_gallery/pubspec.yaml b/dev/integration_tests/flutter_gallery/pubspec.yaml index 3cdbad55bc..bc1156a6b7 100644 --- a/dev/integration_tests/flutter_gallery/pubspec.yaml +++ b/dev/integration_tests/flutter_gallery/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: sdk: flutter collection: 1.17.1 device_info: 2.0.3 - intl: 0.17.0 + intl: 0.18.0 connectivity: 3.0.6 string_scanner: 1.2.0 url_launcher: 6.1.8 @@ -275,4 +275,4 @@ flutter: - asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf - asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf -# PUBSPEC CHECKSUM: be38 +# PUBSPEC CHECKSUM: 6939 diff --git a/dev/tools/pubspec.yaml b/dev/tools/pubspec.yaml index 427b30e486..0f29f19dad 100644 --- a/dev/tools/pubspec.yaml +++ b/dev/tools/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: archive: 3.3.2 args: 2.3.2 http: 0.13.5 - intl: 0.17.0 + intl: 0.18.0 meta: 1.9.0 path: 1.8.3 process: 4.2.4 @@ -61,4 +61,4 @@ dev_dependencies: webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" yaml: 3.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: 4f7c +# PUBSPEC CHECKSUM: cc7d diff --git a/packages/flutter_localizations/pubspec.yaml b/packages/flutter_localizations/pubspec.yaml index e01fc702b0..9e329b8eed 100644 --- a/packages/flutter_localizations/pubspec.yaml +++ b/packages/flutter_localizations/pubspec.yaml @@ -8,7 +8,7 @@ dependencies: flutter: sdk: flutter - intl: 0.17.0 + intl: 0.18.0 characters: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" clock: 1.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -34,4 +34,4 @@ dev_dependencies: term_glyph: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" test_api: 0.4.18 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: b15e +# PUBSPEC CHECKSUM: 585f diff --git a/packages/flutter_tools/lib/src/commands/update_packages.dart b/packages/flutter_tools/lib/src/commands/update_packages.dart index 7027fd671e..94a66b34e3 100644 --- a/packages/flutter_tools/lib/src/commands/update_packages.dart +++ b/packages/flutter_tools/lib/src/commands/update_packages.dart @@ -41,8 +41,6 @@ const Map kManuallyPinnedDependencies = { 'archive': '3.3.2', // https://github.com/flutter/flutter/issues/116376 'path_provider_android': '2.0.21', - // https://github.com/flutter/flutter/issues/117163 - 'intl': '0.17.0', }; class UpdatePackagesCommand extends FlutterCommand { diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 336dff6fb1..843c77ebab 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -19,7 +19,7 @@ dependencies: flutter_template_images: 4.2.0 html: 0.15.1 http: 0.13.5 - intl: 0.17.0 + intl: 0.18.0 meta: 1.9.0 multicast_dns: 0.3.2+3 mustache_template: 2.0.0 @@ -104,4 +104,4 @@ dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: 35a3 +# PUBSPEC CHECKSUM: 0da4 diff --git a/packages/flutter_tools/test/general.shard/update_packages_test.dart b/packages/flutter_tools/test/general.shard/update_packages_test.dart index 5d61c02a0d..2b1e6b3764 100644 --- a/packages/flutter_tools/test/general.shard/update_packages_test.dart +++ b/packages/flutter_tools/test/general.shard/update_packages_test.dart @@ -109,7 +109,6 @@ void main() { 'url_launcher_android', 'archive', 'path_provider_android', - 'intl', ]), ); });