Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ Important changes to data models, configuration, and migrations between each
AppEngine version, listed here to ease deployment and troubleshooting.

## Next Release (replace with git tag when deployed)
* Bumped runtimeVersion to `2024.10.25`.
* Bumped runtimeVersion to `2024.10.29`.
* Upgraded stable Dart analysis SDK to `3.5.4`
* Upgraded stable Flutter analysis SDK to `3.24.4`.
* Upgraded pana to `0.22.15`.

## `20241022t092400-all`
* Bumped runtimeVersion to `2024.10.21`.
Expand Down
2 changes: 1 addition & 1 deletion app/lib/shared/versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const _acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2024.10.25',
'2024.10.29',
// Fallback runtime versions.
'2024.10.21',
'2024.10.15',
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,10 @@ packages:
dependency: "direct main"
description:
name: pana
sha256: "1e8eda3ef25479e192cd648cd574a1bc0cc096c70c0468e67530462e92fb79b7"
sha256: f278f836a25055c549deedcb84e0ddb9436848d57c1a01d3061742a8026ab01e
url: "https://pub.dev"
source: hosted
version: "0.22.13"
version: "0.22.15"
path:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:
watcher: ^1.0.0
yaml: '^3.0.0'
# pana version to be pinned
pana: '0.22.13'
pana: '0.22.15'
# 3rd-party packages with pinned versions
mailer: '6.2.0'
ulid: '2.0.1'
Expand Down
4 changes: 2 additions & 2 deletions pkg/pub_worker/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ packages:
dependency: "direct main"
description:
name: pana
sha256: "1e8eda3ef25479e192cd648cd574a1bc0cc096c70c0468e67530462e92fb79b7"
sha256: f278f836a25055c549deedcb84e0ddb9436848d57c1a01d3061742a8026ab01e
url: "https://pub.dev"
source: hosted
version: "0.22.13"
version: "0.22.15"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pkg/pub_worker/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
appengine: ^0.13.6
json_annotation: ^4.3.0
jsontool: ^2.0.0
pana: ^0.22.13
pana: ^0.22.15
lints: ^5.0.0 # required for pana
meta: ^1.7.0
api_builder:
Expand Down
Loading