Skip to content

Commit 5f30f80

Browse files
authored
Upgrade Flutter SDK and pana. (dart-lang#8708)
1 parent 4df76f5 commit 5f30f80

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

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 `2025.04.15`.
6+
* Upgraded stable Flutter analysis SDK to `3.29.3`.
7+
* Upgraded pana to `0.22.21`.
58
* Note: after the release we should update the load balancer rules to also include the `/api/packages/<package>/feed.atom` URLs.
69

710
## `20250403t085600-all`

Dockerfile.worker

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

2828
# Setup Flutter SDK into /home/worker/flutter/{stable,preview}/
29-
RUN XDG_CONFIG_HOME=/home/worker/config/flutter-stable tool/setup-flutter.sh /home/worker/flutter/stable 3.29.2
29+
RUN XDG_CONFIG_HOME=/home/worker/config/flutter-stable tool/setup-flutter.sh /home/worker/flutter/stable 3.29.3
3030

3131
# Setup webp
3232
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-
'2025.04.01',
27+
'2025.04.15',
2828
// Fallback runtime versions.
29+
'2025.04.01',
2930
'2025.03.27',
30-
'2025.03.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 .mono_repo.yml and Dockerfile
6464
final String runtimeSdkVersion = '3.7.0';
6565
final String toolStableDartSdkVersion = '3.7.2';
66-
final String toolStableFlutterSdkVersion = '3.29.2';
66+
final String toolStableFlutterSdkVersion = '3.29.3';
6767

6868
final semanticToolStableDartSdkVersion =
6969
Version.parse(toolStableDartSdkVersion);

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
watcher: ^1.0.0
4747
yaml: ^3.1.0
4848
# pana version to be pinned
49-
pana: '0.22.20'
49+
pana: '0.22.21'
5050
# 3rd-party packages with pinned versions
5151
mailer: '6.3.0'
5252
ulid: '2.0.1'

pkg/pub_worker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
appengine: ^0.13.6
1111
json_annotation: ^4.3.0
1212
jsontool: ^2.0.0
13-
pana: ^0.22.20
13+
pana: ^0.22.21
1414
path: ^1.8.0
1515
lints: ^5.0.0 # required for pana
1616
meta: ^1.7.0

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,10 +626,10 @@ packages:
626626
dependency: transitive
627627
description:
628628
name: pana
629-
sha256: "4bbeb13e05992b4c82f1902c5872d9c3dff6beca0f86cc843cc9e587f41d17b8"
629+
sha256: "424b9e8523030e21ceeb9712a8b09c49e8e0e50d55845af70efd3238f6a73fa2"
630630
url: "https://pub.dev"
631631
source: hosted
632-
version: "0.22.20"
632+
version: "0.22.21"
633633
path:
634634
dependency: transitive
635635
description:

0 commit comments

Comments
 (0)