Skip to content

Found new managed modules references#1231

Merged
stefanvanburen merged 1 commit intomainfrom
fetch-modules
May 8, 2026
Merged

Found new managed modules references#1231
stefanvanburen merged 1 commit intomainfrom
fetch-modules

Conversation

@app-token-modules
Copy link
Copy Markdown
Contributor

No description provided.

@app-token-modules app-token-modules Bot requested a review from a team May 8, 2026 12:28
},
{
"name": "v13.3.0",
"digest": "d2c517895526da481fe43e63c735f38140828119b0b566bb1e1d859aae46a16746e544795887aa1f9ee171d7d2e271e6c1186e548812179dc41f40e6f1f3ac7a"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Posted at 2026-05-08T12:29:14Z]

Intermediate transition

$ casdiff v13.2.0 \
          v13.3.0 \
          --format=markdown
1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content.

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content.

Files changed content:

lighthouse-result.proto:

--- shake256:a9787064905e7bd489b965d12d788ade794891f1c5ab2cd16c0183d125faec86051fc1c068914b4ca6242ab945631fca9e57b445a534d697b14553ce977e048f  lighthouse-result.proto
+++ shake256:6c5fa1b3f77ccf2a2db77e4060c0e3c93f9743891ffc8829b00046d9e8485ba04b1e2c99b56bcf4b2654165da3ba5b919621206bc84f3de658802e8df10ced2e  lighthouse-result.proto
@@ -358,6 +358,15 @@
   string description = 2;
 }
 
+// The ways a category score should be displayed:
+enum CategoryScoreDisplayMode {
+  CATEGORY_SCORE_DISPLAY_MODE_UNSPECIFIED = 0;
+  // Display the score as a standard circular gauge (default)
+  gauge = 1;
+  // Display the score as a fraction, e.g. "3/5"
+  fraction = 2;
+}
+
 // Message containing a category of audits and their combined weighted score.
 message LhrCategory {
   // the internal id of the category
@@ -402,6 +411,9 @@
 
   // List of gather modes this category is available in.
   repeated string supported_modes = 7;
+
+  // How the category score should be displayed (e.g. as a fraction).
+  CategoryScoreDisplayMode category_score_display_mode = 8;
 }
 
 // The ways an audit score should be interpreted:

Comment thread modules/sync/state.json
{
"module_name": "envoyproxy/ratelimit",
"latest_reference": "fe26676df197f4c72d46d1049d13f50f6aeeebb4"
"latest_reference": "ff287602d8ca0df269a1e7dd393887ab781f64a4"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Posted at 2026-05-08T12:29:15Z]

Overall transition

$ casdiff fe26676df197f4c72d46d1049d13f50f6aeeebb4 \
          ff287602d8ca0df269a1e7dd393887ab781f64a4 \
          --format=markdown

0 files changed: 0 removed, 0 renamed, 0 added, 0 changed content.

Comment thread modules/sync/state.json
{
"module_name": "googleapis/cloud-run",
"latest_reference": "c2648728afb6deff882cfc4167a21abd382870fa"
"latest_reference": "08fe47aa6f694301a07f2099229ba7123dba5946"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Posted at 2026-05-08T12:29:16Z]

Overall transition

$ casdiff c2648728afb6deff882cfc4167a21abd382870fa \
          08fe47aa6f694301a07f2099229ba7123dba5946 \
          --format=markdown

0 files changed: 0 removed, 0 renamed, 0 added, 0 changed content.

Comment thread modules/sync/state.json
{
"module_name": "googleapis/googleapis",
"latest_reference": "c2648728afb6deff882cfc4167a21abd382870fa"
"latest_reference": "08fe47aa6f694301a07f2099229ba7123dba5946"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Posted at 2026-05-08T12:29:17Z]

Overall transition

$ casdiff c2648728afb6deff882cfc4167a21abd382870fa \
          08fe47aa6f694301a07f2099229ba7123dba5946 \
          --format=markdown

0 files changed: 0 removed, 0 renamed, 0 added, 0 changed content.

Comment thread modules/sync/state.json
{
"module_name": "googlechrome/lighthouse",
"latest_reference": "v13.2.0"
"latest_reference": "v13.3.0"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Posted at 2026-05-08T12:29:18Z]

Overall transition

$ casdiff v13.2.0 \
          v13.3.0 \
          --format=markdown

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content.

Files changed content:

lighthouse-result.proto:

--- shake256:a9787064905e7bd489b965d12d788ade794891f1c5ab2cd16c0183d125faec86051fc1c068914b4ca6242ab945631fca9e57b445a534d697b14553ce977e048f  lighthouse-result.proto
+++ shake256:6c5fa1b3f77ccf2a2db77e4060c0e3c93f9743891ffc8829b00046d9e8485ba04b1e2c99b56bcf4b2654165da3ba5b919621206bc84f3de658802e8df10ced2e  lighthouse-result.proto
@@ -358,6 +358,15 @@
   string description = 2;
 }
 
+// The ways a category score should be displayed:
+enum CategoryScoreDisplayMode {
+  CATEGORY_SCORE_DISPLAY_MODE_UNSPECIFIED = 0;
+  // Display the score as a standard circular gauge (default)
+  gauge = 1;
+  // Display the score as a fraction, e.g. "3/5"
+  fraction = 2;
+}
+
 // Message containing a category of audits and their combined weighted score.
 message LhrCategory {
   // the internal id of the category
@@ -402,6 +411,9 @@
 
   // List of gather modes this category is available in.
   repeated string supported_modes = 7;
+
+  // How the category score should be displayed (e.g. as a fraction).
+  CategoryScoreDisplayMode category_score_display_mode = 8;
 }
 
 // The ways an audit score should be interpreted:

@stefanvanburen stefanvanburen merged commit 3205d7e into main May 8, 2026
6 checks passed
@stefanvanburen stefanvanburen deleted the fetch-modules branch May 8, 2026 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant