Skip to content

Commit 1d41d6d

Browse files
authored
Upgrade pana to 0.23.1 (#9044)
1 parent 5192edf commit 1d41d6d

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ 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.10.31`.
6+
* Upgraded pana to `0.23.1`.
57

68
## `20251028t102000-all`
79
* Bump runtimeVersion to `2025.10.28`.

app/lib/shared/versions.dart

Lines changed: 2 additions & 2 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.10.28',
27+
'2025.10.31',
2828
// Fallback runtime versions.
29+
'2025.10.28',
2930
'2025.10.22',
30-
'2025.10.17',
3131
];
3232

3333
/// Sets the current runtime versions.

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.23.0'
49+
pana: '0.23.1'
5050
# 3rd-party packages with pinned versions
5151
mailer: '6.5.0'
5252
postgres: '3.5.9'

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.23.0
13+
pana: ^0.23.1
1414
path: ^1.8.0
1515
lints: ^6.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
@@ -621,10 +621,10 @@ packages:
621621
dependency: transitive
622622
description:
623623
name: pana
624-
sha256: c6a2c709b7e1e3ca7f78fdf115adc651c8f08154f3abde59534fc4abbdc69872
624+
sha256: "1ee9fda4f460d97e4adee459022847d1462e678d1e791e39b14d88424b3821ef"
625625
url: "https://pub.dev"
626626
source: hosted
627-
version: "0.23.0"
627+
version: "0.23.1"
628628
path:
629629
dependency: transitive
630630
description:

0 commit comments

Comments
 (0)