lighthouse 9.2.0-dev.20220128 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/changelog.md +67 -0
  2. package/package.json +1 -1
package/changelog.md CHANGED
@@ -1,3 +1,70 @@
1
+ <a name="9.3.0"></a>
2
+ # 9.3.0 (2022-01-31)
3
+ [Full Changelog](https://github.com/compare/v9.2.0...v9.3.0)
4
+
5
+ We expect this release to ship in the DevTools of [Chrome 100](https://chromiumdash.appspot.com/schedule), and to PageSpeed Insights within 2 weeks.
6
+
7
+ ## Core
8
+
9
+ * preload-lcp-image: enable audit ([#13599](https://github.com/GoogleChrome/lighthouse/pull/13599))
10
+ * ensure good and average scores start exactly at control points ([#13559](https://github.com/GoogleChrome/lighthouse/pull/13559))
11
+ * fr: don't throw on unknown --only-categories value ([#13499](https://github.com/GoogleChrome/lighthouse/pull/13499))
12
+ * inspector-issues: collect all issue types ([#13462](https://github.com/GoogleChrome/lighthouse/pull/13462), [#13603](https://github.com/GoogleChrome/lighthouse/pull/13603), [#13595](https://github.com/GoogleChrome/lighthouse/pull/13595))
13
+ * object-alt: remove md syntax around "alt" ([#13517](https://github.com/GoogleChrome/lighthouse/pull/13517))
14
+ * runner: asset manager helper ([#13519](https://github.com/GoogleChrome/lighthouse/pull/13519))
15
+
16
+ ## CLI
17
+
18
+ * remove update-notifier ([#13588](https://github.com/GoogleChrome/lighthouse/pull/13588))
19
+ * asset-saver: end devtoolsLog with a newline ([#13566](https://github.com/GoogleChrome/lighthouse/pull/13566))
20
+
21
+ ## Report
22
+
23
+ * allow client to configure how save-html is implemented ([#13518](https://github.com/GoogleChrome/lighthouse/pull/13518))
24
+
25
+ ## Deps
26
+
27
+ * update various runtime deps ([#13483](https://github.com/GoogleChrome/lighthouse/pull/13483))
28
+ * update various devDeps ([#13485](https://github.com/GoogleChrome/lighthouse/pull/13485))
29
+ * update robots-parser to latest ([#13554](https://github.com/GoogleChrome/lighthouse/pull/13554))
30
+ * update transitive deps to quiet vulnerability alerts ([#13538](https://github.com/GoogleChrome/lighthouse/pull/13538))
31
+ * lighthouse-stack-packs: upgrade to 1.7.0 ([#13604](https://github.com/GoogleChrome/lighthouse/pull/13604))
32
+ * snyk: update snyk snapshot ([#13498](https://github.com/GoogleChrome/lighthouse/pull/13498), [#13598](https://github.com/GoogleChrome/lighthouse/pull/13598))
33
+ * yargs: upgrade to 17.3.1 ([#13590](https://github.com/GoogleChrome/lighthouse/pull/13590))
34
+ * yargs-parser: upgrade to 21.0.0 ([#13597](https://github.com/GoogleChrome/lighthouse/pull/13597))
35
+
36
+ ## Clients
37
+
38
+ * use minimal 'url' polyfil instead of url-shim ([#13545](https://github.com/GoogleChrome/lighthouse/pull/13545))
39
+ * devtools: add FR runners to DevTools entry ([#13593](https://github.com/GoogleChrome/lighthouse/pull/13593))
40
+
41
+ ## I18n
42
+
43
+ * import ([#13602](https://github.com/GoogleChrome/lighthouse/pull/13602))
44
+
45
+ ## Docs
46
+
47
+ * update devtools panel throttling details ([#13504](https://github.com/GoogleChrome/lighthouse/pull/13504))
48
+
49
+ ## Tests
50
+
51
+ * add snapshot tests for cli-flags.js ([#13596](https://github.com/GoogleChrome/lighthouse/pull/13596))
52
+ * tweak some CI job names for clarity ([#13549](https://github.com/GoogleChrome/lighthouse/pull/13549))
53
+ * split devtools ci into build, web-tests and smoke jobs ([#13546](https://github.com/GoogleChrome/lighthouse/pull/13546))
54
+ * more targeted caching for devtools build ([#13540](https://github.com/GoogleChrome/lighthouse/pull/13540))
55
+ * run most smoke tests on devtools ([#13456](https://github.com/GoogleChrome/lighthouse/pull/13456))
56
+ * clean up and add comments to cdt layout test scripts ([#13471](https://github.com/GoogleChrome/lighthouse/pull/13471))
57
+ * devtools: ensure WebSQL table is populated ([#13579](https://github.com/GoogleChrome/lighthouse/pull/13579))
58
+
59
+ ## Misc
60
+
61
+ * add web.dev and other option to bug template ([#13537](https://github.com/GoogleChrome/lighthouse/pull/13537))
62
+ * use codemod for optional chaining ([#13503](https://github.com/GoogleChrome/lighthouse/pull/13503))
63
+ * build: fix build-smokehouse-bundle build ([#13500](https://github.com/GoogleChrome/lighthouse/pull/13500))
64
+ * build: remove empty devtools report resources ([#13601](https://github.com/GoogleChrome/lighthouse/pull/13601))
65
+ * build: set correct exit code when build scripts fail ([#13459](https://github.com/GoogleChrome/lighthouse/pull/13459))
66
+ * git3po: only install latest git3po if out of date ([#13515](https://github.com/GoogleChrome/lighthouse/pull/13515))
67
+
1
68
  <a name="9.2.0"></a>
2
69
  # 9.2.0 (2021-12-15)
3
70
  [Full Changelog](https://github.com/GoogleChrome/lighthouse/compare/v9.1.0...v9.2.0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lighthouse",
3
- "version": "9.2.0-dev.20220128",
3
+ "version": "9.3.0",
4
4
  "description": "Automated auditing, performance metrics, and best practices for the web.",
5
5
  "main": "./lighthouse-core/index.js",
6
6
  "bin": {