Skip to content

Commit a160d34

Browse files
authored
v13.2.0 (#16994)
1 parent 2caf7c2 commit a160d34

7 files changed

Lines changed: 65 additions & 10 deletions

File tree

changelog.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
<a name="13.2.0"></a>
2+
# 13.2.0 (2026-04-30)
3+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.1.0...v13.2.0)
4+
5+
We expect this release to ship in the DevTools of [Chrome 150](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+
- ducky-duke @ducky-duke
12+
- Simon Zünd @szuend
13+
14+
## New Audits
15+
16+
* webmcp-form-coverage: add audit for missing webmcp tool annotations ([#16964](https://github.com/GoogleChrome/lighthouse/pull/16964))
17+
* webmcp-registered-tools: add audit to list registered webmcp tools ([#16959](https://github.com/GoogleChrome/lighthouse/pull/16959))
18+
* webmcp-schema-validity: add audit to check WebMCP schema issues ([#16973](https://github.com/GoogleChrome/lighthouse/pull/16973))
19+
20+
## Core
21+
22+
* implement UKM Invalidate fallback for LCP ([#16956](https://github.com/GoogleChrome/lighthouse/pull/16956))
23+
* agentic: add new agentic browsing category ([#16953](https://github.com/GoogleChrome/lighthouse/pull/16953))
24+
* agentic_category: add disclaimer to category description ([#16990](https://github.com/GoogleChrome/lighthouse/pull/16990))
25+
* config: aggregate agent accessabilty audits ([#16982](https://github.com/GoogleChrome/lighthouse/pull/16982))
26+
* config: update llms.txt to refine validation logic ([#16986](https://github.com/GoogleChrome/lighthouse/pull/16986))
27+
* config: implement llms.txt check for AI agents ([#16970](https://github.com/GoogleChrome/lighthouse/pull/16970))
28+
* config: move specific accessibility audits to default config ([#16966](https://github.com/GoogleChrome/lighthouse/pull/16966))
29+
* config: enable and add new axe audits for agentic category ([#16965](https://github.com/GoogleChrome/lighthouse/pull/16965))
30+
* config: add accessibility audits to agentic-browsing-config ([#16963](https://github.com/GoogleChrome/lighthouse/pull/16963))
31+
* source-maps: guard against out-of-bounds sourceIndex ([#16969](https://github.com/GoogleChrome/lighthouse/pull/16969))
32+
* webmcp: adjust how webmcp audits handle lack of WebMCP support ([#16987](https://github.com/GoogleChrome/lighthouse/pull/16987))
33+
34+
## Report
35+
36+
* create agentic-browsing sample report ([#16988](https://github.com/GoogleChrome/lighthouse/pull/16988))
37+
38+
## Deps
39+
40+
* upgrade deps ([#16992](https://github.com/GoogleChrome/lighthouse/pull/16992))
41+
* upgrade web-features to 3.24.0 ([#16977](https://github.com/GoogleChrome/lighthouse/pull/16977))
42+
* upgrade trace_engine to 0.0.64 ([#16955](https://github.com/GoogleChrome/lighthouse/pull/16955))
43+
44+
## Docs
45+
46+
* release: fix heading style ([#16989](https://github.com/GoogleChrome/lighthouse/pull/16989))
47+
* release: update release docs and scripts ([#16954](https://github.com/GoogleChrome/lighthouse/pull/16954))
48+
49+
## Misc
50+
51+
* prepare devtools build for TS6 upgrade ([#16968](https://github.com/GoogleChrome/lighthouse/pull/16968))
52+
* build: include license.md in bundle ([#16981](https://github.com/GoogleChrome/lighthouse/pull/16981))
53+
* build: update devtools for agents bundle and tests ([#16980](https://github.com/GoogleChrome/lighthouse/pull/16980))
54+
* build: include agentic browsing in cd4a bundle ([#16975](https://github.com/GoogleChrome/lighthouse/pull/16975))
55+
156
<a name="13.1.0"></a>
257
# 13.1.0 (2026-04-03)
358
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.0.3...v13.1.0)

core/test/fixtures/user-flows/reports/sample-flow-result.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"steps": [
33
{
44
"lhr": {
5-
"lighthouseVersion": "13.1.0",
5+
"lighthouseVersion": "13.2.0",
66
"requestedUrl": "https://www.mikescerealshack.co/",
77
"mainDocumentUrl": "https://www.mikescerealshack.co/",
88
"finalDisplayedUrl": "https://www.mikescerealshack.co/",
@@ -7918,7 +7918,7 @@
79187918
},
79197919
{
79207920
"lhr": {
7921-
"lighthouseVersion": "13.1.0",
7921+
"lighthouseVersion": "13.2.0",
79227922
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
79237923
"fetchTime": "2025-02-05T01:31:50.141Z",
79247924
"gatherMode": "timespan",
@@ -11356,7 +11356,7 @@
1135611356
},
1135711357
{
1135811358
"lhr": {
11359-
"lighthouseVersion": "13.1.0",
11359+
"lighthouseVersion": "13.2.0",
1136011360
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1136111361
"fetchTime": "2025-02-05T01:32:00.108Z",
1136211362
"gatherMode": "snapshot",
@@ -17128,7 +17128,7 @@
1712817128
},
1712917129
{
1713017130
"lhr": {
17131-
"lighthouseVersion": "13.1.0",
17131+
"lighthouseVersion": "13.2.0",
1713217132
"requestedUrl": "https://www.mikescerealshack.co/corrections",
1713317133
"mainDocumentUrl": "https://www.mikescerealshack.co/corrections",
1713417134
"finalDisplayedUrl": "https://www.mikescerealshack.co/corrections",

core/test/results/sample_v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lighthouseVersion": "13.1.0",
2+
"lighthouseVersion": "13.2.0",
33
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
44
"mainDocumentUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
55
"finalDisplayedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",

docs/plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
6161
"type": "module",
6262
"main": "plugin.js",
6363
"peerDependencies": {
64-
"lighthouse": "^13.1.0"
64+
"lighthouse": "^13.2.0"
6565
},
6666
"devDependencies": {
67-
"lighthouse": "^13.1.0"
67+
"lighthouse": "^13.2.0"
6868
}
6969
}
7070
```

docs/recipes/lighthouse-plugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "module",
55
"main": "./plugin.js",
66
"peerDependencies": {
7-
"lighthouse": "^13.1.0"
7+
"lighthouse": "^13.2.0"
88
},
99
"devDependencies": {
1010
"lighthouse": "^8.6.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lighthouse",
33
"type": "module",
4-
"version": "13.1.0",
4+
"version": "13.2.0",
55
"description": "Automated auditing, performance metrics, and best practices for the web.",
66
"main": "./core/index.js",
77
"bin": {

third-party/devtools-tests/e2e/lighthouse/navigation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('Navigation', function() {
7979
// 1 refresh after auditing to reset state
8080
assert.strictEqual(numNavigations, 5);
8181

82-
assert.strictEqual(lhr.lighthouseVersion, '13.1.0');
82+
assert.strictEqual(lhr.lighthouseVersion, '13.2.0');
8383
assert.match(lhr.finalUrl, /^https:\/\/localhost:[0-9]+\/test\/e2e\/resources\/lighthouse\/hello.html/);
8484

8585
assert.strictEqual(lhr.configSettings.throttlingMethod, 'simulate');

0 commit comments

Comments
 (0)