Skip to content

build: replace deprecated axe dependency #21534

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

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Jan 10, 2021

The axe-webdriverjs package was deprecated in favor of @axe-core/webdriverjs. These changes switch to the new package, fix the new failures that were picked up and clean up some repetitive code.

@google-cla google-cla bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Jan 10, 2021
@crisbeto crisbeto force-pushed the axe-bump branch 5 times, most recently from 2e72df1 to 54fb5e0 Compare January 11, 2021 12:41
The `axe-webdriverjs` package was deprecated in favor of `@axe-core/webdriverjs`. These
changes switch to the new package, fix the new failures that were picked up and clean
up some repetitive code.
@crisbeto crisbeto marked this pull request as ready for review January 11, 2021 12:53
@crisbeto crisbeto requested review from annieyw, jelbourn, mmalerba and a team as code owners January 11, 2021 12:53
@crisbeto crisbeto added merge safe P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: patch This PR is targeted for the next patch release labels Jan 11, 2021
@@ -1,6 +1,6 @@
<section class="demo-virtual-scroll-uniform-size">
<h3>Uniform size</h3>
<cdk-virtual-scroll-viewport class="demo-viewport" autosize>
<cdk-virtual-scroll-viewport class="demo-viewport" autosize tabindex="0">
Copy link
Member

Choose a reason for hiding this comment

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

Why the tabindex here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Axe complains that scrollable areas need to have tab stops.

Copy link
Member

@jelbourn jelbourn left a comment

Choose a reason for hiding this comment

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

LGTM

Huh, the scrollable area thing is not something I've run into before

@jelbourn jelbourn added the action: merge The PR is ready for merge by the caretaker label Jan 11, 2021
@crisbeto
Copy link
Member Author

For what it's worth, it's what I had tried to tackle in #14808.

@jelbourn
Copy link
Member

Right, I didn't think of that; it way indexed in my brain under "tabs".

@mmalerba mmalerba added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Jan 12, 2021
@mmalerba
Copy link
Contributor

bumping to minor due to conflicts on patch branch

@mmalerba mmalerba merged commit 00357e3 into angular:master Jan 12, 2021
wagnermaciel pushed a commit to wagnermaciel/components that referenced this pull request Jan 14, 2021
The `axe-webdriverjs` package was deprecated in favor of `@axe-core/webdriverjs`. These
changes switch to the new package, fix the new failures that were picked up and clean
up some repetitive code.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants