Skip to content

Commit dcda5d4

Browse files
authored
Upgrade Flutter SDK + dependencies (dart-lang#9473)
1 parent 8cc05bb commit dcda5d4

5 files changed

Lines changed: 28 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Important changes to data models, configuration, and migrations between each
22
AppEngine version, listed here to ease deployment and troubleshooting.
33

44
## Next Release (replace with git tag when deployed)
5+
* Bump runtimeVersion to `2026.07.07`.
6+
* Upgraded stable Flutter analysis SDK to `3.44.5`.
7+
* Upgraded dependencies (including: `sanitize_html`).
58

69
## `20260702t101200-all`
710
* Bump runtimeVersion to `2026.07.02`.

Dockerfile.worker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN mkdir -p /home/worker/config/flutter-stable
3131
RUN XDG_CONFIG_HOME=/home/worker/config/dart-stable tool/setup-dart.sh /home/worker/dart/stable 3.12.2
3232

3333
# Setup Flutter SDK into /home/worker/flutter/{stable,preview}/
34-
RUN XDG_CONFIG_HOME=/home/worker/config/flutter-stable tool/setup-flutter.sh /home/worker/flutter/stable 3.44.4
34+
RUN XDG_CONFIG_HOME=/home/worker/config/flutter-stable tool/setup-flutter.sh /home/worker/flutter/stable 3.44.5
3535

3636
# Setup webp
3737
RUN tool/setup-webp.sh /home/worker/bin

app/lib/shared/versions.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
2424
/// when the version switch happens.
2525
const _acceptedRuntimeVersions = <String>[
2626
// The current [runtimeVersion].
27-
'2026.07.02',
27+
'2026.07.07',
2828
// Fallback runtime versions.
29+
'2026.07.02',
2930
'2026.06.25',
30-
'2026.06.18',
3131
];
3232

3333
/// Sets the current runtime versions.
@@ -63,7 +63,7 @@ bool shouldGCVersion(String version) =>
6363
// keep in-sync with SDK version in .github/workflows/all-test.yml and Dockerfile.app
6464
final String runtimeSdkVersion = '3.12.0';
6565
final String toolStableDartSdkVersion = '3.12.2';
66-
final String toolStableFlutterSdkVersion = '3.44.4';
66+
final String toolStableFlutterSdkVersion = '3.44.5';
6767

6868
final semanticToolStableDartSdkVersion = Version.parse(
6969
toolStableDartSdkVersion,

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
pub_semver: '^2.0.0'
4040
pubspec_parse: ^1.2.1
4141
retry: ^3.1.0
42-
sanitize_html: ^2.1.0
42+
sanitize_html: ^2.2.0
4343
shelf: '^1.0.0'
4444
shelf_router: ^1.1.0
4545
stack_trace: ^1.10.0

pubspec.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ packages:
1313
dependency: transitive
1414
description:
1515
name: _fe_analyzer_shared
16-
sha256: cd6add6f846f35fb79f3c315296703c1a24f3cfd7f4739d91a74961c1c7e9f1b
16+
sha256: "1b0e6a07425a3e460666e88bf1c949ccc7bb0116ad562ce94a1eca60fe820725"
1717
url: "https://pub.dev"
1818
source: hosted
19-
version: "100.0.0"
19+
version: "103.0.0"
2020
analyzer:
2121
dependency: transitive
2222
description:
2323
name: analyzer
24-
sha256: "6ba98576948803398b69e3a444df24eacdbe12ed699c7014e120ea38552debbf"
24+
sha256: "61c04d0c1bfed555c681ea079519933f071a5a026578ff73c4ff0df2d3462e5e"
2525
url: "https://pub.dev"
2626
source: hosted
27-
version: "13.0.0"
27+
version: "13.3.0"
2828
appengine:
2929
dependency: transitive
3030
description:
@@ -237,10 +237,10 @@ packages:
237237
dependency: transitive
238238
description:
239239
name: coverage
240-
sha256: "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d"
240+
sha256: "956a3de0725ca232ad353565a8290d3357592bf4250f6f298a185e2d949c5d3d"
241241
url: "https://pub.dev"
242242
source: hosted
243-
version: "1.15.0"
243+
version: "1.15.1"
244244
crypto:
245245
dependency: transitive
246246
description:
@@ -349,10 +349,10 @@ packages:
349349
dependency: transitive
350350
description:
351351
name: googleapis_auth
352-
sha256: "2a8895c3885197f96bb2fd91ee0ae77b53ff3874c7b1f1eadb6566248e880958"
352+
sha256: "1417d8846663df5e7b77ca56591c5edd442c66ffc9c01ab036e138a21a148e86"
353353
url: "https://pub.dev"
354354
source: hosted
355-
version: "2.3.1"
355+
version: "2.3.2"
356356
graphs:
357357
dependency: transitive
358358
description:
@@ -429,10 +429,10 @@ packages:
429429
dependency: transitive
430430
description:
431431
name: intl
432-
sha256: "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5"
432+
sha256: "1ca20c894b1717686a2319b8548763d812bc0aabdac580420a44c5178c57a867"
433433
url: "https://pub.dev"
434434
source: hosted
435-
version: "0.20.2"
435+
version: "0.20.3"
436436
io:
437437
dependency: transitive
438438
description:
@@ -525,10 +525,10 @@ packages:
525525
dependency: transitive
526526
description:
527527
name: meta
528-
sha256: df0c643f44ad098eb37988027a8e2b2b5a031fd3977f06bbfd3a76637e8df739
528+
sha256: c82594181e3312f3d0695fc95aaaf7758d75b8d4ae2bbecf223b9fd5109a059d
529529
url: "https://pub.dev"
530530
source: hosted
531-
version: "1.18.2"
531+
version: "1.18.3"
532532
mime:
533533
dependency: transitive
534534
description:
@@ -717,10 +717,10 @@ packages:
717717
dependency: transitive
718718
description:
719719
name: sanitize_html
720-
sha256: "12669c4a913688a26555323fb9cec373d8f9fbe091f2d01c40c723b33caa8989"
720+
sha256: "60257e2b8fd8b13b7c755065c2639a6c800031bb5bd3e30a007fc6739c77b2e1"
721721
url: "https://pub.dev"
722722
source: hosted
723-
version: "2.1.0"
723+
version: "2.2.0"
724724
sass:
725725
dependency: transitive
726726
description:
@@ -885,26 +885,26 @@ packages:
885885
dependency: transitive
886886
description:
887887
name: test
888-
sha256: ca578dc12bb8b2f40b67b7d3bd2fac4f31c01a6ff7130a14e2597b919934507f
888+
sha256: "0d5ba5602ec3baa28c8ce365e1efc5575969c765f45c554a3e167dc7945b9c30"
889889
url: "https://pub.dev"
890890
source: hosted
891-
version: "1.31.1"
891+
version: "1.31.2"
892892
test_api:
893893
dependency: transitive
894894
description:
895895
name: test_api
896-
sha256: "2a122cbe059f8b610d3a5415f42e255b6c17b1f21eee1d960f31080237fb4f11"
896+
sha256: "475610b2aa23c19687cce2961e44b0cc57cafe220f67c2b80201231b2a07fbe7"
897897
url: "https://pub.dev"
898898
source: hosted
899-
version: "0.7.12"
899+
version: "0.7.13"
900900
test_core:
901901
dependency: transitive
902902
description:
903903
name: test_core
904-
sha256: d2e98ec12998368dc59ddd47ab709f2cd55acd6b66dc7db764455a44082f4bc5
904+
sha256: a39c204a4fc7a7ccb04a2b985e359fda3cc37e45e0b8ac61c3fb1a05aa832132
905905
url: "https://pub.dev"
906906
source: hosted
907-
version: "0.6.18"
907+
version: "0.6.19"
908908
test_process:
909909
dependency: transitive
910910
description:

0 commit comments

Comments
 (0)