Skip to content

Commit b68c32c

Browse files
authored
Upgrade pana (#8199)
1 parent 31cd91e commit b68c32c

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ 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-
* Bumped runtimeVersion to `2024.10.25`.
5+
* Bumped runtimeVersion to `2024.10.29`.
66
* Upgraded stable Dart analysis SDK to `3.5.4`
77
* Upgraded stable Flutter analysis SDK to `3.24.4`.
8+
* Upgraded pana to `0.22.15`.
89

910
## `20241022t092400-all`
1011
* Bumped runtimeVersion to `2024.10.21`.

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-
'2024.10.25',
27+
'2024.10.29',
2828
// Fallback runtime versions.
2929
'2024.10.21',
3030
'2024.10.15',

app/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,10 @@ packages:
565565
dependency: "direct main"
566566
description:
567567
name: pana
568-
sha256: "1e8eda3ef25479e192cd648cd574a1bc0cc096c70c0468e67530462e92fb79b7"
568+
sha256: f278f836a25055c549deedcb84e0ddb9436848d57c1a01d3061742a8026ab01e
569569
url: "https://pub.dev"
570570
source: hosted
571-
version: "0.22.13"
571+
version: "0.22.15"
572572
path:
573573
dependency: "direct main"
574574
description:

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies:
5151
watcher: ^1.0.0
5252
yaml: '^3.0.0'
5353
# pana version to be pinned
54-
pana: '0.22.13'
54+
pana: '0.22.15'
5555
# 3rd-party packages with pinned versions
5656
mailer: '6.2.0'
5757
ulid: '2.0.1'

pkg/pub_worker/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,10 @@ packages:
479479
dependency: "direct main"
480480
description:
481481
name: pana
482-
sha256: "1e8eda3ef25479e192cd648cd574a1bc0cc096c70c0468e67530462e92fb79b7"
482+
sha256: f278f836a25055c549deedcb84e0ddb9436848d57c1a01d3061742a8026ab01e
483483
url: "https://pub.dev"
484484
source: hosted
485-
version: "0.22.13"
485+
version: "0.22.15"
486486
path:
487487
dependency: transitive
488488
description:

pkg/pub_worker/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
appengine: ^0.13.6
1010
json_annotation: ^4.3.0
1111
jsontool: ^2.0.0
12-
pana: ^0.22.13
12+
pana: ^0.22.15
1313
lints: ^5.0.0 # required for pana
1414
meta: ^1.7.0
1515
api_builder:

0 commit comments

Comments
 (0)