jsonresume / resume-cli

CLI tool to easily setup a new resume 📑
https://jsonresume.org
MIT License
4.54k stars 379 forks source link

Bump puppeteer dependency version #760

Open Nezteb opened 1 year ago

Nezteb commented 1 year ago

Currently puppeteer is pinned to version 16.1.0, which was released on Aug 6, 2022.

There have been a few major versions released since then with the following breaking changes:

17.0.0: https://github.com/puppeteer/puppeteer/releases/tag/v17.0.0

⚠ BREAKING CHANGES

18.0.0: https://github.com/puppeteer/puppeteer/releases/tag/v18.0.0

⚠ BREAKING CHANGES

19.0.0: https://github.com/puppeteer/puppeteer/releases/tag/v19.0.0

⚠ BREAKING CHANGES

The latest version is 19.7.5, released on Mar 14, 2023. Granted, since then there haven't been any direct/explicit changes to the PDF functionality.

Since resume-cli only uses puppeteer for PDF generation, I'd guess/hope that it'd be a relatively painless upgrade straight to 19.7.5. At the very least, the ~/.cache/puppeteer change would make life a bit easier for people when installing. 😄