Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change puppeteer supported version ranges #3321

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

alicewriteswrongs
Copy link
Contributor

Pull request checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Build (npm run build) was run locally and any changes were pushed
  • Unit tests (npm test) were run locally and passed
  • E2E Tests (npm run test.karma.prod) were run locally and passed
  • Prettier (npm run prettier) was run locally and passed

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe): updating the lazy-loaded Puppeteer version that Stencil expects to exclude versions <10

What is the current behavior?

GitHub Issue Number: N/A

What is the new behavior?

  • changing the versions specified for Puppeteer to remove support for old versions that we don't want to support anymore

Does this introduce a breaking change?

  • Yes
  • No

This is only going to be included in v3, but for apps that migrate to v3, if they are using an older version of Puppeteer (<10) they'll need to upgrade it.

Testing

I did a little npm run build && npm link workflow to test out these changes in a test component repo locally w/ various versions of Puppeteer. I confirmed that:

  • a version <10 throws a 'hey this is deprecated!' error
  • versions 10, 11, 12, 13 don't, and the (simple!) tests pass

@alicewriteswrongs alicewriteswrongs requested a review from a team April 7, 2022 15:24
alicewriteswrongs added a commit to ionic-team/stencil-site that referenced this pull request Apr 7, 2022
This updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321. These changes are
for stencil v3.
alicewriteswrongs added a commit to ionic-team/stencil-site that referenced this pull request Apr 7, 2022
This updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. In
short, we're going to drop support for any version of Puppeteer <10.

This commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
Copy link
Member

@rwaskiewicz rwaskiewicz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - I had one comment on the docs that we should resolve, but I don't think that's a blocker for the v3 branch here

@rwaskiewicz rwaskiewicz merged commit 81ab42f into v3.0.0-dev Apr 12, 2022
@rwaskiewicz rwaskiewicz deleted the ap/puppeteer-min-version branch April 12, 2022 15:57
alicewriteswrongs added a commit to ionic-team/stencil-site that referenced this pull request Apr 12, 2022
This updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. In
short, we're going to drop support for any version of Puppeteer <10.

This commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
alicewriteswrongs added a commit to ionic-team/stencil-site that referenced this pull request Apr 12, 2022
This updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. In
short, we're going to drop support for any version of Puppeteer <10.

This commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Apr 12, 2022
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit that referenced this pull request Oct 3, 2022
this commit drops support for versions of puppeteer
older than v10, and adds support for versions v11 thru
v13.

BREAKING CHANGE: Requires Puppeteer v10.0.0
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 20, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 23, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 25, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 25, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 25, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
rwaskiewicz pushed a commit to ionic-team/stencil-site that referenced this pull request Jan 25, 2023
this updates the versions that we support for puppeteer to reflect
changes proposed in ionic-team/stencil/pull/3321 for stencil v3. in
short, we're going to drop support for any version of Puppeteer <10.

this commit also condenses information about version 5-9 into one table
cell, and adds columns for versions 11, 12, and 13.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants