Skip to content

Commit 2bfb019

Browse files
committed
Upgrade pana
1 parent 1808d1c commit 2bfb019

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
44
## Next Release (replace with git tag when deployed)
55
* Bump runtimeVersion to `2024.12.09`.
66
* Upgraded stable Dart analysis SDK to `3.6.0`
7+
* Upgraded pana to `0.22.17`.
78
* Note: `search` isolate renewal is randomized.
89

910
## `20241205t082000-all`

app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies:
4747
watcher: ^1.0.0
4848
yaml: ^3.1.0
4949
# pana version to be pinned
50-
pana: '0.22.16'
50+
pana: '0.22.17'
5151
# 3rd-party packages with pinned versions
5252
mailer: '6.2.0'
5353
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.16
13+
pana: ^0.22.17
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: c3f928a6517ad4eb631e839c41b61ca2895263f823c66f1a5c411596146556f1
629+
sha256: be1fdf41fb7b1085069d596ef55c0172cce336692e4b4ee97957c999694d777d
630630
url: "https://pub.dev"
631631
source: hosted
632-
version: "0.22.16"
632+
version: "0.22.17"
633633
path:
634634
dependency: transitive
635635
description:

0 commit comments

Comments
 (0)