Skip to content

Commit ff52c9d

Browse files
authoredMar 10, 2022
v9.5.0 (#13733)
1 parent f0a30a3 commit ff52c9d

File tree

10 files changed

+64
-10
lines changed

10 files changed

+64
-10
lines changed
 

‎changelog.md

+54
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
<a name="9.5.0"></a>
2+
# 9.5.0 (2022-03-09)
3+
[Full Changelog](https://github.com/compare/v9.4.0...v9.5.0)
4+
5+
We expect this release to ship in the DevTools of [Chrome 101](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
6+
7+
## New Contributors
8+
9+
Thanks to our new contributor 👽🐷🐰🐯🐻!
10+
11+
- Marc Hassan @mhassan1
12+
13+
## Core
14+
15+
* full-page-screenshot: leave emulated width unchanged ([#13643](https://github.com/GoogleChrome/lighthouse/pull/13643))
16+
* inspector-issues: update sameSiteCookie to cookie ([#13708](https://github.com/GoogleChrome/lighthouse/pull/13708))
17+
* script-treemap-data: correct value for size ([#13716](https://github.com/GoogleChrome/lighthouse/pull/13716))
18+
* lighthouse-logger: convert to ES modules ([#13720](https://github.com/GoogleChrome/lighthouse/pull/13720))
19+
20+
## ⛏️👷 Fraggle Rock
21+
22+
Support for auditing user flows ([#11313](https://github.com/GoogleChrome/lighthouse/issues/11313))
23+
24+
* separate audit phase for flows ([#13623](https://github.com/GoogleChrome/lighthouse/pull/13623))
25+
* use frame url in gather context ([#13699](https://github.com/GoogleChrome/lighthouse/pull/13699))
26+
* add `logLevel` to config context ([#13681](https://github.com/GoogleChrome/lighthouse/pull/13681))
27+
* user-flow: audit flow from artifacts json ([#13715](https://github.com/GoogleChrome/lighthouse/pull/13715))
28+
29+
## Report
30+
31+
* fix timespan/snapshot sticky header ([#13732](https://github.com/GoogleChrome/lighthouse/pull/13732))
32+
33+
## Deps
34+
35+
* lodash: replace `lodash` per-method packages with full `lodash` ([#13695](https://github.com/GoogleChrome/lighthouse/pull/13695))
36+
* snyk: update snyk snapshot ([#13731](https://github.com/GoogleChrome/lighthouse/pull/13731) [#13712](https://github.com/GoogleChrome/lighthouse/pull/13712))
37+
38+
## Clients
39+
40+
* convert devtools and lightrider entries to ES modules ([#13722](https://github.com/GoogleChrome/lighthouse/pull/13722))
41+
42+
## Tests
43+
44+
* add more cases for oopif smoke test ([#13705](https://github.com/GoogleChrome/lighthouse/pull/13705))
45+
* devtools: add yarn install timeout ([#13717](https://github.com/GoogleChrome/lighthouse/pull/13717))
46+
* devtools: update Lighthouse sniffer for smokes ([#13693](https://github.com/GoogleChrome/lighthouse/pull/13693))
47+
* devtools: navigation web test ([#13673](https://github.com/GoogleChrome/lighthouse/pull/13673))
48+
* smoke: enable more devtools smoke tests ([#13624](https://github.com/GoogleChrome/lighthouse/pull/13624))
49+
* smoke: add _excludes and _runner ([#13707](https://github.com/GoogleChrome/lighthouse/pull/13707))
50+
51+
## Misc
52+
53+
* support --chrome-flags in run devtools script ([#13625](https://github.com/GoogleChrome/lighthouse/pull/13625))
54+
155
<a name="9.4.0"></a>
256
# 9.4.0 (2022-02-16)
357
[Full Changelog](https://github.com/compare/v9.3.1...v9.4.0)

‎docs/plugins.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
6060
"name": "lighthouse-plugin-cats",
6161
"main": "plugin.js",
6262
"peerDependencies": {
63-
"lighthouse": "^9.4.0"
63+
"lighthouse": "^9.5.0"
6464
},
6565
"devDependencies": {
66-
"lighthouse": "^9.4.0"
66+
"lighthouse": "^9.5.0"
6767
}
6868
}
6969
```

‎docs/recipes/custom-audit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"scripts": {},
55
"devDependencies": {
6-
"lighthouse": "^9.4.0"
6+
"lighthouse": "^9.5.0"
77
}
88
}

‎docs/recipes/gulp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"devDependencies": {
88
"gulp": "^3.9.1",
99
"gulp-connect": "^5.0.0",
10-
"lighthouse": "^9.4.0"
10+
"lighthouse": "^9.5.0"
1111
}
1212
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"main": "./plugin.js",
55
"peerDependencies": {
6-
"lighthouse": "^9.4.0"
6+
"lighthouse": "^9.5.0"
77
},
88
"devDependencies": {
99
"lighthouse": "^8.6.0"

‎lighthouse-core/test/results/sample_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lighthouseVersion": "9.4.0",
2+
"lighthouseVersion": "9.5.0",
33
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
44
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
55
"fetchTime": "2021-09-07T20:11:11.853Z",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse",
3-
"version": "9.4.0",
3+
"version": "9.5.0",
44
"description": "Automated auditing, performance metrics, and best practices for the web.",
55
"main": "./lighthouse-core/index.js",
66
"bin": {

‎third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Generate report: enabled visible
1515

1616
=============== Lighthouse Results ===============
1717
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html
18-
Version: 9.4.0
18+
Version: 9.5.0
1919
formFactor: mobile
2020
screenEmulation: {
2121
"mobile": true,

‎third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Generating results...
261261

262262
=============== Lighthouse Results ===============
263263
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
264-
Version: 9.4.0
264+
Version: 9.5.0
265265
ViewportDimensions: {
266266
"innerWidth": 980,
267267
"innerHeight": 1743,

‎third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ Generating results...
371371

372372
=============== Lighthouse Results ===============
373373
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
374-
Version: 9.4.0
374+
Version: 9.5.0
375375
ViewportDimensions: {
376376
"innerWidth": 980,
377377
"innerHeight": 1743,

0 commit comments

Comments
 (0)
Please sign in to comment.