Skip to content

Commit 8dc40bb

Browse files
authored
v12.8.2 (#16663)
1 parent 40042c4 commit 8dc40bb

File tree

7 files changed

+57
-10
lines changed

7 files changed

+57
-10
lines changed

changelog.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
<a name="12.8.2"></a>
2+
# 12.8.2 (2025-08-28)
3+
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.8.1...v12.8.2)
4+
5+
We expect this release to ship in the DevTools of [Chrome 141](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+
- uthem150 @uthem150
12+
- Nirav Gondaliya @niravzxv
13+
14+
## Core
15+
16+
* errors-in-console: truncate large errors ([#16619](https://github.com/GoogleChrome/lighthouse/pull/16619))
17+
* insights: passing score (not n/a) for empty results ([#16639](https://github.com/GoogleChrome/lighthouse/pull/16639))
18+
* non-composited-animations: separate custom CSS properties ([#16627](https://github.com/GoogleChrome/lighthouse/pull/16627))
19+
20+
## Report
21+
22+
* viewer: only disable save-gist button on successful save ([#16618](https://github.com/GoogleChrome/lighthouse/pull/16618))
23+
24+
## Deps
25+
26+
* upgrade deps ([#16660](https://github.com/GoogleChrome/lighthouse/pull/16660))
27+
* upgrade trace_engine to 0.0.59 ([#16659](https://github.com/GoogleChrome/lighthouse/pull/16659))
28+
* remove semver ([#16655](https://github.com/GoogleChrome/lighthouse/pull/16655))
29+
* upgrade tldts-icann ([#16657](https://github.com/GoogleChrome/lighthouse/pull/16657))
30+
* upgrade esbuild to 0.25.9 ([#16652](https://github.com/GoogleChrome/lighthouse/pull/16652))
31+
* upgrade / drop many dev deps ([#16651](https://github.com/GoogleChrome/lighthouse/pull/16651))
32+
* upgrade trace_engine to 0.0.58 ([#16649](https://github.com/GoogleChrome/lighthouse/pull/16649))
33+
34+
## I18n
35+
36+
* import ([#16662](https://github.com/GoogleChrome/lighthouse/pull/16662))
37+
38+
## Tests
39+
40+
* disable startTimespan api test ([#16653](https://github.com/GoogleChrome/lighthouse/pull/16653))
41+
* disable trusted-types-directive-present smoke test ([#16620](https://github.com/GoogleChrome/lighthouse/pull/16620))
42+
* smokehouse: log specific error message when missing tests path ([#16648](https://github.com/GoogleChrome/lighthouse/pull/16648))
43+
44+
## Misc
45+
46+
* use structuredClone instead of lodash cloneDeep ([#16656](https://github.com/GoogleChrome/lighthouse/pull/16656))
47+
148
<a name="12.8.1"></a>
249
# 12.8.1 (2025-08-01)
350
[Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v12.8.0...v12.8.1)

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.8.1",
5+
"lighthouseVersion": "12.8.2",
66
"requestedUrl": "https://www.mikescerealshack.co/",
77
"mainDocumentUrl": "https://www.mikescerealshack.co/",
88
"finalDisplayedUrl": "https://www.mikescerealshack.co/",
@@ -10987,7 +10987,7 @@
1098710987
},
1098810988
{
1098910989
"lhr": {
10990-
"lighthouseVersion": "12.8.1",
10990+
"lighthouseVersion": "12.8.2",
1099110991
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1099210992
"fetchTime": "2025-02-05T01:31:50.141Z",
1099310993
"gatherMode": "timespan",
@@ -16546,7 +16546,7 @@
1654616546
},
1654716547
{
1654816548
"lhr": {
16549-
"lighthouseVersion": "12.8.1",
16549+
"lighthouseVersion": "12.8.2",
1655016550
"finalDisplayedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
1655116551
"fetchTime": "2025-02-05T01:32:00.108Z",
1655216552
"gatherMode": "snapshot",
@@ -22568,7 +22568,7 @@
2256822568
},
2256922569
{
2257022570
"lhr": {
22571-
"lighthouseVersion": "12.8.1",
22571+
"lighthouseVersion": "12.8.2",
2257222572
"requestedUrl": "https://www.mikescerealshack.co/corrections",
2257322573
"mainDocumentUrl": "https://www.mikescerealshack.co/corrections",
2257422574
"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.8.1",
2+
"lighthouseVersion": "12.8.2",
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.8.1"
64+
"lighthouse": "^12.8.2"
6565
},
6666
"devDependencies": {
67-
"lighthouse": "^12.8.1"
67+
"lighthouse": "^12.8.2"
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.8.1"
7+
"lighthouse": "^12.8.2"
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.8.1",
4+
"version": "12.8.2",
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.8.1');
97+
assert.strictEqual(lhr.lighthouseVersion, '12.8.2');
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)