-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): upgrade to Lighthouse 6.4.1 #470
Conversation
Simplest step (bumping package version) is done. Will look at adding the new fixtures, etc shortly... keeping the PR draft until ready for review. |
481ec75
to
e91229f
Compare
BREAKING CHANGE: new audits
e91229f
to
cf6376c
Compare
@patrickhulce This PR is now ready for review. Please let me know what you think! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you so much @csabapalfi this is fantastic! an enormous help!! 🙏 😃 🎉
I'm going to go ahead and merge this right after I ship one more non-breaking version with the current fixes on master 👍
@@ -37,6 +37,11 @@ describe('Lighthouse CI CLI', () => { | |||
let projectAdminToken; | |||
let urlToCollect; | |||
|
|||
beforeAll(async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
BREAKING CHANGE: Lighthouse 6.4.1 with new audits in assertion presets and affected scores.
BREAKING CHANGE: new audits
fixes #443