From da48b34f50a86aa8149f102cd3f5d84656d8fb9e Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Sat, 13 Jul 2024 07:37:24 +0200 Subject: [PATCH] [native_assets] Roll deps (#151662) Roll deps to address: * https://github.com/dart-lang/native/issues/1256 Cross-linking Dart standalone CL: https://dart-review.googlesource.com/c/sdk/+/375461 (no breaking API changes) --- dev/integration_tests/link_hook/pubspec.yaml | 6 +++--- packages/flutter_tools/lib/src/update_packages_pins.dart | 4 ++-- packages/flutter_tools/pubspec.yaml | 6 +++--- .../flutter_tools/templates/package_ffi/pubspec.yaml.tmpl | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/dev/integration_tests/link_hook/pubspec.yaml b/dev/integration_tests/link_hook/pubspec.yaml index 44cfd25a81f..f539f5805ad 100644 --- a/dev/integration_tests/link_hook/pubspec.yaml +++ b/dev/integration_tests/link_hook/pubspec.yaml @@ -8,8 +8,8 @@ environment: dependencies: cli_config: 0.2.0 logging: 1.2.0 - native_assets_cli: 0.7.0 - native_toolchain_c: 0.5.1 + native_assets_cli: 0.7.1 + native_toolchain_c: 0.5.2 args: 2.5.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" async: 2.11.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -67,4 +67,4 @@ dev_dependencies: webkit_inspection_protocol: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" yaml_edit: 2.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: 0248 +# PUBSPEC CHECKSUM: 324a diff --git a/packages/flutter_tools/lib/src/update_packages_pins.dart b/packages/flutter_tools/lib/src/update_packages_pins.dart index 4b4fe669e90..805708b719d 100644 --- a/packages/flutter_tools/lib/src/update_packages_pins.dart +++ b/packages/flutter_tools/lib/src/update_packages_pins.dart @@ -22,8 +22,8 @@ const Map kManuallyPinnedDependencies = { // Add pinned packages here. Please leave a comment explaining why. 'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version. 'flutter_template_images': '4.2.0', // Must always exactly match flutter_tools template. - 'native_assets_builder': '0.8.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. - 'native_assets_cli': '0.7.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + 'native_assets_builder': '0.8.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + 'native_assets_cli': '0.7.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0. 'leak_tracker': '10.0.5', // https://github.com/flutter/devtools/issues/3951 'leak_tracker_testing': '3.0.1', // https://github.com/flutter/devtools/issues/3951 diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 8ac9153c228..7a1e1293230 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -56,8 +56,8 @@ dependencies: cli_config: 0.2.0 graphs: 2.3.1 - native_assets_builder: 0.8.0 - native_assets_cli: 0.7.0 + native_assets_builder: 0.8.1 + native_assets_cli: 0.7.1 # We depend on very specific internal implementation details of the # 'test' package, which change between versions, so when upgrading @@ -120,4 +120,4 @@ dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: 5aae +# PUBSPEC CHECKSUM: f4b0 diff --git a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl index 941324b172b..057464f61d4 100644 --- a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl @@ -9,8 +9,8 @@ environment: dependencies: cli_config: ^0.2.0 logging: ^1.2.0 - native_assets_cli: ^0.7.0 - native_toolchain_c: ^0.5.1 + native_assets_cli: ^0.7.1 + native_toolchain_c: ^0.5.2 dev_dependencies: ffi: ^2.1.2