From bf2665f0c6dfe20f969f2891b42d23650c10fcfd Mon Sep 17 00:00:00 2001 From: Adam Raine Date: Wed, 1 Jun 2022 13:50:57 -0700 Subject: [PATCH] v9.6.2 --- changelog.md | 27 +++++++++++++++++++ docs/plugins.md | 4 +-- docs/recipes/custom-audit/package.json | 2 +- docs/recipes/gulp/package.json | 2 +- .../lighthouse-plugin-example/package.json | 2 +- lighthouse-core/test/results/sample_v2.json | 2 +- package.json | 2 +- .../lighthouse-emulate-run-expected.txt | 2 +- ...hthouse-successful-navigation-expected.txt | 2 +- .../lighthouse-successful-run-expected.txt | 2 +- 10 files changed, 37 insertions(+), 10 deletions(-) diff --git a/changelog.md b/changelog.md index a5e1ff9af9a5..b129486c4a78 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,30 @@ + +# 9.6.2 (2022-06-01) +[Full Changelog](https://github.com/compare/v9.6.1...v9.6.2) + +We expect this release to ship in the DevTools of [Chrome 104](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks. + +## Core + +* driver: fix legacy runner hanging oopifs in some cases ([#14074](https://github.com/GoogleChrome/lighthouse/pull/14074)) + +## Report + +* avoid really slow regexes for data urls ([#13791](https://github.com/GoogleChrome/lighthouse/pull/13791)) + +## Clients + +* psi: expose the swapLocale types ([#14062](https://github.com/GoogleChrome/lighthouse/pull/14062)) + +## Tests + +* smoke: fix ToT node id failures ([#14077](https://github.com/GoogleChrome/lighthouse/pull/14077)) +* devtools: sync web tests ([#14061](https://github.com/GoogleChrome/lighthouse/pull/14061)) + +## Misc + +* build: fix lightrider report generator bundle ([#14031](https://github.com/GoogleChrome/lighthouse/pull/14031)) + # 9.6.1 (2022-05-11) [Full Changelog](https://github.com/compare/v9.6.0...v9.6.1) diff --git a/docs/plugins.md b/docs/plugins.md index 1b5d2728ef02..cce9e3b9b56e 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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.1" + "lighthouse": "^9.6.2" }, "devDependencies": { - "lighthouse": "^9.6.1" + "lighthouse": "^9.6.2" } } ``` diff --git a/docs/recipes/custom-audit/package.json b/docs/recipes/custom-audit/package.json index f9375a0e420f..ec3d225abd88 100644 --- a/docs/recipes/custom-audit/package.json +++ b/docs/recipes/custom-audit/package.json @@ -3,6 +3,6 @@ "private": true, "scripts": {}, "devDependencies": { - "lighthouse": "^9.6.1" + "lighthouse": "^9.6.2" } } diff --git a/docs/recipes/gulp/package.json b/docs/recipes/gulp/package.json index ec48ec36fcea..335601067d3e 100644 --- a/docs/recipes/gulp/package.json +++ b/docs/recipes/gulp/package.json @@ -7,6 +7,6 @@ "devDependencies": { "gulp": "^3.9.1", "gulp-connect": "^5.0.0", - "lighthouse": "^9.6.1" + "lighthouse": "^9.6.2" } } diff --git a/docs/recipes/lighthouse-plugin-example/package.json b/docs/recipes/lighthouse-plugin-example/package.json index 21803de318b2..3525669013a4 100644 --- a/docs/recipes/lighthouse-plugin-example/package.json +++ b/docs/recipes/lighthouse-plugin-example/package.json @@ -3,7 +3,7 @@ "private": true, "main": "./plugin.js", "peerDependencies": { - "lighthouse": "^9.6.1" + "lighthouse": "^9.6.2" }, "devDependencies": { "lighthouse": "^8.6.0" diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 773f24d6f38a..60e52ae3426f 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -1,5 +1,5 @@ { - "lighthouseVersion": "9.6.1", + "lighthouseVersion": "9.6.2", "requestedUrl": "http://localhost:10200/dobetterweb/dbw_tester.html", "finalUrl": "http://localhost:10200/dobetterweb/dbw_tester.html", "fetchTime": "2021-09-07T20:11:11.853Z", diff --git a/package.json b/package.json index f4ab6eaf7576..5ec235753a1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse", - "version": "9.6.1", + "version": "9.6.2", "description": "Automated auditing, performance metrics, and best practices for the web.", "main": "./lighthouse-core/index.js", "bin": { diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt index 4bb2d9beb89e..142018c89f01 100644 --- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt +++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-emulate-run-expected.txt @@ -15,7 +15,7 @@ Analyze page load: enabled visible =============== Lighthouse Results =============== URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html -Version: 9.6.1 +Version: 9.6.2 formFactor: mobile screenEmulation: { "mobile": true, diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt index 064f43878480..3d982a9080fe 100644 --- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt +++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-navigation-expected.txt @@ -262,7 +262,7 @@ Generating results... =============== Lighthouse Results =============== URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html -Version: 9.6.1 +Version: 9.6.2 ViewportDimensions: { "innerWidth": 980, "innerHeight": 1743, diff --git a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt index ee4926a0fadf..1ebde799d749 100644 --- a/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt +++ b/third-party/chromium-webtests/webtests/http/tests/devtools/lighthouse/lighthouse-successful-run-expected.txt @@ -373,7 +373,7 @@ Generating results... =============== Lighthouse Results =============== URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html -Version: 9.6.1 +Version: 9.6.2 ViewportDimensions: { "innerWidth": 980, "innerHeight": 1743,