Skip to content

Commit 147e5c0

Browse files
Bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 (#3566)
* Bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 10.1.0 to 11.4.0. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@10.1.0...11.4.0) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Turn off some audits * Fix audit --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent c1745b6 commit 147e5c0

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

.github/lighthouse/lighthouse-config-dev.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@
1313
"first-meaningful-paint": "off",
1414
"font-display": "off",
1515
"th-has-data-cells": "off",
16+
"identical-links-same-purpose": "off",
17+
"image-redundant-alt": "off",
1618
"inspector-issues": "off",
1719
"installable-manifest": "off",
1820
"interactive": "off",
1921
"is-crawlable": "off",
22+
"label-content-name-mismatch": "off",
2023
"largest-contentful-paint": "off",
2124
"mainthread-work-breakdown": "off",
2225
"maskable-icon": "off",
@@ -27,8 +30,10 @@
2730
"service-worker": "off",
2831
"speed-index": "off",
2932
"splash-screen": "off",
33+
"td-has-header": "off",
3034
"themed-omnibox": "off",
3135
"third-party-facades": "off",
36+
"total-byte-weight": "off",
3237
"unminified-css": "off",
3338
"unminified-javascript": "off",
3439
"unused-css-rules": "off",

.github/lighthouse/lighthouse-config-prod.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@
1515
"first-meaningful-paint": "off",
1616
"font-display": "off",
1717
"th-has-data-cells": "off",
18+
"identical-links-same-purpose": "off",
19+
"image-redundant-alt": "off",
1820
"inspector-issues": "off",
1921
"installable-manifest": "off",
2022
"interactive": "off",
23+
"label-content-name-mismatch": "off",
2124
"largest-contentful-paint": "off",
2225
"mainthread-work-breakdown": "off",
2326
"maskable-icon": "off",
@@ -28,8 +31,10 @@
2831
"service-worker": "off",
2932
"speed-index": "off",
3033
"splash-screen": "off",
34+
"td-has-header": "off",
3135
"themed-omnibox": "off",
3236
"third-party-facades": "off",
37+
"total-byte-weight": "off",
3338
"unminified-css": "off",
3439
"unminified-javascript": "off",
3540
"unused-css-rules": "off",

.github/workflows/production-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set the list of URLs for Lighthouse to check
2929
run: ./src/tools/scripts/set_lighthouse_urls.sh -p
3030
- name: Audit URLs using Lighthouse
31-
uses: treosh/lighthouse-ci-action@10.1.0
31+
uses: treosh/lighthouse-ci-action@11.4.0
3232
id: LHCIAction
3333
with:
3434
# For prod, we simply check for 100% in Accessibility, Best Practices and SEO

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
COMMIT_SHA: ${{ github.sha }}
5454
run: ./src/tools/scripts/set_lighthouse_urls.sh
5555
- name: Audit URLs using Lighthouse
56-
uses: treosh/lighthouse-ci-action@10.1.0
56+
uses: treosh/lighthouse-ci-action@11.4.0
5757
id: LHCIAction
5858
with:
5959
# For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev

src/static/css/page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ pre {
960960
border-radius: 50%;
961961
object-fit: cover;
962962
background: grey;
963+
display: block;
963964
}
964965

965966
.webmention-meta {

0 commit comments

Comments
 (0)