Skip to content

Commit

Permalink
Upgrade pana (dart-lang#7881)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Jul 18, 2024
1 parent a3f4680 commit 58d826a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ 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.07.18`.
* Upgraded pana to `0.22.9`.

## `20240711t102500-all`
* Bumped runtimeVersion to `2024.07.09`.
Expand Down
4 changes: 2 additions & 2 deletions app/lib/shared/versions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const _acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2024.07.09',
'2024.07.18',
// Fallback runtime versions.
'2024.07.09',
'2024.06.25',
'2024.06.19',
];

/// Sets the current runtime versions.
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: "0b9a31cc6112ba64d291ce0daaf14ed4a92c910c021c5f0a31bf6aceb357663a"
sha256: "5c29b8087b1ee29ab430393803e084a9e1d851b18c3bd276a76faf3b2171b8c0"
url: "https://pub.dev"
source: hosted
version: "0.22.8"
version: "0.22.9"
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.8'
pana: '0.22.9'
# 3rd-party packages with pinned versions
mailer: '6.0.1'
ulid: '2.0.0'
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: "0b9a31cc6112ba64d291ce0daaf14ed4a92c910c021c5f0a31bf6aceb357663a"
sha256: "5c29b8087b1ee29ab430393803e084a9e1d851b18c3bd276a76faf3b2171b8c0"
url: "https://pub.dev"
source: hosted
version: "0.22.8"
version: "0.22.9"
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: ^1.1.0
pana: ^0.22.8
pana: ^0.22.9
lints: ^4.0.0 # required for pana
meta: ^1.7.0
api_builder:
Expand Down

0 comments on commit 58d826a

Please sign in to comment.