Skip to content

Commit

Permalink
Bump treosh/lighthouse-ci-action from 10.1.0 to 11.4.0 (#3566)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Turn off some audits

* Fix audit

---------

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]>
  • Loading branch information
dependabot[bot] and tunetheweb authored Feb 6, 2024
1 parent c1745b6 commit 147e5c0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/lighthouse/lighthouse-config-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
"first-meaningful-paint": "off",
"font-display": "off",
"th-has-data-cells": "off",
"identical-links-same-purpose": "off",
"image-redundant-alt": "off",
"inspector-issues": "off",
"installable-manifest": "off",
"interactive": "off",
"is-crawlable": "off",
"label-content-name-mismatch": "off",
"largest-contentful-paint": "off",
"mainthread-work-breakdown": "off",
"maskable-icon": "off",
Expand All @@ -27,8 +30,10 @@
"service-worker": "off",
"speed-index": "off",
"splash-screen": "off",
"td-has-header": "off",
"themed-omnibox": "off",
"third-party-facades": "off",
"total-byte-weight": "off",
"unminified-css": "off",
"unminified-javascript": "off",
"unused-css-rules": "off",
Expand Down
5 changes: 5 additions & 0 deletions .github/lighthouse/lighthouse-config-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
"first-meaningful-paint": "off",
"font-display": "off",
"th-has-data-cells": "off",
"identical-links-same-purpose": "off",
"image-redundant-alt": "off",
"inspector-issues": "off",
"installable-manifest": "off",
"interactive": "off",
"label-content-name-mismatch": "off",
"largest-contentful-paint": "off",
"mainthread-work-breakdown": "off",
"maskable-icon": "off",
Expand All @@ -28,8 +31,10 @@
"service-worker": "off",
"speed-index": "off",
"splash-screen": "off",
"td-has-header": "off",
"themed-omnibox": "off",
"third-party-facades": "off",
"total-byte-weight": "off",
"unminified-css": "off",
"unminified-javascript": "off",
"unused-css-rules": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/production-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set the list of URLs for Lighthouse to check
run: ./src/tools/scripts/set_lighthouse_urls.sh -p
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@10.1.0
uses: treosh/lighthouse-ci-action@11.4.0
id: LHCIAction
with:
# For prod, we simply check for 100% in Accessibility, Best Practices and SEO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
COMMIT_SHA: ${{ github.sha }}
run: ./src/tools/scripts/set_lighthouse_urls.sh
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@10.1.0
uses: treosh/lighthouse-ci-action@11.4.0
id: LHCIAction
with:
# For dev, turn off all timing perf audits (too unreliable) and a few others that don't work on dev
Expand Down
1 change: 1 addition & 0 deletions src/static/css/page.css
Original file line number Diff line number Diff line change
Expand Up @@ -960,6 +960,7 @@ pre {
border-radius: 50%;
object-fit: cover;
background: grey;
display: block;
}

.webmention-meta {
Expand Down

0 comments on commit 147e5c0

Please sign in to comment.