Skip to content

Commit 196ca96

Browse files
authored
v12.7.0 (#16567)
1 parent a561e22 commit 196ca96

File tree

7 files changed

+82
-13
lines changed

7 files changed

+82
-13
lines changed

changelog.md

Lines changed: 72 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,72 @@
1+
<a name="12.7.0"></a>
2+
# 12.7.0 (2025-06-27)
3+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.6.1...v12.7.0)
4+
5+
We expect this release to ship in the DevTools of [Chrome 140](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within a week.
6+
7+
## New contributors
8+
9+
Thanks to our new contributors 👽🐷🐰🐯🐻!
10+
11+
- demostanis @demostanis
12+
- OronW @OronW
13+
14+
## Notable Changes
15+
16+
The Performance category in the Lighthouse report now shows performance insight audits by default - read more [here](https://github.com/GoogleChrome/lighthouse/discussions/16462).
17+
18+
## Core
19+
20+
* always include headers even for empty tables ([#16534](https://github.com/GoogleChrome/lighthouse/pull/16534))
21+
* expose error stack, artifact on runtimeError ([#16524](https://github.com/GoogleChrome/lighthouse/pull/16524))
22+
* cache-insight: fix wrong value being used for transfer size ([#16562](https://github.com/GoogleChrome/lighthouse/pull/16562))
23+
* config: throw an error if a filter is an empty array ([#15118](https://github.com/GoogleChrome/lighthouse/pull/15118))
24+
* crawlable-anchors: allow placeholder anchor elements ([#16292](https://github.com/GoogleChrome/lighthouse/pull/16292))
25+
* gather: add host DPR base artifact ([#16559](https://github.com/GoogleChrome/lighthouse/pull/16559))
26+
* gather: deprecate executionContext.evaluateAsync ([#16518](https://github.com/GoogleChrome/lighthouse/pull/16518))
27+
* insights: show estimated ms savings ([#16563](https://github.com/GoogleChrome/lighthouse/pull/16563))
28+
* inspector-issues: rename to elementAccessibilityIssue ([#16561](https://github.com/GoogleChrome/lighthouse/pull/16561))
29+
* link-text: use lang to check for only localized terms ([#16526](https://github.com/GoogleChrome/lighthouse/pull/16526))
30+
* network-dependency-tree-insight: add preconnect advice ([#16557](https://github.com/GoogleChrome/lighthouse/pull/16557))
31+
* plugins: support scoped npm packages ([#16550](https://github.com/GoogleChrome/lighthouse/pull/16550))
32+
* render-blocking-resources: change column label to Duration ([#16519](https://github.com/GoogleChrome/lighthouse/pull/16519))
33+
* timing-summary: suppress expected errors ([#16520](https://github.com/GoogleChrome/lighthouse/pull/16520))
34+
* trace-elements: remove sentry debugging for invalid impactedNodes ([#16523](https://github.com/GoogleChrome/lighthouse/pull/16523))
35+
36+
## Report
37+
38+
* show insight performance audits by default ([#16552](https://github.com/GoogleChrome/lighthouse/pull/16552))
39+
* fix 3p filter checkbox for insight audits ([#16564](https://github.com/GoogleChrome/lighthouse/pull/16564))
40+
* hide highlighter during print ([#16544](https://github.com/GoogleChrome/lighthouse/pull/16544))
41+
* remove custom focus outline styles ([#16531](https://github.com/GoogleChrome/lighthouse/pull/16531))
42+
* increase max width of 3-dot menu ([#16530](https://github.com/GoogleChrome/lighthouse/pull/16530))
43+
* hide treemap, view trace buttons when printing ([#16529](https://github.com/GoogleChrome/lighthouse/pull/16529))
44+
45+
## Deps
46+
47+
* upgrade trace_engine to 0.0.56 ([#16565](https://github.com/GoogleChrome/lighthouse/pull/16565))
48+
* upgrade deps ([#16555](https://github.com/GoogleChrome/lighthouse/pull/16555))
49+
* upgrade configstore to 7.0.0 ([#16148](https://github.com/GoogleChrome/lighthouse/pull/16148))
50+
* upgrade jest packages to 29.7.0 ([#16147](https://github.com/GoogleChrome/lighthouse/pull/16147))
51+
* sentry: upgrade to v9 ([#16541](https://github.com/GoogleChrome/lighthouse/pull/16541))
52+
53+
## Docs
54+
55+
* recipes: give explicit commands for first building Lighthouse ([#16527](https://github.com/GoogleChrome/lighthouse/pull/16527))
56+
57+
## Tests
58+
59+
* parallelize lantern database tests ([#16545](https://github.com/GoogleChrome/lighthouse/pull/16545))
60+
61+
## Misc
62+
63+
* chore: use "Note" indentation in readme ([#16533](https://github.com/GoogleChrome/lighthouse/pull/16533))
64+
* chore: reformat to reduce spurious newlines ([#16038](https://github.com/GoogleChrome/lighthouse/pull/16038))
65+
* chore: rename traceEngineData to parsedTrace ([#16270](https://github.com/GoogleChrome/lighthouse/pull/16270))
66+
* ci: fix logic for nightly publish cron ([#16556](https://github.com/GoogleChrome/lighthouse/pull/16556))
67+
* ci: prevent nightly publish if no changes in last day ([#16547](https://github.com/GoogleChrome/lighthouse/pull/16547))
68+
* deps: upgrade to eslint 9 ([#16327](https://github.com/GoogleChrome/lighthouse/pull/16327))
69+
170
<a name="12.6.1"></a>
271
# 12.6.1 (2025-06-02)
372
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.6.0...v12.6.1)
@@ -53,9 +122,9 @@ We expect this release to ship in the DevTools of [Chrome 137](https://chromiumd
53122

54123
Thanks to our new contributors 👽🐷🐰🐯🐻!
55124

56-
Jack Franklin @jackfranklin
57-
Rob Kodey @rkodey
58-
Clément Barbaza @cba85
125+
- Jack Franklin @jackfranklin
126+
- Rob Kodey @rkodey
127+
- Clément Barbaza @cba85
59128

60129
## Notable Changes
61130

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": "12.6.1",
5+
"lighthouseVersion": "12.7.0",
66
"requestedUrl": "https://www.mikescerealshack.co/",
77
"mainDocumentUrl": "https://www.mikescerealshack.co/",
88
"finalDisplayedUrl": "https://www.mikescerealshack.co/",
@@ -10763,7 +10763,7 @@
1076310763
},
1076410764
{
1076510765
"lhr": {
10766-
"lighthouseVersion": "12.6.1",
10766+
"lighthouseVersion": "12.7.0",
1076710767
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1076810768
"fetchTime": "2025-02-05T01:31:50.141Z",
1076910769
"gatherMode": "timespan",
@@ -16255,7 +16255,7 @@
1625516255
},
1625616256
{
1625716257
"lhr": {
16258-
"lighthouseVersion": "12.6.1",
16258+
"lighthouseVersion": "12.7.0",
1625916259
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1626016260
"fetchTime": "2025-02-05T01:32:00.108Z",
1626116261
"gatherMode": "snapshot",
@@ -22277,7 +22277,7 @@
2227722277
},
2227822278
{
2227922279
"lhr": {
22280-
"lighthouseVersion": "12.6.1",
22280+
"lighthouseVersion": "12.7.0",
2228122281
"requestedUrl": "https://www.mikescerealshack.co/corrections",
2228222282
"mainDocumentUrl": "https://www.mikescerealshack.co/corrections",
2228322283
"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": "12.6.1",
2+
"lighthouseVersion": "12.7.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": "^12.6.1"
64+
"lighthouse": "^12.7.0"
6565
},
6666
"devDependencies": {
67-
"lighthouse": "^12.6.1"
67+
"lighthouse": "^12.7.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": "^12.6.1"
7+
"lighthouse": "^12.7.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": "12.6.1",
4+
"version": "12.7.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
@@ -94,7 +94,7 @@ describe('Navigation', function() {
9494
// 1 refresh after auditing to reset state
9595
assert.strictEqual(numNavigations, 5);
9696

97-
assert.strictEqual(lhr.lighthouseVersion, '12.6.1');
97+
assert.strictEqual(lhr.lighthouseVersion, '12.7.0');
9898
assert.match(lhr.finalUrl, /^https:\/\/localhost:[0-9]+\/test\/e2e\/resources\/lighthouse\/hello.html/);
9999

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

0 commit comments

Comments
 (0)