lighthouse 9.5.0-dev.20220416 → 9.5.0-dev.20220419
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.
- package/dist/report/bundle.esm.js +117 -70
- package/dist/report/flow.js +23 -23
- package/dist/report/standalone.js +14 -14
- package/flow-report/src/summary/category.tsx +1 -1
- package/lighthouse-cli/.eslintrc.cjs +3 -4
- package/lighthouse-cli/bin.js +0 -1
- package/lighthouse-cli/cli-flags.js +0 -1
- package/lighthouse-cli/commands/commands.js +0 -1
- package/lighthouse-cli/commands/list-audits.js +0 -1
- package/lighthouse-cli/commands/list-locales.js +0 -1
- package/lighthouse-cli/commands/list-trace-categories.js +0 -1
- package/lighthouse-cli/index.js +0 -1
- package/lighthouse-cli/printer.js +0 -1
- package/lighthouse-cli/run.js +0 -1
- package/lighthouse-cli/sentry-prompt.js +0 -1
- package/lighthouse-cli/test/smokehouse/core-tests.js +0 -1
- package/lighthouse-cli/test/smokehouse/frontends/back-compat-util.js +0 -1
- package/lighthouse-cli/test/smokehouse/frontends/lib.js +0 -1
- package/lighthouse-cli/test/smokehouse/frontends/node.js +0 -1
- package/lighthouse-cli/test/smokehouse/frontends/smokehouse-bin.js +0 -1
- package/lighthouse-cli/test/smokehouse/lib/child-process-error.js +0 -1
- package/lighthouse-cli/test/smokehouse/lib/concurrent-mapper.js +0 -1
- package/lighthouse-cli/test/smokehouse/lib/local-console.js +0 -1
- package/lighthouse-cli/test/smokehouse/lighthouse-runners/bundle.js +0 -1
- package/lighthouse-cli/test/smokehouse/lighthouse-runners/cli.js +0 -1
- package/lighthouse-cli/test/smokehouse/lighthouse-runners/devtools.js +0 -1
- package/lighthouse-cli/test/smokehouse/report-assert.js +0 -1
- package/lighthouse-cli/test/smokehouse/smokehouse.js +0 -1
- package/lighthouse-core/audits/byte-efficiency/legacy-javascript.js +1 -1
- package/lighthouse-core/fraggle-rock/gather/navigation-runner.js +16 -2
- package/lighthouse-core/gather/gatherers/full-page-screenshot.js +3 -2
- package/lighthouse-core/index.js +2 -9
- package/lighthouse-core/lib/stack-packs.js +4 -0
- package/lighthouse-core/scripts/manual-chrome-launcher.js +0 -1
- package/lighthouse-core/util-commonjs.js +14 -8
- package/package.json +3 -3
- package/report/.eslintrc.cjs +3 -1
- package/report/assets/styles.css +5 -2
- package/report/assets/templates.html +10 -9
- package/report/clients/bundle.js +0 -1
- package/report/clients/standalone.js +0 -1
- package/report/renderer/api.js +0 -1
- package/report/renderer/category-renderer.js +0 -1
- package/report/renderer/components.js +13 -14
- package/report/renderer/crc-details-renderer.js +0 -1
- package/report/renderer/details-renderer.js +0 -1
- package/report/renderer/dom.js +0 -1
- package/report/renderer/drop-down-menu.js +0 -1
- package/report/renderer/element-screenshot-renderer.js +0 -4
- package/report/renderer/features-util.js +0 -1
- package/report/renderer/i18n.js +91 -49
- package/report/renderer/logger.js +0 -1
- package/report/renderer/open-tab.js +0 -1
- package/report/renderer/performance-category-renderer.js +0 -1
- package/report/renderer/pwa-category-renderer.js +0 -1
- package/report/renderer/report-renderer.js +0 -1
- package/report/renderer/report-ui-features.js +0 -1
- package/report/renderer/snippet-renderer.js +0 -1
- package/report/renderer/swap-locale-feature.js +0 -1
- package/report/renderer/text-encoding.js +0 -1
- package/report/renderer/topbar-features.js +0 -1
- package/report/renderer/util.js +13 -8
- package/report/test/clients/bundle-test.js +0 -1
- package/report/test/renderer/category-renderer-test.js +0 -1
- package/report/test/renderer/components-test.js +0 -1
- package/report/test/renderer/crc-details-renderer-test.js +0 -1
- package/report/test/renderer/details-renderer-test.js +0 -1
- package/report/test/renderer/dom-test.js +0 -1
- package/report/test/renderer/element-screenshot-renderer-test.js +3 -4
- package/report/test/renderer/i18n-test.js +26 -8
- package/report/test/renderer/performance-category-renderer-test.js +0 -1
- package/report/test/renderer/pwa-category-renderer-test.js +0 -1
- package/report/test/renderer/report-renderer-axe-test.js +0 -1
- package/report/test/renderer/report-renderer-test.js +0 -1
- package/report/test/renderer/report-ui-features-test.js +0 -1
- package/report/test/renderer/snippet-renderer-test.js +0 -1
- package/report/test/renderer/text-encoding-test.js +0 -1
- package/report/test/renderer/util-test.js +2 -3
- package/report/test-assets/faux-psi.js +0 -1
- package/shared/localization/locales/en-US.json +26 -5
- package/shared/localization/locales/en-XL.json +26 -5
- package/third-party/snyk/snapshot.json +2 -2
- package/types/config.d.ts +2 -0
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"message": "Use video formats for animated content"
|
|
604
604
|
},
|
|
605
605
|
"lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
606
|
-
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn More](https://
|
|
606
|
+
"message": "Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn More](https://web.dev/publish-modern-javascript/)"
|
|
607
607
|
},
|
|
608
608
|
"lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
609
609
|
"message": "Avoid serving legacy JavaScript to modern browsers"
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"message": "Specify `@font-display` when defining custom fonts in your theme."
|
|
2113
2113
|
},
|
|
2114
2114
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2115
|
-
"message": "Consider
|
|
2115
|
+
"message": "Consider configuring [WebP image formats with a Convert image style](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) on your site."
|
|
2116
2116
|
},
|
|
2117
2117
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
|
|
2118
2118
|
"message": "Install [a Drupal module](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) that can lazy load images. Such modules provide the ability to defer any offscreen images to improve performance."
|
|
@@ -2268,10 +2268,10 @@
|
|
|
2268
2268
|
"message": "`<link rel=preload>` tags can be added by [modifying a themes's layout](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
|
|
2269
2269
|
},
|
|
2270
2270
|
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
|
|
2271
|
-
"message": "Use the `
|
|
2271
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically optimize image format. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2272
2272
|
},
|
|
2273
2273
|
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
|
|
2274
|
-
"message": "Use the `next/image` component
|
|
2274
|
+
"message": "Use the `next/image` component instead of `<img>` to automatically lazy-load images. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2275
2275
|
},
|
|
2276
2276
|
"node_modules/lighthouse-stack-packs/packs/next.js | preload-lcp-image": {
|
|
2277
2277
|
"message": "Use the `next/image` component and set \"priority\" to true to preload LCP image. [Learn more](https://nextjs.org/docs/api-reference/next/image#priority)."
|
|
@@ -2279,6 +2279,9 @@
|
|
|
2279
2279
|
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
|
|
2280
2280
|
"message": "Use the `next/script` component to defer loading of non-critical third-party scripts. [Learn more](https://nextjs.org/docs/basic-features/script)."
|
|
2281
2281
|
},
|
|
2282
|
+
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
|
|
2283
|
+
"message": "Use the `next/image` component to make sure images are always sized appropriately. [Learn more](https://nextjs.org/docs/api-reference/next/image#width)."
|
|
2284
|
+
},
|
|
2282
2285
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
|
|
2283
2286
|
"message": "Consider setting up `PurgeCSS` in `Next.js` configuration to remove unused rules from stylesheets. [Learn more](https://purgecss.com/guides/next.html)."
|
|
2284
2287
|
},
|
|
@@ -2292,7 +2295,7 @@
|
|
|
2292
2295
|
"message": "Configure caching for immutable assets and `Server-side Rendered` (SSR) pages. [Learn more](https://nextjs.org/docs/going-to-production#caching)."
|
|
2293
2296
|
},
|
|
2294
2297
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
|
|
2295
|
-
"message": "Use the `next/image` component instead of `<img>` to
|
|
2298
|
+
"message": "Use the `next/image` component instead of `<img>` to adjust image quality. [Learn more](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2296
2299
|
},
|
|
2297
2300
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
|
|
2298
2301
|
"message": "Use the `next/image` component to set the appropriate `sizes`. [Learn more](https://nextjs.org/docs/api-reference/next/image#sizes)."
|
|
@@ -2300,6 +2303,24 @@
|
|
|
2300
2303
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
|
|
2301
2304
|
"message": "Enable compression on your Next.js server. [Learn more](https://nextjs.org/docs/api-reference/next.config.js/compression)."
|
|
2302
2305
|
},
|
|
2306
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
2307
|
+
"message": "Use the `nuxt/image` component and set `format=\"webp\"`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#format)."
|
|
2308
|
+
},
|
|
2309
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
2310
|
+
"message": "Use the `nuxt/image` component and set `loading=\"lazy\"` for offscreen images. [Learn more](https://image.nuxtjs.org/components/nuxt-img#loading)."
|
|
2311
|
+
},
|
|
2312
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | preload-lcp-image": {
|
|
2313
|
+
"message": "Use the `nuxt/image` component and specify `preload` for LCP image. [Learn more](https://image.nuxtjs.org/components/nuxt-img#preload)."
|
|
2314
|
+
},
|
|
2315
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
2316
|
+
"message": "Use the `nuxt/image` component and specify explicit `width` and `height`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#width--height)."
|
|
2317
|
+
},
|
|
2318
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
2319
|
+
"message": "Use the `nuxt/image` component and set the appropriate `quality`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#quality)."
|
|
2320
|
+
},
|
|
2321
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
2322
|
+
"message": "Use the `nuxt/image` component and set the appropriate `sizes`. [Learn more](https://image.nuxtjs.org/components/nuxt-img#sizes)."
|
|
2323
|
+
},
|
|
2303
2324
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
2304
2325
|
"message": "[Replace animated GIFs with video](https://web.dev/replace-gifs-with-videos/) for faster web page loads and consider using modern file formats such as [WebM](https://web.dev/replace-gifs-with-videos/#create-webm-videos) or [AV1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) to improve compression efficiency by greater than 30% over the current state-of-the-art video codec, VP9."
|
|
2305
2326
|
},
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"message": "Ûśê v́îd́êó f̂ór̂ḿât́ŝ f́ôŕ âńîḿât́êd́ ĉón̂t́êńt̂"
|
|
604
604
|
},
|
|
605
605
|
"lighthouse-core/audits/byte-efficiency/legacy-javascript.js | description": {
|
|
606
|
-
"message": "P̂ól̂ýf̂íl̂ĺŝ án̂d́ t̂ŕâńŝf́ôŕm̂ś êńâb́l̂é l̂éĝáĉý b̂ŕôẃŝér̂ś t̂ó ûśê ńêẃ Ĵáv̂áŜćr̂íp̂t́ f̂éât́ûŕêś. Ĥóŵév̂ér̂, ḿâńŷ ár̂én̂'t́ n̂éĉéŝśâŕŷ f́ôŕ m̂ód̂ér̂ń b̂ŕôẃŝér̂ś. F̂ór̂ ýôúr̂ b́ûńd̂ĺêd́ Ĵáv̂áŜćr̂íp̂t́, âd́ôṕt̂ á m̂ód̂ér̂ń ŝćr̂íp̂t́ d̂ép̂ĺôým̂én̂t́ ŝt́r̂át̂éĝý ûśîńĝ ḿôd́ûĺê/ńôḿôd́ûĺê f́êát̂úr̂é d̂ét̂éĉt́îón̂ t́ô ŕêd́ûćê t́ĥé âḿôún̂t́ ôf́ ĉód̂é ŝh́îṕp̂éd̂ t́ô ḿôd́êŕn̂ b́r̂óŵśêŕŝ, ẃĥíl̂é r̂ét̂áîńîńĝ śûṕp̂ór̂t́ f̂ór̂ ĺêǵâćŷ b́r̂óŵśêŕŝ. [Ĺêár̂ń M̂ór̂é](https://
|
|
606
|
+
"message": "P̂ól̂ýf̂íl̂ĺŝ án̂d́ t̂ŕâńŝf́ôŕm̂ś êńâb́l̂é l̂éĝáĉý b̂ŕôẃŝér̂ś t̂ó ûśê ńêẃ Ĵáv̂áŜćr̂íp̂t́ f̂éât́ûŕêś. Ĥóŵév̂ér̂, ḿâńŷ ár̂én̂'t́ n̂éĉéŝśâŕŷ f́ôŕ m̂ód̂ér̂ń b̂ŕôẃŝér̂ś. F̂ór̂ ýôúr̂ b́ûńd̂ĺêd́ Ĵáv̂áŜćr̂íp̂t́, âd́ôṕt̂ á m̂ód̂ér̂ń ŝćr̂íp̂t́ d̂ép̂ĺôým̂én̂t́ ŝt́r̂át̂éĝý ûśîńĝ ḿôd́ûĺê/ńôḿôd́ûĺê f́êát̂úr̂é d̂ét̂éĉt́îón̂ t́ô ŕêd́ûćê t́ĥé âḿôún̂t́ ôf́ ĉód̂é ŝh́îṕp̂éd̂ t́ô ḿôd́êŕn̂ b́r̂óŵśêŕŝ, ẃĥíl̂é r̂ét̂áîńîńĝ śûṕp̂ór̂t́ f̂ór̂ ĺêǵâćŷ b́r̂óŵśêŕŝ. [Ĺêár̂ń M̂ór̂é](https://web.dev/publish-modern-javascript/)"
|
|
607
607
|
},
|
|
608
608
|
"lighthouse-core/audits/byte-efficiency/legacy-javascript.js | title": {
|
|
609
609
|
"message": "Âv́ôíd̂ śêŕv̂ín̂ǵ l̂éĝáĉý Ĵáv̂áŜćr̂íp̂t́ t̂ó m̂ód̂ér̂ń b̂ŕôẃŝér̂ś"
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"message": "Ŝṕêćîf́ŷ `@font-display` ẃĥén̂ d́êf́îńîńĝ ćûśt̂óm̂ f́ôńt̂ś îń ŷóûŕ t̂h́êḿê."
|
|
2113
2113
|
},
|
|
2114
2114
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | modern-image-formats": {
|
|
2115
|
-
"message": "Ĉón̂śîd́êŕ
|
|
2115
|
+
"message": "Ĉón̂śîd́êŕ ĉón̂f́îǵûŕîńĝ [Ẃêb́P̂ ím̂áĝé f̂ór̂ḿât́ŝ ẃît́ĥ á Ĉón̂v́êŕt̂ ím̂áĝé ŝt́ŷĺê](https://www.drupal.org/docs/core-modules-and-themes/core-modules/image-module/working-with-images#styles) ón̂ ýôúr̂ śît́ê."
|
|
2116
2116
|
},
|
|
2117
2117
|
"node_modules/lighthouse-stack-packs/packs/drupal.js | offscreen-images": {
|
|
2118
2118
|
"message": "Îńŝt́âĺl̂ [á D̂ŕûṕâĺ m̂ód̂úl̂é](https://www.drupal.org/project/project_module?f%5B0%5D=&f%5B1%5D=&f%5B2%5D=im_vid_3%3A67&f%5B3%5D=&f%5B4%5D=sm_field_project_type%3Afull&f%5B5%5D=&f%5B6%5D=&text=%22lazy+load%22&solrsort=iss_project_release_usage+desc&op=Search) t̂h́ât́ ĉán̂ ĺâźŷ ĺôád̂ ím̂áĝéŝ. Śûćĥ ḿôd́ûĺêś p̂ŕôv́îd́ê t́ĥé âb́îĺît́ŷ t́ô d́êf́êŕ âńŷ óf̂f́ŝćr̂éêń îḿâǵêś t̂ó îḿp̂ŕôv́ê ṕêŕf̂ór̂ḿâńĉé."
|
|
@@ -2268,10 +2268,10 @@
|
|
|
2268
2268
|
"message": "`<link rel=preload>` t̂áĝś ĉán̂ b́ê ád̂d́êd́ b̂ý [m̂ód̂íf̂ýîńĝ á t̂h́êḿêś'ŝ ĺâýôút̂](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html)."
|
|
2269
2269
|
},
|
|
2270
2270
|
"node_modules/lighthouse-stack-packs/packs/next.js | modern-image-formats": {
|
|
2271
|
-
"message": "Ûśê t́ĥé `
|
|
2271
|
+
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ ín̂śt̂éâd́ ôf́ `<img>` t̂ó âút̂óm̂át̂íĉál̂ĺŷ óp̂t́îḿîźê ím̂áĝé f̂ór̂ḿât́. [L̂éâŕn̂ ḿôŕê](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2272
2272
|
},
|
|
2273
2273
|
"node_modules/lighthouse-stack-packs/packs/next.js | offscreen-images": {
|
|
2274
|
-
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt
|
|
2274
|
+
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ ín̂śt̂éâd́ ôf́ `<img>` t̂ó âút̂óm̂át̂íĉál̂ĺŷ ĺâźŷ-ĺôád̂ ím̂áĝéŝ. [Ĺêár̂ń m̂ór̂é](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2275
2275
|
},
|
|
2276
2276
|
"node_modules/lighthouse-stack-packs/packs/next.js | preload-lcp-image": {
|
|
2277
2277
|
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝét̂ \"ṕr̂íôŕît́ŷ\" t́ô t́r̂úê t́ô ṕr̂él̂óâd́ L̂ĆP̂ ím̂áĝé. [L̂éâŕn̂ ḿôŕê](https://nextjs.org/docs/api-reference/next/image#priority)."
|
|
@@ -2279,6 +2279,9 @@
|
|
|
2279
2279
|
"node_modules/lighthouse-stack-packs/packs/next.js | render-blocking-resources": {
|
|
2280
2280
|
"message": "Ûśê t́ĥé `next/script` ĉóm̂ṕôńêńt̂ t́ô d́êf́êŕ l̂óâd́îńĝ óf̂ ńôń-ĉŕît́îćâĺ t̂h́îŕd̂-ṕâŕt̂ý ŝćr̂íp̂t́ŝ. [Ĺêár̂ń m̂ór̂é](https://nextjs.org/docs/basic-features/script)."
|
|
2281
2281
|
},
|
|
2282
|
+
"node_modules/lighthouse-stack-packs/packs/next.js | unsized-images": {
|
|
2283
|
+
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ t́ô ḿâḱê śûŕê ím̂áĝéŝ ár̂é âĺŵáŷś ŝíẑéd̂ áp̂ṕr̂óp̂ŕîát̂él̂ý. [L̂éâŕn̂ ḿôŕê](https://nextjs.org/docs/api-reference/next/image#width)."
|
|
2284
|
+
},
|
|
2282
2285
|
"node_modules/lighthouse-stack-packs/packs/next.js | unused-css-rules": {
|
|
2283
2286
|
"message": "Ĉón̂śîd́êŕ ŝét̂t́îńĝ úp̂ `PurgeCSS` ín̂ `Next.js` ćôńf̂íĝúr̂át̂íôń t̂ó r̂ém̂óv̂é ûńûśêd́ r̂úl̂éŝ f́r̂óm̂ śt̂ýl̂éŝh́êét̂ś. [L̂éâŕn̂ ḿôŕê](https://purgecss.com/guides/next.html)."
|
|
2284
2287
|
},
|
|
@@ -2292,7 +2295,7 @@
|
|
|
2292
2295
|
"message": "Ĉón̂f́îǵûŕê ćâćĥín̂ǵ f̂ór̂ ím̂ḿût́âb́l̂é âśŝét̂ś âńd̂ `Server-side Rendered` (ŚŜŔ) p̂áĝéŝ. [Ĺêár̂ń m̂ór̂é](https://nextjs.org/docs/going-to-production#caching)."
|
|
2293
2296
|
},
|
|
2294
2297
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-optimized-images": {
|
|
2295
|
-
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ ín̂śt̂éâd́ ôf́ `<img>` t̂ó
|
|
2298
|
+
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ ín̂śt̂éâd́ ôf́ `<img>` t̂ó âd́ĵúŝt́ îḿâǵê q́ûál̂ít̂ý. [L̂éâŕn̂ ḿôŕê](https://nextjs.org/docs/basic-features/image-optimization)."
|
|
2296
2299
|
},
|
|
2297
2300
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-responsive-images": {
|
|
2298
2301
|
"message": "Ûśê t́ĥé `next/image` ĉóm̂ṕôńêńt̂ t́ô śêt́ t̂h́ê áp̂ṕr̂óp̂ŕîát̂é `sizes`. [L̂éâŕn̂ ḿôŕê](https://nextjs.org/docs/api-reference/next/image#sizes)."
|
|
@@ -2300,6 +2303,24 @@
|
|
|
2300
2303
|
"node_modules/lighthouse-stack-packs/packs/next.js | uses-text-compression": {
|
|
2301
2304
|
"message": "Êńâb́l̂é ĉóm̂ṕr̂éŝśîón̂ ón̂ ýôúr̂ Ńêx́t̂.j́ŝ śêŕv̂ér̂. [Ĺêár̂ń m̂ór̂é](https://nextjs.org/docs/api-reference/next.config.js/compression)."
|
|
2302
2305
|
},
|
|
2306
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | modern-image-formats": {
|
|
2307
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝét̂ `format=\"webp\"`. [Ĺêár̂ń m̂ór̂é](https://image.nuxtjs.org/components/nuxt-img#format)."
|
|
2308
|
+
},
|
|
2309
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | offscreen-images": {
|
|
2310
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝét̂ `loading=\"lazy\"` f́ôŕ ôf́f̂śĉŕêén̂ ím̂áĝéŝ. [Ĺêár̂ń m̂ór̂é](https://image.nuxtjs.org/components/nuxt-img#loading)."
|
|
2311
|
+
},
|
|
2312
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | preload-lcp-image": {
|
|
2313
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝṕêćîf́ŷ `preload` f́ôŕ L̂ĆP̂ ím̂áĝé. [L̂éâŕn̂ ḿôŕê](https://image.nuxtjs.org/components/nuxt-img#preload)."
|
|
2314
|
+
},
|
|
2315
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | unsized-images": {
|
|
2316
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝṕêćîf́ŷ éx̂ṕl̂íĉít̂ `width` án̂d́ `height`. [L̂éâŕn̂ ḿôŕê](https://image.nuxtjs.org/components/nuxt-img#width--height)."
|
|
2317
|
+
},
|
|
2318
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-optimized-images": {
|
|
2319
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝét̂ t́ĥé âṕp̂ŕôṕr̂íât́ê `quality`. [Ĺêár̂ń m̂ór̂é](https://image.nuxtjs.org/components/nuxt-img#quality)."
|
|
2320
|
+
},
|
|
2321
|
+
"node_modules/lighthouse-stack-packs/packs/nuxt.js | uses-responsive-images": {
|
|
2322
|
+
"message": "Ûśê t́ĥé `nuxt/image` ĉóm̂ṕôńêńt̂ án̂d́ ŝét̂ t́ĥé âṕp̂ŕôṕr̂íât́ê `sizes`. [Ĺêár̂ń m̂ór̂é](https://image.nuxtjs.org/components/nuxt-img#sizes)."
|
|
2323
|
+
},
|
|
2303
2324
|
"node_modules/lighthouse-stack-packs/packs/octobercms.js | efficient-animated-content": {
|
|
2304
2325
|
"message": "[R̂ép̂ĺâćê án̂ím̂át̂éd̂ ǴÎF́ŝ ẃît́ĥ v́îd́êó](https://web.dev/replace-gifs-with-videos/) f̂ór̂ f́âśt̂ér̂ ẃêb́ p̂áĝé l̂óâd́ŝ án̂d́ ĉón̂śîd́êŕ ûśîńĝ ḿôd́êŕn̂ f́îĺê f́ôŕm̂át̂ś ŝúĉh́ âś [Ŵéb̂Ḿ](https://web.dev/replace-gifs-with-videos/#create-webm-videos) ôŕ [ÂV́1](https://developers.google.com/web/updates/2018/09/chrome-70-media-updates#av1-decoder) t̂ó îḿp̂ŕôv́ê ćôḿp̂ŕêśŝíôń êf́f̂íĉíêńĉý b̂ý ĝŕêát̂ér̂ t́ĥán̂ 30% óv̂ér̂ t́ĥé ĉúr̂ŕêńt̂ śt̂át̂é-ôf́-t̂h́ê-ár̂t́ v̂íd̂éô ćôd́êć, V̂Ṕ9."
|
|
2305
2326
|
},
|
|
@@ -116,14 +116,14 @@
|
|
|
116
116
|
{"id":"SNYK-JS-LODASH-1040724","severity":"high","semver":{"vulnerable":["<4.17.21"]}},
|
|
117
117
|
{"id":"SNYK-JS-LODASH-1018905","severity":"medium","semver":{"vulnerable":["<4.17.21"]}},
|
|
118
118
|
{"id":"SNYK-JS-LODASH-608086","severity":"high","semver":{"vulnerable":["<4.17.17"]}},
|
|
119
|
-
{"id":"SNYK-JS-LODASH-
|
|
120
|
-
{"id":"SNYK-JS-LODASH-567746","severity":"medium","semver":{"vulnerable":["<4.17.16"]}},
|
|
119
|
+
{"id":"SNYK-JS-LODASH-567746","severity":"high","semver":{"vulnerable":["<4.17.20"]}},
|
|
121
120
|
{"id":"SNYK-JS-LODASH-450202","severity":"high","semver":{"vulnerable":["<4.17.12"]}},
|
|
122
121
|
{"id":"SNYK-JS-LODASH-73639","severity":"medium","semver":{"vulnerable":["<4.17.11"]}},
|
|
123
122
|
{"id":"SNYK-JS-LODASH-73638","severity":"high","semver":{"vulnerable":["<4.17.11"]}},
|
|
124
123
|
{"id":"npm:lodash:20180130","severity":"medium","semver":{"vulnerable":["<4.17.5"]}}
|
|
125
124
|
],
|
|
126
125
|
"moment":[
|
|
126
|
+
{"id":"SNYK-JS-MOMENT-2440688","severity":"high","semver":{"vulnerable":["<2.29.2"]}},
|
|
127
127
|
{"id":"npm:moment:20170905","severity":"low","semver":{"vulnerable":["<2.19.3"]}},
|
|
128
128
|
{"id":"npm:moment:20161019","severity":"medium","semver":{"vulnerable":["<2.15.2"]}},
|
|
129
129
|
{"id":"npm:moment:20160126","severity":"medium","semver":{"vulnerable":["<2.11.2"]}}
|
package/types/config.d.ts
CHANGED