-
Notifications
You must be signed in to change notification settings - Fork 9.6k
misc: rename 'lighthouse-' folders #12859
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
Conversation
|
I applaud the Herculean effort but this might need to be a breaking change :/ We haven't always done the best job exposing the API end points folks need, so e.g. just a cursory search of pubads there's a bunch of places they reach into Viewer and treemap might be workable, though? |
Obvious in hindsight, but strangely I can't get this error to happen locally with |
|
It's not just pubAds, lighthouse-ci does too. I'm sure |
|
+1 to this being a breaking change. While Lighthouse CI does indeed do this, we're pinned to a very specific Lighthouse version such that we could probably handle it OK. My greater concern is that anyone using the report renderer would be in the same position and probably didn't peg to a single version. |
|
See y'all here in a few months :) |
lighthouse-viewerinfirebase-auth.js(api credentials)This is a huge change, but since the only manual aspect of it was the *.md files you can see a smaller diff via
git diff origin/master origin/great-move -- '*.md'. Our extensive tests should give us confidence to make this change.It just occurred to me that changing the location of
(lighthouse-)core/config/lr-desktop-config.jsused for--config-pathmay break someone. Should we do a fallback config lookup inbin.jsif.../core/config/...doesn't match anything (try.../lighthouse-core/config/...)? And possibly drop that next major version.