pa11y / pa11y-ci

Pa11y CI is a CI-centric accessibility test runner, built using Pa11y
https://pa11y.org
GNU Lesser General Public License v3.0
509 stars 62 forks source link

Cut a tag of the current `main` branch for the Pa11y v7.0 update? #239

Open maggiewachs opened 2 months ago

maggiewachs commented 2 months ago

The latest tagged version of Pa11y CI (3.1.0) runs on an older version of axe-core that includes several deprecated rules, v4.2.1: https://github.com/dequelabs/axe-core/blob/v4.2.1/doc/rule-descriptions.md

I see there's a PR for the next major release that includes Pa11y 7, which uses axe-core v4.8.2 (https://github.com/pa11y/pa11y-ci/pull/232), but it's in a holding pattern.

Is there any way to tag the current main branch so we can have Pa11y 7 sooner, and eliminate the deprecated axe rules? 🤓