Skip to content

Commit da5523a

Browse files
authored
[native assets] Roll dependencies (flutter#174522)
Rolls the dependencies to the once published today. Covered by existing integration tests.
1 parent 1a5ec4d commit da5523a

File tree

6 files changed

+26
-22
lines changed

6 files changed

+26
-22
lines changed

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ const kManuallyPinnedDependencies = <String, String>{
2222
// Add pinned packages here. Please leave a comment explaining why.
2323
'archive': '3.6.1', // https://github.com/flutter/flutter/issues/115660
2424
'code_assets':
25-
'0.19.4', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
25+
'0.19.6', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2626
'dds':
2727
'5.0.3', // 5.0.4 contains bugs described in https://github.com/Dart-Code/Dart-Code/issues/4678.
2828
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
2929
'flutter_template_images': '5.0.0', // Must always exactly match flutter_tools template.
3030
'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912
3131
'hooks':
32-
'0.19.5', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
32+
'0.20.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
3333
'hooks_runner':
34-
'0.21.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
34+
'0.22.1', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
3535
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.
3636
};
3737

packages/flutter_tools/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ dependencies:
5858
pubspec_parse: 1.5.0
5959

6060
graphs: 2.3.2
61-
hooks_runner: 0.21.0
62-
hooks: 0.19.5
63-
code_assets: 0.19.4
61+
hooks_runner: 0.22.1
62+
hooks: 0.20.1
63+
code_assets: 0.19.6
6464

6565
# We depend on very specific internal implementation details of the
6666
# 'test' package, which change between versions, so when upgrading
@@ -126,4 +126,4 @@ dev_dependencies:
126126
dartdoc:
127127
# Exclude this package from the hosted API docs.
128128
nodoc: true
129-
# PUBSPEC CHECKSUM: 8e4gs4
129+
# PUBSPEC CHECKSUM: b2c0vq

packages/flutter_tools/templates/package_ffi/pubspec.yaml.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ environment:
66
sdk: {{dartSdkVersionBounds}}
77

88
dependencies:
9-
code_assets: ^0.19.4
10-
hooks: ^0.19.5
9+
code_assets: ^0.19.6
10+
hooks: ^0.20.1
1111
logging: ^1.3.0
12-
native_toolchain_c: ^0.16.3
12+
native_toolchain_c: ^0.17.1
1313

1414
dev_dependencies:
1515
ffi: ^2.1.3

packages/flutter_tools/test/general.shard/isolated/fake_native_assets_build_runner.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ class FakeFlutterNativeAssetsBuildRunner implements FlutterNativeAssetsBuildRunn
7777
outputDirectoryShared: Uri.parse('build-out-dir-shared'),
7878
outputFile: Uri.file('output.json'),
7979
)
80-
..setupLink(assets: buildResult.encodedAssets, recordedUsesFile: null);
80+
..setupLink(
81+
assets: buildResult.encodedAssets,
82+
recordedUsesFile: null,
83+
assetsFromLinking: [],
84+
);
8185
for (final extension in extensions) {
8286
extension.setupLinkInput(input);
8387
}

pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ packages:
126126
dependency: "direct main"
127127
description:
128128
name: code_assets
129-
sha256: dd7ed641b7f642092092969f2dcd5845ab31c9f3efead0c06ca437bf9ce8a8b2
129+
sha256: "3b182b03a2f263ad6ab47cdadf9b64daa1d2d72ac941a277f685fb77ba96cbd5"
130130
url: "https://pub.dev"
131131
source: hosted
132-
version: "0.19.4"
132+
version: "0.19.6"
133133
collection:
134134
dependency: "direct main"
135135
description:
@@ -350,10 +350,10 @@ packages:
350350
dependency: "direct main"
351351
description:
352352
name: hooks
353-
sha256: "75363eae6c0c2db051c4f6b3b1fcdea8a09c4a596cc83bfff847661da6e80dfc"
353+
sha256: "22abd27b650a571e53576abe732e4d9053aacaaa6dee23e9ff106c63e3e5b96c"
354354
url: "https://pub.dev"
355355
source: hosted
356-
version: "0.19.5"
356+
version: "0.20.1"
357357
html:
358358
dependency: "direct main"
359359
description:
@@ -510,10 +510,10 @@ packages:
510510
dependency: "direct main"
511511
description:
512512
name: native_toolchain_c
513-
sha256: "74a0c80d877c519bc6bde2c4e27b6b01c1f93c9b480f65ceae8bedd3aba3c086"
513+
sha256: "7e8358a4f6ec69a4f2d366bb971af298aca50d6c2e8a07be7c12d7f6d40460aa"
514514
url: "https://pub.dev"
515515
source: hosted
516-
version: "0.16.8"
516+
version: "0.17.1"
517517
nested:
518518
dependency: "direct main"
519519
description:
@@ -1096,5 +1096,5 @@ packages:
10961096
source: hosted
10971097
version: "2.2.2"
10981098
sdks:
1099-
dart: ">=3.9.0-21.0.dev <4.0.0"
1099+
dart: ">=3.9.0 <4.0.0"
11001100
flutter: ">=3.29.0"

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies:
9090
checked_yaml: 2.0.4
9191
cli_config: 0.2.0
9292
clock: 1.1.2
93-
code_assets: 0.19.4
93+
code_assets: 0.19.6
9494
collection: 1.19.1
9595
convert: 3.1.2
9696
coverage: 1.15.0
@@ -114,7 +114,7 @@ dependencies:
114114
google_mobile_ads: 5.1.0
115115
googleapis: 12.0.0
116116
googleapis_auth: 1.6.0
117-
hooks: 0.19.5
117+
hooks: 0.20.1
118118
html: 0.15.6
119119
http: 1.5.0
120120
http_multi_server: 3.2.2
@@ -133,7 +133,7 @@ dependencies:
133133
meta: 1.17.0
134134
metrics_center: 1.0.13
135135
mime: 2.0.0
136-
native_toolchain_c: 0.16.8
136+
native_toolchain_c: 0.17.1
137137
nested: 1.0.0
138138
node_preamble: 2.0.2
139139
package_config: 2.2.0
@@ -212,4 +212,4 @@ dependencies:
212212
pedantic: 1.11.1
213213
quiver: 3.2.2
214214
yaml_edit: 2.2.2
215-
# PUBSPEC CHECKSUM: jbcfui
215+
# PUBSPEC CHECKSUM: n0dh93

0 commit comments

Comments
 (0)