chore(release): cut v1.8.0 - #183
Conversation
|
Warning Review limit reachedNext included review available in 31 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Preview sitepr-183: https://pr-183--stuartclark.netlify.app Updated 2026-09-09T11:20:25Z |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #183 +/- ##
=======================================
Coverage 99.77% 99.77%
=======================================
Files 81 81
Lines 1340 1340
Branches 332 332
=======================================
Hits 1337 1337
Misses 3 3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
✅ Lighthouse Audit ·
|
| Route | FCP | LCP | CLS | TBT | Perf |
|---|---|---|---|---|---|
/ |
✅ 2.8s |
✅ 3.0s |
✅ 0.009 |
✅ 17.000 |
✅ 0.90 |
/about |
✅ 2.6s |
✅ 3.0s |
✅ 0.178 |
✅ 4.000 |
✅ 0.82 |
/community |
✅ 2.6s |
✅ 2.7s |
✅ 0.016 |
✅ 1.500 |
✅ 0.92 |
/open-source |
✅ 2.7s |
✅ 4.8s |
✅ 0.000 |
✅ 0.000 |
✅ 0.78 |
/writing |
✅ 2.7s |
✅ 2.9s |
✅ 0.000 |
✅ 6.000 |
✅ 0.91 |
/writing/custom-formatters-410-20260731 |
✅ 2.9s |
✅ 3.4s |
✅ 0.063 |
✅ 0.000 |
✅ 0.86 |
/writing/decoupling-configuration-config-pages-20220412 |
✅ 2.7s |
✅ 3.0s |
✅ 0.015 |
✅ 0.000 |
✅ 0.90 |
/writing/drupal-site-settings-over-jsonapi-consumer-20260826 |
✅ 2.9s |
✅ 4.1s |
✅ 0.159 |
✅ 0.000 |
✅ 0.75 |
/writing/druxt-drupal-13x-resource-list-yours-20260909 |
✅ 3.2s |
✅ 4.2s |
✅ 0.058 |
✅ 0.000 |
✅ 0.79 |
/writing/field-tokens-200-20260722 |
✅ 2.7s |
✅ 2.8s |
✅ 0.019 |
✅ 0.000 |
✅ 0.91 |
/writing/hello-world-20211126 |
✅ 2.9s |
✅ 3.0s |
✅ 0.142 |
✅ 0.000 |
✅ 0.84 |
/writing/jsonapi-views-120-20260812 |
✅ 2.7s |
✅ 2.8s |
✅ 0.005 |
✅ 0.000 |
✅ 0.91 |
/writing/layout-paragraphs-module-20220301 |
✅ 2.7s |
✅ 2.7s |
✅ 0.055 |
✅ 0.000 |
✅ 0.91 |
Thresholds: FCP ≤ 3.5s, LCP ≤ 5.0s, CLS ≤ 0.25, TBT ≤ 600.000, Perf ≥ 0.75
Moves
[Unreleased]into[1.8.0]. CHANGELOG only, matching howv1.7.0was cut (bb3ae56touched nothing else, andnuxt/package.jsoncarries noversionfield).Minor, not patch:
[Unreleased]contains a new user-facing artefact (/llms.txt) and two new routes (/feed.xml,/rss.xml), which is additive functionality.Contents
Added — the
/llms.txtsite index and the/feed.xml///rss.xmlaliases to/blog.xml.Fixed — the Lighthouse and Playwright concurrency defects. Both tools default browser concurrency to
floor(cpus / 2), which was 9 on the GitLab runner and 2 on GitHub Actions, so the suites were substantially measuring their own CPU contention. Evidence: the same unchanged page scored0.74and0.80on consecutive runs, and TBT on a static site read as high as4.5sbefore the fix versus0.000on 10 of 13 pages after.Process note
v1.7.0was cut in the CHANGELOG and merged tomainvia #178, but nov1.7.0tag was ever created on either remote. The newest tag on both isv1.6.2. Worth taggingv1.7.0ata69e233alongside this release so the tag history is not missing a version.