lighthouse 12.2.1 → 12.2.2

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 (65) hide show
  1. package/cli/printer.js +10 -5
  2. package/cli/test/smokehouse/frontends/lib.js +1 -1
  3. package/cli/test/smokehouse/frontends/smokehouse-bin.js +1 -1
  4. package/cli/test/smokehouse/report-assert.js +1 -1
  5. package/core/audits/byte-efficiency/render-blocking-resources.js +3 -3
  6. package/core/config/config-helpers.js +3 -3
  7. package/core/config/lr-mobile-config.js +5 -0
  8. package/core/gather/base-artifacts.js +2 -2
  9. package/core/gather/driver/network-monitor.d.ts +1 -1
  10. package/core/gather/driver/network-monitor.js +8 -5
  11. package/core/gather/driver/target-manager.js +4 -0
  12. package/core/lib/arbitrary-equality-map.js +2 -2
  13. package/core/runner.js +4 -4
  14. package/dist/report/flow.js +2 -2
  15. package/package.json +9 -9
  16. package/readme.md +3 -0
  17. package/shared/localization/locales/ar-XB.json +88 -85
  18. package/shared/localization/locales/ar.json +98 -95
  19. package/shared/localization/locales/bg.json +88 -85
  20. package/shared/localization/locales/ca.json +91 -88
  21. package/shared/localization/locales/cs.json +91 -88
  22. package/shared/localization/locales/da.json +94 -91
  23. package/shared/localization/locales/de.json +92 -89
  24. package/shared/localization/locales/el.json +92 -89
  25. package/shared/localization/locales/en-GB.json +89 -86
  26. package/shared/localization/locales/en-US.json +23 -20
  27. package/shared/localization/locales/en-XA.json +88 -85
  28. package/shared/localization/locales/en-XL.json +23 -20
  29. package/shared/localization/locales/es-419.json +92 -89
  30. package/shared/localization/locales/es.json +91 -88
  31. package/shared/localization/locales/fi.json +92 -89
  32. package/shared/localization/locales/fil.json +93 -90
  33. package/shared/localization/locales/fr.json +94 -91
  34. package/shared/localization/locales/he.json +97 -94
  35. package/shared/localization/locales/hi.json +92 -89
  36. package/shared/localization/locales/hr.json +90 -87
  37. package/shared/localization/locales/hu.json +90 -87
  38. package/shared/localization/locales/id.json +91 -88
  39. package/shared/localization/locales/it.json +90 -87
  40. package/shared/localization/locales/ja.json +90 -87
  41. package/shared/localization/locales/ko.json +90 -87
  42. package/shared/localization/locales/lt.json +90 -87
  43. package/shared/localization/locales/lv.json +91 -88
  44. package/shared/localization/locales/nl.json +90 -87
  45. package/shared/localization/locales/no.json +92 -89
  46. package/shared/localization/locales/pl.json +90 -87
  47. package/shared/localization/locales/pt-PT.json +111 -108
  48. package/shared/localization/locales/pt.json +97 -94
  49. package/shared/localization/locales/ro.json +94 -91
  50. package/shared/localization/locales/ru.json +93 -90
  51. package/shared/localization/locales/sk.json +93 -90
  52. package/shared/localization/locales/sl.json +91 -88
  53. package/shared/localization/locales/sr-Latn.json +91 -88
  54. package/shared/localization/locales/sr.json +91 -88
  55. package/shared/localization/locales/sv.json +92 -89
  56. package/shared/localization/locales/ta.json +101 -98
  57. package/shared/localization/locales/te.json +92 -89
  58. package/shared/localization/locales/th.json +95 -92
  59. package/shared/localization/locales/tr.json +91 -88
  60. package/shared/localization/locales/uk.json +93 -90
  61. package/shared/localization/locales/vi.json +95 -92
  62. package/shared/localization/locales/zh-HK.json +92 -89
  63. package/shared/localization/locales/zh-TW.json +98 -95
  64. package/shared/localization/locales/zh.json +96 -93
  65. package/shared/localization/swap-locale.js +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.2.1",
4
+ "version": "12.2.2",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -117,7 +117,7 @@
117
117
  "@types/google.analytics": "0.0.39",
118
118
  "@types/jpeg-js": "^0.3.7",
119
119
  "@types/jsdom": "^16.2.13",
120
- "@types/lodash": "^4.14.178",
120
+ "@types/lodash-es": "^4.17.12",
121
121
  "@types/mocha": "^9.0.0",
122
122
  "@types/node": "*",
123
123
  "@types/pako": "^1.0.1",
@@ -167,7 +167,7 @@
167
167
  "pako": "^2.0.3",
168
168
  "preact": "^10.7.2",
169
169
  "pretty-json-stringify": "^0.0.2",
170
- "puppeteer": "^23.3.0",
170
+ "puppeteer": "^23.8.0",
171
171
  "resolve": "^1.22.1",
172
172
  "rollup": "^2.52.7",
173
173
  "rollup-plugin-polyfill-node": "^0.12.0",
@@ -182,8 +182,8 @@
182
182
  },
183
183
  "dependencies": {
184
184
  "@paulirish/trace_engine": "0.0.32",
185
- "@sentry/node": "^6.17.4",
186
- "axe-core": "^4.10.0",
185
+ "@sentry/node": "^7.0.0",
186
+ "axe-core": "^4.10.2",
187
187
  "chrome-launcher": "^1.1.2",
188
188
  "configstore": "^5.0.1",
189
189
  "csp_evaluator": "1.1.1",
@@ -194,17 +194,17 @@
194
194
  "jpeg-js": "^0.4.4",
195
195
  "js-library-detector": "^6.7.0",
196
196
  "lighthouse-logger": "^2.0.1",
197
- "lighthouse-stack-packs": "1.12.1",
198
- "lodash": "^4.17.21",
197
+ "lighthouse-stack-packs": "1.12.2",
198
+ "lodash-es": "^4.17.21",
199
199
  "lookup-closest-locale": "6.2.0",
200
200
  "metaviewport-parser": "0.3.0",
201
201
  "open": "^8.4.0",
202
202
  "parse-cache-control": "1.0.1",
203
- "puppeteer-core": "^23.3.0",
203
+ "puppeteer-core": "^23.8.0",
204
204
  "robots-parser": "^3.0.1",
205
205
  "semver": "^5.3.0",
206
206
  "speedline-core": "^1.4.3",
207
- "third-party-web": "^0.24.5",
207
+ "third-party-web": "^0.26.1",
208
208
  "tldts-icann": "^6.1.16",
209
209
  "ws": "^7.0.0",
210
210
  "yargs": "^17.3.1",
package/readme.md CHANGED
@@ -362,6 +362,8 @@ This section details services that have integrated Lighthouse data. If you're wo
362
362
 
363
363
  * **[DeploymentHawk](https://deploymenthawk.com)** - DeploymentHawk is an automated site auditing tool powered by Lighthouse. Effortlessly catch performance, accessibility, and SEO issues before they impact your users. DeploymentHawk is a paid product with a free 7-day trial.
364
364
 
365
+ * **[Guardius](https://guardius.io)** - Guardius is a DevOps and DevSecOps SaaS platform that integrates Lighthouse to deliver automated web performance analysis. It not only provides metrics evaluation and automatic scanning but also enables performance comparisons across different periods and ongoing observation over time. Additionally, Guardius offers predefined and customized alerts tailored to your specific requirements. A free version of Guardius is available for users to explore its features.
366
+
365
367
  ## Lighthouse Integrations in non-Web Perf services
366
368
 
367
369
  * **[PageWatch](https://pagewatch.dev/)** — PageWatch is a tool to find problem pages on your website. It provides insights into spelling errors, layout issues, slow pages (powered by Lighthouse) and more. PageWatch is offered via free and paid plans.
@@ -399,6 +401,7 @@ Other awesome open source projects that use Lighthouse.
399
401
  * **[lighthouse-gh-reporter](https://github.com/carlesnunez/lighthouse-gh-reporter)** - Run Lighthouse in CI and report back in a comment on your pull requests
400
402
  * **[lighthouse-jest-example](https://github.com/justinribeiro/lighthouse-jest-example)** - Gather performance metrics via Lighthouse and assert results with Jest; uses Puppeteer to start Chrome with network emulation settings defined by WebPageTest.
401
403
  * **[lighthouse-lambda](https://github.com/Otterseer/lighthouse-lambda)** - Run Lighthouse on AWS Lambda with prebuilt stable desktop Headless Chrome.
404
+ * **[lighthouse-matchers](https://github.com/ackama/lighthouse-matchers)** - Provides RSpec matchers for executing and evaluating Google Chrome Lighthouse audit scores.
402
405
  * **[lighthouse-mocha-example](https://github.com/rishichawda/lighthouse-mocha-example)** - Run Lighthouse performance tests with Mocha and chrome-launcher.
403
406
  * **[lighthouse-monitor](https://github.com/verivox/lighthouse-monitor)** - Run Lighthouse against all your URLs. Send metrics to any backend you want, save all reports with automatic data retention, and compare any two results in a web UI.
404
407
  * **[lighthouse-persist](https://github.com/foo-software/lighthouse-persist)** - Run Lighthouse and upload HTML reports to an AWS S3 bucket.