microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

Update puppeteer #314

Closed spmonahan closed 10 months ago

spmonahan commented 10 months ago
  1. Updates Puppeteer from ^13.3.2 to ^21.4.1 (the latest at the time of this PR).
  2. Updates the caniuse database to silence a warning

Note that only the puppeteer dependency is updated in this PR. Updating related deps like jest-puppeteer and jest lead to several test errors so I felt it best to incrementally update deps to current versions.

Updating to the latest Puppeteer also brings a deprecation warning about the new headless mode for Chrome. Switching to this mode causes tests to fail so I've stuck with the old mode for now and filed a follow up issue (#315).

old headless deprecation warning