Sync vendored puppeteer to v9.1.1
Categories
(Remote Protocol :: Agent, task, P2)
Tracking
(firefox91 fixed)
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
Details
(Whiteboard: [bidi-m1-mvp] )
Attachments
(1 file)
Version 9.0.0 is the most recent release:
Updated•3 years ago
|
Comment 1•3 years ago
|
||
They just released a new version:
https://github.com/puppeteer/puppeteer/releases/tag/v9.1.0
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
We can update to https://github.com/puppeteer/puppeteer/releases/tag/v9.1.1 it still supports Node 10
Assignee | ||
Comment 3•3 years ago
|
||
I had to "cherry pick" (as in "do the same thing manually") the following commit: https://github.com/puppeteer/puppeteer/commit/4796382f01b9afe7762d864a6486efbefecb868f
In tag v9.1.1, dependencies in package.json were not fixed, and one those forced us to retrieve a non backward compatible version of typescript which was making the compile fail.
So I locally fixed dependencies on my branch, based on what we have in our package-lock.json in mozilla-central (unless there is a better solution to pick a set of versions that should work?). There won't be anything to sync upstream for that since the same goal has already been achieved in the main repo via the commit linked above.
Assignee | ||
Comment 4•3 years ago
|
||
Note that since Node 12 support is on its way, I'll just use this as an intermediary sync and will jump on the 10.0.0 sync right after
Assignee | ||
Comment 5•3 years ago
|
||
PR to upstream the comment update: https://github.com/puppeteer/puppeteer/pull/7324
Pushed by jdescottes@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/70e57d0764fb [puppeteer] Sync vendored puppeteer to v9.1.1 r=webdriver-reviewers,whimboo
Comment 7•3 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•