Skip to content

Commit b9a746a

Browse files
authored
Upgrade pana to 0.22.19 (#8629)
1 parent ec7ce6d commit b9a746a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +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.03.07`.
5+
* Bump runtimeVersion to `2025.03.10`.
66
* Upgraded stable Flutter analysis SDK to `3.29.1`.
7+
* Upgraded pana to `0.22.19`.
78

89
## `20250306t114400-all`
910
* Bump runtimeVersion to `2025.03.03`.

app/lib/shared/versions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ 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.03.07',
27+
'2025.03.10',
2828
// Fallback runtime versions.
2929
'2025.03.03',
3030
'2025.02.25',

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.18'
49+
pana: '0.22.19'
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.18
13+
pana: ^0.22.19
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: "3bd9ca2adbfdb9a3ac0fc75039a1a007811826ade9bc05cf3a30b803812f99f8"
629+
sha256: "2190c23df74361a9e7e2030ab96a7a2b5f05d301fe632a6a1a3153570c37c8a4"
630630
url: "https://pub.dev"
631631
source: hosted
632-
version: "0.22.18"
632+
version: "0.22.19"
633633
path:
634634
dependency: transitive
635635
description:

0 commit comments

Comments
 (0)