Skip to content

Commit d1a95c9

Browse files
authored
Upgrade pana and other dependencies. (#8150)
1 parent 4e88f02 commit d1a95c9

File tree

18 files changed

+259
-252
lines changed

18 files changed

+259
-252
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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+
* Bumped runtimeVersion to `2024.10.15`.
6+
* Upgraded pana to `0.22.13`.
7+
* Upgraded dependencies (including `mailer`).
58

69
## `20241008t115400-all`
710

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-
'2024.09.17',
27+
'2024.10.15',
2828
// Fallback runtime versions.
29+
'2024.09.17',
2930
'2024.09.10',
30-
'2024.09.04',
3131
];
3232

3333
/// Sets the current runtime versions.

app/pubspec.lock

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ packages:
5555
dependency: "direct main"
5656
description:
5757
name: appengine
58-
sha256: "85cf49b3de9fc027cfb551c8ee80b69448ff05d356aea57e73f17088cb252a8a"
58+
sha256: "488e3018c3954387e6ac5c8d8dca1604de92391a2de5ec284068cdc98fb49efd"
5959
url: "https://pub.dev"
6060
source: hosted
61-
version: "0.13.8"
61+
version: "0.13.9"
6262
archive:
6363
dependency: transitive
6464
description:
@@ -71,10 +71,10 @@ packages:
7171
dependency: "direct main"
7272
description:
7373
name: args
74-
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
74+
sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
7575
url: "https://pub.dev"
7676
source: hosted
77-
version: "2.5.0"
77+
version: "2.6.0"
7878
async:
7979
dependency: transitive
8080
description:
@@ -135,10 +135,10 @@ packages:
135135
dependency: "direct dev"
136136
description:
137137
name: build_runner
138-
sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04
138+
sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d"
139139
url: "https://pub.dev"
140140
source: hosted
141-
version: "2.4.12"
141+
version: "2.4.13"
142142
build_runner_core:
143143
dependency: transitive
144144
description:
@@ -263,10 +263,10 @@ packages:
263263
dependency: transitive
264264
description:
265265
name: dart_style
266-
sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9"
266+
sha256: "7856d364b589d1f08986e140938578ed36ed948581fbc3bc9aef1805039ac5ab"
267267
url: "https://pub.dev"
268268
source: hosted
269-
version: "2.3.6"
269+
version: "2.3.7"
270270
fake_async:
271271
dependency: "direct main"
272272
description:
@@ -286,10 +286,10 @@ packages:
286286
dependency: transitive
287287
description:
288288
name: file
289-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
289+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
290290
url: "https://pub.dev"
291291
source: hosted
292-
version: "7.0.0"
292+
version: "7.0.1"
293293
fixnum:
294294
dependency: transitive
295295
description:
@@ -461,18 +461,18 @@ packages:
461461
dependency: transitive
462462
description:
463463
name: jsontool
464-
sha256: "7741060cd6615ae82b07d70ebeca6fa6402b1c5cc1e801054911918300a780ac"
464+
sha256: e49bf419e82d90f009426cd7fdec8d54ba8382975b3454ed16a3af3ee1d1b697
465465
url: "https://pub.dev"
466466
source: hosted
467-
version: "1.2.0"
467+
version: "2.1.0"
468468
lints:
469469
dependency: "direct main"
470470
description:
471471
name: lints
472-
sha256: "976c774dd944a42e83e2467f4cc670daef7eed6295b10b36ae8c85bcbf828235"
472+
sha256: "3315600f3fb3b135be672bf4a178c55f274bebe368325ae18462c89ac1e3b413"
473473
url: "https://pub.dev"
474474
source: hosted
475-
version: "4.0.0"
475+
version: "5.0.0"
476476
logging:
477477
dependency: "direct main"
478478
description:
@@ -493,10 +493,10 @@ packages:
493493
dependency: "direct main"
494494
description:
495495
name: mailer
496-
sha256: "3b27d204ff92a20aba227c25bc6467e245b0f19f9fbbc83aa357a9b7fa40267f"
496+
sha256: "21fde1497c79f402cb5fa7c50abd58927d360139e492546c941ee10767684fac"
497497
url: "https://pub.dev"
498498
source: hosted
499-
version: "6.1.2"
499+
version: "6.2.0"
500500
markdown:
501501
dependency: "direct main"
502502
description:
@@ -517,10 +517,10 @@ packages:
517517
dependency: "direct main"
518518
description:
519519
name: meta
520-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
520+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
521521
url: "https://pub.dev"
522522
source: hosted
523-
version: "1.15.0"
523+
version: "1.16.0"
524524
mime:
525525
dependency: "direct main"
526526
description:
@@ -565,10 +565,10 @@ packages:
565565
dependency: "direct main"
566566
description:
567567
name: pana
568-
sha256: f611938bcd882ea9d36fda8fee8e6fdff5bd73929225ed0ddb81c9890497309e
568+
sha256: "1e8eda3ef25479e192cd648cd574a1bc0cc096c70c0468e67530462e92fb79b7"
569569
url: "https://pub.dev"
570570
source: hosted
571-
version: "0.22.12"
571+
version: "0.22.13"
572572
path:
573573
dependency: "direct main"
574574
description:
@@ -692,10 +692,10 @@ packages:
692692
dependency: transitive
693693
description:
694694
name: shelf_static
695-
sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e
695+
sha256: c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3
696696
url: "https://pub.dev"
697697
source: hosted
698-
version: "1.1.2"
698+
version: "1.1.3"
699699
shelf_web_socket:
700700
dependency: transitive
701701
description:
@@ -764,10 +764,10 @@ packages:
764764
dependency: "direct main"
765765
description:
766766
name: stack_trace
767-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
767+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
768768
url: "https://pub.dev"
769769
source: hosted
770-
version: "1.11.1"
770+
version: "1.12.0"
771771
stream_channel:
772772
dependency: transitive
773773
description:
@@ -852,26 +852,26 @@ packages:
852852
dependency: "direct main"
853853
description:
854854
name: ulid
855-
sha256: "43fa464b8f8c11559564cd62a23a7a819fdc103ff04db8989e88f60219204c58"
855+
sha256: "6d1f44802679bc3e3cc824045546af2bf26b1d8d0551f45457fedb6c827409ba"
856856
url: "https://pub.dev"
857857
source: hosted
858-
version: "2.0.0"
858+
version: "2.0.1"
859859
uuid:
860860
dependency: transitive
861861
description:
862862
name: uuid
863-
sha256: f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77
863+
sha256: a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff
864864
url: "https://pub.dev"
865865
source: hosted
866-
version: "4.5.0"
866+
version: "4.5.1"
867867
vm_service:
868868
dependency: transitive
869869
description:
870870
name: vm_service
871-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
871+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
872872
url: "https://pub.dev"
873873
source: hosted
874-
version: "14.2.5"
874+
version: "14.3.0"
875875
watcher:
876876
dependency: "direct main"
877877
description:
@@ -884,10 +884,10 @@ packages:
884884
dependency: transitive
885885
description:
886886
name: web
887-
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
887+
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
888888
url: "https://pub.dev"
889889
source: hosted
890-
version: "1.0.0"
890+
version: "1.1.0"
891891
web_socket:
892892
dependency: transitive
893893
description:

app/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
path: ../pkg/indexed_blob
2929
intl: '^0.19.0'
3030
json_annotation: '^4.3.0'
31-
lints: ^4.0.0
31+
lints: ^5.0.0
3232
logging: '>=0.9.3 <2.0.0'
3333
markdown: ^7.2.2
3434
meta: ^1.1.2
@@ -51,10 +51,10 @@ dependencies:
5151
watcher: ^1.0.0
5252
yaml: '^3.0.0'
5353
# pana version to be pinned
54-
pana: '0.22.12'
54+
pana: '0.22.13'
5555
# 3rd-party packages with pinned versions
56-
mailer: '6.1.2'
57-
ulid: '2.0.0'
56+
mailer: '6.2.0'
57+
ulid: '2.0.1'
5858
tar: '2.0.0'
5959
api_builder:
6060
path: ../pkg/api_builder

pkg/_popularity/pubspec.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ packages:
2626
dependency: transitive
2727
description:
2828
name: args
29-
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
29+
sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
3030
url: "https://pub.dev"
3131
source: hosted
32-
version: "2.5.0"
32+
version: "2.6.0"
3333
async:
3434
dependency: transitive
3535
description:
@@ -82,10 +82,10 @@ packages:
8282
dependency: "direct dev"
8383
description:
8484
name: build_runner
85-
sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04
85+
sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d"
8686
url: "https://pub.dev"
8787
source: hosted
88-
version: "2.4.12"
88+
version: "2.4.13"
8989
build_runner_core:
9090
dependency: transitive
9191
description:
@@ -170,18 +170,18 @@ packages:
170170
dependency: transitive
171171
description:
172172
name: dart_style
173-
sha256: "99e066ce75c89d6b29903d788a7bb9369cf754f7b24bf70bf4b6d6d6b26853b9"
173+
sha256: "7856d364b589d1f08986e140938578ed36ed948581fbc3bc9aef1805039ac5ab"
174174
url: "https://pub.dev"
175175
source: hosted
176-
version: "2.3.6"
176+
version: "2.3.7"
177177
file:
178178
dependency: transitive
179179
description:
180180
name: file
181-
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
181+
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
182182
url: "https://pub.dev"
183183
source: hosted
184-
version: "7.0.0"
184+
version: "7.0.1"
185185
fixnum:
186186
dependency: transitive
187187
description:
@@ -290,18 +290,18 @@ packages:
290290
dependency: transitive
291291
description:
292292
name: meta
293-
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
293+
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
294294
url: "https://pub.dev"
295295
source: hosted
296-
version: "1.15.0"
296+
version: "1.16.0"
297297
mime:
298298
dependency: transitive
299299
description:
300300
name: mime
301-
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
301+
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
302302
url: "https://pub.dev"
303303
source: hosted
304-
version: "1.0.6"
304+
version: "2.0.0"
305305
node_preamble:
306306
dependency: transitive
307307
description:
@@ -370,10 +370,10 @@ packages:
370370
dependency: transitive
371371
description:
372372
name: shelf_static
373-
sha256: a41d3f53c4adf0f57480578c1d61d90342cd617de7fc8077b1304643c2d85c1e
373+
sha256: c87c3875f91262785dade62d135760c2c69cb217ac759485334c5857ad89f6e3
374374
url: "https://pub.dev"
375375
source: hosted
376-
version: "1.1.2"
376+
version: "1.1.3"
377377
shelf_web_socket:
378378
dependency: transitive
379379
description:
@@ -426,10 +426,10 @@ packages:
426426
dependency: transitive
427427
description:
428428
name: stack_trace
429-
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
429+
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
430430
url: "https://pub.dev"
431431
source: hosted
432-
version: "1.11.1"
432+
version: "1.12.0"
433433
stream_channel:
434434
dependency: transitive
435435
description:
@@ -506,10 +506,10 @@ packages:
506506
dependency: transitive
507507
description:
508508
name: vm_service
509-
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
509+
sha256: f6be3ed8bd01289b34d679c2b62226f63c0e69f9fd2e50a6b3c1c729a961041b
510510
url: "https://pub.dev"
511511
source: hosted
512-
version: "14.2.5"
512+
version: "14.3.0"
513513
watcher:
514514
dependency: transitive
515515
description:
@@ -522,10 +522,10 @@ packages:
522522
dependency: transitive
523523
description:
524524
name: web
525-
sha256: d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062
525+
sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb
526526
url: "https://pub.dev"
527527
source: hosted
528-
version: "1.0.0"
528+
version: "1.1.0"
529529
web_socket:
530530
dependency: transitive
531531
description:

0 commit comments

Comments
 (0)