Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate lighthouse in aio to v5.7.0 #35965
Comments
|
@IgorMinar Does it just need an upgrade in the |
|
@sonukapoor, it depends on what has changed in Lighthouse since the currently used version. I usually look through the Lighthouse changelog/release notes and if there are no changes we need (or could benefit from) adapting to, then it is just updating the version in The script we use to run Lighthouse is aio/scripts/audit-web-app.js, so if other changes are needed it would be in that script. |
|
According to @IgorMinar's comment, this is a fix we need. I will try that out. |
|
@gkalpak The version 5.7.0 is actually not out yet. I will monitor the package and update the |


this version of lighthouse fixes the issue with
img[loading=lazy], see: #34900 (comment)