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,8 +2,9 @@ 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 `2023.01.30`
* Bumped runtimeVersion to `2023.01.31`
* Upgraded runtime Dart SDK to `2.19.0`.
* Upgraded dartdoc to `6.1.5`.
* Upgraded dependencies.

## `20230125t151100-all`
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 @@ -22,7 +22,7 @@ final RegExp runtimeVersionPattern = RegExp(r'^\d{4}\.\d{2}\.\d{2}$');
/// when the version switch happens.
const acceptedRuntimeVersions = <String>[
// The current [runtimeVersion].
'2023.01.30',
'2023.01.31',
// Fallback runtime versions.
'2023.01.25',
'2023.01.24',
Expand Down Expand Up @@ -68,7 +68,7 @@ final semanticToolStableFlutterSdkVersion =
final String panaVersion = pana.packageVersion;

// keep in-sync with pkg/pub_dartdoc/pubspec.yaml
final String dartdocVersion = '6.1.1';
final String dartdocVersion = '6.1.5';

/// Whether the given runtime version (stored with the dartdoc entry) should
/// be displayed on the live site (or a coordinated upgrade is in progress).
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "4897882604d919befd350648c7f91926a9d5de99e67b455bf0917cc2362f4bb8"
sha256: "0c80aeab9bc807ab10022cd3b2f4cf2ecdf231949dc1ddd9442406a003f19201"
url: "https://pub.dev"
source: hosted
version: "47.0.0"
version: "52.0.0"
_popularity:
dependency: "direct main"
description:
Expand All @@ -35,10 +35,10 @@ packages:
dependency: transitive
description:
name: analyzer
sha256: "690e335554a8385bc9d787117d9eb52c0c03ee207a607e593de3c9d71b1cfe80"
sha256: cd8ee83568a77f3ae6b913a36093a1c9b1264e7cb7f834d9ddd2311dade9c1f4
url: "https://pub.dev"
source: hosted
version: "4.7.0"
version: "5.4.0"
api_builder:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion app/test/dartdoc/golden/pana_0.12.2_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no">
<meta name="generator" content="made with love by dartdoc 6.1.1">
<meta name="generator" content="made with love by dartdoc 6.1.5">
<meta name="description" content="pana API docs, for the Dart programming language.">
<title>pana - Dart API docs</title>
<link rel="canonical" href="https://pub.dev/documentation/pana/0.12.2/">
Expand Down
2 changes: 1 addition & 1 deletion app/test/dartdoc/golden/pana_0.12.2_index.out.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, user-scalable=no"/>
<meta name="generator" content="made with love by dartdoc 6.1.1"/>
<meta name="generator" content="made with love by dartdoc 6.1.5"/>
<meta name="description" content="pana API docs, for the Dart programming language."/>
<title>pana - Dart API docs</title>
<link rel="alternate" href="/documentation/pana/latest/"/>
Expand Down
42 changes: 22 additions & 20 deletions app/test/dartdoc/golden/pana_0.12.2_license_file_class.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ <h1><span class="kind-class">LicenseFile</span> class
<li>@<a href="https://pub.dev/documentation/json_annotation/1.2.0/json_annotation/JsonSerializable-class.html">JsonSerializable</a>()</li>
</ul>
</dd>


</dl>
</section>

Expand All @@ -82,13 +84,13 @@ <h2>Constructors</h2>

<dl class="constructor-summary-list">
<dt id="LicenseFile" class="callable">
<span class="name"><a href="../models/LicenseFile/LicenseFile.html">LicenseFile</a></span><span class="signature">(<span class="parameter" id="-param-path"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">path</span>, </span><span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="-param-version">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">version</span>, </span><span class="parameter" id="-param-url"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span>)</span>
<span class="name"><a href="../models/LicenseFile/LicenseFile.html">LicenseFile</a></span><span class="signature">(<span class="parameter" id="-param-path"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">path</span>, </span><span class="parameter" id="-param-name"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">name</span>, </span><span class="parameter" id="-param-version">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">version</span>, </span><span class="parameter" id="-param-url"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span>)</span>
</dt>
<dd>

</dd>
<dt id="LicenseFile.fromJson" class="callable">
<span class="name"><a href="../models/LicenseFile/LicenseFile.fromJson.html">LicenseFile.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span> <span class="parameter-name">json</span></span>)</span>
<span class="name"><a href="../models/LicenseFile/LicenseFile.fromJson.html">LicenseFile.fromJson</a></span><span class="signature">(<span class="parameter" id="fromJson-param-json"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span> <span class="parameter-name">json</span></span>)</span>
</dt>
<dd>

Expand All @@ -103,7 +105,7 @@ <h2>Properties</h2>
<dl class="properties">
<dt id="hashCode" class="property">
<span class="name"><a href="../models/LicenseFile/hashCode.html">hashCode</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/int-class.html">int</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/int-class.html">int</a></span>

</dt>
<dd>
Expand All @@ -114,7 +116,7 @@ <h2>Properties</h2>

<dt id="name" class="property">
<span class="name"><a href="../models/LicenseFile/name.html">name</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>

</dt>
<dd>
Expand All @@ -125,7 +127,7 @@ <h2>Properties</h2>

<dt id="path" class="property">
<span class="name"><a href="../models/LicenseFile/path.html">path</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>

</dt>
<dd>
Expand All @@ -135,8 +137,8 @@ <h2>Properties</h2>
</dd>

<dt id="runtimeType" class="property inherited">
<span class="name"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/Type-class.html">Type</a></span>
<span class="name"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Object/runtimeType.html">runtimeType</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/Type-class.html">Type</a></span>

</dt>
<dd class="inherited">
Expand All @@ -147,7 +149,7 @@ <h2>Properties</h2>

<dt id="shortFormatted" class="property">
<span class="name"><a href="../models/LicenseFile/shortFormatted.html">shortFormatted</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>

</dt>
<dd>
Expand All @@ -158,23 +160,23 @@ <h2>Properties</h2>

<dt id="url" class="property">
<span class="name"><a href="../models/LicenseFile/url.html">url</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>

</dt>
<dd>

<div class="features"><span class="">@<a href="https://pub.dev/documentation/json_annotation/1.2.0/json_annotation/JsonKey-class.html">JsonKey</a>(includeIfNull: false)</span><span class="feature">final</span></div>
<div class="features"><span class="feature">final</span></div>

</dd>

<dt id="version" class="property">
<span class="name"><a href="../models/LicenseFile/version.html">version</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="signature">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>

</dt>
<dd>

<div class="features"><span class="">@<a href="https://pub.dev/documentation/json_annotation/1.2.0/json_annotation/JsonKey-class.html">JsonKey</a>(includeIfNull: false)</span><span class="feature">final</span></div>
<div class="features"><span class="feature">final</span></div>

</dd>

Expand All @@ -188,7 +190,7 @@ <h2>Properties</h2>
<h2>Methods</h2>
<dl class="callables">
<dt id="change" class="callable">
<span class="name"><a href="../models/LicenseFile/change.html">change</a></span><span class="signature">(<wbr><span class="parameter" id="change-param-url">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span>)
<span class="name"><a href="../models/LicenseFile/change.html">change</a></span><span class="signature">(<wbr><span class="parameter" id="change-param-url">{<span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span> <span class="parameter-name">url</span>}</span>)
<span class="returntype parameter">&#8594; <a href="../models/LicenseFile-class.html">LicenseFile</a></span>
</span>

Expand All @@ -201,7 +203,7 @@ <h2>Methods</h2>
</dd>

<dt id="noSuchMethod" class="callable inherited">
<span class="name"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="name"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Object/noSuchMethod.html">noSuchMethod</a></span><span class="signature">(<wbr><span class="parameter" id="noSuchMethod-param-invocation"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Invocation-class.html">Invocation</a></span> <span class="parameter-name">invocation</span></span>)
<span class="returntype parameter">&#8594; dynamic</span>
</span>

Expand All @@ -215,7 +217,7 @@ <h2>Methods</h2>

<dt id="toJson" class="callable inherited">
<span class="name"><a href="../models/LicenseFile/toJson.html">toJson</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/Map-class.html">Map</a><span class="signature">&lt;<wbr><span class="type-parameter"><a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>, <span class="type-parameter">dynamic</span>&gt;</span></span>
</span>


Expand All @@ -228,7 +230,7 @@ <h2>Methods</h2>

<dt id="toString" class="callable">
<span class="name"><a href="../models/LicenseFile/toString.html">toString</a></span><span class="signature">(<wbr>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/String-class.html">String</a></span>
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/String-class.html">String</a></span>
</span>


Expand All @@ -248,8 +250,8 @@ <h2>Methods</h2>
<h2>Operators</h2>
<dl class="callables">
<dt id="operator ==" class="callable">
<span class="name"><a href="../models/LicenseFile/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.18.0/dart-core/bool-class.html">bool</a></span>
<span class="name"><a href="../models/LicenseFile/operator_equals.html">operator ==</a></span><span class="signature">(<wbr><span class="parameter" id="==-param-other"><span class="type-annotation"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Object-class.html">Object</a></span> <span class="parameter-name">other</span></span>)
<span class="returntype parameter">&#8594; <a href="https://api.dart.dev/stable/2.19.0/dart-core/bool-class.html">bool</a></span>
</span>


Expand Down Expand Up @@ -333,14 +335,14 @@ <h5>models library</h5>
<li><a href="../models/LicenseFile/hashCode.html">hashCode</a></li>
<li><a href="../models/LicenseFile/name.html">name</a></li>
<li><a href="../models/LicenseFile/path.html">path</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Object/runtimeType.html">runtimeType</a></li>
<li><a href="../models/LicenseFile/shortFormatted.html">shortFormatted</a></li>
<li><a href="../models/LicenseFile/url.html">url</a></li>
<li><a href="../models/LicenseFile/version.html">version</a></li>

<li class="section-title"><a href="../models/LicenseFile-class.html#instance-methods">Methods</a></li>
<li><a href="../models/LicenseFile/change.html">change</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.18.0/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="https://api.dart.dev/stable/2.19.0/dart-core/Object/noSuchMethod.html">noSuchMethod</a></li>
<li class="inherited"><a href="../models/LicenseFile/toJson.html">toJson</a></li>
<li><a href="../models/LicenseFile/toString.html">toString</a></li>

Expand Down
Loading