Skip to content

Commit 4d66839

Browse files
Bump treosh/lighthouse-ci-action from 12.1.0 to 12.6.1 (#4131)
* Bump treosh/lighthouse-ci-action from 12.1.0 to 12.6.1 Bumps [treosh/lighthouse-ci-action](https://github.com/treosh/lighthouse-ci-action) from 12.1.0 to 12.6.1. - [Release notes](https://github.com/treosh/lighthouse-ci-action/releases) - [Commits](treosh/lighthouse-ci-action@12.1.0...12.6.1) --- updated-dependencies: - dependency-name: treosh/lighthouse-ci-action dependency-version: 12.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Tweak audits * Disable image insight * Disable more insights * Update lighthouse-config-prod.json --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Barry Pollard <[email protected]>
1 parent 9b4539b commit 4d66839

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,21 @@
55
"assertions": {
66
"bf-cache": "off",
77
"bootup-time": "off",
8+
"cache-insight": "off",
89
"canonical": "off",
10+
"document-latency-insight": "off",
911
"dom-size": "off",
12+
"dom-size-insight": "off",
1013
"efficient-animated-content": "off",
1114
"first-contentful-paint": "off",
1215
"first-cpu-idle": "off",
1316
"first-meaningful-paint": "off",
1417
"font-display": "off",
18+
"font-display-insight": "off",
19+
"forced-reflow-insight": "off",
1520
"th-has-data-cells": "off",
1621
"identical-links-same-purpose": "off",
22+
"image-delivery-insight": "off",
1723
"image-redundant-alt": "off",
1824
"image-size-responsive": "off",
1925
"inspector-issues": "off",
@@ -22,13 +28,12 @@
2228
"is-crawlable": "off",
2329
"label-content-name-mismatch": "off",
2430
"largest-contentful-paint": "off",
25-
"lcp-lazy-loaded": "off",
2631
"mainthread-work-breakdown": "off",
2732
"maskable-icon": "off",
2833
"max-potential-fid": "off",
2934
"modern-image-formats": "off",
30-
"non-composited-animations": "off",
31-
"prioritize-lcp-image": "off",
35+
"network-dependency-tree-insight": "off",
36+
"render-blocking-insight": "off",
3237
"render-blocking-resources": "off",
3338
"server-response-time": "off",
3439
"service-worker": "off",

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,33 @@
88
"categories:seo": ["error", {"minScore": 1}],
99
"bf-cache": "off",
1010
"bootup-time": "off",
11+
"cache-insight": "off",
12+
"document-latency-insight": "off",
1113
"dom-size": "off",
14+
"dom-size-insight": "off",
1215
"efficient-animated-content": "off",
1316
"first-contentful-paint": "off",
1417
"first-cpu-idle": "off",
1518
"first-meaningful-paint": "off",
1619
"font-display": "off",
20+
"font-display-insight": "off",
21+
"forced-reflow-insight": "off",
1722
"th-has-data-cells": "off",
1823
"identical-links-same-purpose": "off",
24+
"image-delivery-insight": "off",
1925
"image-redundant-alt": "off",
2026
"image-size-responsive": "off",
2127
"inspector-issues": "off",
2228
"installable-manifest": "off",
2329
"interactive": "off",
2430
"label-content-name-mismatch": "off",
2531
"largest-contentful-paint": "off",
26-
"lcp-lazy-loaded": "off",
2732
"mainthread-work-breakdown": "off",
2833
"maskable-icon": "off",
2934
"max-potential-fid": "off",
3035
"modern-image-formats": "off",
31-
"non-composited-animations": "off",
32-
"prioritize-lcp-image": "off",
36+
"network-dependency-tree-insight": "off",
37+
"render-blocking-insight": "off",
3338
"render-blocking-resources": "off",
3439
"server-response-time": "off",
3540
"service-worker": "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@12.1.0
31+
uses: treosh/lighthouse-ci-action@12.6.1
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@12.1.0
56+
uses: treosh/lighthouse-ci-action@12.6.1
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

0 commit comments

Comments
 (0)