Skip to content

Commit 86ee553

Browse files
committed
v9.6.6
1 parent d17b69d commit 86ee553

10 files changed

Lines changed: 30 additions & 10 deletions

File tree

changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
<a name="9.6.6"></a>
2+
# 9.6.6 (2022-08-16)
3+
[Full Changelog](https://github.com/compare/v9.6.5...v9.6.6)
4+
5+
We expect this release to ship in the DevTools of [Chrome 106](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+
- Steven @styfle
12+
13+
## Core
14+
15+
* unsized-images: ignore non-network SVGs ([#13737](https://github.com/GoogleChrome/lighthouse/pull/13737))
16+
17+
## Deps
18+
19+
* upgrade csp-evaluator ([#14281](https://github.com/GoogleChrome/lighthouse/pull/14281))
20+
121
<a name="9.6.5"></a>
222
# 9.6.5 (2022-08-01)
323
[Full Changelog](https://github.com/compare/v9.6.4...v9.6.5)

docs/plugins.md

Lines changed: 2 additions & 2 deletions
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.6.5"
63+
"lighthouse": "^9.6.6"
6464
},
6565
"devDependencies": {
66-
"lighthouse": "^9.6.5"
66+
"lighthouse": "^9.6.6"
6767
}
6868
}
6969
```

docs/recipes/custom-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"private": true,
44
"scripts": {},
55
"devDependencies": {
6-
"lighthouse": "^9.6.5"
6+
"lighthouse": "^9.6.6"
77
}
88
}

docs/recipes/gulp/package.json

Lines changed: 1 addition & 1 deletion
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.6.5"
10+
"lighthouse": "^9.6.6"
1111
}
1212
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"main": "./plugin.js",
55
"peerDependencies": {
6-
"lighthouse": "^9.6.5"
6+
"lighthouse": "^9.6.6"
77
},
88
"devDependencies": {
99
"lighthouse": "^8.6.0"

lighthouse-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": "9.6.5",
2+
"lighthouseVersion": "9.6.6",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lighthouse",
3-
"version": "9.6.5",
3+
"version": "9.6.6",
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Analyze page load: enabled visible
1515

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Generating results...
262262

263263
=============== Lighthouse Results ===============
264264
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
265-
Version: 9.6.5
265+
Version: 9.6.6
266266
ViewportDimensions: {
267267
"innerWidth": 980,
268268
"innerHeight": 1743,

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Generating results...
373373

374374
=============== Lighthouse Results ===============
375375
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
376-
Version: 9.6.5
376+
Version: 9.6.6
377377
ViewportDimensions: {
378378
"innerWidth": 980,
379379
"innerHeight": 1743,

0 commit comments

Comments
 (0)