Skip to content

Commit d9c6316

Browse files
authored
[native assets] Roll dependencies (flutter#170586)
Rolls the dependencies to the once published this week. Covered by existing integration tests.
1 parent 02abf62 commit d9c6316

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

packages/flutter_tools/lib/src/update_packages_pins.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ const Map<String, String> 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.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
25+
'0.19.4', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
2626
'flutter_gallery_assets': '1.0.2', // Tests depend on the exact version.
2727
'flutter_template_images': '5.0.0', // Must always exactly match flutter_tools template.
2828
'google_mobile_ads': '5.1.0', // https://github.com/flutter/flutter/issues/156912
2929
'hooks':
30-
'0.19.3', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
30+
'0.19.5', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
3131
'hooks_runner':
3232
'0.21.0', // Under active development with breaking changes until 1.0.0. Manually rolled by @dcharkes.
3333
'material_color_utilities': '0.11.1', // Keep pinned to latest until 1.0.0.

packages/flutter_tools/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ dependencies:
5757

5858
graphs: 2.3.2
5959
hooks_runner: 0.21.0
60-
hooks: 0.19.3
61-
code_assets: 0.19.3
60+
hooks: 0.19.5
61+
code_assets: 0.19.4
6262

6363
# We depend on very specific internal implementation details of the
6464
# '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: untvjo
129+
# PUBSPEC CHECKSUM: gpkldp

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.3
10-
hooks: ^0.19.3
9+
code_assets: ^0.19.4
10+
hooks: ^0.19.5
1111
logging: ^1.3.0
12-
native_toolchain_c: ^0.16.2
12+
native_toolchain_c: ^0.16.3
1313

1414
dev_dependencies:
1515
ffi: ^2.1.3

pubspec.lock

Lines changed: 4 additions & 4 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: d1bacf6f0c507acc817e053f8186b79a600eeed78dbd04edcb8c5a8a07a37e1f
129+
sha256: dd7ed641b7f642092092969f2dcd5845ab31c9f3efead0c06ca437bf9ce8a8b2
130130
url: "https://pub.dev"
131131
source: hosted
132-
version: "0.19.3"
132+
version: "0.19.4"
133133
collection:
134134
dependency: "direct main"
135135
description:
@@ -350,10 +350,10 @@ packages:
350350
dependency: "direct main"
351351
description:
352352
name: hooks
353-
sha256: "6fa18c99c5fd6456c3edd99e3f857099c8748eb2062bb8374970f7896858512b"
353+
sha256: "75363eae6c0c2db051c4f6b3b1fcdea8a09c4a596cc83bfff847661da6e80dfc"
354354
url: "https://pub.dev"
355355
source: hosted
356-
version: "0.19.3"
356+
version: "0.19.5"
357357
html:
358358
dependency: "direct main"
359359
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ dependencies:
9191
checked_yaml: 2.0.4
9292
cli_config: 0.2.0
9393
clock: 1.1.2
94-
code_assets: 0.19.3
94+
code_assets: 0.19.4
9595
collection: 1.19.1
9696
convert: 3.1.2
9797
coverage: 1.14.1
@@ -115,7 +115,7 @@ dependencies:
115115
google_mobile_ads: 5.1.0
116116
googleapis: 12.0.0
117117
googleapis_auth: 1.6.0
118-
hooks: 0.19.3
118+
hooks: 0.19.5
119119
html: 0.15.6
120120
http: 1.4.0
121121
http_multi_server: 3.2.2
@@ -213,4 +213,4 @@ dependencies:
213213
pedantic: 1.11.1
214214
quiver: 3.2.2
215215
yaml_edit: 2.2.2
216-
# PUBSPEC CHECKSUM: vsmjan
216+
# PUBSPEC CHECKSUM: kolr2k

0 commit comments

Comments
 (0)