GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28k stars 9.32k forks source link

deps: upgrade puppeteer to 22.11.1 #16070

Closed adamraine closed 1 week ago

adamraine commented 2 weeks ago

https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.11.1 https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.11.0 https://github.com/puppeteer/puppeteer/releases/tag/puppeteer-core-v22.10.1

There were some type errors that appeared only because we reach into pptr internals for Lightrider entry. I didn't see a way to hack around it so I went with what I think is a better way to handle this situation: just use skipLibCheck in a new tsconfig.json.

~This also removes the need for that stupid rxjs.d.ts hack introduced a while back.~ Nevermind we do need it 🙃