From d7956c57210fdbaf7aa1ffc8096d53b0c5eea22b Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Fri, 23 May 2025 16:47:06 +0200 Subject: [PATCH] [native assets] Roll dependencies --- dev/integration_tests/hook_user_defines/pubspec.yaml | 8 ++++---- dev/integration_tests/link_hook/pubspec.yaml | 8 ++++---- packages/flutter_tools/lib/src/update_packages_pins.dart | 6 +++--- packages/flutter_tools/pubspec.yaml | 8 ++++---- .../flutter_tools/templates/package_ffi/pubspec.yaml.tmpl | 6 +++--- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dev/integration_tests/hook_user_defines/pubspec.yaml b/dev/integration_tests/hook_user_defines/pubspec.yaml index 0a4c566d386..09505b70654 100644 --- a/dev/integration_tests/hook_user_defines/pubspec.yaml +++ b/dev/integration_tests/hook_user_defines/pubspec.yaml @@ -11,10 +11,10 @@ hooks: magic_value: 1000 dependencies: - code_assets: 0.19.0 - hooks: 0.19.1 + code_assets: 0.19.3 + hooks: 0.19.3 logging: 1.3.0 - native_toolchain_c: 0.16.1 + native_toolchain_c: 0.16.2 async: 2.13.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" collection: 1.19.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -75,4 +75,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.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: b4e9 +# PUBSPEC CHECKSUM: d3ef diff --git a/dev/integration_tests/link_hook/pubspec.yaml b/dev/integration_tests/link_hook/pubspec.yaml index 237957a8a53..c900296079c 100644 --- a/dev/integration_tests/link_hook/pubspec.yaml +++ b/dev/integration_tests/link_hook/pubspec.yaml @@ -6,10 +6,10 @@ environment: sdk: ^3.7.0-0 dependencies: - code_assets: 0.19.0 - hooks: 0.19.1 + code_assets: 0.19.3 + hooks: 0.19.3 logging: 1.3.0 - native_toolchain_c: 0.16.1 + native_toolchain_c: 0.16.2 async: 2.13.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" collection: 1.19.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" @@ -70,4 +70,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.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" -# PUBSPEC CHECKSUM: b4e9 +# PUBSPEC CHECKSUM: d3ef diff --git a/packages/flutter_tools/lib/src/update_packages_pins.dart b/packages/flutter_tools/lib/src/update_packages_pins.dart index a28788e14ab..be6ecc705ed 100644 --- a/packages/flutter_tools/lib/src/update_packages_pins.dart +++ b/packages/flutter_tools/lib/src/update_packages_pins.dart @@ -22,14 +22,14 @@ const Map kManuallyPinnedDependencies = { // Add pinned packages here. Please leave a comment explaining why. 'archive': '3.6.1', // https://github.com/flutter/flutter/issues/115660 'code_assets': - '0.19.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.19.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version. 'flutter_template_images': '5.0.0', // Must always exactly match flutter_tools template. 'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912 'hooks': - '0.19.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.19.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. 'hooks_runner': - '0.20.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes. + '0.20.2', // 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. }; diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 052122a7d50..339cd3abba6 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -55,9 +55,9 @@ dependencies: unified_analytics: 8.0.1 graphs: 2.3.2 - hooks_runner: 0.20.0 - hooks: 0.19.1 - code_assets: 0.19.0 + hooks_runner: 0.20.2 + hooks: 0.19.3 + code_assets: 0.19.3 # We depend on very specific internal implementation details of the # 'test' package, which change between versions, so when upgrading @@ -126,4 +126,4 @@ dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: df9f +# PUBSPEC CHECKSUM: 51a6 diff --git a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl index cff6855a305..42898a2fe95 100644 --- a/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl +++ b/packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl @@ -7,10 +7,10 @@ environment: sdk: {{dartSdkVersionBounds}} dependencies: - code_assets: ^0.19.0 - hooks: ^0.19.1 + code_assets: ^0.19.3 + hooks: ^0.19.3 logging: ^1.3.0 - native_toolchain_c: ^0.16.1 + native_toolchain_c: ^0.16.2 dev_dependencies: ffi: ^2.1.3