Skip to content

Commit

Permalink
v9.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed May 11, 2022
1 parent 8950e76 commit 202d605
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 17 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<a name="9.6.1"></a>
# 9.6.1 (2022-05-11)
[Full Changelog](https://github.com/compare/v9.6.0...v9.6.1)

We expect this release to ship in the DevTools of [Chrome 103](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.

## Core

* fps: run at the end of timespan/snapshot ([#13989](https://github.com/GoogleChrome/lighthouse/pull/13989))
* responsiveness: add element screenshot to INP diagnostic ([#13984](https://github.com/GoogleChrome/lighthouse/pull/13984))
* responsiveness: add better INP fallback for old Chrome versions ([#13985](https://github.com/GoogleChrome/lighthouse/pull/13985))

## Report

* devtools: use absolute positioning for overlay ([#13988](https://github.com/GoogleChrome/lighthouse/pull/13988))

## Tests

* use origin-agent-cluster to actually test oopifs ([#13777](https://github.com/GoogleChrome/lighthouse/pull/13777))

<a name="9.6.0"></a>
# 9.6.0 (2022-05-09)
[Full Changelog](https://github.com/compare/v9.5.0...v9.6.0)
Expand Down
4 changes: 2 additions & 2 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ A Lighthouse plugin is just a node module with a name that starts with `lighthou
"name": "lighthouse-plugin-cats",
"main": "plugin.js",
"peerDependencies": {
"lighthouse": "^9.6.0"
"lighthouse": "^9.6.1"
},
"devDependencies": {
"lighthouse": "^9.6.0"
"lighthouse": "^9.6.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/custom-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"private": true,
"scripts": {},
"devDependencies": {
"lighthouse": "^9.6.0"
"lighthouse": "^9.6.1"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/gulp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"lighthouse": "^9.6.0"
"lighthouse": "^9.6.1"
}
}
2 changes: 1 addition & 1 deletion docs/recipes/lighthouse-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"main": "./plugin.js",
"peerDependencies": {
"lighthouse": "^9.6.0"
"lighthouse": "^9.6.1"
},
"devDependencies": {
"lighthouse": "^8.6.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"steps": [
{
"lhr": {
"lighthouseVersion": "9.6.0",
"lighthouseVersion": "9.6.1",
"requestedUrl": "https://www.mikescerealshack.co/",
"finalUrl": "https://www.mikescerealshack.co/",
"fetchTime": "2022-03-08T15:35:57.356Z",
Expand Down Expand Up @@ -7549,7 +7549,7 @@
},
{
"lhr": {
"lighthouseVersion": "9.6.0",
"lighthouseVersion": "9.6.1",
"requestedUrl": "https://www.mikescerealshack.co/",
"finalUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
"fetchTime": "2022-03-08T15:36:08.267Z",
Expand Down Expand Up @@ -9449,9 +9449,9 @@
"description": "Interaction to Next Paint measures page responsiveness, how long it takes the page to visibly respond to user input. [Learn more](https://web.dev/inp/).",
"score": 1,
"scoreDisplayMode": "numeric",
"numericValue": 60,
"numericValue": 53,
"numericUnit": "millisecond",
"displayValue": "60 ms"
"displayValue": "50 ms"
},
"work-during-interaction": {
"id": "work-during-interaction",
Expand Down Expand Up @@ -10476,7 +10476,7 @@
},
{
"values": {
"timeInMs": 60
"timeInMs": 53
},
"path": "audits[experimental-interaction-to-next-paint].displayValue"
}
Expand Down Expand Up @@ -11011,7 +11011,7 @@
},
{
"lhr": {
"lighthouseVersion": "9.6.0",
"lighthouseVersion": "9.6.1",
"requestedUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
"finalUrl": "https://www.mikescerealshack.co/search?q=call+of+duty",
"fetchTime": "2022-03-08T15:36:22.894Z",
Expand Down Expand Up @@ -15819,7 +15819,7 @@
},
{
"lhr": {
"lighthouseVersion": "9.6.0",
"lighthouseVersion": "9.6.1",
"requestedUrl": "https://www.mikescerealshack.co/corrections",
"finalUrl": "https://www.mikescerealshack.co/corrections",
"fetchTime": "2022-03-08T15:36:29.745Z",
Expand Down
2 changes: 1 addition & 1 deletion lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lighthouseVersion": "9.6.0",
"lighthouseVersion": "9.6.1",
"requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html",
"fetchTime": "2021-09-07T20:11:11.853Z",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lighthouse",
"version": "9.6.0",
"version": "9.6.1",
"description": "Automated auditing, performance metrics, and best practices for the web.",
"main": "./lighthouse-core/index.js",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generate report: enabled visible

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html
Version: 9.6.0
Version: 9.6.1
formFactor: mobile
screenEmulation: {
"mobile": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Generating results...

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
Version: 9.6.0
Version: 9.6.1
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Generating results...

=============== Lighthouse Results ===============
URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html
Version: 9.6.0
Version: 9.6.1
ViewportDimensions: {
"innerWidth": 980,
"innerHeight": 1743,
Expand Down

0 comments on commit 202d605

Please sign in to comment.