From fcd5dfb4da2f6a02936cc5b050e58bda83ed784f Mon Sep 17 00:00:00 2001 From: Adam Raine <6752989+adamraine@users.noreply.github.com> Date: Mon, 31 Jan 2022 17:37:17 -0500 Subject: [PATCH] v9.3.1 (#13611) --- changelog.md | 8 ++++++++ docs/plugins.md | 4 ++-- docs/recipes/custom-audit/package.json | 2 +- docs/recipes/gulp/package.json | 2 +- docs/recipes/lighthouse-plugin-example/package.json | 2 +- lighthouse-core/test/results/sample_v2.json | 2 +- package.json | 2 +- .../lighthouse/lighthouse-emulate-run-expected.txt | 2 +- .../lighthouse/lighthouse-successful-run-expected.txt | 2 +- 9 files changed, 17 insertions(+), 9 deletions(-) diff --git a/changelog.md b/changelog.md index 0cff53212d13..ccd44e8f3407 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ + +# 9.3.1 (2022-01-31) +[Full Changelog](https://github.com/compare/v9.3.0...v9.3.1) + +## Report + +* disable fireworks with flag ([#13610](https://github.com/GoogleChrome/lighthouse/pull/13610)) + # 9.3.0 (2022-01-31) [Full Changelog](https://github.com/compare/v9.2.0...v9.3.0) diff --git a/docs/plugins.md b/docs/plugins.md index 986daba61c43..6b2e016d93cf 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.3.0" + "lighthouse": "^9.3.1" }, "devDependencies": { - "lighthouse": "^9.3.0" + "lighthouse": "^9.3.1" } } ``` diff --git a/docs/recipes/custom-audit/package.json b/docs/recipes/custom-audit/package.json index cf1d712096f6..67b57b8ebfa9 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.3.0" + "lighthouse": "^9.3.1" } } diff --git a/docs/recipes/gulp/package.json b/docs/recipes/gulp/package.json index 402053b3599f..01b8b953fd5f 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.3.0" + "lighthouse": "^9.3.1" } } diff --git a/docs/recipes/lighthouse-plugin-example/package.json b/docs/recipes/lighthouse-plugin-example/package.json index 9c1267f08a92..559e3d67c5d4 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.3.0" + "lighthouse": "^9.3.1" }, "devDependencies": { "lighthouse": "^8.6.0" diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 1781c2de525f..fb98b82e724d 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -1,5 +1,5 @@ { - "lighthouseVersion": "9.3.0", + "lighthouseVersion": "9.3.1", "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 ed0b628d8bb9..4330f31f4132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse", - "version": "9.3.0", + "version": "9.3.1", "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 c3fdba68fdba..14879b311886 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 @@ -14,7 +14,7 @@ Generate report: enabled visible =============== Lighthouse Results =============== URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-emulate-pass.html -Version: 9.3.0 +Version: 9.3.1 formFactor: mobile screenEmulation: { "mobile": true, 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 b8356fc83cda..778e8b61a70e 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 @@ -369,7 +369,7 @@ Generating results... =============== Lighthouse Results =============== URL: http://127.0.0.1:8000/devtools/lighthouse/resources/lighthouse-basic.html -Version: 9.3.0 +Version: 9.3.1 ViewportDimensions: { "innerWidth": 980, "innerHeight": 1743,