From b0cdbfea2ecdc809aa6b2246860c28b8eb4a3c42 Mon Sep 17 00:00:00 2001 From: Ryan Waskiewicz Date: Wed, 30 Nov 2022 07:49:02 -0500 Subject: [PATCH] docs(puppeteer): update support table (#932) this commit updates the support table for puppeteer versions for stencil v3. it serves as the documentation for https://github.com/ionic-team/stencil/pull/3810 this commit updates the puppeteer section of the breaking_changes document to clarify the version of puppeteer that is supported --- src/docs/introduction/upgrading-to-stencil-three.md | 2 ++ src/docs/reference/support-policy.md | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) 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 | ✅ | ❌ | ❌ | ❌ |