Skip to content
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

deps: upgrade puppeteer and puppeteer-core #15000

Merged
merged 3 commits into from
Apr 24, 2023
Merged

deps: upgrade puppeteer and puppeteer-core #15000

merged 3 commits into from
Apr 24, 2023

Conversation

adamraine
Copy link
Member

Closes #14985

@@ -113,6 +113,7 @@
"@types/chrome": "^0.0.154",
"@types/configstore": "^4.0.0",
"@types/cpy": "^5.1.0",
"@types/debug": "^4.1.7",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was getting a type error for missing this because puppeteer isn't expecting us to reach into some of their internals:

import {CDPBrowser} from 'puppeteer-core/lib/esm/puppeteer/common/Browser.js';
import {Connection as PptrConnection} from 'puppeteer-core/lib/esm/puppeteer/common/Connection.js';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PPTR Request blocking halts LH
3 participants