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
515 stars 63 forks source link

Update pa11y dependency to allow minor updates #176

Closed aarongoldenthal closed 9 months ago

aarongoldenthal commented 2 years ago

In #117 the pa11y-ci dependencies were all updated to only allow patch releases in order to reduce the potential breakage (i.e. replace the caret (^) with the tilde (~) selector). Given the tight coupling between pa11y and pa11y-ci, propose returning pa11y to caret to include minor updates as well (e.g. today's pa11y 6.2.0 release).