[native assets] Roll and unpin dependencies (#178181)

Rolling the dependencies to the latest versions and unpinning them.

Tests: All existing tests of build hooks and code assets.
This commit is contained in:
Daco Harkes 2025-11-10 17:44:40 -03:00 committed by GitHub
parent 9f666e161f
commit d88fd12ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 14 deletions

View File

@ -21,17 +21,11 @@
const kManuallyPinnedDependencies = <String, String>{
// 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.7', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
'dds':
'5.0.3', // 5.0.4 contains bugs described in https://github.com/Dart-Code/Dart-Code/issues/4678.
'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.20.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
'hooks_runner':
'0.23.0', // 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.
};

View File

@ -58,10 +58,10 @@ dependencies:
pubspec_parse: 1.5.0
graphs: 2.3.2
hooks_runner: 0.23.0
hooks: 0.20.1
code_assets: 0.19.7
data_assets: 0.19.3
hooks_runner: 1.0.0
hooks: 1.0.0
code_assets: 1.0.0
data_assets: 0.19.6
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so when upgrading
@ -127,4 +127,4 @@ dev_dependencies:
dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: d3nerf
# PUBSPEC CHECKSUM: 1aoins

View File

@ -6,10 +6,10 @@ environment:
sdk: {{dartSdkVersionBounds}}
dependencies:
code_assets: ^0.19.7
hooks: ^0.20.1
code_assets: ^1.0.0
hooks: ^1.0.0
logging: ^1.3.0
native_toolchain_c: ^0.17.1
native_toolchain_c: ^0.17.3
dev_dependencies:
ffi: ^2.1.3