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

chore(deps): update puppeteer to v10 #24342

Merged
merged 6 commits into from
Dec 8, 2021
Merged

chore(deps): update puppeteer to v10 #24342

merged 6 commits into from
Dec 8, 2021

Conversation

sean-perkins
Copy link
Contributor

@sean-perkins sean-perkins commented Dec 7, 2021

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
  • Lint (npm run lint) has passed locally and any fixes were made for failures

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

CI issues with M1 Macs and < v8 of puppeteer.

Issue Number: N/A (Internal Infrastructure)

What is the new behavior?

Updates dependencies for puppeteer and dependents (axe-core) to v10.

Does this introduce a breaking change?

  • Yes
  • No

Other information

There are multiple components in our system that make use of nested-interactive controls. Due to the complexity of these decisions to account for platform restrictions with accessibility, I've disabled that rule set for the two tests that fail as a result.

The rule was introduced in the 4.2 ruleset, before these components were architected. They are valid warnings that we will evaluate against platform changes.

@github-actions github-actions bot added the package: core @ionic/core package label Dec 7, 2021
core/package.json Outdated Show resolved Hide resolved
core/package.json Show resolved Hide resolved
core/src/components/item/test/a11y/e2e.ts Show resolved Hide resolved
core/src/components/segment/test/a11y/e2e.ts Show resolved Hide resolved
Copy link
Contributor

@averyjohnston averyjohnston left a comment

Choose a reason for hiding this comment

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

Nothing from me that Ryan didn't already call out, everything ran well on my side too 👍

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!

@sean-perkins sean-perkins merged commit 63066bc into next Dec 8, 2021
@sean-perkins sean-perkins deleted the FW-309 branch December 8, 2021 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants