Skip to content

Commit 7d8dcf5

Browse files
authored
v13.3.0 (#17008)
1 parent f146050 commit 7d8dcf5

8 files changed

Lines changed: 39 additions & 16 deletions

File tree

changelog.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
<a name="13.3.0"></a>
2+
# 13.3.0 (2026-05-07)
3+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.2.0...v13.3.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+
## Notable Changes
8+
9+
* New agentic browsing category added to default config ([#17002](https://github.com/GoogleChrome/lighthouse/pull/17002))
10+
11+
## Core
12+
13+
* agentic-web: add links to category and audit descriptions ([#16997](https://github.com/GoogleChrome/lighthouse/pull/16997))
14+
* llms-txt: adjust titles and descriptions and add smoketests ([#17005](https://github.com/GoogleChrome/lighthouse/pull/17005))
15+
16+
## Deps
17+
18+
* upgrade dependencies ([#17006](https://github.com/GoogleChrome/lighthouse/pull/17006))
19+
20+
## Tests
21+
22+
* smoke: widen byte efficiency wastedBytes range for ToT ([#16996](https://github.com/GoogleChrome/lighthouse/pull/16996))
23+
* webmcp: add webmcp smoketests ([#16999](https://github.com/GoogleChrome/lighthouse/pull/16999))
24+
25+
## Misc
26+
27+
* bundle: update build-bundle-mcp ([#16995](https://github.com/GoogleChrome/lighthouse/pull/16995))
28+
129
<a name="13.2.0"></a>
230
# 13.2.0 (2026-04-30)
331
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v13.1.0...v13.2.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.2.0",
5+
"lighthouseVersion": "13.3.0",
66
"requestedUrl": "https://www.mikescerealshack.co/",
77
"mainDocumentUrl": "https://www.mikescerealshack.co/",
88
"finalDisplayedUrl": "https://www.mikescerealshack.co/",
@@ -8122,7 +8122,7 @@
81228122
},
81238123
{
81248124
"lhr": {
8125-
"lighthouseVersion": "13.2.0",
8125+
"lighthouseVersion": "13.3.0",
81268126
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
81278127
"fetchTime": "2025-02-05T01:31:50.141Z",
81288128
"gatherMode": "timespan",
@@ -11580,7 +11580,7 @@
1158011580
},
1158111581
{
1158211582
"lhr": {
11583-
"lighthouseVersion": "13.2.0",
11583+
"lighthouseVersion": "13.3.0",
1158411584
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1158511585
"fetchTime": "2025-02-05T01:32:00.108Z",
1158611586
"gatherMode": "snapshot",
@@ -17553,7 +17553,7 @@
1755317553
},
1755417554
{
1755517555
"lhr": {
17556-
"lighthouseVersion": "13.2.0",
17556+
"lighthouseVersion": "13.3.0",
1755717557
"requestedUrl": "https://www.mikescerealshack.co/corrections",
1755817558
"mainDocumentUrl": "https://www.mikescerealshack.co/corrections",
1755917559
"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.2.0",
2+
"lighthouseVersion": "13.3.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.2.0"
64+
"lighthouse": "^13.3.0"
6565
},
6666
"devDependencies": {
67-
"lighthouse": "^13.2.0"
67+
"lighthouse": "^13.3.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.2.0"
7+
"lighthouse": "^13.3.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.2.0",
4+
"version": "13.3.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.2.0');
82+
assert.strictEqual(lhr.lighthouseVersion, '13.3.0');
8383
assert.match(lhr.finalUrl, /^https:\/\/localhost:[0-9]+\/test\/e2e\/resources\/lighthouse\/hello.html/);
8484

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

yarn.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,12 +3600,7 @@ delayed-stream@~1.0.0:
36003600
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
36013601
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=
36023602

3603-
devtools-protocol@0.0.1608973, devtools-protocol@0.0.1621552:
3604-
version "0.0.1621552"
3605-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1621552.tgz#03486587aaede81f53a6599a4c1ab2247c8f954c"
3606-
integrity sha512-uaHF17cjNtGKOVZUoh8W0PGuEwR3pWzY5kz3sj7PK8N/SyBKG3cPnQIehVDDJkSdph6Omv+GlP7GdM/b4DTgJQ==
3607-
3608-
devtools-protocol@0.0.1625959:
3603+
devtools-protocol@0.0.1608973, devtools-protocol@0.0.1625959:
36093604
version "0.0.1625959"
36103605
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1625959.tgz#165aee3b688dd74bf9e60432acd6829b08ed38d8"
36113606
integrity sha512-wRBSU330hwOLLcb3N4NIe3eFs6MgT6ku3AiZONjnTSJ7f3dVchJfn6nE0Lfos9jK1na15bgp7xLhaCx40Y47NQ==

0 commit comments

Comments
 (0)