From 9a1eafebc363a5950a086776063cf555bdd927c2 Mon Sep 17 00:00:00 2001 From: Istvan Soos Date: Fri, 31 Oct 2025 10:52:21 +0100 Subject: [PATCH] Upgrade pana to 0.23.1 --- CHANGELOG.md | 2 ++ app/lib/shared/versions.dart | 4 ++-- app/pubspec.yaml | 2 +- pkg/pub_worker/pubspec.yaml | 2 +- pubspec.lock | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9354111f94..bfee2612cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ Important changes to data models, configuration, and migrations between each AppEngine version, listed here to ease deployment and troubleshooting. ## Next Release (replace with git tag when deployed) + * Bump runtimeVersion to `2025.10.31`. + * Upgraded pana to `0.23.1`. ## `20251028t102000-all` * Bump runtimeVersion to `2025.10.28`. diff --git a/app/lib/shared/versions.dart b/app/lib/shared/versions.dart index b776762559..89042eca4a 100644 --- a/app/lib/shared/versions.dart +++ b/app/lib/shared/versions.dart @@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$'); /// when the version switch happens. const _acceptedRuntimeVersions = [ // The current [runtimeVersion]. - '2025.10.28', + '2025.10.31', // Fallback runtime versions. + '2025.10.28', '2025.10.22', - '2025.10.17', ]; /// Sets the current runtime versions. diff --git a/app/pubspec.yaml b/app/pubspec.yaml index b1a797ae16..2db702cf2b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -46,7 +46,7 @@ dependencies: watcher: ^1.0.0 yaml: ^3.1.0 # pana version to be pinned - pana: '0.23.0' + pana: '0.23.1' # 3rd-party packages with pinned versions mailer: '6.5.0' postgres: '3.5.9' diff --git a/pkg/pub_worker/pubspec.yaml b/pkg/pub_worker/pubspec.yaml index 31cd90e776..9ff2ec81d4 100644 --- a/pkg/pub_worker/pubspec.yaml +++ b/pkg/pub_worker/pubspec.yaml @@ -10,7 +10,7 @@ dependencies: appengine: ^0.13.6 json_annotation: ^4.3.0 jsontool: ^2.0.0 - pana: ^0.23.0 + pana: ^0.23.1 path: ^1.8.0 lints: ^6.0.0 # required for pana meta: ^1.7.0 diff --git a/pubspec.lock b/pubspec.lock index 02a706360e..784915f589 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -621,10 +621,10 @@ packages: dependency: transitive description: name: pana - sha256: c6a2c709b7e1e3ca7f78fdf115adc651c8f08154f3abde59534fc4abbdc69872 + sha256: "1ee9fda4f460d97e4adee459022847d1462e678d1e791e39b14d88424b3821ef" url: "https://pub.dev" source: hosted - version: "0.23.0" + version: "0.23.1" path: dependency: transitive description: