Skip to content

Commit

Permalink
feat(e2e): support puppeteer v14
Browse files Browse the repository at this point in the history
this commit increments the supported version of puppeteer from v10 to
v14.

v11, v12, v13 all did not require any changes to the stencil codebase.
as a result, this commit jumps directly from v10 to v14.

v14 of puppeteer introduced private fields in their type declaration
file. this affected stencil's validation scripts for type declaration
files. the `moduleResolution` and `target` fields needed to be explictly
set to allow the transpiled `.d.ts` to pass validation.
  • Loading branch information
rwaskiewicz committed Nov 9, 2022
1 parent 4537acd commit 48557c3
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 269 deletions.

0 comments on commit 48557c3

Please sign in to comment.