-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(axe-core-4.9.1): update to use axe-core 4.9.1 #1322
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per the instructions in CONTRIBUTING.md
, I think we also need to update the devDependencies
in package.json
for @axe-core/cli
and @axe-core/puppeteer
. And then regenerate the resources. Additionally, src/cli.test.ts
needs to be updated similar to how src/index.test.ts
was updated.
@madalynrose i updated version for @axe-core/cli and @axe-core/puppeteer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one small adjustment but this looks good!
Co-authored-by: Madalyn <[email protected]>
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
🎉 This PR is included in version 2.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Details
This PR upgrades axe-core to 4.9.1 according to the instructions in CONTRIBUTING.md.
Motivation
feature work 🚀
Context
Pull request checklist
fix:
,feat:
, etc, and is suitable for user-facing release notes)BREAKING CHANGE:
:
for examplefeat(feature): feature title
otherwise it will not be considered by semantic-release for release.yarn precheckin