From 61207495bb1b2cbfd7e3f9ed2df94240054e636e 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 --- .../introduction/upgrading-to-stencil-three.md | 2 ++ versioned_docs/version-v2/reference/support-policy.md | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/versioned_docs/version-v2/introduction/upgrading-to-stencil-three.md b/versioned_docs/version-v2/introduction/upgrading-to-stencil-three.md index 6e1f745b8..dfad9b439 100644 --- a/versioned_docs/version-v2/introduction/upgrading-to-stencil-three.md +++ b/versioned_docs/version-v2/introduction/upgrading-to-stencil-three.md @@ -404,6 +404,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/versioned_docs/version-v2/reference/support-policy.md b/versioned_docs/version-v2/reference/support-policy.md index e245ff4b5..a10c4c123 100644 --- a/versioned_docs/version-v2/reference/support-policy.md +++ b/versioned_docs/version-v2/reference/support-policy.md @@ -130,8 +130,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 | ✅ | ❌ | ❌ | ❌ |