diff --git a/src/docs/introduction/upgrading-to-stencil-three.md b/src/docs/introduction/upgrading-to-stencil-three.md index c1e6a5437..141ccf351 100644 --- a/src/docs/introduction/upgrading-to-stencil-three.md +++ b/src/docs/introduction/upgrading-to-stencil-three.md @@ -372,6 +372,8 @@ $ npm install puppeteer $ npm uninstall @types/puppeteer ``` +To see which versions of Puppeteer are supported by Stencil, please see our [support matrix](/docs/support-policy#puppeteer) + ## Need Help Upgrading? Be sure to look at the Stencil [v3.0.0 Breaking Changes Guide](https://github.com/ionic-team/stencil/blob/v3.0.0-dev/BREAKING_CHANGES.md#stencil-v300). diff --git a/src/docs/reference/support-policy.md b/src/docs/reference/support-policy.md index 217070aa1..7993eb9ff 100644 --- a/src/docs/reference/support-policy.md +++ b/src/docs/reference/support-policy.md @@ -129,8 +129,8 @@ please see [this document](https://github.com/ionic-team/stencil/blob/main/docs/ #### Puppeteer -| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11 | Puppeteer v12 | Puppeteer v13 | -|:---------------:|:--------------:|:-------------:|:-------------:|:-------------:|:-------------:| -| V3 | ❌ | ✅ | ✅ | ✅ | ✅ | -| V2 | ✅ | ✅ | ❌ | ❌ | ❌ | -| V1 | ✅ | ❌ | ❌ | ❌ | ❌ | +| Stencil Version | Puppeteer v5-9 | Puppeteer v10 | Puppeteer v11-18 | Puppeteer v19 | +|:---------------:|:--------------:|:-------------:|:----------------:|:-------------:| +| V3 | ❌ | ✅ | ✅ | ✅ | +| V2 | ✅ | ✅ | ❌ | ❌ | +| V1 | ✅ | ❌ | ❌ | ❌ |