Skip to content

Commit 2a48873

Browse files
Bump treosh/lighthouse-ci-action from 12.1.0 to 12.6.1 (#1074)
* 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] <support@github.com> * Disable insights --------- 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 85a4ff9 commit 2a48873

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,30 @@
77
"categories:best-practices": ["error", {"minScore": 1}],
88
"bf-cache": "off",
99
"bootup-time": "off",
10+
"cache-insight": "off",
1011
"canonical": "off",
12+
"document-latency-insight": "off",
1113
"dom-size": "off",
14+
"dom-size-insight": "off",
1215
"first-contentful-paint": "off",
1316
"first-cpu-idle": "off",
1417
"first-meaningful-paint": "off",
1518
"font-display": "off",
19+
"forced-reflow-insight": "off",
1620
"identical-links-same-purpose": "off",
21+
"image-delivery-insight": "off",
1722
"installable-manifest": "off",
1823
"interactive": "off",
1924
"is-crawlable": "off",
2025
"is-on-https:": "off",
2126
"largest-contentful-paint": "off",
22-
"lcp-lazy-loaded": "off",
2327
"legacy-javascript": "off",
2428
"mainthread-work-breakdown": "off",
2529
"maskable-icon": "off",
2630
"max-potential-fid": "off",
31+
"network-dependency-tree-insight": "off",
2732
"no-unload-listeners": "off",
28-
"non-composited-animations": "off",
29-
"prioritize-lcp-image": "off",
33+
"render-blocking-insight": "off",
3034
"render-blocking-resources": "off",
3135
"server-response-time": "off",
3236
"service-worker": "off",

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,27 @@
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
"first-contentful-paint": "off",
1316
"first-cpu-idle": "off",
1417
"first-meaningful-paint": "off",
1518
"font-display": "off",
19+
"forced-reflow-insight": "off",
1620
"identical-links-same-purpose": "off",
21+
"image-delivery-insight": "off",
1722
"installable-manifest": "off",
1823
"interactive": "off",
1924
"largest-contentful-paint": "off",
20-
"lcp-lazy-loaded": "off",
2125
"legacy-javascript": "off",
2226
"mainthread-work-breakdown": "off",
2327
"maskable-icon": "off",
2428
"max-potential-fid": "off",
29+
"network-dependency-tree-insight": "off",
2530
"no-unload-listeners": "off",
26-
"non-composited-animations": "off",
27-
"prioritize-lcp-image": "off",
31+
"render-blocking-insight": "off",
2832
"render-blocking-resources": "off",
2933
"server-response-time": "off",
3034
"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: ./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
@@ -48,7 +48,7 @@ jobs:
4848
COMMIT_SHA: ${{ github.sha }}
4949
run: ./tools/scripts/set_lighthouse_urls.sh
5050
- name: Audit URLs using Lighthouse
51-
uses: treosh/lighthouse-ci-action@12.1.0
51+
uses: treosh/lighthouse-ci-action@12.6.1
5252
id: LHCIAction
5353
with:
5454
# 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)