|
| 1 | +<a name="13.4.0"></a> |
| 2 | +# 13.4.0 (2026-06-09) |
| 3 | +[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.3.0...v13.4.0) |
| 4 | + |
| 5 | +We expect this release to ship in the DevTools of [Chrome 151](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. |
| 6 | + |
| 7 | +## New contributors |
| 8 | + |
| 9 | +Thanks to our new contributors 👽🐷🐰🐯🐻! |
| 10 | + |
| 11 | +- Thomas Steiner @tomayac |
| 12 | +- KS Nithin @Nithin0620 |
| 13 | +- Emanuele @emazack |
| 14 | +- Kirtikumar Anandrao Ramchandani @KirtiRamchandani |
| 15 | +- Rin @RinZ27 |
| 16 | +- Michael Hablich @natorion |
| 17 | + |
| 18 | +## Core |
| 19 | + |
| 20 | +* canonical: improve validation for invalid URLs ([#16765](https://github.com/GoogleChrome/lighthouse/pull/16765)) |
| 21 | +* llms-txt: allow leading whitespace for header check ([#17057](https://github.com/GoogleChrome/lighthouse/pull/17057)) |
| 22 | +* geolocation-on-start: mention `geolocation` element ([#16835](https://github.com/GoogleChrome/lighthouse/pull/16835)) |
| 23 | +* add public Lighthouse types entrypoint ([#17028](https://github.com/GoogleChrome/lighthouse/pull/17028)) |
| 24 | +* match scripts to network requests using frameId ([#16774](https://github.com/GoogleChrome/lighthouse/pull/16774)) |
| 25 | +* config: import LH types ([#17048](https://github.com/GoogleChrome/lighthouse/pull/17048)) |
| 26 | +* driver: add ExecutionContext.evaluateOnObject ([#17050](https://github.com/GoogleChrome/lighthouse/pull/17050)) |
| 27 | +* driver: check if usage data exists before using ([#17033](https://github.com/GoogleChrome/lighthouse/pull/17033)) |
| 28 | + |
| 29 | +## Report |
| 30 | + |
| 31 | +* fix performance gauge label, improve load animation ([#17045](https://github.com/GoogleChrome/lighthouse/pull/17045)) |
| 32 | +* decouple link creation from link details rendering ([#17049](https://github.com/GoogleChrome/lighthouse/pull/17049)) |
| 33 | +* viewer: persist dark mode when when changing langauge ([#17063](https://github.com/GoogleChrome/lighthouse/pull/17063)) |
| 34 | + |
| 35 | +## Deps |
| 36 | + |
| 37 | +* upgrade deps ([#17070](https://github.com/GoogleChrome/lighthouse/pull/17070)) |
| 38 | +* upgrade typescript to 6.0.3 ([#17060](https://github.com/GoogleChrome/lighthouse/pull/17060)) |
| 39 | +* upgrade terser to 5.48.0 ([#17059](https://github.com/GoogleChrome/lighthouse/pull/17059)) |
| 40 | +* upgrade esbuild to 0.28.0 ([#17058](https://github.com/GoogleChrome/lighthouse/pull/17058)) |
| 41 | +* upgrade trace_engine to 0.0.65 ([#17046](https://github.com/GoogleChrome/lighthouse/pull/17046)) |
| 42 | +* upgrade puppeteer to 25.0.2 ([#17019](https://github.com/GoogleChrome/lighthouse/pull/17019)) |
| 43 | + |
| 44 | +## Clients |
| 45 | + |
| 46 | +* viewer: prevent toast showing on load ([#17069](https://github.com/GoogleChrome/lighthouse/pull/17069)) |
| 47 | +* viewer: clear github auth token on 401 error ([#17064](https://github.com/GoogleChrome/lighthouse/pull/17064)) |
| 48 | +* viewer: disable agentic-browsing in PSI api call ([#17041](https://github.com/GoogleChrome/lighthouse/pull/17041)) |
| 49 | + |
| 50 | +## I18n |
| 51 | + |
| 52 | +* import ([#17071](https://github.com/GoogleChrome/lighthouse/pull/17071)) |
| 53 | + |
| 54 | +## Docs |
| 55 | + |
| 56 | +* add agentic web issue template ([#17020](https://github.com/GoogleChrome/lighthouse/pull/17020)) |
| 57 | + |
| 58 | +## Tests |
| 59 | + |
| 60 | +* exclude origin-isolation-coop-present smoke test ([#17072](https://github.com/GoogleChrome/lighthouse/pull/17072)) |
| 61 | +* remove accidental .only ([#17042](https://github.com/GoogleChrome/lighthouse/pull/17042)) |
| 62 | +* remove unused c8 ([#16845](https://github.com/GoogleChrome/lighthouse/pull/16845)) |
| 63 | +* llms-txt: add coverage for network failure and heading edge cases ([#17040](https://github.com/GoogleChrome/lighthouse/pull/17040)) |
| 64 | +* viewer: update psi key ([#17037](https://github.com/GoogleChrome/lighthouse/pull/17037)) |
| 65 | + |
| 66 | +## Misc |
| 67 | + |
| 68 | +* migrate typescript moduleResolution to bundler ([#17061](https://github.com/GoogleChrome/lighthouse/pull/17061)) |
| 69 | +* build: generate subset of web-features data ([#17047](https://github.com/GoogleChrome/lighthouse/pull/17047)) |
| 70 | +* ci: add Node 26 to unit matrix ([#17062](https://github.com/GoogleChrome/lighthouse/pull/17062)) |
| 71 | +* ci: bump actions/upload-artifact from 4 to 7 ([#16938](https://github.com/GoogleChrome/lighthouse/pull/16938)) |
| 72 | + |
1 | 73 | <a name="13.3.0"></a> |
2 | 74 | # 13.3.0 (2026-05-07) |
3 | 75 | [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.2.0...v13.3.0) |
@@ -150,14 +222,16 @@ We expect this release to ship in the DevTools of [Chrome 146](https://chromiumd |
150 | 222 |
|
151 | 223 | We expect this release to ship in the DevTools of [Chrome 146](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. |
152 | 224 |
|
| 225 | +## New contributors |
| 226 | + |
153 | 227 | Thanks to our new contributors 👽🐷🐰🐯🐻! |
154 | 228 |
|
155 | | -Alex Rudenko @OrKoN |
156 | | -Lusa Zhan @lusayaa |
157 | | -Atakan Demircioğlu @atakde |
158 | | -Mimori @Mimori256 |
159 | | -Denis @filchakov |
160 | | -_ @Lulucmy |
| 229 | +- Alex Rudenko @OrKoN |
| 230 | +- Lusa Zhan @lusayaa |
| 231 | +- Atakan Demircioğlu @atakde |
| 232 | +- Mimori @Mimori256 |
| 233 | +- Denis @filchakov |
| 234 | +- _ @Lulucmy |
161 | 235 |
|
162 | 236 | ## Core |
163 | 237 |
|
|
0 commit comments