Skip to content

Commit

Permalink
Merge branch 'main' of github.com:HTTPArchive/almanac.httparchive.org…
Browse files Browse the repository at this point in the history
… into production
  • Loading branch information
tunetheweb committed Feb 8, 2024
2 parents cebd373 + ff9fd22 commit 39ee99e
Show file tree
Hide file tree
Showing 19 changed files with 209 additions and 107 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/add-to-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
if: github.repository == 'HTTPArchive/almanac.httparchive.org'
steps:
- name: Update release notes
uses: release-drafter/release-drafter@v5.25.0
uses: release-drafter/release-drafter@v6.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/compress-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
github.event_name != 'pull_request' &&
steps.calibre.outputs.markdown != ''
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: Auto Compress Images
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
npm run timestamps
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: Pre-deploy Updates
branch-suffix: timestamp
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
20 changes: 10 additions & 10 deletions src/config/last_updated.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/static/css/almanac.css": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2022-10-25T00:00:00.000Z",
"hash": "f05fef6658e217eccdc03ecada33e256"
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "9855ebaccf6c51a57239b9d47e2fde41"
},
"/static/css/ebook.css": {
"date_published": "2020-05-15T00:00:00.000Z",
Expand All @@ -21,8 +21,8 @@
},
"/static/css/page.css": {
"date_published": "2020-11-13T00:00:00.000Z",
"date_modified": "2022-12-13T00:00:00.000Z",
"hash": "f00848215660c365c3266948f44017f0"
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "0d2025140b939b072c3f4b779cbcc4fa"
},
"/static/css/splash.css": {
"date_published": "2020-11-13T00:00:00.000Z",
Expand All @@ -31,13 +31,13 @@
},
"/static/js/almanac.js": {
"date_published": "2021-02-24T00:00:00.000Z",
"date_modified": "2023-02-08T00:00:00.000Z",
"hash": "98246bed20d79e0580018616c7760a22"
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "163aa7f73877a39d1cf7ef71a07b9d97"
},
"/static/js/send-web-vitals.js": {
"date_published": "2021-02-24T00:00:00.000Z",
"date_modified": "2023-10-19T00:00:00.000Z",
"hash": "f39931f7013948beff8a4d85804cbf7a"
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "63611e8cc5b4e52b4d3d65866dbade27"
},
"/static/js/web-vitals.js": {
"date_published": "2020-11-13T00:00:00.000Z",
Expand All @@ -46,8 +46,8 @@
},
"/static/js/webmentions.js": {
"date_published": "2021-12-01T00:00:00.000Z",
"date_modified": "2022-12-13T00:00:00.000Z",
"hash": "13be3f76f6902375f7b2aa27ae4255e8"
"date_modified": "2024-02-08T00:00:00.000Z",
"hash": "32a155a8c31e83fef72aa83a218b5890"
},
"/static/pdfs/web_almanac_2019_en.pdf": {
"date_published": "2020-05-15T00:00:00.000Z",
Expand Down
Loading

0 comments on commit 39ee99e

Please sign in to comment.