Update to Chrome ≥ 103
jandppw opened this issue · 2 comments
This is a very nice service to the community. Thank you shelfio.
We have been waiting for updates for a while now.
This package
- depends on
chrome-aws-lambda
, which itself - depends on
puppeteer
/puppeteer-core
, which depends on chromium
The latter 2 evolve continuously. puppeteer
/ puppeteer-core
is currently at 14.3.0
, and offers Chromium 103.0.5059.0 (r1002410)
.
chrome-aws-lambda
is stuck at 10.1.0
, due to build problems. PRs are not responded to.
@sparticuz seems to have picked up the slack.
Maybe this service should switch to that fork as dependency, and move on? Or should we consider this service defunct too?
Are there alternatives that are more up-to-date? Can we assist?
Wow, thanks for pointing out the https://www.npmjs.com/package/@sparticuz/chrome-aws-lambda ! I wasn't aware of the new fork.
I'll try to update the layer with the fork.
I've just published a new layer version 27 that is based on that fork with the latest Chromium and Node 16 support!
Thanks again for pointing this out!