Skip to content

Commit

Permalink
Upgrade pana (#7324)
Browse files Browse the repository at this point in the history
  • Loading branch information
isoos authored Dec 18, 2023
1 parent 3d31e4e commit 1399e81
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ AppEngine version, listed here to ease deployment and troubleshooting.
* Bumped runtimeVersion to `2023.12.18`.
* Upgraded stable Flutter analysis SDK to `3.16.4`.
* Upgraded preview Flutter analysis SDK to `3.18.0-0.2.pre`.
* Upgraded pana to `0.21.45`.

## `20231212t114900-all`
* Bumped runtimeVersion to `2023.12.08`.
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -544,10 +544,10 @@ packages:
dependency: "direct main"
description:
name: pana
sha256: "40f84eb5ffe06bf27214805e1cf948080f9fd88aecbe678b8df050e05a8edbbf"
sha256: "3fc3fe8e7a9fd4827fa4d625a423eec95d305b2bc3538a3adf7fd6c49217af97"
url: "https://pub.dev"
source: hosted
version: "0.21.44"
version: "0.21.45"
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.21.44'
pana: '0.21.45'
# 3rd-party packages with pinned versions
mailer: '6.0.1'
ulid: '2.0.0'
Expand Down
8 changes: 4 additions & 4 deletions app/test/task/testdata/goldens/packages/oxygen/score.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,13 +382,13 @@ <h3>
Some symbols that are missing documentation:
<code>oxygen</code>
,
<code>MainClass</code>
<code>oxygen.MainClass</code>
,
<code>MainClass</code>
<code>oxygen.MainClass.MainClass</code>
,
<code>text</code>
<code>oxygen.MainClass.text</code>
,
<code>TypeEnum</code>
<code>oxygen.TypeEnum</code>
.
</p>
<h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,13 @@ <h3>
Some symbols that are missing documentation:
<code>oxygen</code>
,
<code>MainClass</code>
<code>oxygen.MainClass</code>
,
<code>MainClass</code>
<code>oxygen.MainClass.MainClass</code>
,
<code>text</code>
<code>oxygen.MainClass.text</code>
,
<code>TypeEnum</code>
<code>oxygen.TypeEnum</code>
.
</p>
<h3>
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 @@ -458,10 +458,10 @@ packages:
dependency: "direct main"
description:
name: pana
sha256: "40f84eb5ffe06bf27214805e1cf948080f9fd88aecbe678b8df050e05a8edbbf"
sha256: "3fc3fe8e7a9fd4827fa4d625a423eec95d305b2bc3538a3adf7fd6c49217af97"
url: "https://pub.dev"
source: hosted
version: "0.21.44"
version: "0.21.45"
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.21.44
pana: ^0.21.45
lints: ^3.0.0 # required for pana
meta: ^1.7.0
api_builder:
Expand Down

0 comments on commit 1399e81

Please sign in to comment.