lighthouse 12.1.0-dev.20240806 → 12.2.0-dev.20240807

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.
@@ -24,7 +24,7 @@ const UIStrings = {
24
24
  /** Description of a diagnostic LH audit that shows the user the longest running tasks that occur when the page loads. */
25
25
  description: 'Lists the longest tasks on the main thread, ' +
26
26
  'useful for identifying worst contributors to input delay. ' +
27
- '[Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)',
27
+ '[Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)',
28
28
  /** [ICU Syntax] Label identifying the number of long-running CPU tasks that occurred while loading a web page. */
29
29
  displayValue: `{itemCount, plural,
30
30
  =1 {# long task found}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "lighthouse",
3
3
  "type": "module",
4
- "version": "12.1.0-dev.20240806",
4
+ "version": "12.2.0-dev.20240807",
5
5
  "description": "Automated auditing, performance metrics, and best practices for the web.",
6
6
  "main": "./core/index.js",
7
7
  "bin": {
@@ -1101,7 +1101,7 @@
1101
1101
  "message": "Largest Contentful Paint image was not lazily loaded"
1102
1102
  },
1103
1103
  "core/audits/long-tasks.js | description": {
1104
- "message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/long-tasks-devtools)"
1104
+ "message": "Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. [Learn how to avoid long main-thread tasks](https://web.dev/articles/optimize-long-tasks)"
1105
1105
  },
1106
1106
  "core/audits/long-tasks.js | displayValue": {
1107
1107
  "message": "{itemCount, plural,\n =1 {# long task found}\n other {# long tasks found}\n }"
@@ -1101,7 +1101,7 @@
1101
1101
  "message": "L̂ár̂ǵêśt̂ Ćôńt̂én̂t́f̂úl̂ Ṕâín̂t́ îḿâǵê ẃâś n̂ót̂ ĺâźîĺŷ ĺôád̂éd̂"
1102
1102
  },
1103
1103
  "core/audits/long-tasks.js | description": {
1104
- "message": "L̂íŝt́ŝ t́ĥé l̂ón̂ǵêśt̂ t́âśk̂ś ôń t̂h́ê ḿâín̂ t́ĥŕêád̂, úŝéf̂úl̂ f́ôŕ îd́êńt̂íf̂ýîńĝ ẃôŕŝt́ ĉón̂t́r̂íb̂út̂ór̂ś t̂ó îńp̂út̂ d́êĺâý. [L̂éâŕn̂ h́ôẃ t̂ó âv́ôíd̂ ĺôńĝ ḿâín̂-t́ĥŕêád̂ t́âśk̂ś](https://web.dev/articles/long-tasks-devtools)"
1104
+ "message": "L̂íŝt́ŝ t́ĥé l̂ón̂ǵêśt̂ t́âśk̂ś ôń t̂h́ê ḿâín̂ t́ĥŕêád̂, úŝéf̂úl̂ f́ôŕ îd́êńt̂íf̂ýîńĝ ẃôŕŝt́ ĉón̂t́r̂íb̂út̂ór̂ś t̂ó îńp̂út̂ d́êĺâý. [L̂éâŕn̂ h́ôẃ t̂ó âv́ôíd̂ ĺôńĝ ḿâín̂-t́ĥŕêád̂ t́âśk̂ś](https://web.dev/articles/optimize-long-tasks)"
1105
1105
  },
1106
1106
  "core/audits/long-tasks.js | displayValue": {
1107
1107
  "message": "{itemCount, plural,\n =1 {# l̂ón̂ǵ t̂áŝḱ f̂óûńd̂}\n other {# ĺôńĝ t́âśk̂ś f̂óûńd̂}\n }"